You are not logged in.
Pages: 1
I've been searching around the forums for hours now and trying various things as I am having bluetooth issues on my Dell Studio XPS. On Friday, everything was working well, and now I cannot detect my mouse, or phone. The mouse is the more important issue here.
hcitool dev shows no device:
hcitool dev
Devices:
And to no surprise:
hcitool scan
Device is not available: No such device
But lsusb shows the device:
lsusb
Bus 002 Device 002: ID 0a5c:4500 Broadcom Corp. BCM2046B1 USB 2.0 Hub (part of BCM2046 Bluetooth)
dbus, and bluetooth are loaded at boot and I've edited /etc/conf.d/bluetooth to include
HID2HCI_ENABLE="true"
HIDD_ENABLE="true"
The mouse was previously auto-connecting after I had added the mouse mac address to /etc/conf.d/bluetooth
HIDD_OPTIONS=''##:##:##:##:##:##'
Here's my computer:
2.6.32-ARCH
bluez: 4.61-1
kbluetooth: 0.4.2-1
I have no idea what is left to do to get my bluetooth working again, and I would appreciate any and all help on the matter. Thanks!
Last edited by fini_fly (2010-03-16 12:30:10)
Weaseling out of things is important to learn. It's what separates us from the animals... except the weasel.
Offline
Hi fini_fly,
Do you test this as a single user or as root ?
As a single user, could you please provide us the output of this command : "groups" ?
What happens if you execute these commands as root ?
hcitool scan
hcitool dev
Regards
Shefla
Offline
Do you test this as a single user or as root ?
Single user.
What happens if you execute these commands as root ?
hcitool scan
hcitool dev
Same output
As a single user, could you please provide us the output of this command : "groups" ?
groups
lp wheel network video audio optical storage scanner users vboxusers
Weaseling out of things is important to learn. It's what separates us from the animals... except the weasel.
Offline
Well now it looks like things are back to normal. And I don't know why. I did reinstall bluez and kbluetooth, but I was still not seeing my bluetooth chip. Now I am.
hcitool dev
Devices:
hci0 00:22:5F:97:81:67
I'm not sure if I should mark this are solved or not as I haven't done anything.
Weaseling out of things is important to learn. It's what separates us from the animals... except the weasel.
Offline
Hi fini_fly,
Maybe one daemon was not started properly.
/etc/rc.d/dbus start
/etc/rc.d/bluetooth start
I think you can close this topic.
Before closing this topic you can make a quick test.
- You restart your computer
- You log as a normal user in your favorite Graphical Environment.
- If the "hcitool dev" command produce the proper output, then I think you can consider this issue is solved.
Regards
Shefla
Offline
Hi fini_fly,
Maybe one daemon was not started properly.
/etc/rc.d/dbus start
/etc/rc.d/bluetooth start
I had tried restarting both of these at one point (as both were loaded) just to see if restarting theem would help.
Anywho, thanks for the help. I'll mark this as solved.
Weaseling out of things is important to learn. It's what separates us from the animals... except the weasel.
Offline
Pages: 1