rtl8188eus icon indicating copy to clipboard operation
rtl8188eus copied to clipboard

New version available from Realtek: v5.3.9

Open kimocoder opened this issue 6 years ago • 9 comments

Hi there!

There is a new version available for this driver. Changelog is found here

Howto get it from Realtek? Ftp Server : ftp3.realtek.com Account:RTL8188E Password: M6b3Er (8188EUS/ETV/8189ES)

kimocoder avatar Jan 30 '19 11:01 kimocoder

Confirmed to work with some editing on my setup. uname output:

# uname -a
Linux magister-mentium 4.19.0-14.1-liquorix-amd64 #1 ZEN SMP PREEMPT liquorix 4.19-9ubuntu1~cosmic (2019-01-10) x86_64 GNU/Linux

Tested actions

The following things are tested :

  • Monitor mode (you have to get your hands dirty a little with ifconfig wlan1 down and iwconfig wlan1 mode monitor, lazy things like airmon-ng start wlan1 refuses to work) : airodump-ng works. aireplay-ng successfully deauthenticates me.
  • Injection test : well, readers, decide it. (It's not the problem with the APs if you ask; my PCIe AR9285 perfectly passes.)
root@magister-mentium [0] /usr/src/rtl8188eus # aireplay-ng -9 -i wlan0mon wlan1   

19:33:23  Trying broadcast probe requests...
19:33:23  Injection is working!
19:33:25  Found 3 APs

19:33:25  Trying directed probe requests...
19:33:25  <MAC, censored> - channel: 11 - <network name, censored>
19:33:25  Ping (min/avg/max): 2.006ms/8.028ms/19.423ms Power: -67.60
19:33:25  30/30: 100%

19:33:25  <MAC, censored> - channel: 10 - <network name, censored>
19:33:26  Ping (min/avg/max): 2.694ms/17.707ms/36.812ms Power: -76.30
19:33:26  30/30: 100%

19:33:26  <MAC, censored> - channel: 9 - <network name, censored>
19:33:32  Ping (min/avg/max): 9.700ms/9.700ms/9.700ms Power: -69.00
19:33:32   1/30:   3%


19:33:32  Trying card-to-card injection...
19:33:36  Attack -0:           Failed
19:33:40  Attack -1 (open):    Failed
19:33:41  Attack -1 (psk):     OK
19:33:46  Attack -2/-3/-4/-6:  Failed
19:33:50  Attack -5/-7:        Failed
  • AP mode : see this? screenshot_2019-02-12_19-47-18 Note that NetworkManager's built-in AP mode doesn't work for now.

minhducsun2002 avatar Feb 12 '19 12:02 minhducsun2002

Don't worry about the errors, I created them when adding adapter support yesterday.

Anyhow, clean source is available from ftp3.realtek.com.

And I'll add support to aircrack-ng (in airmon-ng) within a few days too, so you don't need to set it manually.

kimocoder avatar Feb 12 '19 12:02 kimocoder

Don't worry about the errors, I created them when adding adapter support yesterday.

Not that much errors, but mate, can you make your driver speak less? :) It's bloating my dmesg output.

And I'll add support to aircrack-ng (in airmon-ng) within a few days too, so you don't need to set it manually.

Just testing things a little in case someone hesitates.

Maybe I'll give it a try on Arch's official 4.20 kernel tomorrow.

minhducsun2002 avatar Feb 12 '19 12:02 minhducsun2002

Yes, I have lots to do, so I need the debug for now, but I'll remove the most spamming one this evening.

kimocoder avatar Feb 12 '19 13:02 kimocoder

this evening.

I'm at GMT+7, which means, at the time of writing this it would already been night for me though :| Anyway, looking forward for your intervention to make the driver less talkative. :)

minhducsun2002 avatar Feb 12 '19 14:02 minhducsun2002

I pushed some fixes, I'll do some more important ones tomorrow too

kimocoder avatar Feb 12 '19 18:02 kimocoder

Wonderful! Thanks for the new version. I will try it and I can open another branch.

quickreflex avatar Mar 22 '19 17:03 quickreflex

I'm uploading the latest patches for this new version. Included are updates in the Linux kernel at 4.19, 4.20, 5.0 and 5.1. v5.3.9_28540.tar.gz

quickreflex avatar Mar 24 '19 12:03 quickreflex

plz help me ! tell me what kernel you use you using im totally tired of install too many kernels and trying [im getting errors in latest kernel and in old kernel installs sucessfully with warnings but wifi wont work]

bobby69-24 avatar Jun 23 '20 10:06 bobby69-24