Post B6MHOBGMnjOlmkqIVs by lmke@chaos.social
(DIR) More posts by lmke@chaos.social
(DIR) Post #B6LmyYHVbE1v1PEvku by star@amazonawaws.com
0 likes, 0 repeats
First time a Fedora update is giving me trouble. Kernel 7.0.7 just disables my bluetooth !!?
(DIR) Post #B6MHOBGMnjOlmkqIVs by lmke@chaos.social
0 likes, 0 repeats
@star interesting, for me its the other way around. i cant disable bluetooth.
(DIR) Post #B6MHOBWJqQ9uaEJ2NU by star@amazonawaws.com
0 likes, 0 repeats
@lmke Hey, do you wanna trade? :neocat_googly_woozy:
(DIR) Post #B6MVHrhA2WRAiYG3O4 by mitsunee@mk.absturztau.be
1 likes, 0 repeats
@lmke@chaos.social @star@fed.amazonawaws.com tried to find it again, here's what I used last time to toggle off and on bluetooth completely (which did fix my issues):HCI_DEVICE=`rfkill list all | grep -o 'hci*.'`sudo hciconfig $HCI_DEVICE downsudo systemctl disabled bluetoothsudo rmmod btusbsudo modprobe btusbsudo hciconfig $HCI_DEVICE upsudo systemctl enable bluetooth(rfkill list all also has some more information like whether there's a software or hardware block active, and lists other types of devices too, might be interesting to check first)hope that somehow helps :neofox_floof: