No ethernet connection with USB Ethernet Adapter, Linux Mint 20
xxx
1 2 3 4 5 6 7 8 9 10 11 |
// portable@portable-Spin-SP513-52N:~$ lsusb Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 007: ID 04f3:0c03 Elan Microelectronics Corp. ELAN:Fingerprint Bus 001 Device 006: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader Controller Bus 001 Device 005: ID 04f2:b5f7 Chicony Electronics Co., Ltd HD WebCam Bus 001 Device 004: ID 04f3:2560 Elan Microelectronics Corp. Touchscreen Bus 001 Device 003: ID 04ca:3016 Lite-On Technology Corp. Bus 001 Device 008: ID 0bda:8153 Realtek Semiconductor Corp. RTL8153 Gigabit Ethernet Adapter Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub portable@portable-Spin-SP513-52N:~$ |
xxx
1 2 3 4 5 6 7 8 9 |
// portable@portable-Spin-SP513-52N:~$ sudo depmod -a [sudo] heslo pro portable: portable@portable-Spin-SP513-52N:~$ sudo update-initramfs -u update-initramfs: Generating /boot/initrd.img-5.4.0-96-generic I: The initramfs will attempt to resume from /dev/dm-1 I: (/dev/mapper/vgmint-swap_1) I: Set the RESUME variable to override this. portable@portable-Spin-SP513-52N:~$ |
xxx
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 |
// portable@portable-Spin-SP513-52N:~$ ifconfig enx00e04c3d0699: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 10.225.28.232 netmask 255.255.255.192 broadcast 10.225.28.255 inet6 fe80::935e:db48:6e12:c405 prefixlen 64 scopeid 0x20<link> ether 00:e0:4c:3d:06:99 txqueuelen 1000 (Ethernet) RX packets 417097 bytes 563384456 (563.3 MB) RX errors 0 dropped 330 overruns 0 frame 0 TX packets 1212186 bytes 82777416 (82.7 MB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536 inet 127.0.0.1 netmask 255.0.0.0 inet6 ::1 prefixlen 128 scopeid 0x10<host> loop txqueuelen 1000 (Místní smyčka) RX packets 88127 bytes 10265667 (10.2 MB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 88127 bytes 10265667 (10.2 MB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 wlp1s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 10.225.28.29 netmask 255.255.255.192 broadcast 10.225.28.63 inet6 fe80::10ee:4e29:a07b:5fd4 prefixlen 64 scopeid 0x20<link> ether 3c:95:09:e9:21:6b txqueuelen 1000 (Ethernet) RX packets 7660013 bytes 11551732135 (11.5 GB) RX errors 0 dropped 131 overruns 0 frame 0 TX packets 939011 bytes 85104238 (85.1 MB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 portable@portable-Spin-SP513-52N:~$ vnstat rx / tx / total / estimated enx00e04c3d0699: 2022-01 82,87 MiB / 58,63 MiB / 141,50 MiB / 217,12 MiB today 82,87 MiB / 58,63 MiB / 141,50 MiB / 3,62 GiB wlp1s0: 2022-01 4,29 GiB / 4,54 MiB / 4,29 GiB / 6,64 GiB today 4,29 GiB / 4,54 MiB / 4,29 GiB / 112,39 GiB portable@portable-Spin-SP513-52N:~$ |