I have the following Ethernet to USB-C adapter:
$ lsusb | grep Ethernet
Bus 002 Device 003: ID 0b95:1790 ASIX Electronics Corp. AX88179 Gigabit Ethernet
When plugged into the USB-C port, it may work or not, depending on the machine. In all cases, in dmesg
I get:
[23552.344134] ax88179_178a 2-1:2.1 eth1: Failed to read reg index 0x0000: -32
I am wondering if I have the correct driver installed. I've seen that axge
seems to be the correct driver, but it does not show up in lsmod
.
What is the correct driver to use for AX88179, how to check if it is installed, and how to install it otherwise?