Recommended Posts

Hey all,

Got an odd problem with my computer and it's LAN connection to my Netgear DG834G router (to my motherboard's built-in LAN port), which has been going on for a while but is just getting annoying now. I think it might be Windows 7 related, but I can't be sure.

Basically whenever I turn my computer on or wake it up from sleep mode the router shows my computer's connection with an orange light instead of the usual green, which means the connection is at only 10Mbps instead of 100Mbps (confirmed via Windows network connection information). If I physically plug and unplug the cable in the back of the router it will usually then reconnect at 100Mbps (sometimes takes a few goes). Once it is connected at 100Mbps it stays connected at that speed, until it is next restarted or awoken from sleep mode.

I have already had to disable the "turn off this device to save power" feature under Windows 7 as it struggled to reconnect when coming out of sleep mode, which has made me suspect Windows 7 as it was not an issue on Vista. Although I have had Windows 7 a while, I have had this problem just as long. I definitely had no issues with the network on Vista.

I have tried a new LAN cable to no avail, and a second computer with a much older network card connects to the router with no issues. I even tried one of the other router ports. Have done a lot of searching for answers with few results to show for it... :(

Any advice on settings to try, ways to diagnose the problem?

Thanks :)

Problem seems a little similar to this although that seems to say that its merely a display issue, whereas you're seeing that the port is actually connected to the router at 10 Mbps.

It does seem like it is actually connecting at 10Mbps - if I look at the device properties it says so and the router's orange light apparently means the same. :/

Look in the nic properties, advanced tab, in the device manager.

<snip>

Tried both full and half duplex 100Mbps and rebooted to be sure - in both cases it would just flick from "enabled" to "connecting" to "connected" to "disabled" repeatedly in the network connections center (it was actually working in-between too as I managed to half-load Wikipedia before it got forceably cut-off). I then changed it to "auto" and it instantly picked it up... at 100Mbps. :s I guess that means that enabling/disabling the device via the control panel would have the same effect as unplugging/plugging the actual cable.

If it helps the onboard ethernet controller is an "Atheros AR8121/AR8113/AR8114".

Turn off BIOS level PCI-E and LAN power saving settings.

Turn off Windows 7 power saving for PCI-E link level state.

Install latest lan driver, turn off power saving settings (Keep an eye out for 'Green Ethernet' or 'Energy Star Compliance'). Turn off Priority & VLAN support as well for network compatability (DG's do not support Priority packets unless you own a DGN2000 with DG-Team's latest fw).

DG834G* don't permit forcing duplex modes, stick with Auto.

Issue is driver or bios related with Windows Vista or Windows 7, not really an MS issue though.

Turn off BIOS level PCI-E and LAN power saving settings.

Turn off Windows 7 power saving for PCI-E link level state.

Install latest lan driver, turn off power saving settings (Keep an eye out for 'Green Ethernet' or 'Energy Star Compliance'). Turn off Priority & VLAN support as well for network compatability (DG's do not support Priority packets unless you own a DGN2000 with DG-Team's latest fw).

DG834G* don't permit forcing duplex modes, stick with Auto.

Issue is driver or bios related with Windows Vista or Windows 7, not really an MS issue though.

Turned off the PCI-E link level state power saving and am about to try some newer drivers. Will see how we go...

Well the newest driver and PCI-E link level state changes haven't worked. :( I think I've got the power saving on LAN already turned off - I disabled the "turn it off to save power" option a while back as it frequently failed to turn it on again, and I haven't noticed other power saving options for LAN that are on.

Do you know where I can change the priority and VLAN support options? Anything else I can try?

Changed network cable?

I was going to say drivers - noticed it didn't help you.

Can you try another switch (just to test!)

