Ethtool setting is not changed in the Linux redhat 8.0?

From: Elanjchezhiyan
Date: Tue Sep 02 2003 - 03:41:07 EST



Hi All,

My system is Linux red hat 8.0. I have installed Ethtool1.8. And I made change in SIOCETHTOOL for
#define SIOCETHTOOL 0x8947 --This will give output for all the argument except -i
//#define SIOCETHTOOL 0x8946 ---This will give details about -i argument only.

See the exection below:
for listing:
[root sip7 <mailto:root%20sip7> ethtool-1.8]# ./ethtool -a eth0
Pause parameters for eth0:
Autonegotiate: off
RX: off
TX: off
[root sip7 <mailto:root%20sip7> ethtool-1.8]# ./ethtool -A eth0 rx on // The rx is changed


[root sip7 <mailto:root%20sip7> ethtool-1.8]# ./ethtool -a eth0
Pause parameters for eth0:
Autonegotiate: off
RX: off // rx not refelected
TX: off


[root sip7 <mailto:root%20sip7> ethtool-1.8]# ./ethtool -A eth0 rx off
rx unmodified, ignoring
no pause parameters changed, aborting

This Urgent!!!!!!!!!!!!!!!!
Any body help you out ?????????????????

current ethernet dev Details:-
eth0 Link encap:Ethernet HWaddr 00:80:C8:92:86:7E
inet addr:192.168.66.7 Bcast:192.168.66.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:13344 errors:0 dropped:0 overruns:0 frame:0
TX packets:9143 errors:4 dropped:0 overruns:0 carrier:6
collisions:0 txqueuelen:100
RX bytes:5695058 (5.4 Mb) TX bytes:1323452 (1.2 Mb)
Interrupt:12 Base address:0xa000
Thank in Advanced,
Regards,
Elan

--
T.Elanjchezhiyan
Core Technology Group

SIP Technologies & Exports Ltd
G4, Elnet Software City,CPT Road
Taramani, Chennai 600 113
India
Phone: +91-44-22541401
+91-44-22541031
Fax : +91-44-22541475
Website: http://www.siptech.com
-----------------------------------------



--
T.Elanjchezhiyan
Core Technology Group

SIP Technologies & Exports Ltd
G4, Elnet Software City,CPT Road
Taramani, Chennai 600 113
India
Phone: +91-44-22541401
+91-44-22541031
Fax : +91-44-22541475
Website: http://www.siptech.com
-----------------------------------------




.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/