Fedora 17 não reconhece Bluetooth
Olá amigos.
Esta semana resolvi baixar e instalar o Fedora 17 que um amigo muito elogiou. Testei no Live e me apaixonei. Reconheceu tudo, wireless, webcam, usbs, bluetooth... não deixou NADA a desejar.
Entretanto ao instalar na máquina por algum motivo ele não reconhece meu Bluetooth (a tecla de 'sem fio' ta ativa já que uso o wireless). Procurei no google o que poderia ser e o máximo que encontrei foi uma dica para o Fedora 15 que não funcionou.
Alguém já teve e/ou sabe resolver esse problema? A máquina esta redonda, só falta resolver esse pequeno problema mesmo.
Deis de já, muito obrigado!
Segue o link da dica para fedora 15: http://zarelli.wordpress.com/2011/07/17/ativando-o-bluetooth-no-fedora-15/
Segue o resultado do procedimento no terminal:
[root@localhost rafael]# systemctl status bluetooth.service
bluetooth.service - Bluetooth Manager
Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled)
Active: active (running) since Sun, 28 Oct 2012 12:42:34 -0200; 2h 49min ago
Main PID: 784 (bluetoothd)
CGroup: name=systemd:/system/bluetooth.service
└ 784 /usr/sbin/bluetoothd -n
Oct 28 12:42:34 localhost bluetoothd[784]: Bluetooth daemon 4.99
Oct 28 12:42:34 localhost bluetoothd[784]: Starting SDP server
Oct 28 12:42:34 localhost bluetoothd[784]: Parsing /etc/bluetooth/input.conf...y
Oct 28 12:42:34 localhost bluetoothd[784]: Parsing /etc/bluetooth/audio.conf...y
Oct 28 12:42:34 localhost bluetoothd[784]: bluetoothd[784]: Bluetooth daemon...9
Oct 28 12:42:34 localhost bluetoothd[784]: bluetoothd[784]: Starting SDP server
Oct 28 12:42:34 localhost bluetoothd[784]: bluetoothd[784]: Parsing /etc/blu...y
Oct 28 12:42:34 localhost bluetoothd[784]: bluetoothd[784]: Parsing /etc/blu...y
[root@localhost rafael]# systemctl enable bluetooth.service
[root@localhost rafael]# ln -s ‘/lib/systemd/system/bluetooth.service’ ‘/etc/systemd/system/dbus-org.bluez.service’
ln: failed to create symbolic link "‘/etc/systemd/system/dbus-org.bluez.service’": Arquivo ou diretório não encontrado
[root@localhost rafael]# ln -s ‘/lib/systemd/system/bluetooth.service’ ‘/etc/systemd/system/bluetooth.target.wants/bluetooth.service’
ln: failed to create symbolic link "‘/etc/systemd/system/bluetooth.target.wants/bluetooth.service’": Arquivo ou diretório não encontrado
[root@localhost rafael]# systemctl start bluetooth.service
[root@localhost rafael]#
Discussão (1)
Carregando comentários...