clnhub / rtl8192eu-linux

Realtek rtl8192eu official Linux driver, versions: 5.2.19.1 (master), 5.6.3.1, 5.6.4 and 5.11.2.1 (default)
452 stars 91 forks source link

Question #4

Closed arj03 closed 5 years ago

arj03 commented 5 years ago

Hi

I have a edimax EW-7612UAn wifi card and have been looking for a driver. I tried the device on a windows machine to see what kind of driver it would load and it loaded a rtl8192 driver so I assumed this driver would work for the device. Sadly it doesn't, so I went to the manufacturers page too see which drivers they had available and there is a driver that seems to be for rtl 8188C / 8192C that with some minor fixes works, but spits out tons of debug in dmesg. Strangely enough there is under the GPL section a RTL8192 driver that I can't seem to compile.

I was wondering if you could help me out figuring what the difference is between these different drivers.

Thanks! :)

kimocoder commented 5 years ago

Jeg har også en driver til den, pakket med monitor mode å frame injection. Finner den i repoene mine.

Problemet er at alle Realtek drivere er meget like, jeg har flere drivere jeg maintainer, men de bruker dessverre eldre I/O handlere, de bruker nl80211 kombinert med cfg80211 istedenfor nyere mac80211. Så har du alle patchene som varierer per repp, ellers er de fleste RTL drivere (basen) meget, meget lik på tvers av driverne.

clnhub commented 5 years ago

This driver only supports 8192EU. You can try pvaret's driver if your chipset is 8192CU.

arj03 commented 5 years ago

Thanks