Hello everyone
I recently installed Fedora on my Zenbook UX431DA and ran into the problem that bluetooth is not working.
When I only installed Fedora, bluetooth works fine. Sometimes he didn’t, and I just install all new updates from application manager and its fix issue. But now it doesn’t work.
I checked dmesg
, I guess problem is in btusb, but I don’t know how resolve this
[ 17.455987] btusb 3-2.2:1.0: probe with driver btusb failed with error -16
[ 17.456032] btusb 3-2.2:1.1: probe with driver btusb failed with error -16
[ 17.456115] usbcore: registered new interface driver btusb
sudo dmesg | grep -i Bluetooth
[ 12.291957] Bluetooth: Core ver 2.22
[ 12.292110] NET: Registered PF_BLUETOOTH protocol family
[ 12.292115] Bluetooth: HCI device and connection manager initialized
[ 12.292129] Bluetooth: HCI socket layer initialized
[ 12.292135] Bluetooth: L2CAP socket layer initialized
[ 12.292156] Bluetooth: SCO socket layer initialized
[ 45.946180] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 45.946194] Bluetooth: BNEP filters: protocol multicast
[ 45.946212] Bluetooth: BNEP socket layer initialized
hciconfig
returns nothing
sudo lsusb -v | grep Bluetooth
returns: only:
Couldn't open device, some information will be missing
Couldn't open device, some information will be missing
From journalctl -r -u bluetooth
, I found this:
сен 12 21:07:26 zenbook-victor bluetoothd[3507]: src/plugin.c:init_plugin() System does not support asha plugin
сен 12 21:07:26 zenbook-victor bluetoothd[3507]: src/plugin.c:init_plugin() System does not support csip plugin
сен 12 21:07:26 zenbook-victor bluetoothd[3507]: src/plugin.c:init_plugin() System does not support ccp plugin
сен 12 21:07:26 zenbook-victor bluetoothd[3507]: src/plugin.c:init_plugin() System does not support micp plugin
сен 12 21:07:26 zenbook-victor bluetoothd[3507]: src/plugin.c:init_plugin() System does not support vcp plugin
сен 12 21:07:26 zenbook-victor bluetoothd[3507]: src/plugin.c:init_plugin() System does not support mcp plugin
сен 12 21:07:26 zenbook-victor bluetoothd[3507]: src/plugin.c:init_plugin() System does not support bass plugin
сен 12 21:07:26 zenbook-victor bluetoothd[3507]: src/plugin.c:init_plugin() System does not support bap plugin
I’m a bit new to linux and may have missed something, but I hope the information above helps.