rithvikvibhu / nh-magisk-wifi-firmware

This Magisk module adds the required firmware for external wireless adapters to be used with NetHunter.
MIT License
188 stars 40 forks source link

Added rtl8188fu driver firmware (RTL8188FTV chipset) #57

Closed drygdryg closed 3 years ago

drygdryg commented 3 years ago

Note: for rtl8188fu driver with monitor mode support: https://github.com/kelebek333/rtl8188fu/tree/arm

hamid12121 commented 3 years ago

What is that name? Mean the name of wireless adapter

drygdryg commented 3 years ago

A lot of chinese adapters on this chipset are produced without a name with USB ID 0bda:f179. I only found one branded adapter on this chipset: https://wikidevi.wi-cat.ru/SharkNinja_GR-8188U1PS I built the rtl8188fu driver into my kernel and got monitoring mode. RTL8188FTV is a new chipset released in 2018, see https://wikidevi.wi-cat.ru/Realtek

rithvikvibhu commented 3 years ago

Thanks for the PR, @drygdryg!