- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- how to fixed "network interface card" speed to 100...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-06-2004 06:25 PM
тАО04-06-2004 06:25 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-06-2004 06:49 PM
тАО04-06-2004 06:49 PM
Re: how to fixed "network interface card" speed to 100 full duplex
The command 'modinfo
Usually, an entry similar to this in '/etc/modules.conf' is what it takes:
options eepro100 options=48
to hardware at full-duplex 100Mbit.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-06-2004 06:51 PM
тАО04-06-2004 06:51 PM
Re: how to fixed "network interface card" speed to 100 full duplex
1) almost universal way using mii-tool or ethtool utilities, you should add
mii-tool -F 100baseTx-FD
string into /etc/rc.local script (see "man mii-tool" for more options)
2) set NIC module (driver) parameters using /etc/modules.conf. Unfortunately there is no universal parameters suitable for all NICs' below you can see few examples:
You may learn more from output of "modinfo" command and NIC module/driver documentation/websites
eepro100: (Intel Ethernet Express 10/100)
options eepro100 full_duplex=1
e100: (Intel Ethernet Express 10/100)
options eth0 e100_speed_duplex=4
bcm5700 (Broadcom Gigabit Ethernet)
options eth0 line_speed=100 auto_speed=0 full_duplex=1
e1000 (Intel Gigabit Ethernet)
options e1000 Speed=100,Duplex=Full
Rgds,
Vitaly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-06-2004 07:05 PM
тАО04-06-2004 07:05 PM
Re: how to fixed "network interface card" speed to 100 full duplex
I have checked my NIC.
It's Broadcom Trgon3.
Could you tell me which file I need to modify.
I am not sure how to do it.
Thanks fot your assist.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-06-2004 07:16 PM
тАО04-06-2004 07:16 PM
Re: how to fixed "network interface card" speed to 100 full duplex
Mainly being it doesn't have any configurable options to limit/force a data rate.
If it is a broadcomm card (which if it's a HP/Compaq machine, it more than likely is), use the HP recomended 'bcm5700' driver, not 'tg3'.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-06-2004 07:22 PM
тАО04-06-2004 07:22 PM
Re: how to fixed "network interface card" speed to 100 full duplex
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-06-2004 07:26 PM
тАО04-06-2004 07:26 PM
Re: how to fixed "network interface card" speed to 100 full duplex
for tg3 [yes, it were a lot of problem with tg3 in in the past, may be now we have better version]: ethtool should force tg3 to 100FD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-06-2004 07:29 PM
тАО04-06-2004 07:29 PM
Re: how to fixed "network interface card" speed to 100 full duplex
Yes, it's a Itanium rx2600 workstation, OS version is RedHat AD 2.1.
This NIC is eth1.
Could you tell me how to change driver to bcm5700.
And why can't still use tg3 driver?
Thank you very much.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-06-2004 07:41 PM
тАО04-06-2004 07:41 PM
Re: how to fixed "network interface card" speed to 100 full duplex
Do you have good idea in this case such as install a currect driver or fix 100FD.
Then could you write down how to do it.
Thanks for your assist.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-06-2004 07:56 PM
тАО04-06-2004 07:56 PM
Re: how to fixed "network interface card" speed to 100 full duplex
Are you here.
Could you tell me how to force TG3 to 100FD.
Thanks a lot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-07-2004 08:35 AM
тАО04-07-2004 08:35 AM
Re: how to fixed "network interface card" speed to 100 full duplex
ethtool -s eth0 speed 100 duplex full autoneg off.
cheers!
ds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-07-2004 07:15 PM
тАО04-07-2004 07:15 PM
SolutionI'm living in Israel, not US, so it was night here :-)
IMHO, you don't have to switch from tg3 to bcm5700,
try to force tg3 to be 100FD using ethtool first.
If it doesn't work, when:
- check if you have bcm5700 driver:
find /lib/modules -name bcm5700.o
If you have it, when:
- service network stop
rmmod tg3
insmod bcm5700
service network start
Does it work? if yes, just replace tg3 with bcm5700 in /etc/modules.comf.
If you don't have bcm5700 module, you should dw/compile/install it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-07-2004 11:52 PM
тАО04-07-2004 11:52 PM
Re: how to fixed "network interface card" speed to 100 full duplex
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-07-2004 11:55 PM
тАО04-07-2004 11:55 PM
Re: how to fixed "network interface card" speed to 100 full duplex
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-14-2004 10:32 PM
тАО04-14-2004 10:32 PM
Re: how to fixed "network interface card" speed to 100 full duplex
Thanks for your assist.
This problem has being solve.
Really,you are living in lsrael.
It's so far with me. :-)
Are you Jewess?
I am living in Taiwan.
Nice to meeting you via Internet.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-14-2004 10:34 PM
тАО04-14-2004 10:34 PM
Re: how to fixed "network interface card" speed to 100 full duplex
Thanks for your assist.
This problem has been resolve.
Thank you :-)