Hey Guys,
I'm seeing something strange on one of my xM B's with the onboard
smsc95xx ethernet.
Wondering if anyone else has seen something similar...
full dmesg: http://pastebin.com/ABKBbNrr
The smsc95xx looks like it loaded in dmesg/lsusb/lsmod, but dhcp fails
and the onboard LED's (on the network connector) fail to light up..
It's seems to happen during reboot's.. But doesn't seem to happen as
often on a complete power down/up..
So far, it can be easly fixed, by, unloading/loading the smsc95xx
module.. The LED's come back on and dhcp works fine..
[ 8.183563] smsc95xx v1.0.4
[ 8.243347] twl_rtc twl_rtc: rtc core: registered twl_rtc as rtc0
[ 8.337951] smsc95xx 1-2.1:1.0: usb1: register 'smsc95xx' at
usb-ehci-omap.0-2.1, smsc95xx USB 2.0 Ethernet, 0a:40:43:59:5a:41
[ 8.353698] usbcore: registered new interface driver smsc95xx
LED's off.
[ 133.386718] usbcore: deregistering interface driver smsc95xx
[ 133.419311] smsc95xx 1-2.1:1.0: usb1: unregister 'smsc95xx'
usb-ehci-omap.0-2.1, smsc95xx USB 2.0 Ethernet
sudo rmmod smsc95xx
[ 144.446655] smsc95xx v1.0.4
[ 144.540985] smsc95xx 1-2.1:1.0: usb1: register 'smsc95xx' at
usb-ehci-omap.0-2.1, smsc95xx USB 2.0 Ethernet, fa:21:e1:03:3a:f7
[ 144.557037] usbcore: registered new interface driver smsc95xx
[ 146.355651] usb1: link up, 100Mbps, full-duplex, lpa 0xCDE1
sudo modprobe smsc95xx
Regards,