Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 64322 - udev switchs usb bluetooth on and off every 5 secs
Summary: udev switchs usb bluetooth on and off every 5 secs
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All All
: High major (vote)
Assignee: Greg Kroah-Hartman (RETIRED)
URL:
Whiteboard:
Keywords:
: 64363 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-09-16 15:35 UTC by Timo Boettcher
Modified: 2004-10-05 04:03 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Timo Boettcher 2004-09-16 15:35:57 UTC
Before switching to udev, I could use the built-in bluetooth dongle (connected via usb) in my dell inspiron 8600 without problems (like this: http://forums.gentoo.org/viewtopic.php?t=205860). After switching to udev, the "bluetooth enabled"-LED blinks on every 5 seconds for about half a second. When I try to access it, it says it isn't there...
root@notebook / # hcitool -i hci0
Invalid device: No such device
root@notebook / # hciconfig hci0
Can't get device info: No such device
root@notebook / #
I have no clue, perhaps I did something wrong, but some dev in #gentoo on freenode told me to write a bug here ;-)
Comment 1 Greg Kroah-Hartman (RETIRED) gentoo-dev 2004-09-17 16:29:28 UTC
*** Bug 64363 has been marked as a duplicate of this bug. ***
Comment 2 Greg Kroah-Hartman (RETIRED) gentoo-dev 2004-09-17 16:30:31 UTC
udev doesn't "switch" anything.  Perhaps it's not creating your device
nodes properly.

What /dev nodes does the hcitool and hciconfig tools need to operate on?
Comment 3 Greg Kroah-Hartman (RETIRED) gentoo-dev 2004-09-20 16:15:52 UTC
need info
Comment 4 Timo Boettcher 2004-09-30 15:38:02 UTC
I don't know which device hciconfig tries to access, it's hci0 (just like eth0). From stracing hciconfig it looks like its accessing a socket...
socket(PF_BLUETOOTH, SOCK_RAW, 1)
Comment 5 Greg Kroah-Hartman (RETIRED) gentoo-dev 2004-10-01 09:11:55 UTC
Again, I don't think this is a udev issue.  If you are opening a socket, that
doesn't touch udev at all.

Did you try asking the bluez authors?

Comment 6 Timo Boettcher 2004-10-05 03:38:18 UTC
It is indeed not a udev problem, but a conflict with a different kernelmodule. Sorry. udev is a great piece of software.
Comment 7 Timo Boettcher 2004-10-05 04:02:04 UTC
changing from NEEDINFO to INVALID
Comment 8 Timo Boettcher 2004-10-05 04:03:32 UTC
indeed not a udev problem