lwfinger / rtl8188gu

This repo contains a Linux driver for the RTL8188GU
61 stars 20 forks source link

Fix builds with linux kernel 6.9 #18

Closed hellcwang closed 4 months ago

hellcwang commented 4 months ago

Using similar method in github:rtl88x2bu - fix build for Linux 6.9 fix the API change in kernel 6.9.0

dubhater commented 4 months ago

Do you get a wifi interface with this driver if you fix the compilation errors?

hellcwang commented 4 months ago

@dubhater I have a tp-link archer TX20U Plus with me which using RTL8188GU. The usb id is 0bda:1a2b. After fixing the compilation error, the driver works well on 6.9.9-arch1-1

dubhater commented 4 months ago

0bda:1a2b is the CDROM mode ID used by many different devices with Realtek chips, not just RTL8188GU. If you eject it, you will get the true USB ID. You can install usb_modeswitch to automate the switching.

TX20U is a wifi 6 device. The driver in this repository is only for one specific wifi 4 chip.

hellcwang commented 4 months ago

The true USB ID is 2357:013f.

TX20U is a wifi 6 device. The driver in this repository is only for one specific wifi 4 chip.

I think that is the reason why I cannot get the full speed with this device, thanks. The working driver for the TX20U is rtl8852au. Sorry I messed it up.

predefine commented 4 months ago

this pull request will not pushed, larry is passed away :(

hellcwang commented 4 months ago

I am so sorry to hear that. I will close this PR.