8189ETV is supported from the very first builds.9082xs is not supported yet and the person who compiled the driver in Android firmwares doesn't respond to my requests: 9082xs Driver Source Code · Issue #1 · jolin90/jolin · GitHub
9082xs is not officially supported by Amlogic (1st hand info) so the only way to get the driver is from author/chip manufacturer.
I read script inside jolin repository and I found a file called replace2.sh, in this file I find some function about rename of rtl8189es driver to work with Tilk9082xs, the scripts works, but some txt files are missing in that repo. The missing .txt files defines the rules of sed -i to change functions names. So I follow the breadcrumbs, and I made a repository with this experiments:
GitHub - Akir4d/Tilk9082x: Rtl8189e modified to works with 9082x
Actually the driver recongnize device, and try to initialize:
[ 1299.922831@1] cfg80211: Calling CRDA to update world regulatory domain
[ 1299.942495@1] TTL902X: module init start
[ 1299.942512@1] TTL902X: ttl9082xs v4.3.18.2_17395.20160422
[ 1299.942516@1] ######platform_wifi_power_on:
[ 1299.942548@1] aml_wifi wifi.32: [extern_wifi_set_enable] WIFI Disable! 240
[ 1300.447063@2] aml_wifi wifi.32: [extern_wifi_set_enable] WIFI Enable! 240
[ 1300.957054@2] sdio_reset_comm():
[ 1300.976901@1] [sdio_reinit] finish
[ 1300.979099@1] bFWReady == _FALSE call reset 8051...
[ 1302.039450@1] TTL902X: ERROR invalid mac addr:00:00:00:00:00:00, assign random MAC
[ 1302.040888@3] TTL902X: tlw_ndev_init(wlan0) if1 mac_addr=00:e0:4c:de:4b:fe
[ 1302.091830@2] TTL902X: module init ret=0
But I not get any wifi scan....
I need some help...