Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Orange Pi Zero Wifi and usb otg on kernel 6.11 #7613

Closed
1 of 2 tasks
ArendJan opened this issue Dec 24, 2024 · 3 comments
Closed
1 of 2 tasks

[Bug]: Orange Pi Zero Wifi and usb otg on kernel 6.11 #7613

ArendJan opened this issue Dec 24, 2024 · 3 comments
Labels
Bug Something isn't working as it should Good first issue Feel free to contribute :)

Comments

@ArendJan
Copy link
Contributor

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 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
@ArendJan ArendJan added the Bug Something isn't working as it should label Dec 24, 2024
Copy link
Contributor

Hey @ArendJan !

Looks like it's your first time interacting with Armbian here on GitHub.

Welcome and thank you for taking the time to report an issue ❤️.

Don't forget to star ⭐ the repo.

@github-actions github-actions bot added the Good first issue Feel free to contribute :) label Dec 24, 2024
Copy link
Contributor

github-actions bot commented Dec 24, 2024

Jira ticket: AR-2573

@EvilOlaf
Copy link
Member

Hi

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working as it should Good first issue Feel free to contribute :)
Development

No branches or pull requests

2 participants