The built-in WiFi module in Orange pi Zero does not work.
With an external 802.11n USB Wireless LAN Card (MediaTek, Inc. RT2870) the module works.
How to solve this problem?
Orange pi Zero WiFi 819 not works Topic is solved
Re: Orange pi Zero WiFi 819 not works
Hi,
Known issue, please see here for a workaround/fix:
https://github.com/Fourdee/DietPi/issue ... -266006050
Known issue, please see here for a workaround/fix:
https://github.com/Fourdee/DietPi/issue ... -266006050
If you find our project or support useful, then we’d really appreciate it if you’d consider contributing to the project however you can.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Re: Orange pi Zero WiFi 819 not works
Created the daemon file /etc/systemd/system/xradio_wlan.service
Code:
Systemctl enable xradio_wlan.service
Systemctl daemon-reload
Reboot
........
dmesg | Grep xradio
[12.662315] xradio wlan power on
[13.167005] [XRADIO_ERR] xradio_load_firmware: can not read config register, err = -110.
[13.167045] [XRADIO_ERR] xradio_load_firmware failed (-110).
[13.503539] xradio wlan power off
On other images, XR819 works (there are two orange pirou modules, the "debian_server_For_OrangePizero_v0_9_2.img" image).
In these images there are files XR819*.bin.
And in the image "DietPi_OrangePiZero-armv7- (Jessie) .7z" the XR819 files are missing.
How this system can work with a chip, if there is no mention anywhere?
What am I doing wrong?
Code:
Systemctl enable xradio_wlan.service
Systemctl daemon-reload
Reboot
........
dmesg | Grep xradio
[12.662315] xradio wlan power on
[13.167005] [XRADIO_ERR] xradio_load_firmware: can not read config register, err = -110.
[13.167045] [XRADIO_ERR] xradio_load_firmware failed (-110).
[13.503539] xradio wlan power off
On other images, XR819 works (there are two orange pirou modules, the "debian_server_For_OrangePizero_v0_9_2.img" image).
In these images there are files XR819*.bin.
And in the image "DietPi_OrangePiZero-armv7- (Jessie) .7z" the XR819 files are missing.
How this system can work with a chip, if there is no mention anywhere?
What am I doing wrong?
Re: Orange pi Zero WiFi 819 not works
Code: Select all
[12.662315] xradio wlan power on
[13.167005] [XRADIO_ERR] xradio_load_firmware: can not read config register, err = -110.
[13.167045] [XRADIO_ERR] xradio_load_firmware failed (-110).
[13.503539] xradio wlan power off
https://forum.armbian.com/index.php?/to ... ment=21614
Firmware appears installed:
Code: Select all
root@DietPi:~# ls -lha /lib/firmware/xr819/
total 144K
drwxr-xr-x 2 root root 4.0K Mar 10 18:45 .
drwxr-xr-x 12 root root 4.0K Mar 10 18:45 ..
-rw-r--r-- 1 root root 2.3K Mar 10 18:43 boot_xr819.bin
-rw-r--r-- 1 root root 975 Mar 10 18:43 device-xradio.mk
-rw-r--r-- 1 root root 124K Mar 10 18:43 fw_xr819.bin
-rw-r--r-- 1 root root 744 Mar 10 18:43 sdd_xr819.bin
If you find our project or support useful, then we’d really appreciate it if you’d consider contributing to the project however you can.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Donating is the easiest – you can use PayPal or become a DietPi patron.