You are not logged in.
I installed the "bluez bluez-utils pulseaudio-bluetooth " packages. I also loaded the "btusb" kernel module and also enabled(and started) the "bluetooth.service" but whenever I use bluetoothctl it shows this -
[rounak@archissexy 14:56 ~]$ bluetoothctl
Agent registered
[bluetooth]# devices
No default controller available
[bluetooth]# scan on
No default controller available
[bluetooth]#Can anyone help me ?
EDIT: I tried out this - https://wiki.archlinux.org/title/blueto … _available but it didn't work ![]()
Last edited by RounakDutta (2022-10-07 09:50:12)
Offline
btusb would be loaded by default if you had actual BT hardware. What bt hardware do you think should exist on your system? Outputs of
lsusb
lspci
sudo dmesg | grep -iE 'btusb|bluetooth'If it's a realtek controller or so there are chances that you're SOL.
Offline
Thanks a lot for helping me out!!
Here is the -
Output of "lsusb" - http://0x0.st/oyVl.txt
Output of "lspci" - http://0x0.st/oyV6.txt
Output of "sudo dmesg | grep -iE 'btusb|bluetooth'" - http://0x0.st/oyVG.txt
EDIT I temporary added the "btusb.enable_autosuspend=n" As written in archwiki but it didn't work.
Last edited by RounakDutta (2022-10-07 10:46:55)
Offline
There's nothing suggesting you have any BT hardware nor wifi hardware for that matter, why do you think you should be able to use bluetooth? What system/laptop/mainboard/vendor is this? On the slight chance you have simply disabled the HW in your UEFI/firmware check your firmware on an option to enable this and/or check whether you have a physical button killswitch (though I'd find it weird if that would completely remove the HW from the bus)
Offline
There's nothing suggesting you have any BT hardware nor wifi hardware for that matter, why do you think you should be able to use bluetooth? What system/laptop/mainboard/vendor is this? On the slight chance you have simply disabled the HW in your UEFI/firmware check your firmware on an option to enable this and/or check whether you have a physical button killswitch (though I'd find it weird if that would completely remove the HW from the bus)
[rounak@archissexy 16:25 ~]$ sudo dmidecode -t 2
# dmidecode 3.4
Getting SMBIOS data from sysfs.
SMBIOS 3.1.1 present.
Handle 0x0002, DMI type 2, 15 bytes
Base Board Information
Manufacturer: ASUSTeK COMPUTER INC.
Product Name: PRIME H310M-E R2.0
Version: Rev X.0x
Serial Number: 191161949600070
Asset Tag: Default string
Features:
Board is a hosting board
Board is replaceable
Location In Chassis: Default string
Chassis Handle: 0x0003
Type: Motherboard
Contained Object Handles: 0Offline
Yeah you don't have any radio chip. You'll need to buy an external bluetooth dongle.
Offline
Oh damn. Thank you so much!!
Offline