03-08-2020, 02:11 PM
(This post was last modified: 03-09-2020, 10:19 AM by Arwen.
Edit Reason: Forgot to mention I've simplified the code
)
@zaius, you can use "lsusb" to see what USB driver is needed. In my case;
Note I am not using that interface. I have a builtin Ethernet on the computer I am using now.
Edit: Forgot to mention that I simplified the USB & kernel module command sequence. Meaning I ran commands to find what I needed, like the kernel module name.
Code:
# lsusb -s 004:004 -v
Bus 004 Device 004: ID 0b95:1790 ASIX Electronics Corp. AX88179 Gigabit Ethernet
...
# grep -i 179 /usr/src/linux/.config
CONFIG_USB_NET_AX88179_178A=m
...
# modprobe ax88179_178a
# ifconfig -a
...
enp56s0f4u1u1: flags=4098<BROADCAST,MULTICAST> mtu 1500
ether 00:0a:cd:26:45:3c txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
...
Edit: Forgot to mention that I simplified the USB & kernel module command sequence. Meaning I ran commands to find what I needed, like the kernel module name.
--
Arwen Evenstar
Princess of Rivendale
Arwen Evenstar
Princess of Rivendale