<Meino.Cramer <at> gmx.de> writes:
> on an embedded system I want to check, whether I have an eth0 "device" > (ok, I know, it is not an device in the usual way...), when I attach > an USB2Ethernet gadget via OTG-cable to it and whether all needed > drivers are already there... Strange.... Gmane dropped what I wrote the first time.... It's tricky. Being "embedded" usually means you have less on the system; so let's just try a few things to see. 1. lspci 2. dmesg | grep eth 3. netstat -nr Others:: ifconfig, lswh, mii-tool, ethtool etc etc depending on what you've installed. hth, James

