• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Leap42.1: Bluetooth läuft nicht (LXDE)

A

Anonymous

Gast
Hi,
unter Leap42.1 mit LXDE läuft kein Bluetooth.
Das hier habe ich bereits nachgeschaut. Ich hoffe das hilft schon mal.

Code:
# rfkill list
0: phy0: Wireless LAN
	Soft blocked: no
	Hard blocked: no
1: hci0: Bluetooth
	Soft blocked: no
	Hard blocked: no
Code:
# hcitool dev
Devices:
Code:
# systemctl status bluetoothd
bluetoothd.service
   Loaded: not-found (Reason: No such file or directory)
   Active: inactive (dead)
Code:
# lsusb -v -d 0930:0227

Bus 003 Device 005: ID 0930:0227 Toshiba Corp. 
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass          224 Wireless
  bDeviceSubClass         1 Radio Frequency
  bDeviceProtocol         1 Bluetooth
  bMaxPacketSize0        64
  idVendor           0x0930 Toshiba Corp.
  idProduct          0x0227 
  bcdDevice            0.02
  iManufacturer           0 
  iProduct                0 
  iSerial                 0 
  bNumConfigurations      1
Code:
# usb-devices
T:  Bus=03 Lev=02 Prnt=02 Port=02 Cnt=01 Dev#=  5 Spd=12  MxCh= 0
D:  Ver= 1.10 Cls=e0(wlcon) Sub=01 Prot=01 MxPS=64 #Cfgs=  1
P:  Vendor=0930 ProdID=0227 Rev=00.02
C:  #Ifs= 2 Cfg#= 1 Atr=e0 MxPwr=100mA
I:  If#= 0 Alt= 0 #EPs= 3 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb
I:  If#= 1 Alt= 0 #EPs= 2 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb
Code:
# zypper search --installed-only --detail blue
Loading repository data...
Reading installed packages...

S | Name                 | Type    | Version    | Arch   | Repository            
--+----------------------+---------+------------+--------+-----------------------
i | bluez                | package | 5.35-1.1   | x86_64 | Haupt-Repository (OSS)
i | gnome-bluetooth      | package | 3.16.1-3.2 | x86_64 | Haupt-Repository (OSS)
i | gnome-bluetooth-lang | package | 3.16.1-3.2 | noarch | Haupt-Repository (OSS)
i | libbluetooth3        | package | 5.35-1.1   | x86_64 | Haupt-Repository (OSS)
i | libgnome-bluetooth13 | package | 3.16.1-3.2 | x86_64 | Haupt-Repository (OSS)
Wer kann mir bitte weiterhelfen?
 

Sauerland

Ultimate Guru
Ich kann zu Bluetooth nicht helfen aber nimm mal dies:
Code:
systemctl status bluetooth.service

Tip von mir:
Benutze die TAB-Taste zur Vervollständigung. Dazu muss bash-completion installiert sein.
 
OP
A

Anonymous

Gast
Danke, hier:
Code:
# systemctl status bluetooth.service
bluetooth.service - Bluetooth service
   Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled)
   Active: active (running) since Sun 2016-06-19 13:24:52 CEST; 1min 47s ago
     Docs: man:bluetoothd(8)
 Main PID: 766 (bluetoothd)
   Status: "Running"
   CGroup: /system.slice/bluetooth.service
           └─766 /usr/lib/bluetooth/bluetoothd

Jun 19 13:24:52 linux-g7hl bluetoothd[766]: Bluetooth daemon 5.35
Jun 19 13:24:52 linux-g7hl bluetoothd[766]: Starting SDP server
Jun 19 13:24:52 linux-g7hl bluetoothd[766]: Bluetooth management interface 1.9 initialized
Jun 19 13:24:58 linux-g7hl bluetoothd[766]: Failed to obtain handles for "Service Changed" characteristic
In der letzten Zeile kommt eine Fehlermeldung.

Update: Nach
Code:
hciconfig -a hci0 reset
wird der Bluetooth-Adapter erkannt.
Aber nach einem Reboot fehlt das USB-Device komplett! Erst nach Poweroff und Neustart ist es wieder vorhanden.
Das ist ein Fehler in Kernel 4.1. Mit Kernel 3.18 und 4.2 ist der USB-Bluetooth-Adapter immer vorhanden (lsusb).
 
Oben