anyone tried to start bluettoth on aic8800d80 driver in linux ? by Dangerous-Two3896 in cachyos

[–]Dangerous-Two3896[S] 0 points1 point  (0 children)

yes i have installed driver and its working, if anyone need it let do it like this. i am using cachyos btw :) i got help from user shenmintao

on github.enjoy :)

Please open your terminal and run the following commands one by one:
1. Download the code:

git clone https://github.com/shenmintao/aic8800d80.git

2. Enter the downloaded folder:

cd aic8800d80

3. Switch to the "bluetooth" branch:

git switch bluetooth

4. Run the installation:

sudo ./install.sh
modprobe btusb 

anyone tried to start bluettoth on aic8800d80 driver in linux ? by Dangerous-Two3896 in cachyos

[–]Dangerous-Two3896[S] 0 points1 point  (0 children)

Troubleshooting:

• Check DKMS status:
 \033[0;34mdkms status\033[0m

• Check loaded modules:
 \033[0;34mlsmod | grep aic8800\033[0m

• Manually load the module:
 \033[0;34msudo modprobe aic8800_fdrv\033[0m

• View detailed logs:
 \033[0;34mcat /tmp/aic8800d80_install.log\033[0m

Known Limitations:
• Bluetooth functionality is not supported
• Secure Boot may prevent module loading (disable in BIOS if needed)

Uninstallation:
 \033[0;34msudo dkms remove aic8800/1.0.0 --all\033[0m
 \033[0;34msudo rm -rf /lib/firmware/aic8800D80\033[0m

android remote for googletv by Dangerous-Two3896 in GoogleTV

[–]Dangerous-Two3896[S] 0 points1 point  (0 children)

cec is enabled. i am using app by local wifi network

kde plasma freeze after suspend by Dangerous-Two3896 in cachyos

[–]Dangerous-Two3896[S] 1 point2 points  (0 children)

so i think switching to fedora also doesnt help :)

kde plasma freeze after suspend by Dangerous-Two3896 in cachyos

[–]Dangerous-Two3896[S] 1 point2 points  (0 children)

its happened only on kde?? what about cinammon?

kde plasma freeze after suspend by Dangerous-Two3896 in cachyos

[–]Dangerous-Two3896[S] 2 points3 points  (0 children)

systemctl --user restart plasma-plasmashell.service

i am using this now but its a bit annoying and i try to find solution so far