wraeth <wraeth <at> wraeth.id.au> writes: > > On Mon, Jul 20, 2015 at 04:38:52AM +0200, Meino.Cramer <at> gmx.de wrote: > > 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...
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

