Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 416791 - net-wireless/bluez bluetoothd silently fails to start
Summary: net-wireless/bluez bluetoothd silently fails to start
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-20 20:30 UTC by Cedric Sodhi
Modified: 2012-05-21 16:38 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info bluez (bluez.info,4.47 KB, text/plain)
2012-05-20 20:30 UTC, Cedric Sodhi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Cedric Sodhi 2012-05-20 20:30:47 UTC
Created attachment 312413 [details]
emerge --info bluez

Starting /etc/init.d/bluetoothd the result on CLI is 

 * Udev coldplug of bluetooth devices ... [ OK ]

pgrep blue finds nothing, then

/etc/init.d/bluetooth stop causes status to go from "started" to "stopped", but dos not print anything by itsself.
Comment 1 Cedric Sodhi 2012-05-20 20:32:16 UTC
Needless to mention, applications trying to find org.bluez on dbus fail. Example simple-agent:


dbus.exceptions.DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name org.bluez was not provided by any .service files
Comment 2 Luiz Augusto von Dentz 2012-05-21 11:23:56 UTC
Here is some instruction how to proceed when something wrong happens with bluetoothd:

1. Try to run it manually e.g. sudo bluetoothd -dn
2. Check if there is an adapter plugged with hciconfig, if there is none this is probably a driver/kernel problem.
3. Unplug/plug the adapter again, if it is not a dongle try software or hardware rfkill.
4. Try resetting using hciconfig hci0 reset

If none of this works, send an email to linux-bluetooth explaining the problem and adding the logs, syslog, hcidump, dmesg, etc that could help solving the problem.
Comment 3 Cedric Sodhi 2012-05-21 16:38:14 UTC
Thank you. It was my mistake, I had no firmware and therefore no device, as you said.