[Bug 796671] New: Bluetooth adapter don't work, gnome show that bluetooth always disabled.
https://bugzilla.novell.com/show_bug.cgi?id=796671 https://bugzilla.novell.com/show_bug.cgi?id=796671#c0 Summary: Bluetooth adapter don't work, gnome show that bluetooth always disabled. Classification: openSUSE Product: openSUSE Factory Version: 12.3 Milestone 1 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: gankov@opensuse.org QAContact: qa-bugs@suse.de Found By: --- Blocker: --- Created an attachment (id=518831) --> (http://bugzilla.novell.com/attachment.cgi?id=518831) hardinfo User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20100101 Firefox/17.0 Adapter: Cambridge Silicon Radio Bluetooth Dongle (HCI mode). Adapter work well on 12.2, but it don't work on Factory. If i plug adapter, gnome show bluetooth icon, but bluetooth don't work. bluetooth always disabled in gnome bluetooth setting dialog. If i try enable it, nothing happens. andrew@linux-asus2:~> rfkill list 1: phy0: Wireless LAN Soft blocked: no Hard blocked: no 2: hci0: Bluetooth Soft blocked: no Hard blocked: no andrew@linux-asus2:~> lsmod |grep blue bluetooth 341895 2 btusb rfkill 26530 5 bluetooth,cfg80211,asus_laptop andrew@linux-asus2:~> hciconfig hci0: Type: BR/EDR Bus: USB BD Address: 00:15:83:C5:81:5D ACL MTU: 310:10 SCO MTU: 64:8 DOWN RX bytes:486 acl:0 sco:0 events:18 errors:0 TX bytes:70 acl:0 sco:0 commands:16 errors:0 andrew@linux-asus2:~> hcitool scan Device is not available: No such device See hardinfo from yast in attachments. Reproducible: Always -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=796671 https://bugzilla.novell.com/show_bug.cgi?id=796671#c Jiaying ren <jren@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jren@suse.com AssignedTo|bnc-team-screening@forge.pr |bnc-team-gnome@forge.provo. |ovo.novell.com |novell.com -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=796671 https://bugzilla.novell.com/show_bug.cgi?id=796671#c1 Dominique Leuenberger <dimstar@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO CC| |dimstar@opensuse.org InfoProvider| |gankov@opensuse.org --- Comment #1 from Dominique Leuenberger <dimstar@opensuse.org> 2013-01-18 21:33:25 UTC ---
From what I've seen, it seems that the 'bluetooth service' is not being enabled, resulting in this issue.
Can you verify if systemctl enable bluetooth.service systemctl start bluetooth.service resolves this issue for you? -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=796671 https://bugzilla.novell.com/show_bug.cgi?id=796671#c2 Andrey Gankov <gankov@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|gankov@opensuse.org | --- Comment #2 from Andrey Gankov <gankov@opensuse.org> 2013-01-19 08:57:16 UTC --- Yes, it is resolve issue. After i execute these commands, bluetooth works. I don't know why bluetooth service was disabled. I didn't disable it manually. After i update openSUSE from 12.2 to Factory using "zypper dup", bluetooth don't works. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=796671 https://bugzilla.novell.com/show_bug.cgi?id=796671#c3 Dominique Leuenberger <dimstar@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-gnome@forge.provo. |fcrozat@suse.com |novell.com | --- Comment #3 from Dominique Leuenberger <dimstar@opensuse.org> 2013-01-19 10:51:59 UTC --- Request: #149180 submit: home:dimstar:branches:Base:System/systemd-presets-branding-openSUSE(cleanup) -> Base:System Message: - Enable bluetooth service by default. Having the hardware but not the service only causes confusion (bnc#796671). State: new 2013-01-19T09:21:50 dimstar Comment: <no comment> -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=796671 https://bugzilla.novell.com/show_bug.cgi?id=796671#c4 Ludwig Nussel <lnussel@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lnussel@suse.com --- Comment #4 from Ludwig Nussel <lnussel@suse.com> 2013-01-19 17:12:48 CET --- Isn't udev supposed to set a special tag that causes systemd to start bluetoothd? I think unconditionally enabling bluetoothd is wrong. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=796671 https://bugzilla.novell.com/show_bug.cgi?id=796671#c5 --- Comment #5 from Frederic Crozat <fcrozat@suse.com> 2013-01-21 09:02:50 UTC --- (In reply to comment #4)
Isn't udev supposed to set a special tag that causes systemd to start bluetoothd? I think unconditionally enabling bluetoothd is wrong.
systemd udev rules has already such a rule in 99-systemd.rules: SUBSYSTEM=="bluetooth", TAG+="systemd", ENV{SYSTEMD_WANTS}="bluetooth.target" but for this rules to work, bluetooth.service must be "enabled" for bluetooth.target (it isn't by default). Running "systemctl enable bluetooth.service" will not enable bluetooth.service for every boot but only for "bluetooth.target", since its .service file contains : [Install] WantedBy=bluetooth.target and nothing pulls bluetooth.target by default, except the udev systemd rules. I suggest bluez package to unconditionnaly enable bluetooth.service in %post (or just package the symlink to bluetooth.service in /lib/systemd/system/bluetooth.target.wants/ and not rely on presets (which won't work on upgrade, because .service has a different name than initscript, so migration macro won't work). -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=796671 https://bugzilla.novell.com/show_bug.cgi?id=796671#c6 --- Comment #6 from Ludwig Nussel <lnussel@suse.com> 2013-01-21 11:21:06 CET --- Ah, thanks for the clarification! -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=796671 https://bugzilla.novell.com/show_bug.cgi?id=796671#c7 Frederic Crozat <fcrozat@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fcrozat@suse.com AssignedTo|fcrozat@suse.com |dimstar@opensuse.org --- Comment #7 from Frederic Crozat <fcrozat@suse.com> 2013-01-21 10:26:41 UTC --- (In reply to comment #3)
Request: #149180
submit: home:dimstar:branches:Base:System/systemd-presets-branding-openSUSE(cleanup) -> Base:System
Message: - Enable bluetooth service by default. Having the hardware but not the service only causes confusion (bnc#796671).
State: new 2013-01-19T09:21:50 dimstar Comment: <no comment>
could you revoke this request and use unconditional activation of bluetooth.service in bluez ? Thanks -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=796671 https://bugzilla.novell.com/show_bug.cgi?id=796671#c8 --- Comment #8 from Bernhard Wiedemann <bwiedemann@suse.com> 2013-01-25 09:00:09 CET --- This is an autogenerated message for OBS integration: This bug (796671) was mentioned in https://build.opensuse.org/request/show/149883 Factory / bluez -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=796671 https://bugzilla.novell.com/show_bug.cgi?id=796671#c9 Dusan Povazanec <D.Povazanec@zoznam.sk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |D.Povazanec@zoznam.sk --- Comment #9 from Dusan Povazanec <D.Povazanec@zoznam.sk> 2013-01-27 13:13:39 UTC --- I have found this bluetooth disabled problem in openSuse 12.3 Beta 1 in KDE. I have tried: systemctl enable bluetooth.service systemctl start bluetooth.service and it resolves this issue until next reboot in Yast - System log I have found this maybe problems: bluetoothd[500]: Parsing /etc/bluetooth/input.conf failed: No such file or directory bluetoothd[500]: Parsing /etc/bluetooth/audio.conf failed: No such file or directory bluetoothd[500]: Parsing /etc/bluetooth/serial.conf failed: No such file or directory but there are many other lines with word bluetooth where services are successfully activated If I could test something else, I am ready to help. thnx -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=796671 https://bugzilla.novell.com/show_bug.cgi?id=796671#c10 Dominique Leuenberger <dimstar@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #10 from Dominique Leuenberger <dimstar@opensuse.org> 2013-02-04 20:01:16 UTC --- The fix entered Factory. -- 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.
participants (1)
-
bugzilla_noreply@novell.com