You are not logged in.
Hello there!
I installed and enabled bluetooth on arch linux using bluez but i get error when using bluetoothctl
Before using bluetoothctl I tried these things
modprobe btusb
systemctl enable bluetooth
systemctl start bluetoothOutput for lsmod
rfkill 36864 11 ath9k,bluetooth,dell_laptop,dell_rbtn,cfg80211
bluetooth 737280 14 btrtl,btintel,btbcm,bnep,ath3k,btusbHere is the output for lspci
00:00.0 Host bridge: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series SoC Transaction Register (rev 21)
00:02.0 VGA compatible controller: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Integrated Graphics Controller (rev 21)
00:0b.0 Signal processing controller: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series Power Management Controller (rev 21)
00:10.0 SD Host controller: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series MMC Controller (rev 21)
00:13.0 SATA controller: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series SATA Controller (rev 21)
00:14.0 USB controller: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series USB xHCI Controller (rev 21)
00:1a.0 Encryption controller: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series Trusted Execution Engine (rev 21)
00:1b.0 Audio device: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series High Definition Audio Controller (rev 21)
00:1c.0 PCI bridge: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series PCI Express Port #1 (rev 21)
00:1f.0 ISA bridge: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series PCU (rev 21)
00:1f.3 SMBus: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx SMBus Controller (rev 21)
01:00.0 Network controller: Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter (rev 01)Output for journactl
$ journalctl -b | grep Bluetooth
Feb 22 10:20:03 hecker kernel: Bluetooth: Core ver 2.22
Feb 22 10:20:03 hecker kernel: Bluetooth: HCI device and connection manager initialized
Feb 22 10:20:03 hecker kernel: Bluetooth: HCI socket layer initialized
Feb 22 10:20:03 hecker kernel: Bluetooth: L2CAP socket layer initialized
Feb 22 10:20:03 hecker kernel: Bluetooth: SCO socket layer initialized
Feb 22 10:20:04 hecker kernel: Bluetooth: Patch file not found ar3k/AthrBT_0x31010000.dfu
Feb 22 10:20:04 hecker kernel: Bluetooth: Loading patch file failed
Feb 22 10:22:29 hecker systemd[440]: Starting Bluetooth OBEX service...
Feb 22 10:22:30 hecker systemd[440]: Started Bluetooth OBEX service.
Feb 22 12:34:42 hecker systemd[1]: Starting Bluetooth service...
Feb 22 12:34:42 hecker bluetoothd[14124]: Bluetooth daemon 5.63
Feb 22 12:34:42 hecker systemd[1]: Started Bluetooth service.
Feb 22 12:34:42 hecker bluetoothd[14124]: Bluetooth management interface 1.21 initialized
Feb 22 12:34:42 hecker kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Feb 22 12:34:42 hecker kernel: Bluetooth: BNEP filters: protocol multicast
Feb 22 12:34:42 hecker kernel: Bluetooth: BNEP socket layer initializedHere is the output when i try to use bluetoothctl
Agent registered
[bluetooth]# power on
No default controller available
[bluetooth]# scan on
No default controller availableI am not sure why its happening as it works perfectly when I was on opensuse leap
Maybe a fault on my side?
Last edited by IshanKBG (2022-02-22 07:28:13)
Offline
Offline
Hey there I tried the solutions listed on Arch wiki but none works
Offline