USB-Bluetooth not working on Fedora 15. Already tried systemctl start

0

I'm having a problem with my usb bluetooth, in Fedora 14 was just working but now it does not. I know theres is a bug that you have to fix in Fedora 15 with gnome-shell using:

# systemctl status bluetooth.service
# systemctl enable bluetooth.service
# systemctl start bluetooth.service

I already dit it following severals tutorials, but none of them helped. I tried:

# systemctl stop bluetooth.service
# systemctl load bluetooth.service
# systemctl enable bluetooth.service
# systemctl start bluetooth.service

But it didn't help as I was expecting. Ideas?

The main tutorial I followed was: Tutorial

Alejandro Z.

Posted 2011-09-03T07:20:46.243

Reputation: 1

Answers

1

They key is to restart. Try:

systemctl restart bluetooth.service

Lukas

Posted 2011-09-03T07:20:46.243

Reputation: 11