ludiazv / octocitrico

OctoPrint for other fruits
148 stars 19 forks source link

OrangePi Zero plus h2 - no wifi #1

Open nathanandtech opened 4 years ago

nathanandtech commented 4 years ago

It booted OK when connected via USB->ethernet adapter but the wifi interface is not found.

ludiazv commented 4 years ago

OPI Zero +2 H3 or H5 are still not supported but I think migration to this boards is easy as they well supported in armbian. Did you compile a specific version this board or used the published image in releases? Unfortunately I do not have this boards so I can't test it. Would you be interesting contributing to the project testing this board?

As regards for Wifi. This is a problem of armbian base software. There is not a easy way , AFAIK, to preconfigure armbian before the first boot. The best way to solve this limitation. you need to first boot with ethernet+ssh or via serial, log in as pi user and execute the script/citrico-config or nmtui to connect to your wifi AP. After that you can reboot with wifi enabled and will not need the eth dongle or serial connection.

bibifa commented 2 years ago

run: nmtui nmcli device

only have eth0,not found wifi device

edwardoid commented 1 year ago

As I know problem here is more HW specific. OPI Zero+ has problems with wifi drivers. They are slow and buggy. And if I'm right, then this issue can't be solved quickly. And even more, it should be addressed to Armbian developers. @nathanandtech have you checked WiFi with vanilla Armbian (same release). Have you checked is WiFi works as expected on the latest Armbian? P.S. I really doubt this problem to be fixed, since the bug is in WiFi chip's drivers...