This commit is contained in:
jurajk
2026-05-28 22:37:51 +02:00
commit 0309021053
2 changed files with 27 additions and 0 deletions
Executable
+10
View File
@@ -0,0 +1,10 @@
#!/bin/bash
# Wait for the system to settle down and Bluetooth to finish loading
sleep 10
if [ -d "/sys/bus/pci/drivers/rtw89_8852be" ]; then
echo "0002:21:00.0" > /sys/bus/pci/drivers/rtw89_8852be/unbind
sleep 2
echo "0002:21:00.0" > /sys/bus/pci/drivers/rtw89_8852be/bind
fi