Home Page › Forums › Network Management › Linux and Networking › USB nic wierdness › Reply To: USB nic wierdness
November 16, 2009 at 9:10 am
#49106
Member
Check if there is something to be configured on the BIOS.
After the ZS is booted check in a shell if the network interface has been recognized.
lsusb
then check if the corresponding module is loaded.
lsmod
then check if the interface is working
ifconfig -a
If you cannot find something
dmesg | grep ETH
might prove helpful for locating your device name.