Hello all,
I am on MX Linux 21.3
When updating to kernel 6.1, the drivers for the WIFI USB dongle RTL8188GU cannot be installed.
They work fine on 6.0
I have tried with every kernel update, but I have to revert to 6.0 to have wifi working.
Thank you
rtl8188gu [Solved]
- dolphin_oracle
- Developer
- Posts: 22646
- Joined: Sun Dec 16, 2007 12:17 pm
Re: rtl8188gu
you'll need updated driver package. dkms package tend to need updating for new kernels.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/
Re: rtl8188gu
Right, before 6.1 i had to update the package manually. download and compile. the same procedure returns an error on 6.1
I honestly don't know where to find the updated driver package. any clues?
I honestly don't know where to find the updated driver package. any clues?
- Eadwine Rose
- Administrator
- Posts: 15135
- Joined: Wed Jul 12, 2006 2:10 am
Re: rtl8188gu
Is there a specific reason that you cannot use 6.0 which is working?
MX-23.6_x64 July 31 2023 * 6.1.0-38amd64 ext4 Xfce 4.20.0 * 8-core AMD Ryzen 7 2700
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 535.247.01 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 870EVO * Samsung S24D330 & P2250 * HP Envy 5030
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 535.247.01 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 870EVO * Samsung S24D330 & P2250 * HP Envy 5030
Re: rtl8188gu [Solved]
Code: Select all
git clone https://github.com/McMCCRU/rtl8188gu.git ; cd rtl8188gu ; make ; sudo make install
Re: rtl8188gu
... If there's no other connection when booted with 6.1 (wired etc.) download first another way (say, when on 6.0) then boot with 6.1 and continue from cd rtl8188gu ; make ; sudo make install
(If it still gives errors on 6.1, you need to report it to the maintainer on McMCCRU/rtl8188gu.git as it says there had been a fix for >= 6.1 )
(If it still gives errors on 6.1, you need to report it to the maintainer on McMCCRU/rtl8188gu.git as it says there had been a fix for >= 6.1 )
Re: rtl8188gu
Thank you guys, I will report back...
Re: rtl8188gu
It worked like the proverbial charm, thank you again