0

I want to stream HD movies over my wired Gigabit LAN from my PC to my Acer Aspire Revo R3610. It's connected with a 3ft Cat5e patch cable to my Netgear GS605v2 Switch. The PC acting as File Server is connected at 1Gbps to the Switch. Network driver options are set to defaults, including automatic speed/duplex negotiation on both machines.

The Revo will not connect to my Network Switch at 1Gbps - the OS reports that it reverts to 100Mbps either shortly after connection or immediately upon connection. Through a process of elimination (trying different drivers, patch cables, ports on the switch, and other 1Gbps-capable devices connected to the Network switch which successfully achieve 1Gbps links and performance) I have drawn the conclusion there is either a Hardware or Software (Driver) issue with the Revo itself. I have performed tests using Windows 7 and Ubuntu 9.10.

Can anyone offer insight on Gigabit Ethernet with the Revo?

3
  • Can't you just set it to connect at 1Gbps in the network settings, why have it set to automatic? Commented May 7, 2010 at 15:45
  • 3 reasons: In Linux using ethtool forcing 1000 connection has no effect, In Windows there is no option in the speed settings for 1Gbps(!) and generally auto is encouraged to avoid duplex mismatch problems.
    – Seffyroff
    Commented May 9, 2010 at 18:49
  • Most of the server NICs I've used (before gigabit desktop NICs were common) don't have an explicit 1000 mode. Gigabit can often only be achieved via the "auto negotiate" modes.
    – Cylindric
    Commented May 11, 2010 at 8:49

1 Answer 1

1

Have you tried connecting the Revo to a different gigabit switch? It might be something as simple as a faulty switch. I've seen them appear to work fine, but when that one new device is connected, it doesn't work. Could just be overloading the switch.

If you're on your Ubuntu setup try this to see if the NIC is re-negotiating a lot

tail -f /var/log/syslog

Or this to see the current settings:

ethtool eth0

If you're in Windows, open up the adapter status page and watch the connectivity and speed values.

1
  • Thanks for your reply! It does indeed appear after much testing and swapping around of kit that a faulty switch was at the root of the problem.
    – Seffyroff
    Commented May 11, 2010 at 11:07

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .