asterisk-user Posted October 15, 2017 Posted October 15, 2017 Hi All, I've just got the new Orange Pi R1 and as expected it's working just well with the Orange Pi Zero armbian image. The only thing I'm struggeling with is the Wifi driver. The driver compiles succesfully but it seems that the kernel needs patching as well: ... CC [M] /usr/src/rtk8189es-2015-12-15-90ed86d42d/rtl8189ES//hal/OUTSRC/rtl8188e/phydm_RTL8188E.o CC [M] /usr/src/rtk8189es-2015-12-15-90ed86d42d/rtl8189ES//platform/platform_ops.o CC [M] /usr/src/rtk8189es-2015-12-15-90ed86d42d/rtl8189ES//platform/platform_ARM_SUNnI_sdio.o CC [M] /usr/src/rtk8189es-2015-12-15-90ed86d42d/rtl8189ES//core/rtw_mp.o CC [M] /usr/src/rtk8189es-2015-12-15-90ed86d42d/rtl8189ES//core/rtw_mp_ioctl.o LD [M] /usr/src/rtk8189es-2015-12-15-90ed86d42d/rtl8189ES//8189es.o Building modules, stage 2. MODPOST 1 modules WARNING: "wifi_teardown_dt" [/usr/src/rtk8189es-2015-12-15-90ed86d42d/rtl8189ES//8189es.ko] undefined! WARNING: "wifi_setup_dt" [/usr/src/rtk8189es-2015-12-15-90ed86d42d/rtl8189ES//8189es.ko] undefined! WARNING: "wifi_pm_get_mod_type" [/usr/src/rtk8189es-2015-12-15-90ed86d42d/rtl8189ES//8189es.ko] undefined! CC /usr/src/rtk8189es-2015-12-15-90ed86d42d/rtl8189ES//8189es.mod.o LD [M] /usr/src/rtk8189es-2015-12-15-90ed86d42d/rtl8189ES//8189es.ko This has been discussed in an older topic: I just wanted to know if there are any plans to intigrate the driver into the armbian zero image? Thanks! Viktor
tkaiser Posted October 16, 2017 Posted October 16, 2017 15 hours ago, asterisk-user said: I just wanted to know if there are any plans to intigrate the driver into the armbian zero image? All H2+/H3 boards share the same kernel so I wonder why you try to build the (already included) driver from source? What's not there on the Zero images are the settings (either fex contents or device-tree with mainline kernel).
Recommended Posts