taimed
June 17, 2021, 3:13pm
#1
Hello community
I’ve added a wifi driver to my source code, and it was successful… Now I can scan and connect to wifi.
The problem is that I can not do tethering ( ethernet to wifi AP), noting that Ap works fine without ethernet
Attached in my logcat : dogbin - grunamynaf
1 Like
jasonl
June 18, 2021, 1:52am
#2
what is your board ? vim3 or vim3l ,and what is the system? android 9 ?
jasonl
June 18, 2021, 8:44am
#4
@taimed there’s a question I’m wondering why you need to add your own wifi driver ?
taimed
June 18, 2021, 8:45am
#5
@jasonl for practising and knowledge
jasonl
June 18, 2021, 8:48am
#6
The problem should be that there is something wrong with your added wifi driver
taimed
June 18, 2021, 8:49am
#7
what could be ? I followed some of the realtek docs regarding adding wifi
jasonl
June 18, 2021, 8:49am
#8
hardware/wifi/broadcom/drivers/ap6xxx/bcmdhd.100.10.315.x ,this the normal driver code for vim3 android 9
jasonl
June 18, 2021, 8:51am
#9
now vim3 wifi chip is broadcom ,not realtek
taimed
June 18, 2021, 8:56am
#10
I’m trying to add a realtek driver , USB
taimed
June 18, 2021, 9:43am
#11
vim3/hardware/wifi/realtek/drivers/8822bu/rtl8822BU
taimed
June 19, 2021, 6:54pm
#12
any help ? I really need it
jasonl
June 21, 2021, 1:58am
#13
I’ll take a look at this problem when I’m free, but it may take some time
1 Like
taimed
June 21, 2021, 6:44am
#14
ok please keep me updated
jasonl
June 23, 2021, 8:45am
#16
You use the rtl8822bu usb wifi module to connect to wifi ?can you take a picture ?
taimed
June 23, 2021, 8:48am
#17
jasonl
June 23, 2021, 9:08am
#18
this wifi module seems does not support Android system according to the webpage
taimed
June 23, 2021, 9:12am
#19
Well, I managed to make it work. I can scan and connect to wifi. the only problem I have that i can not do the tethering (from ethernet to wifi). it seems that there is some missing configuration. (one of the usb vendors, official vendor, says in his website that this usb support Android)
jasonl
June 23, 2021, 9:38am
#20
now your board connect network by ethernet ,and you want the usb wifi molule become a wifi ap ? how you test it ? HotPot item in settings ?