You are not logged in.
Hello, I've been using arch for some years and always got lazy about setting up bluetooth, so I thought today would be a good day but I haven't been able to do so, I've been looking at a lot of threads in this forums and looking around the web and haven't been able to get it right.
I have bluez and blueman for the bluetooth, the bluetooth service is enabled and running
$ sudo systemctl status bluetooth.service
● bluetooth.service - Bluetooth service
Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; vendor preset: disabled)
Active: active (running) since sáb 2016-10-08 18:22:46 CDT; 1h 11min ago
Docs: man:bluetoothd(8)
Main PID: 338 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 4915)
CGroup: /system.slice/bluetooth.service
└─338 /usr/lib/bluetooth/bluetoothd
oct 08 18:22:46 Avalon bluetoothd[338]: Bluetooth daemon 5.42
oct 08 18:22:45 Avalon systemd[1]: Starting Bluetooth service...
oct 08 18:22:46 Avalon systemd[1]: Started Bluetooth service.
oct 08 18:22:46 Avalon bluetoothd[338]: Starting SDP server
oct 08 18:22:46 Avalon bluetoothd[338]: Bluetooth management interface 1.12 initialized
oct 08 18:22:46 Avalon bluetoothd[338]: Failed to obtain handles for "Service Changed" characteristic
oct 08 18:22:46 Avalon bluetoothd[338]: Sap driver initialization failed.
oct 08 18:22:46 Avalon bluetoothd[338]: sap-server: Operation not permitted (1)
oct 08 18:23:07 Avalon bluetoothd[338]: Endpoint registered: sender=:1.21 path=/MediaEndpoint/A2DPSource
oct 08 18:23:07 Avalon bluetoothd[338]: Endpoint registered: sender=:1.21 path=/MediaEndpoint/A2DPSinkThere seem to be three problems with it though, hciconfig and hcitools show something about it and it seems like blueman does recognize the existance of the bluetooth device, but I can't get it to find any devices (my phone) and my phone can't find the laptop either (I did make sure to toggle visibility)
$ hciconfig -a
hci0: Type: Primary Bus: USB
BD Address: C0:F8:DA:FA:FB:5F ACL MTU: 310:10 SCO MTU: 64:8
UP RUNNING
RX bytes:1082 acl:0 sco:0 events:56 errors:0
TX bytes:972 acl:0 sco:0 commands:55 errors:0
Features: 0xff 0xff 0x8f 0xfe 0x9b 0xff 0x59 0x87
Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
Link policy: RSWITCH HOLD SNIFF PARK
Link mode: SLAVE ACCEPT
Name: 'Avalon-Arch'
Class: 0x1c010c
Service Classes: Rendering, Capturing, Object Transfer
Device Class: Computer, Laptop
HCI Version: 3.0 (0x5) Revision: 0x1aa1
LMP Version: 3.0 (0x5) Subversion: 0x1aa1
Manufacturer: Cambridge Silicon Radio (10)
$ hcitool dev
Devices:
hci0 C0:F8:DA:FA:FB:5Fhciscan does not show anything, I do belong to the lp group (which the wiki says you need to be in)
$ hcitool scan
Scanning ...
$ groups
lp wheel storage power usersI use Fluxbox so no full desktop environment, I did make sure I add blueman-applet to autostart, the bluetooth works fine on windows, is enabled there, and I have no way to turn bluetooth off with a key nor a switch on the laptop, here are other things I think might be useful
$ rfkill list
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
1: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
2: hp-wifi: Wireless LAN
Soft blocked: no
Hard blocked: no
3: hp-bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
$ dmesg | grep -i blue
[ 13.387292] Bluetooth: Core ver 2.21
[ 13.387343] Bluetooth: HCI device and connection manager initialized
[ 13.387353] Bluetooth: HCI socket layer initialized
[ 13.387360] Bluetooth: L2CAP socket layer initialized
[ 13.387378] Bluetooth: SCO socket layer initialized
[ 23.133775] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 23.133776] Bluetooth: BNEP filters: protocol multicast
[ 23.133786] Bluetooth: BNEP socket layer initialized
[ 43.962644] Bluetooth: RFCOMM TTY layer initialized
[ 43.962673] Bluetooth: RFCOMM socket layer initialized
[ 43.962702] Bluetooth: RFCOMM ver 1.11
$ lsmod | grep blue
bluetooth 454656 41 bnep,btbcm,btrtl,btusb,rfcomm,btintel
rfkill 20480 7 cfg80211,hp_wmi,bluetooth
crc16 16384 2 ext4,bluetoothI'm not sure what can be wrong, thanks in advance ![]()
Offline