On 1/6/07, Tzahi Fadida <[EMAIL PROTECTED]> wrote:
Can someone enlighten me to how to constrain my on board ethernet card to 10Mb full duplex (due to cable problems only this speed works). I can use mii-tool to force it but i prefer some kind of options in modules.conf or conf.modules whichever works. I am using kubuntu edgy and via-rhine.ko is a module in my kernel.
From 'modinfo via-rhine' , I can see no module parameter to influence it.
You'd have to use mii-tool or ethtool to configure it - this is the proper way. You may add it to your /etc/network/interfaces: iface eth0 inet static pre-up /usr/sbin/ethtool -s $IFACE 10 duplex half address ... ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]