Before you start repeating tasks that I have already done:
What was I doing when the bluetooth stopped working:
These are the commands I run to try to figure why the bluetooth wasn't working, but couldn't do it, apparently...
If there is anything else you need, please let me know. Thank you
Laptop specs:
- restarted bluetooth service
- tried to use the bluetoothctl command but "No default controller available" was the message that I received
plus the list command returned nothing- modprobe -r btusb and modprobe btusb did not work
- reverting to the previous kernel also did not work (more info bellow)
Dell Vostro 15 3000 series
Fedora 34 with Gnome and KDE installed (now using kde)
Kernel Version: 5.15.10
What was I doing when the bluetooth stopped working:
I updated the entire system using the dnf update command.
Bash:Transaction ID : 120 Begin time : Sat 25 Dec 2021 04:44:46 PM EET Begin rpmdb : 10254:0849dec2e8768b1ded5ed921eb55356935f0fb83 End time : Sat 25 Dec 2021 04:44:51 PM EET (5 seconds) End rpmdb : 10254:8a73a75ccff072fe8eecc55a8f2e4abc8573ceae User : root <root> Return-Code : Success Releasever : Command Line : Comment : Packages Altered: Upgrade alsa-sof-firmware-1.9.3-1.fc34.noarch @updates Upgrade freexl-1.0.6-15.fc34.x86_64 @updates Upgrade libical-3.0.12-1.fc34.x86_64 @updates Upgrade libical-glib-3.0.12-1.fc34.x86_64 @updates Upgrade pangomm-2.46.2-1.fc34.x86_64 @updates Upgraded alsa-sof-firmware-1.9.2-1.fc34.noarch @@System Upgraded freexl-1.0.6-2.fc34.x86_64 @@System Upgraded libical-3.0.11-1.fc34.x86_64 @@System Upgraded libical-glib-3.0.11-1.fc34.x86_64 @@System Upgraded pangomm-2.46.1-1.fc34.x86_64 @@System
These are the commands I run to try to figure why the bluetooth wasn't working, but couldn't do it, apparently...
Bash:
dmesg | grep -i bluetooth
[ 6.122500] Bluetooth: Core ver 2.22
[ 6.122528] NET: Registered PF_BLUETOOTH protocol family
[ 6.122530] Bluetooth: HCI device and connection manager initialized
[ 6.122533] Bluetooth: HCI socket layer initialized
[ 6.122535] Bluetooth: L2CAP socket layer initialized
[ 6.122540] Bluetooth: SCO socket layer initialized
[ 7.642820] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 7.642823] Bluetooth: BNEP filters: protocol multicast
[ 7.642827] Bluetooth: BNEP socket layer initialized
[ 8.315659] Bluetooth: hci0: command 0xfc05 tx timeout
[ 8.315688] Bluetooth: hci0: Reading Intel version command failed (-110)
[ 8336.086039] Bluetooth: hci0: Reading Intel version command failed (-110)
[ 8336.087591] Bluetooth: hci0: command tx timeout
-------------------------------------------------------------------------------------------------------------------------------
hciconfig
hci0: Type: Primary Bus: USB
BD Address: 00:00:00:00:00:00 ACL MTU: 0:0 SCO MTU: 0:0
DOWN
RX bytes:0 acl:0 sco:0 events:0 errors:0
TX bytes:4 acl:0 sco:0 commands:1 errors:0
-------------------------------------------------------------------------------------------------------------------------------
btmgmt power on
Set Powered for hci0 failed with status 0x11 (Invalid Index)
ps -ef | grep bluetoothd
root 15261 1 0 20:20 ? 00:00:00 /usr/libexec/bluetooth/bluetoothd
root 15561 12621 0 20:26 pts/3 00:00:00 grep --color=auto bluetoothd
btattach
No controller attached
If there is anything else you need, please let me know. Thank you