Skip to content

Instantly share code, notes, and snippets.

@liamg
Last active March 17, 2021 19:55
Show Gist options
  • Save liamg/cb7579ea3352e28969f99e5b863ae8b5 to your computer and use it in GitHub Desktop.
Save liamg/cb7579ea3352e28969f99e5b863ae8b5 to your computer and use it in GitHub Desktop.
Fix wifi on Lenovo Y530
#!/usr/bin/env bash
echo "blacklist ideapad_laptop" >> /etc/modprobe.d/blacklist.conf
echo "blacklist pcspkr" > /etc/modprobe.d/nobeep.conf
echo "options r8822be aspm=0" > /etc/modprobe.d/aspmoff.conf
mv /lib/firmware/ath10k/QCA9377/hw1.0/firmware-6.bin /backup-firmware-6.bin
reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment