Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED] so i have a bluetooth dongle on the usb port (Read 1234 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[SOLVED] so i have a bluetooth dongle on the usb port

but no matter what i install from the repo, the bluetooth will not run.  it runs on manjaro and on windows so it should work here also.  not bluez not blueman notgnome-bluetooth nothing nada zilch zero


and so some open rc commands....  nothing there either


root #rc-service bluetooth start


rc-service bluetooth start
 * rc-service: service `bluetooth' does not exist


root #rc-update add bluetooth default


rc-update add bluetooth default
 * rc-update: service `bluetooth' does not exist


seems like there ought to be an easier way than fussing over these details for a fresh install to get bluetooth working




rfkill list bluetooth
0: hci0: Bluetooth
   Soft blocked: no
   Hard blocked: no



hciconfig -a
hci0:   Type: Primary  Bus: USB
   BD Address: 00:1A:7D:DA:71:13  ACL MTU: 310:10  SCO MTU: 64:8
   DOWN
   RX bytes:574 acl:0 sco:0 events:30 errors:0
   TX bytes:368 acl:0 sco:0 commands:30 errors:0
   Features: 0xff 0xff 0x8f 0xfe 0xdb 0xff 0x5b 0x87
   Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
   Link policy: RSWITCH HOLD SNIFF PARK
   Link mode: SLAVE ACCEPT



sudo hciconfig hci0 up
[sudo] password for rgggal:
artixed-pc:[rgggal]:~/Desktop% hciconfig -a
hci0:   Type: Primary  Bus: USB
   BD Address: 00:1A:7D:DA:71:13  ACL MTU: 310:10  SCO MTU: 64:8
   UP RUNNING
   RX bytes:1148 acl:0 sco:0 events:60 errors:0
   TX bytes:736 acl:0 sco:0 commands:60 errors:0
   Features: 0xff 0xff 0x8f 0xfe 0xdb 0xff 0x5b 0x87
   Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
   Link policy: RSWITCH HOLD SNIFF PARK
   Link mode: SLAVE ACCEPT
   Name: 'CSR8510 A10'
   Class: 0x000000
   Service Classes: Unspecified
   Device Class: Miscellaneous,
   HCI Version: 4.0 (0x6)  Revision: 0x22bb
   LMP Version: 4.0 (0x6)  Subversion: 0x22bb
   Manufacturer: Cambridge Silicon Radio (10)



still none of the guis will show me with a bluetooth adapter


bluetoothctl
Waiting to connect to bluetoothd...

Re: so i have a bluetooth dongle on the usb port

Reply #1
Try running
Code: [Select]
# rc-update add bluetoothd default
# rc-service bluetoothd restart

 

Re: so i have a bluetooth dongle on the usb port

Reply #2
AHHHHHHHHHHHHHHHHHHHHHHHHHHHH!!!!!


Finally!

TY.

but i did do that first command before and it didnt work.  now it works?  it works.  ty ty ty ty!