Jump to content

TerryW

Members
  • Posts

    3
  • Joined

  • Last visited

  1. Hello everyone, I found a nice way to bypass the native Wi-Fi problems on orange pi zero. You can add the native Wi-Fi chip XR819 into modprobe blakclist to disable it permanently. And then buy a usb wifi adaptor plugs into the USB port to connect to a Wi-Fi network. In this way, you can connect the wifi though the USB adapter rather than native Wi-Fi chip. Here is how to add the native WiFi Chip driver into blacklist on armbian: sudo nano /etc/modprobe.d/blacklist-orangepizero.conf And this line to file: blacklist xradio_wlan Then Run: sudo update-initramfs -u And reboot. Now you should connect WiFi though the usb adapter with peace of mind🤠 Refer to this link: https://askubuntu.com/a/168045
  2. Sorry for my point above. I know the wifi problem is because the manufacturers poor drivers, it's not about armbian absolutly. You guys are doing great work, and I am very grateful for your jobs. I will check your advice lately. Thanks a lot!!😀
  3. Well, I meet this issue too. My device is OPi zero(H2 version) with XR819 wifi chip. My system is Armbian 23.02.2 Bullseye with Linux 5.15.93-sunxi. I find that this armbian seems has some wlan0 driver problem. Cause I find the arp table is some strange. The armbian on OPi zero cann't get correct arp table with Apple devices. For examble, I have one raspberrypi 4B, one macbook pro and the OPi zero connect in same router. These devices are all wifi only connected. After boot the OPi zero, I can ssh to it from Rpi4B, but fail from my mbp. And after both ssh attempt, I login OPi zero to see its arp table, it shows the connection from mbp is <incomplete>, so it never response any net request from mbp. But the arp table has correct ip-mac about Rpi4B, so the ssh from Rpi4B is accessable without any problem, but ssh from mbp shows Operation timed out. I also plug another wifi-device in USB, but this cannot solve this problem. When I ssh to my usb-wifi, is still same as before. And the arp table has 2 item about my mbp, one is correct and one is <incomplete> too. It seems so weird... I would like to know if there have some method to disable the XR819 chip or wlan0 permanently, so that i can use a USB wifi chip to connect my wifi, which should be a normal operation on Linux.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines