Search results

  1. G

    Problem with second interface ethernet usb

    I encountered almost the same problem. It's most likely a hardware problem. I added a udev rule file to temporarily solve this problem. root@pve:/sys/bus/usb/devices# cat /etc/udev/rules.d/70-local-net-names.rules SUBSYSTEM=="net", ACTION=="add", ATTR{address}=="c8:4d:44:29:77:42", NAME="usb0"...