|
Using orange pi plus 2e, armbian , come with 8189FTV driver (8189fs.ko), but wants to learn how to compile wireless driver
GEt the original driver from Realtek, success compile , sucess insmod, but the dmesg is different with original driver 8189fs.ko
Then ifconfig , cannot find wlan0 , error device no found.
Makefile select CONFIG_SUN_NX y, select CONFIG_SUN_8ixxx will lead to unknown parameter when insmod the driver
Do anyone face this before or some advise
make command listed below
make ARCH=arm KSRC=/sys/lib/linux-header-sun8i CROSS_COMPILE=
thanks
|
|