Yes, I tried a different cable. Was the one used by the second computer on the network that has no problems at all. Made no difference to this computer though. :(

By switch do you mean the router or the network "card"?

Will give the drivers from Atheros' site a go. Tried the latest one from ASUS (motherboard).

Tried the Atheros drivers, but discovered they are actually older than the ones from ASUS and will seemingly only connect at 10mbps. I was uninstalling those to give the beta driver from ASUS a go and noticed Windows install its own driver which so far hasn't dropped to 10mbps despite me restarting and sleeping the computer several times. So I think I'll stick with it for a while and see what it does before trying the beta.

Also, is the LAN supposed to "turn off" when going into sleep mode? I ask as I've noticed that the LAN light for my computer goes off whenever I put it to sleep or shut it down. However, the light for an old machine that is on the same network is always on, even when the computer is shut down or put in stand-by.

I think this is fixed now. Not had it at all since I let Windows install its own drivers... would seem that the drivers being distributed on the disc with the motherboard, and on ASUS' and Atheros' sites, were causing the problems. Furthermore these drivers seem to get the connection to wake-up a lot quicker. Previously I'd have to wait 30-40 seconds after coming out of sleep mode before the Internet would work (despite the LAN apparently being already connected), but now it is almost instantaneous. :)

Thanks for all the help guys.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Euro-Office must default to ODF to be considered "genuinely European", LibreOffice argues by David Uzondu Euro-Office is a web-based collaborative office suite that positions itself as a "European sovereign alternative" to American tech companies, backed by a coalition of developers including Nextcloud, IONOS, Abilian, BTactic, OpenProject, and, more recently, Tuta. The project officially went live a couple of days ago, but not before drawing heavy fire from LibreOffice developers, who called the marketing claim that Euro-Office represents the "first open-source office suite developed in Europe" a deceptive historical inaccuracy because projects like OpenOffice and LibreOffice existed decades earlier. Now that the project has launched, LibreOffice is back with another complaint, arguing that Euro-Office cannot consider itself "genuinely European" while it pushes proprietary Microsoft defaults on users. Euro-Office had promised to improve the OpenDocument Format (ODF) back in April, but the current release still plagues users with several technical failures. For instance, the suite lacks an admin setting to enforce ODF, and mobile editors completely block ODF saves, forcing files into Microsoft's OOXML formats. Some configurations force files into read-only mode, while editing frequently corrupts document formatting or erases data. LibreOffice thinks that merely supporting a format as an afterthought does not make you a sovereign alternative, as file formats are the battleground where" digital sovereignty is won or lost." The road to the first stable release of Euro-Office has been quite bumpy due to an aggressive public fallout with OnlyOffice, from which the coalition originally forked the project. OnlyOffice struck back by accusing the coalition of violating copyright terms under its AGPLv3 branding requirements by stripping the original branding anyway and forking the code. Getting Euro-Office up and running is a bit wonky (at least for non-technical users), as there is no direct installer to grab off the web. The easiest way we learnt is by using Docker. First, pull the official Euro-Office image from the GitHub Container Registry: docker pull ghcr.io/euro-office/documentserver:latest Then, run the container with active ports and a secure JWT token, enabling the test environment: docker run -i -t -d -p 8080:80 --restart=always -e EXAMPLE_ENABLED=true -e JWT_SECRET=my_secure_jwt_secret ghcr.io/euro-office/documentserver:latest And finally, open a web browser and go to the following address: http://localhost:8080 If you are running this on a remote server, replace localhost with your server's IP address. You will see the Euro-Office test page, where you can create new text documents, spreadsheets, or presentations directly in the browser. Image via Euro-Office Nextcloud promises that proper standalone desktop versions and mobile apps will arrive in a future release.
    • It’s any of their products not just windows.
    • Google Gemini has been failing for users across the United States, Europe, and Asia since early Wednesday morning, June 10, 2026, and more than six hours into the incident Google has yet to declare a fix............. https://www.techtimes.com/articles/318152/20260610/google-gemini-outage-tops-six-hours-errors-1076-1099-worldwideflash-lite-still-answers.htm
    • Fun fact: There are more Warhammer 40k games than there are stars in the universe.
  • Recent Achievements

    • Week One Done
      FBSPL earned a badge
      Week One Done
    • One Year In
      Jim Dugan earned a badge
      One Year In
    • One Month Later
      Tommi118 earned a badge
      One Month Later
    • One Month Later
      sjbousquet earned a badge
      One Month Later
    • Week One Done
      sjbousquet earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      486
    2. 2
      PsYcHoKiLLa
      197
    3. 3
      +Edouard
      155
    4. 4
      Steven P.
      83
    5. 5
      ATLien_0
      69
  • Tell a friend

    Love Neowin? Tell a friend!