ugreen usb adapter is not active Asix ax88179

alamoudi.moh

Member
May 20, 2022
9
1
6
hi,

for some reason my z97 msi pcis are not recognizing the additional nics i have added, so i ended up buy ugreen usb ethernet adapter to use it with pfsense, however it shows as not active.

not matter what i try i cannot, it get active for few seconds right after starting proxmox, but it goes inactive

i tried googling with no luck followed this https://forum.proxmox.com/threads/s...with-2-usb-network-cards-asix-ax88179.101732/

yet nothing seems to work

when i ifreload -a

i get


error: /etc/network/interfaces: line12: error processing line 'Please do NOT modify this file directly, unless you know what'
error: vmbr1: bridge port enx000ec6475920 does not exist




auto lo
iface lo inet loopback

auto enp2s0
iface enp2s0 inet manual

auto enx000ec6475920
iface enx000ec6475920 inet manual

auto vmbr0
iface vmbr0 inet manual
address 192.168.0.200/24
gateway 192.168.0.1
bridge-ports enp2s0
bridge-stp off
bridge-fd 0

auto vmbr1
iface vmbr1 inet manual
bridge-ports enx000ec6475920
bridge-stp off
bridge-fd 0
 
Last edited:
Hi,

what does lsusb tell you?

Can you also show the output of ip link?