pop-os / pop

A project for managing all Pop!_OS sources

Home Page:https://system76.com/pop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

USB NIC ax88179_178a quit working after update

iamenderst opened this issue · comments

USB NIC ax88179_178a quit working after update, not sure which kernel I was on when it worked.

Distribution (run cat /etc/os-release):
NAME="Pop!_OS"
VERSION="22.04 LTS"
ID=pop
ID_LIKE="ubuntu debian"
PRETTY_NAME="Pop!_OS 22.04 LTS"
VERSION_ID="22.04"
HOME_URL="https://pop.system76.com"
SUPPORT_URL="https://support.system76.com"
BUG_REPORT_URL="https://github.com/pop-os/pop/issues"
PRIVACY_POLICY_URL="https://system76.com/privacy"
VERSION_CODENAME=jammy
UBUNTU_CODENAME=jammy
LOGO=distributor-logo-pop-os

# dmesg|tail
usb 2-1.4: Product: DockCaseAxUSBToLAN
usb 2-1.4: Manufacturer: DockCase
usb 2-1.4: SerialNumber: 009050C080D565
cdc_ncm 2-1.4:2.0: MAC-Address: 90:50:c0:80:d5:65
cdc_ncm 2-1.4:2.0: setting rx_max = 16384
cdc_ncm 2-1.4:2.0: setting tx_max = 16384
cdc_ncm 2-1.4:2.0 eth0: register 'cdc_ncm' at usb-0000:00:0d.0-1.4, CDC NCM (NO ZLP), 90:50:c0:80:d5:65
usbcore: registered new interface driver cdc_ncm
usbcore: registered new interface driver cdc_mbim
cdc_ncm 2-1.4:2.0 enx9050c080d565: renamed from eth0

# lsusb | grep Ethernet
Bus 002 Device 019: ID 0b95:1790 ASIX Electronics Corp. AX88179 Gigabit Ethernet

# lsmod |grep cdc
cdc_mbim               20480  0
cdc_ncm                49152  1 cdc_mbim
cdc_wdm                28672  1 cdc_mbim
cdc_ether              24576  1 cdc_ncm
usbnet                 61440  3 cdc_mbim,cdc_ncm,cdc_ether

# modprobe ax88179_178a
# lsmod |grep cdc
cdc_mbim               20480  0
cdc_ncm                49152  1 cdc_mbim
cdc_wdm                28672  1 cdc_mbim
cdc_ether              24576  1 cdc_ncm
usbnet                 61440  4 cdc_mbim,cdc_ncm,cdc_ether,ax88179_178a