-
-
Notifications
You must be signed in to change notification settings - Fork 322
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
Wifi not working on Radxa Zero 3 with new Ubuntu 22.04 image #852
Comments
I recently packaged a dkms package for aic8800, you can try to enter the below commands: sudo apt update
sudo apt install -y dkms aic8800-sdio-dkms``` |
If I run the commands, I get Is there a way to build an image which already includes this driver? |
I should maybe also mention that I'm running the |
Hmmm i will look at it, i've been hyper-focusing on Radxa kernel stuff today, I'm sure the DKMS will fix the issue, i just need to double check if there will be any drivers clashing as aic8800 is already enabled in the kernel. If there is no clashing, this should be a very easy fix. |
Ok, i looked into this and blacklisted the aic8800 kernel driver and replaced it by the dkms package which works perfectly. When the nightly GitHub build starts (linked below), this problem should be fixed for both Ubuntu 22.04 an 24.04. https://github.com/Joshua-Riek/ubuntu-rockchip/actions/workflows/nightly.yml |
Ok, after playing round a bit more I managed to get the wifi working. Looking at the journalctl logs, I got the following errors: Then I ran into some driver issues: Here the changes I made to the build script. I'm not sure what's the issue with the new drivers, but they didn't work for me. |
I updated the ubuntu-rockchip meta package to include wpasupplicant, i confirmed that the latest nightly build has this issue resolved. https://github.com/Joshua-Riek/ubuntu-rockchip-meta/releases/tag/22.04.2 |
Hi Joshua,
I've been using the "old" Ubuntu 22.04 image on my Radxa Zero 3 and I got everything working using cloud-init. I now flashed the "new" Ubuntu 22.04 image on the same Radxa Zero 3 using exactly the same network-config, but wifi is not correctly configured anymore, i.e., it doesn't connect with the access point. I've tried a bunch of things without much luck, and since I don't have internet access, I also can't install any additional networking/tooling packages. Ideally, I would like to use the newest image, and I'm also willing to help to fix this issue, but I'm not entirely sure where to start. :)
The text was updated successfully, but these errors were encountered: