[connor@StarReach ~]$ lsusb -tv
/: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/6p, 10000M
ID 1d6b:0003 Linux Foundation 3.0 root hub
/: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/12p, 480M
ID 1d6b:0002 Linux Foundation 2.0 root hub
|__ Port 5: Dev 3, If 0, Class=Vendor Specific Class, Driver=, 12M
ID 04f3:0c4b Elan Microelectronics Corp.
|__ Port 6: Dev 4, If 0, Class=Video, Driver=uvcvideo, 480M
ID 04ca:7070 Lite-On Technology Corp.
|__ Port 6: Dev 4, If 1, Class=Video, Driver=uvcvideo, 480M
ID 04ca:7070 Lite-On Technology Corp.
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 10000M
ID 1d6b:0003 Linux Foundation 3.0 root hub
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/1p, 480M
ID 1d6b:0002 Linux Foundation 2.0 root hub
[connor@StarReach ~]$ sudo usb_modeswitch -R -v 1d6b -p 0002
Look for default devices ...
Found devices in default mode (2)
Access device 001 on bus 001
Get the current device configuration ...
Current configuration number is 1
Use interface number 0
with class 9
Warning: no switching method given. See documentation
Reset USB device ...........Reset USB device failed with error -99 Reset USB device failed with error -99-> Run lsusb to note any changes. Bye!
[connor@StarReach ~]$ lsusb
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 004: ID 04ca:7070 Lite-On Technology Corp. Integrated Camera
Bus 003 Device 003: ID 04f3:0c4b Elan Microelectronics Corp. ELAN:Fingerprint
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
[connor@StarReach ~]$
Great! Now, once again still in the terminal, enter nano /var/lib/bluetooth/94:E7:0B:C9:8D:7A/FB:2C:98:B7:B4:3C/info , then remove the lines that looks like this:
[IdentityResolvingKey]
Key=...
After that, press ctrl + s to save, then ctrl + x to exit.
Then enter nano /etc/bluetooth/main.conf and set:
[Policy]
AutoEnable=true
After that, press ctrl + s to save, then ctrl + x to exit. Then you may type in exit to exit from sudo.
Then, you may execute pulseaudio --k , followed by sudo systemctl restart bluetooth.service to then execute pulseaudio --start.
Hmm, have TLP installed?
Okay lets try with this one⦠sudo usb_modeswitch -R -v 04f3 -p 0c4b
And for now, lets try to kill bluetooth. Enter sudo systemctl disable bluetooth , then reboot to then re enable it sudo systemctl enable bluetooth ⦠Its a firmware mismatch between two loadersā¦
Ran through it all, but the problem still persists after sleep
Look for default devices ...
Found devices in default mode (1)
Access device 003 on bus 003
Get the current device configuration ...
Current configuration number is 1
Use interface number 0
with class 255
Warning: no switching method given. See documentation
Reset USB device .
Device was reset
-> Run lsusb to note any changes. Bye!
[connor@StarReach ~]$ lsusb
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 004: ID 04ca:7070 Lite-On Technology Corp. Integrated Camera
Bus 003 Device 003: ID 04f3:0c4b Elan Microelectronics Corp. ELAN:Fingerprint
Bus 003 Device 002: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub