[mantic] usb ethernet not working
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
linux-raspi (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Tested with the 20230919.1 arm64 image on rpi-zero2
This device does not have built-in ethernet, so it relies on USB ethernet to connect. I noticed on the initial boot that I was unable to login as ubuntu/ubuntu, and I suspect this might be loosely related to this because I also noticed that there were no lights on my ethernet dongle. If I unplugged it and replugged it, it would light up for a minute then stop. After reboot, I was able to login but still no ethernet. The dongle is detected, but it gets renamed from eth0 to something else, which I think is what's causing it to fail to be setup properly.
ubuntu@ubuntu:~$ uname -a
Linux ubuntu 6.5.0-1002-raspi #2-Ubuntu SMP PREEMPT_DYNAMIC Fri Sep 8 15:39:40 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux
[ 6.990858] ax88179_178a 1-1.3.4.3:1.0 eth0: register 'ax88179_178a' at usb-3f980000.
...
[ 7.026290] ax88179_178a 1-1.3.4.3:1.0 enx000ec6c41f57: renamed from eth0
ubuntu@ubuntu:~$ ip a
1: lo: <LOOPBACK,
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: enx000ec6c41f57: <BROADCAST,
link/ether 00:0e:c6:c4:1f:57 brd ff:ff:ff:ff:ff:ff
3: wlan0: <BROADCAST,
link/ether e4:5f:01:10:82:e1 brd ff:ff:ff:ff:ff:ff
I am able to manually configure ethernet though, so the device itself is working with this kernel.
This bug has been reported on the Ubuntu ISO testing tracker.
A list of all reports related to this bug can be found here: /iso.qa. ubuntu. com/qatracker/ reports/ bugs/2036841
https:/