You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The xradio wifi driver is not compiled for kernel 6.11
The usb otg value in the dts is wrong, it currently is "peripheral", but it must be "otg"
How to reproduce?
Wifi issue: ip a -> no wlan0 interface
USB otg: modprobe libcomposite // usb ethernet script from https://github.com/ev3dev/ev3-systemd/blob/ev3dev-buster/scripts/ev3-usb.sh // connected machine won't get a new interface and the orange pi interfaces will show down.
Branch
main (main development branch)
On which host OS are you running the build script and observing this problem?
Ubuntu 22.04 Jammy
Are you building on Windows WSL2?
Yes, my Ubuntu/Debian/OtherOS is running on WSL2
Relevant log URL
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
This issue tracker is meant for bugs in the build framework, building Armbian to say.
Issues related to running Armbian on a device are collected in forums.
Don't forgot to include logs (armbianmonitor -u for auto upload or -U for output to stdout) or your report might be ignored.
Since you already solved an issue with USB please send a PR to fix this.
What happened?
The xradio wifi driver is not compiled for kernel 6.11
The usb otg value in the dts is wrong, it currently is "peripheral", but it must be "otg"
How to reproduce?
Wifi issue:
ip a
-> no wlan0 interfaceUSB otg:
modprobe libcomposite // usb ethernet script from https://github.com/ev3dev/ev3-systemd/blob/ev3dev-buster/scripts/ev3-usb.sh // connected machine won't get a new interface and the orange pi interfaces will show down.
Branch
main (main development branch)
On which host OS are you running the build script and observing this problem?
Ubuntu 22.04 Jammy
Are you building on Windows WSL2?
Relevant log URL
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: