Fix not working for Edimax EW-7811Un

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
ShellKnobCat
Level 2
Level 2
Posts: 56
Joined: Tue Mar 27, 2018 10:58 am

Fix not working for Edimax EW-7811Un

Post by ShellKnobCat »

I upgraded to Mint 19. I use an Edimax EW-7811Un wireless dongle on my Dell Optiplex 380. These dongles have issues until a well known fix is performed:

sudo apt-get install linux-headers-generic build-essential dkms
git clone https://github.com/pvaret/rtl8192cu-fixes.git
sudo dkms add ./rtl8192cu-fixes
sudo dkms install 8192cu/1.10
sudo depmod -a
sudo cp ./rtl8192cu-fixes/blacklist-native-rtl8192.conf /etc/modprobe.d/

This has always worked for me up to and including Mint 18.3. However when I try it on 19 when I enter "sudo dkms install 8192cu/1.10" I get an error telling me the directory is no longer available or something to that effect. Any help? Without this fix the wifi can be slow and disconnects randomly which is very annoying.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
JeremyB
Level 21
Level 21
Posts: 13851
Joined: Fri Feb 21, 2014 8:17 am

Re: Fix not working for Edimax EW-7811Un

Post by JeremyB »

See the wireless script link in my signature and post results
ShellKnobCat
Level 2
Level 2
Posts: 56
Joined: Tue Mar 27, 2018 10:58 am

Re: Fix not working for Edimax EW-7811Un

Post by ShellKnobCat »

JeremyB
Level 21
Level 21
Posts: 13851
Joined: Fri Feb 21, 2014 8:17 am

Re: Fix not working for Edimax EW-7811Un

Post by JeremyB »

Code: Select all

echo "blacklist rtl8192cu" | sudo tee -a /etc/modprobe.d/blacklist.conf
Reboot and see how well the newer rtl8xxxu module does
ShellKnobCat
Level 2
Level 2
Posts: 56
Joined: Tue Mar 27, 2018 10:58 am

Re: Fix not working for Edimax EW-7811Un

Post by ShellKnobCat »

No change. I think what I need is to be able to install 8192/cu 1.10 which apparently is no longer available.
JeremyB
Level 21
Level 21
Posts: 13851
Joined: Fri Feb 21, 2014 8:17 am

Re: Fix not working for Edimax EW-7811Un

Post by JeremyB »

Upload new wireless script results so I can see what happened with the change.

Look at https://github.com/pvaret/rtl8192cu-fixes In big letters it says "this driver is deprecated" and pvaret recommends using rtl8xxxu
Locked

Return to “Networking”