Skip to content

Instantly share code, notes, and snippets.

@samgooi4189
Last active September 6, 2016 00:56
Show Gist options
  • Save samgooi4189/75fc0db251fc3ba86cafdccf3ce4ade5 to your computer and use it in GitHub Desktop.
Save samgooi4189/75fc0db251fc3ba86cafdccf3ce4ade5 to your computer and use it in GitHub Desktop.
Make rtl8191se works better
$ sudo add-apt-repository ppa:hanipouspilot/rtlwifi
$ sudo apt-get update
$ sudo apt-get install rtlwifi-new-dkms linux-firmware
$ sudo modprobe -r rtl8192se
$ sudo modprobe -v rtl8192se ips=N fwlps=N swlps=N debug=1 disable_watchdog=Y swenc=Y
$ echo 'options rtl8192se ips=N fwlps=N swlps=N debug=1 disable_watchdog=Y swenc=Y' | sudo tee /etc/modprobe.d/rtl8192se.conf
This will make rtl8191SEvA work better in Ubuntu.
To see what options are available in rtl8192se, you can
$ modinfo rtl8192se
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment