Skip to content

Instantly share code, notes, and snippets.

@warlock
Last active January 11, 2021 07:32
Show Gist options
  • Save warlock/1dbdac95661af40e5c3f9ffbdcdd9225 to your computer and use it in GitHub Desktop.
Save warlock/1dbdac95661af40e5c3f9ffbdcdd9225 to your computer and use it in GitHub Desktop.
Realtek Wifi Driver Solver (VANT DOMO4)
# /etc/modprobe.d/iwl11n.conf
options iwlwifi 11n_disable=8
# /etc/sysctl.conf
# Disable IPv6 (Personal suggestion)
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment