NEWS
intel NUC - NUC6CAYH - Probleme mit Bluetooth
-
Moin zusammen,
Ich habe mich etwas festgefahren und bevor ich mich an ein Linux-Forum wende, dachte ich mir, kann einer von euch helfen, da der NUC NUC6CAYH offensichtlich öfter für iobroker eingesetzt wird.
Nun zu meinem Problem:
Leider hängt sich Bluetooth immer mal wieder auf, mal nach einem Tag, mal nach 3 Tagen.
Ich muss dann:sudo service bluetooth stop sudo service bluetooth start
ausführen, ein
sudo service bluetooth restart
hilft nicht.
Eingerichtet habe ich Bluetooth mit bluez, lese allerdings immer von iwconfig?
Bei https://forum.smartapfel.de/forum/thread/1471-intel-nuc6cayh-bluetooth-modifikation/ lese ich davon, dass man den Energiesparmodus deaktivieren soll... allerdings unter iwconfig, welches ich nicht habe auf meinem System, was vermutlich daran liegt, dass Wlan deaktiviert ist!?Kann mir vielleicht einer sagen, wie ich unter bluez den Energiesparmodus deaktiviere, ich finde dazu keine Infos.
Hier noch ein paar Daten vom System:
capitaenz@debian-iobroker:~$ lsb_release -d Description: Debian GNU/Linux 10 (buster)
capitaenz@debian-iobroker:~$ hciconfig --all hci0: Type: Primary Bus: USB BD Address: 80:32:53:03:XX:XX ACL MTU: 1021:4 SCO MTU: 96:6 UP RUNNING RX bytes:471437561 acl:0 sco:0 events:14114491 errors:0 TX bytes:105048 acl:0 sco:0 commands:15262 errors:2 Features: 0xbf 0xfe 0x0f 0xfe 0xdb 0xff 0x7b 0x87 Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3 Link policy: RSWITCH SNIFF Link mode: SLAVE ACCEPT Name: 'debian-iobroker' Class: 0x000104 Service Classes: Unspecified Device Class: Computer, Desktop workstation HCI Version: 4.2 (0x8) Revision: 0x1100 LMP Version: 4.2 (0x8) Subversion: 0x1100 Manufacturer: Intel Corp. (2)
capitaenz@debian-iobroker:~$ service bluetooth status ? bluetooth.service - Bluetooth service Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled) Active: active (running) since Sat 2020-08-01 09:01:28 CEST; 19min ago Docs: man:bluetoothd(8) Main PID: 23737 (bluetoothd) Status: "Running" Tasks: 1 (limit: 4915) Memory: 876.0K CGroup: /system.slice/bluetooth.service +-23737 /usr/lib/bluetooth/bluetoothd
/etc/default/bluetooth # Defaults for bluez # start bluetooth on boot? # compatibility note: if this variable is _not_ found bluetooth will start BLUETOOTH_ENABLED=1 # This setting used to switch HID devices (e.g mouse/keyboad) to HCI mode, that # is you will have bluetooth functionality from your dongle instead of only # HID. This is accomplished for supported devices by udev in # /lib/udev/rules.d/62-bluez-hid2hci.rules by invoking hid2hci with correct # parameters. # See /usr/share/doc/bluez/NEWS.Debian.gz for further information. # Older daemons like pand dund and hidd can be found in bluez-compat package as # they are deprecated and provided for backward compatibility only. # Note that not every bluetooth dongle is capable of switching back to HID mode, # see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=355497 HID2HCI_ENABLED=0 HID2HCI_UNDO=0
Danke und VG
Leif