Hi all, Seems that, with current master branch (commit ID: 842849896627701e4c07441f2c7519aeec771058), and doing this change: > diff --git a/drivers/net/smsc911x.h b/drivers/net/smsc911x.h > index 016360c..2cd4f5a 100644 > --- a/drivers/net/smsc911x.h > +++ b/drivers/net/smsc911x.h > @@ -23,7 +23,7 @@ > > #define TX_FIFO_LOW_THRESHOLD ((u32)1600) > #define SMSC911X_EEPROM_SIZE ((u32)7) > -#define USE_DEBUG 0 > +#define USE_DEBUG 1 > > /* This is the maximum number of packets to be received every > * NAPI poll */ I see in the console sometimes (not always) these error messages: [ 2.682342] eth0: smsc911x_soft_reset: Failed to complete reset [ 2.688385] eth0: smsc911x_open: soft reset failed [ 2.693176] IP-Config: Failed to open eth0 [ 2.697326] IP-Config: No network devices available. Is somebody also experiencing this? NOTE: It doesn't seem consistent. I had to reboot several times the board, To reproduce it. Sometimes it comes at the first try. Regards, Sergio -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html