aircrack-ng / rtl8188eus

RealTek RTL8188eus WiFi driver with monitor mode & frame injection support
957 stars 405 forks source link

Does it support android 12? #199

Open shashankx86 opened 2 years ago

drygdryg commented 2 years ago

The driver depends on the kernel version. Android 12 can run on a wide range of kernel versions, so you need to find out the Linux kernel version.

NickTheOnlyNeko commented 2 years ago

No description provided.

Download Termux and write in it uname -a and send us the info so we can give you a straight answer.

shashankx86 commented 2 years ago

No description provided.

Download Termux and write in it uname -a and send us the info so we can give you a straight answer.

Kernel version

4.19.157-perf-g3eee292b027c

NickTheOnlyNeko commented 2 years ago

No description provided.

Download Termux and write in it uname -a and send us the info so we can give you a straight answer.

Kernel version

4.19.157-perf-g3eee292b027c

i'd say it's a hit or miss with that one to be honest, if you try and dig around the forks of this driver there might be one that has support for 4.19.xxx tho you should try to see by yourself and compile and run the driver tho the real question is does the driver support ARM based CPU's

shashankx86 commented 2 years ago

No description provided.

Download Termux and write in it uname -a and send us the info so we can give you a straight answer.

Kernel version

4.19.157-perf-g3eee292b027c

i'd say it's a hit or miss with that one to be honest, if you try and dig around the forks of this driver there might be one that has support for 4.19.xxx tho you should try to see by yourself and compile and run the driver tho the real question is does the driver support ARM based CPU's

Thnx