clnhub / rtl8192eu-linux

Realtek rtl8192eu official Linux driver, versions: 5.2.19.1 (master), 5.6.3.1, 5.6.4 and 5.11.2.1 (default)
442 stars 90 forks source link

Add uninstall script #79

Closed BeetMacol closed 1 year ago

BeetMacol commented 1 year ago

Adds an uninstallation script uninstall_wifi.sh. The script also reinstalls the default driver.

BeetMacol commented 1 year ago

Actually I probably should have also added info in README on this, sorry for not doing it in a single commit...

Should I add it now and if so, where exactly?

clnhub commented 1 year ago

Thanks for the pull request.

The README should look like:

Automated (re)install

Run from driver directory:

./install_wifi.sh

Automated uninstall/reset

Run from driver directory:

./uninstall_wifi.sh

Can you remove the blacklist-rtl8xxxu.conf completely instead of renaming it (rm)?

BeetMacol commented 1 year ago

Done - changed the script and README as requested.

Sorry for late response, I rarely use GitHub and missed the e-mail.