LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Intel e1000 gigabit adapter with RH 7.2 (https://www.linuxquestions.org/questions/linux-networking-3/intel-e1000-gigabit-adapter-with-rh-7-2-a-45264/)

dulli1 02-13-2003 03:06 PM

Intel e1000 gigabit adapter with RH 7.2
 
I am having troubles with Intel gigabit adapters in a server. I cannot get a connection. I think the problem is that the adapters want to be at 1000 instead of 100. I don't have a gigabit switch. Can anyone tell me how to set the rates on adapters?

The funny thing is that I can launch a web browser and get it to start to load a web page and then it refuses the connection. This only happens once and then I don't get any connection at all. After I reboot it I can do the same thing. I think if I can force it to 100 it will be fixed, I hope.

Any help would be great. I am banging my head against the wall.

SlickWilly 02-13-2003 03:19 PM

Good grief.. popular one today.. :)


ethtool -s eth0 speed 100

see man ethtool for more options.

You might also want to look at the 'autonegotiating' functions. If you're getting a connection which then dies you might have your card set to Full Duplex, and your switch to half. Or um.. the other way around. Or they might not negotiate properly. You would see the kind of behaviour you're seeing if that were the case.


Slick.

dulli1 02-13-2003 03:32 PM

Sounds like the right track but I can't seem to use ethtool. I tried man ethtool but there are no entries.

SlickWilly 02-14-2003 08:45 AM

You may not have it installed.

You may also not have it on your path. Try

locate ethtool

It should bring up something like :

/usr/sbin/ethtool

I'm suspecting though, as you can't man it, it's not installed. If you're using RedHat you should be able to find it on the CD's. You're looking for something like :

ethtool-1.5-1.i386.rpm

Which is from a redhat 7.3 install CD. Or look at :

http://sourceforge.net/projects/gkernel/

for the tarball.

Slick.


All times are GMT -5. The time now is 05:16 AM.