bluetooth não ativa no hpzbook15g6
rmmod btusb
rmmod btintel
modprobe btintel
modprobe btusb
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1859592/comments/88
rmmod btusb
rmmod btintel
modprobe btintel
modprobe btusb
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1859592/comments/88
editar o ficheiro /var/lib/bluetooth/3C\:77\:E6\:EB\:A2\:EE/C0\:2C\:A1\:F8\:03\:29/info e acrescentar no final o que se segue:
[ConnectionParameters]
MinInterval=6
MaxInterval=9
Latency=0
Timeout=216
https://wiki.archlinux.org/index.php/Bluetooth_mouse
https://wiki.archlinux.org/index.php/Mouse_polling_rate
NÃO FAZER ISTO PORQUE PROVOCA CRASHES!
dmesg | grep bluetooth
mkdir /lib/firmware/brcm/
cp BCM20702A1-0a5c-21e6.hcd /lib/firmware/brcm/
rmmod btusb
modprobe btusb
systemctl restart bluetooth.service
https://forums.kali.org/showthread.php?37121-TUTORIAL-install-Broadcom-…
[bluetooth] module-bluez5-device.c: Skipping 10841 us (= 1912 bytes) in audio stream
I was encountering this same issue on Gentoo. It appeared to be at random times but persistent once it started. I realized that it only happens if 'gnome-control-center bluetooth' is open. I would often leave this open after pairing the device, not really thinking about it. As soon as I close it the "module-bluez5-device.c: Skipping..." messages stop and the choppy sound goes away.
Posting in case it helps track this down.
nano /lib/systemd/system/bluetooth.service
ExecStart=/usr/lib/bluetooth/bluetoothd --noplugin=sap
stretch:
nano /lib/systemd/system/bluetooth.service
ExecStart=/usr/lib/bluetooth/bluetoothd -E -d
systemctl daemon-reload
systemctl restart bluetooth.service
https://www.raspberrypi.org/forums/viewtopic.php?f=28&t=131999
wget https://www.dropbox.com/s/p6h7ho21fct2pzb/fw-0a5c_21e6.hcd
mkdir /lib/firmware/brcm
cp fw-0a5c_21e6.hcd /lib/firmware/brcm/BCM20702A1-0a5c-21e6.hcd
aptitude install pulseaudio-module-bluetooth
chown xana:xana /run/user/1000/pulse
/etc/init.d/bluetooth stop
/etc/init.d/bluetooth start
/etc/init.d/bluetooth status