>>>>> On Thu, 10 Nov 2005 18:44:30 +0100, Matej Kupljen <matej.kupljen@xxxxxxxx> said: matej> How did you achieve this? By software or by using 10 Mbps matej> switch? I did by just change default settings like this: /* Set default parameters */ lp->msg_enable = NETIF_MSG_LINK; lp->ctl_rfduplx = 0; lp->ctl_rspeed = 10; #if 0 /* too many rx overruns on 100M... why? (less overruns on 10M) */ if (lp->version >= (CHIP_91100 << 4)) { lp->ctl_rfduplx = 1; lp->ctl_rspeed = 100; } #endif matej> I found this mail from Nicolas on ARM mailing list: matej> http://lists.arm.linux.org.uk/pipermail/linux-arm-kernel/2005-October/031736.html Hmm... Thanks. --- Atsushi Nemoto