Hi, Auke.
Auke Kok wrote:
AK> Don't you mean this? :
AK> + hw->autoneg_advertised = ecmd->advertising |
AK> +ADVERTISED_Autoneg |
AK> +ADVERTISED_TP;
AK> and we'd also have to do
Hi, Jeff.
JK> On 8/2/06, a1 <[EMAIL PROTECTED]> wrote:
>> Hi, Auke.
>>
>> Auke Kok wrote:
>> AK> Here's that part of the driver documentation:
>>
>> AK> $ modprobe e1000 AutoNeg=0x08
>> AK> e1000: :00:00.0: e1000_vali
Hi, Auke.
Auke Kok wrote:
AK> Here's that part of the driver documentation:
AK> $ modprobe e1000 AutoNeg=0x08
AK> e1000: :00:00.0: e1000_validate_option: AutoNeg advertising 100/FD
AK> 99 /* Auto-negotiation Advertisement Override
AK> 100 *
AK> 101 * Valid Range: 0x01-0x0F, 0x20-0x2F (c
do this with ethtool? It only allows force
spd/dplx , but not set it for advertising...
If i do as follows other side reports 1000/FD:
ethtool -s eth0 speed 100 duplex full autoneg on
--
Best Regards,
a1 mailto:[EMAIL PROTECTED]
-
To unsubscribe from this list: s
He, Jeff.
Thank for quick reply.
JK> On 8/1/06, a1 <[EMAIL PROTECTED]> wrote:
>> I'm trying to set my nic to force 100Mb/FD, but I'm constantly getting
>> 100/HD on
>> other side of the link.
>>
>> The command is:
>> ethtool -s eth0 speed
I'm trying to set my nic to force 100Mb/FD, but I'm constantly getting 100/HD on
other side of the link.
The command is:
ethtool -s eth0 speed 100 duplex full autoneg off
e1000 driver version 7.1.9 (latest) downloaded from sourceforge.
Are there any problems?
--
alkot