Hi, bought the tp link wifi dongle, made it work using the instructions in this blog but I upgraded the kernel to 5.7 from 5.4 and it stopped working, tried redoing the steps in the blog and it didnt work, went back to the previous kernel and it still doesnt work. might be unrelated but I can no longer access the “hardware configuration” bit from “manjaro-settings-manager”. there are 5 packages that start with rtl8192 in the graphic package manager and none of them are marked as being installed.
In the old forum, I would have posted this in the newbie corner though noob is more accurate as I dont know how computer works. Here are some pastebins I thought might be useful.
The rest of your story sounds like mismagement …
That blog post shouldnt be followed … its just doing things outside the package manager for no reason, while we have packages available in the AUR.
ex - AUR (en) - Packages
But lets check your first issue first…
sudo pacman-mirrors -f && sudo pacman -Syyu
Does that return nothing / is all good?
Also how is mhwd and such?
But following @dagorret I then reisnatalled the headers and dkms and git and also did
sudo echo -e "blacklist rtl8xxxu" | sudo tee -a /etc/modprobe.d/blacklist.conf
and rebooted again and now mhwd again returns nothing, so I guess the blacklisting of rtl8xxxu might be causing the issue in some way ? also this post recommends that I uninstall any wifi drivers that were previously installed, is the software I downloaded and installed following the instructions in the blog I posted in my first commment a driver ? if so how do I remove it ? Also it seems adding the blacklisting rtl8xxxu makes me unable to reboot or shutdown properly. here’s a screenshot
Yes.
We might still need the blacklist … but lets remove the manually installed dkms driver first (with that command)
Then go ahead and install like above.
did both of these things, 12 and rebooted. dongle does not work, shows the wireless connections availaible but detects them all as having very low signal and I cant connect to mine.
I had done that when @dagorret linked it, also I jumped the gun again (sorry) and re-added the blacklisting rule again, rebooted and the wifi works fine, mhwd works again and I can reboot. is it good ?
Seems good to me. And now you have a real package installed
I dont know if the blacklist would still be required or not - you could always check one way or the other.
So really the steps were:
(!) Bonus - if manually installed driver previously, remove
1 - Install available driver (if not in mhwd/repos … then check AUR … in this case: link)
2 - Fix any driver quirks
(known quirks with 8192EU: mac randomization, possible module collision with rtl8xxxu)
It should.
DKMS means ‘dynamic kernel module support’ - and it should rebuild/add itself automatically when you add/change kernels.
Also as its a package it is recognized by the package manager.
Just keep in mind that it is an AUR package, so it may need to be updated or rebuilt itself from time to time.