|
Your wifi chip explains partially the reason it doesn't work on 8189rtv, which OPIplus is equipped with.
The 8189 is not part of this commit, It is specific for your model : CONFIG_RTL8188E = y
########################## WIFI IC ############################
CONFIG_MULTIDRV = n
CONFIG_RTL8188E = y
CONFIG_RTL8812A = n
CONFIG_RTL8821A = n
CONFIG_RTL8192E = n
CONFIG_RTL8723B = n
CONFIG_RTL8814A = n
CONFIG_RTL8703B = n
CONFIG_RTL8188F = n
Do you know which commit could work with the 8189 ? |
|