I had a working USB Ethernet Adapter, in fact I had two and both worked but I flashed a new UBI image and but now neither are detected as USB Ethernet Adapters on my Yocto 1.6 boot. Are there some straightforward debugging steps to see where it might be failing.
If I run lsusb I get:
Bus 001 Device 002: ID 0bda:8153 Realtek Semiconductor Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
So it is at least detecting the realtek device. Could it just be a driver that was somehow ommitted? The drivers should be part of Linux 3.1
I'm attaching a startup log if that helps as well. I'm at a loss as to where to begin looking for the fault. My wireless though is detected properly.
Original Attachment has been moved to: StartupLog.txt.zip
I would recommend looking at the changes on the image as it’s likely there was a variation that it’s causing the problem.
Which image are you using and what kernel version? Did you change the kernel from one to the other? It is likely a problem of the drivers not being added to the image.
Not sure what the problem was ultimately. I switched over to Dizzy and it worked so the ultimate source remains unknown.