I'm trying to set up an OPi Zero Plus 2 with Armbian Buster. As the board has no soldered USB connectors and mine is still in the mail, I was forced to do all this via the serial console via the three pins on the board. (So no nano or nmtui or anything that has an interface.)
I run into a problem where a) I couldn't join my WiFi network and b) NetworkManager refused to believe I don't want to use IPv6. So I had to disable NetworkManager and go the wpa_supplicant route.
So now I'm in the position that I got everything to work BUT I have to *manually* enable wpa_supplicant and then issue ifdown and ifup - all via the serial console - at every boot before it works.
Basically I have to do this at *every* boot:
> login as user
# sudo su
# wpa_supplicant -B -i wlan0 -c /etc/wpa_supplicant/wpa_supplicant.conf
# ifdown wlan0
# ifup wlan0
After that I have a working IPv4 address and everything works, I can use ssh to connect to the OPi and it connects to the internet like it should (can 'apt update' etc.)
The thing is, I REALLY don't want to keep it connected to another computer 24/7 and issue those commands every time it reboots.
At this point, what should've been a 5min job (install armbian on the eMMC on the board) have turned into a 4h+ series of problems after problems after problems. I have followed some eight tutorials and advice that I've found on the subject and NONE of them have worked fully. Some at all.
If I had the USB port, I'd most probably just re-flash the SD and start over and keep network manager and deal with whatever that comes with (I don't like NM, it gets in the way FAR too often if you want to manually do something), but I don't and it's impossible to use nmtui via the serial console.
And it more or less works right now, only it doesn't start fine at reboot. There must be some easy way to get this to work from this point onward, right?
ps. I can't paste armbianmonitor -U anywhere as it exceeds all limits on every paste site I have tried.
EDIT: Managed to get armbianmonitor -u working, my bad for forgetting to "sudo" it. sorry.
Edited by Anna Vahtera Added link to armbianmonitor output
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
Anna Vahtera
I'm trying to set up an OPi Zero Plus 2 with Armbian Buster. As the board has no soldered USB connectors and mine is still in the mail, I was forced to do all this via the serial console via the three pins on the board. (So no nano or nmtui or anything that has an interface.)
I run into a problem where a) I couldn't join my WiFi network and b) NetworkManager refused to believe I don't want to use IPv6. So I had to disable NetworkManager and go the wpa_supplicant route.
So now I'm in the position that I got everything to work BUT I have to *manually* enable wpa_supplicant and then issue ifdown and ifup - all via the serial console - at every boot before it works.
Basically I have to do this at *every* boot:
> login as user # sudo su # wpa_supplicant -B -i wlan0 -c /etc/wpa_supplicant/wpa_supplicant.conf # ifdown wlan0 # ifup wlan0
After that I have a working IPv4 address and everything works, I can use ssh to connect to the OPi and it connects to the internet like it should (can 'apt update' etc.)
The thing is, I REALLY don't want to keep it connected to another computer 24/7 and issue those commands every time it reboots.
systemctl: https://pastebin.com/y8tk0DaN
At this point, what should've been a 5min job (install armbian on the eMMC on the board) have turned into a 4h+ series of problems after problems after problems. I have followed some eight tutorials and advice that I've found on the subject and NONE of them have worked fully. Some at all.
If I had the USB port, I'd most probably just re-flash the SD and start over and keep network manager and deal with whatever that comes with (I don't like NM, it gets in the way FAR too often if you want to manually do something), but I don't and it's impossible to use nmtui via the serial console.
And it more or less works right now, only it doesn't start fine at reboot. There must be some easy way to get this to work from this point onward, right?
ps. I can't paste armbianmonitor -U anywhere as it exceeds all limits on every paste site I have tried.EDIT: Managed to get armbianmonitor -u working, my bad for forgetting to "sudo" it. sorry.
Edited by Anna VahteraAdded link to armbianmonitor output
Link to comment
Share on other sites
8 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.