Hello,
I would like to connect a NIC on my server. Usb connection works but my network connection doesn't work. I don't find it when i put :
by the IP command I don't find my card :
but, with this I find it:
So after different search, I find this post : https://forum.proxmox.com/threads/use-additional-usb-nic-not-detected.40811/
I have tested to add the interface enx00e04c680243, but no success
I an not an expert on linux server, so I need help to find how obtain my new network card.
Thanks a lot in advance
I would like to connect a NIC on my server. Usb connection works but my network connection doesn't work. I don't find it when i put :
by the IP command I don't find my card :
Code:
root@pve:~# ip link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: enp2s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether 00:e0:4c:e3:13:f5 brd ff:ff:ff:ff:ff:ff
4: wlp1s0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
link/ether 18:1d:ea:84:da:55 brd ff:ff:ff:ff:ff:ff
5: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether 00:e0:4c:e3:13:f5 brd ff:ff:ff:ff:ff:ff
6: vmbr1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/ether ea:78:84:9d:a1:7d brd ff:ff:ff:ff:ff:ff
7: tap100i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000
link/ether 2a:8a:64:ce:87:f5 brd ff:ff:ff:ff:ff:ff
8: tap101i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000
link/ether f2:6d:37:01:2e:24 brd ff:ff:ff:ff:ff:ff
9: tap102i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000
link/ether ba:da:e2:31:99:ff brd ff:ff:ff:ff:ff:ff
but, with this I find it:
Code:
modprobe r8152 && dmesg | grep r8152
[ 5.370967] usbcore: registered new interface driver r8152
[ 5.512448] r8152 2-3.4:1.0 eth0: v1.09.9
[ 5.513338] r8152 2-3.4:1.0 enx00e04c680243: renamed from eth0
[ 32.040472] r8152 2-3.4:1.0 eth0: v1.09.9
Code:
root@pve:~# lsmod | grep r8152
r8152 61440 0
mii 16384 3 r8169,usbnet,r8152
root@pve:~#
So after different search, I find this post : https://forum.proxmox.com/threads/use-additional-usb-nic-not-detected.40811/
I have tested to add the interface enx00e04c680243, but no success
I an not an expert on linux server, so I need help to find how obtain my new network card.
Thanks a lot in advance