https://bugzilla.novell.com/show_bug.cgi?id=847860 https://bugzilla.novell.com/show_bug.cgi?id=847860#c15 --- Comment #15 from Oliver Neal <novell.portal.14.08.04@muenzburg.de> 2013-11-27 08:10:57 UTC --- (In reply to comment #14)
(In reply to comment #13)
I can confirm that bluetooth problems still exists in 13.1 (KDE). I can connect my Microsoft bluetooth keyboard manually with bluetoothctl, but it only reconnects after login. Is there any start-up script which could start this bluetoot before user login?
Very probably the controller is down. You can check it from the terminal 1) Ctrl-ALt-F1 2)login as root 3)hciconfig -a
This command tells: hci1: Type: BR/EDR Bus: USB BD Address: 00:07:61:E3:72:65 ACL MTU: 1017:7 SCO MTU: 64:1 DOWN RX bytes:471 acl:0 sco:0 events:18 errors:0 TX bytes:76 acl:0 sco:0 commands:18 errors:0 Features: 0xff 0xfe 0x8d 0xfe 0x9b 0xf9 0x00 0x80 Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3 Link policy: RSWITCH HOLD SNIFF Link mode: SLAVE ACCEPT hci0: Type: BR/EDR Bus: USB BD Address: 00:00:00:00:00:00 ACL MTU: 0:0 SCO MTU: 0:0 DOWN RX bytes:0 acl:0 sco:0 events:0 errors:0 TX bytes:3 acl:0 sco:0 commands:1 errors:0 Features: 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 Packet type: DM1 DH1 HV1 Link policy: Link mode: SLAVE ACCEPT
If so, you can bring it up #hciconfig hci0 up. There are some discussions how-to solve this systematically https://bbs.archlinux.org/viewtopic.php?id=166362
adding a /etc/udev/rules.d/10-local.rules with this content: # Set bluetooth power up ACTION=="add", KERNEL=="hci1", RUN+="dbus-send --system --type=method_call --print-reply=literal --dest=org.bluez /org/bluez/hci1 org.freedesktop.DBus.Properties.Set string:org.bluez.Adapter1 string:Powered variant:boolean:true" did not change a thing. Keyboard is avaible a few seconds after login. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.