Mám (ano, bohužel) notebook Lenovo Ideapad G710. Funguje mi vše, až na Bluetooth. Načte se jen občas, většinou je nutno několikrát spustit, než se chytí. Když se načte, jede již bez problému (BT myš, mobil). Používám Kubuntu 14.10. Zkoušel jsem různá řešení, publikovaná zde na fóru, víceméně bez výsledku (anglická fóra jsou pro mne vzhledem k mé neznalosti angličtiny nepříliš použitelná). Nejčastěji pomůže:
sudo killall bluetoothd
sudo bluetoothd
/etc/init.d/bluetooth start
a následné vypnutí a zapnutí. Občas nutno i opakovat.
Výpis s chybovou hláškou, když BT nejede (v Nastavení-Bluetooth to píše "Adaptéry nenalezeny")
miset@G710:~$ dmesg | grep Blue (ver.14.10)
[ 3.249250] Bluetooth: Core ver 2.19
[ 3.249266] Bluetooth: HCI device and connection manager initialized
[ 3.249273] Bluetooth: HCI socket layer initialized
[ 3.249275] Bluetooth: L2CAP socket layer initialized
[ 3.249283] Bluetooth: SCO socket layer initialized
[ 3.254565] Bluetooth: RFCOMM TTY layer initialized
[ 3.254576] Bluetooth: RFCOMM socket layer initialized
[ 3.254583] Bluetooth: RFCOMM ver 1.11
[ 3.254647] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 3.254649] Bluetooth: BNEP filters: protocol multicast
[ 3.254655] Bluetooth: BNEP socket layer initialized
[ 10.681220] Bluetooth: Error in firmware loading err = -110,len = 448, size = 1906
[ 10.681228] Bluetooth: Loading sysconfig file failed
Chápu (tedy vidím), kde je chyba, ale netuším, jak systém donutit, aby načtení firmware proběhlo vždy bez problému. Pokud je BT funkční, je výpis tento:
miset@G710:~$ dmesg | grep Blue (ver.14.10)
[ 3.188518] Bluetooth: Core ver 2.19
[ 3.188535] Bluetooth: HCI device and connection manager initialized
[ 3.188543] Bluetooth: HCI socket layer initialized
[ 3.188546] Bluetooth: L2CAP socket layer initialized
[ 3.188554] Bluetooth: SCO socket layer initialized
[ 3.245840] Bluetooth: RFCOMM TTY layer initialized
[ 3.245852] Bluetooth: RFCOMM socket layer initialized
[ 3.245857] Bluetooth: RFCOMM ver 1.11
[ 3.247573] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 3.247576] Bluetooth: BNEP filters: protocol multicast
[ 3.247586] Bluetooth: BNEP socket layer initialized
[ 16.056443] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 16.056450] Bluetooth: HIDP socket layer initialized
Nemáte někdo ponětí, co s tím?