10x, it worked and you are right, i looked at the updated
source code and it says they removed the options in some version.
I probably looked at an older version of the code using google.
Anyway, just for future refernce, the line should be something like this:
iface eth0 inet dhcp
pre-up /usr/sbin/ethtool -s $IFACE speed 10 duplex full
...
10x.
On Sunday 07 January 2007 10:34, you wrote:
> 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 ...
--
Regards,
Tzahi.
--
Tzahi Fadida
Blog: http://tzahi.blogsite.org | Home Site: http://tzahi.webhop.info
WARNING TO SPAMMERS: see at
http://members.lycos.co.uk/my2nis/spamwarning.html
================================================================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]