Weird Intel 1000 LAN problem

I've got a P4 2.8 O/Ced to 3.3, 1 gig 500-ADATA ram in dual-channel, 2 x 120 WD SATA RAID 0 HDs on a Neo2-FIS2R board on BIOS 1.52 running Windows XP + SP1 with the latest drivers for everything installed. Just to get that out of the way.
There is something strange with the network adapter thingy. On starting windows, it loads a few programs, and then I have to wait for about 2 minutes while the network card does something strange, and then after that I can start whatever programs I want. If I try and run certain things (basically anything that's not already loaded, so windows explorer things are fine) during this 2 minutes, nothing happens until after the 2 minutes it up, at which point all the programs start at once.
I know this is due to the network adapter because if I unplug the network cable, Windows reports it cannot find any network and does not go through this whole problem. Also if I start up in Safe Mode, everything runs fine, but if I start up in Safe Mode with Networking Support, it again does the big slow down. Furthermore if I disable the network adapter in the Device Manager, that also prevents the slow-down.
However if I do this, I can't use the network. Which is running on a crappy 10 Mb/s hub, if that might have anything to do with it (since this is a gigabit lan adapter).
I have unplugged all other computers from the network, and it still does this. I have fiddled with various services that have anything to do with networking (enabling/disabling etc). I have uninstalled all my other programs (not the same as a fresh install, but almost) and disabled everything else from running at start up. Yet the problem persists. I have tried running the intel network utility thing that comes on the MSI CD, it says that all tests pass. When I do the "Test Link Speed" or "Test Cable" on the General tab I get "No String Found. Id 7069 DLL _NWR Locale 1409" however.
Under the Computer Management - Event Viewer - System option I get the following significant entries, all of which are Information, not warning or error:
3:16:25 pm Event ID 30
Source: E1000 **This is the network adapter drivers**
Intel(R) Pro/1000 CT Network Connection did no receive auto-negotiation advertisement from link partner, possible full duplex connection available.
3:16:24 pm * 2 Event ID 6009 & 6005
Source: eventlog
these say that the event monitoring system has started
3:16:27 pm Event ID 4201
Source: Tcpip
The system detected that network adapter (blah) was connected to the network, and has initiated normal operation over the network adapter.
3:18:43 pm Event ID 7035
Source: Service Control Manager
The Network Connections service was successfully sent a start control.
After this we just have all the other services starting up (15 entries), all Sourced as Service Control Manager. Clearly something is going on/wrong in the Tcpip Event, but I have no idea what, or how to stop it.
Curiously, after disabling the adapter and starting up, I get only the two Eventlog messages saying that even logging has started, and none of the other ones at all.
Any one have any suggestions?

I had a similar problem awhile ago where:
windows xp pro boots up to desktop, then for 1-2 min the ethernet card tries to initalize the dsl modem (while this is going on no icons in system tray are loaded up), then after dsl modem (GVC gnet pro bb0050) initalization a sudden all the icons are loaded to sys tray and the win xp is fully booted.
After reasech here is the problem and how to solve it. I hope this helps you and others.
http://www.dslreports.com/faq/1306
 Q: Why do I have long delays after rebooting with Win2K and WinXP? (#1306)   
 A: If you are using PPPoE and you experience a long delay after rebooting, your network adapter may be configured to use DCHP.
Try assigning an internal IP address to the Local Area Connection that corresponds to your network adapter.
Control Panel -> Network Connections -> Right click on your Local Area Connection and select properties -> Click on TCP/IP and select properties.
Now insert 192.168.0.1 as the IP address and 255.255.255.0 as Subnet Mask. Leave default gateway blank.
Now go back to Control Panel and select Administrative Tools -> Services -> DCHP and select disable DCHP.
and the FAQ
http://www.dslreports.com/faq

Similar Messages

  • Problem arised after updated the intel wireless lan

    Hello, everyong
    My laptop is T510. I just updated the intel wireless lan to the version of 15.02.0000.1258. After the updates, my wireless router was down when the laptop started. Initially it can connect to the router for a few seconds, then the router was down with all the lights going off except the power light. Once I restart the router, everything goes fine, my laptop is able to connect to the router without any problems. So I have to restart the router everytime when I start my laptop. Please help me. How to fix this problem?

    Why do you have to restart the router.
    Have you checked the computer WiFi profile? Why or what is not allowing the connection.
    You could delete the computer profile in Access or whatever you're using and discover, reconnect to it again as if its the first time. It may resolve the issue which is unknown.
    T520 Model 4239 Intel(R) Core(TM) i7-2860QM CPU @ 2.50GHz
    Intel Sandy Bridge & Nvidia NVS 4200M graphics Intel N 6300 Wi-Fi adapter
    Windows 7 Home Prem - 64bit w/8GB DDR3

  • K7D Master-L with LAN problems

    I've just completed construction of my new K7D Master-L based machine and am running into LAN problems.  The first K7D Master-L I received had a bad IDE controller on it, and now the replacement board has intermittent LAN issues.
    WinXP Pro installed fine, and I was able to install the LAN driver from the MSI CD and get things up and running fine.  After about 20 minutes or so, the LAN connection drops out and then comes back a few minutes later.  This cycle repeats over and over.  There are no duplicate IP addresses on the network, there are no errors in the XP system log, and all of the other systems on the network continue to work fine during these down periods.
    I checked on the MSI website, and there are no drivers available for the Intel 82551QM lan controller that is on the K7D Master-L board.  Does anyone know where I can get an updated driver to try?  These types of problems are most frustrating to debug.
    Thanks,
    Norm

    Just an update to this:
    The problem is definately the onboard LAN controller.  I've tried a Netgear card as well as a real PCI based Intel Pro 100 card and both are working great.  When I take the PCI cards out and try to use the onboard LAN, I still get intermittent outages.  
    Very strange.  If any MSI engineers are listening, I'd love to hear your opinions.  According to the OS, there are no IRQ, memory, or other conflicts that might be to blame.
    Norm

  • Weird dreamweaver keyboard mapping problem

    weird dreamweaver keyboard mapping problem:
    Hope this solution helps someone out. If you have q's, ask
    and I will try to help.
    I was having a weird problem in dreamweaver... Whenever I was
    in code view and typed "shift+i" to make a capital "I", instead it
    would paste from the clipboard.
    I finally figured out what was happening. I compared the
    menu.xml in my app support folder in the user library to the
    original menu.xml file that was in the application folder. I went
    through until I came across the diff:
    menu.xml in my library/app support folder:
    <!-- Windows Navigation Shortcuts -->
    <shortcut key="Cmd+Ins" name="Copy2" platform=""
    command="if (dw.canClipCopy()) { dw.clipCopy() }"
    domRequired="FALSE" id="DWShortcuts_HTMLSource_Copy2" />
    <shortcut key="Shift+Ins" name="Paste2" platform=""
    command="if (dw.canClipPaste()) { dw.clipPaste() }"
    domRequired="FALSE" id="DWShortcuts_HTMLSource_Paste2" />
    <shortcut key="Shift+Del" name="Cut2" platform=""
    command="if (dw.canClipCut()) { dw.clipCut() }" domRequired="FALSE"
    id="DWShortcuts_HTMLSource_Cut2" />
    orig menu.xml file:
    <!-- Windows Navigation Shortcuts -->
    <shortcut key="Cmd+Ins" name="Copy2" platform=""
    command="if (dw.canClipCopy()) { dw.clipCopy() }"
    domRequired="FALSE" id="DWShortcuts_HTMLSource_Copy2" />
    <shortcut key="Shift+Ins" name="Paste2" platform=""
    command="if (dw.canClipPaste()) { dw.clipPaste() }"
    domRequired="FALSE" id="DWShortcuts_HTMLSource_Paste2" />
    <shortcut key="Shift+Del" name="Cut2" platform=""
    command="if (dw.canClipCut()) { dw.clipCut() }" domRequired="FALSE"
    id="DWShortcuts_HTMLSource_Cut2" />
    There was a diff in the "platform=" tags. The orig stated
    [platform="win"], my config stated [platform=""] (nothing in
    between the ""'s). So, I reset the platform tag to be
    [platform="win"] in my settings and then relaunched dreamweaver. It
    fixed the problem.
    Not sure how this occurred, but it works now.

  • Weird BGP path selection problem

    Hi, all,
    I am seeing a weird BGP path selection problem on 4948 switch running cat4500-entservicesk9-mz.122-46.SG.bin code, this switch has two uplinks to the same ISP's different edge router, one circuit is primary the other one is strict backup, only default route is accepted from ISP. I am setting both local preference and weight to the default route advertised over backup link, however neither one is taking effect, BGP still thinks the backup link is better, what could be wrong?
    rtr#sh ip bgp 0.0.0.0/0
    BGP routing table entry for 0.0.0.0/0, version 105
    Paths: (3 available, best #2, table Default-IP-Routing-Table, not advertised to EBGP peer)
      Not advertised to any peer
      17675, (received & used)
        203.169.8.37 from 203.169.8.37 (61.211.160.150)
          Origin IGP, localpref 100, valid, external
          Community: 65001:0 no-export
      17675
        203.169.8.45 from 203.169.8.45 (61.211.160.151)
          Origin IGP, localpref 90, weight 90, valid, external, best <====
          Community: 65001:0 no-export
      17675, (received-only)
        203.169.8.45 from 203.169.8.45 (61.211.160.151)
          Origin IGP, localpref 100, valid, external
          Community: 65001:0 no-export
    Thanks

    Hi,
    On cisco routers , weight is having highest preference to decide best path. By default for received route, weight is 0 but you are setting weight 90 to backup path and that is why it is getting preferred (higher is better). Please remove weight and let local preference be 90 (lesser than route on primary path)
    --Pls dont forget to rate helpful posts--
    Regards,
    Akash

  • System Update: Update of Intel Wireless LAN (11abgn, abg, bg) looping

    Hi there,
    System Updates (V. 3.14.0019) gives me a Update on Install of Intel Wireless LAN (11abgn, abg, bg) (11.5.0.36.). System Update says the Installation was successfu and wants to reboot. Doing so and running System Update again gives me the same update again
    I tried to manually remove the driver and manually install it again. Same result.
    I tried to reinstall System Update. Same result.
    Anyone ideas?
    Greetings

    SAME HERE!  T61p.  VERY ANNOYING and VERY UNPROFESSIONAL.

  • K7N2 Delta2 Platinium: Gigabyte Lan problem

    I finally got new mainboard and got it working like 1½ hours ago. I started to see that the lan, witch Gigabit MCP Chipset's: 10/100/1000 lan killed my internet connection less than an hour. Messenger went offline, mailservers and other servers totally unreachble. Some activity did happened according my firewall ( Sygate Personal Firewall ) but I couldn't connect anywhere. So I rebooted and it all worked fine, until less than hour went by and it did it again, so, I changed my old ethernet adapter that is working fine now...
    But what the heck? How come my Lan just wouldn't work? Is it system? Known bug? Anything would be appreciated...

    Does he have the same memory config.? Try uising only one, or two if they are bought in a pair. I think it is the slots 1 and 3 you use for the dual channel.
    What slot do you use for the ethernet and sound cards? Slot 5/6 and slot 3 resp. would be the best, I think. Have a go without the sound card altogether, if you want to.
    I like your system, esp. the outside of it. That is a very good case for the money!    You know you can let the mobo adjust fan speed according to temps.? Dampening is almost unnecessary if you use that control. I use a Spire processor fan adapted to an Adda 120 mm fan. Have no intake fan. - I can hear the birds walking around in the garden outside. And, what's more, I hear the worms they are looking for. 

  • 2 Intel Gigabit Lan's Detected. Why?

    Hi,
    I have an 865PE Neo2-FIS2R motherboard. I'm running Windows XP, 2000, Me, and 98 SE on my computer on 4 partitions. In Windows 98 and Me, Networking redetects the Intel Gigabit Lan. In Device Manager only 1 network adapter shows, but in the network aplet, it shows 2 gigabit lans. Why? It works ok, but I'm not sure what the deal is. Anyone else experienced this, and how did you fix it, if you did?
    Mark

    I guess that you must really like "Tinkering" ...Now you have to install a version of Linux, then you can go for the FORUM record for most operating systems on one PC ....As for 2 LANS being recognized, like you said they are not being seen as 2 seperate devices in the Device Manager, then as hard as it is to do ,ignore it ......Sean REILLY875

  • Lan problems on P55-GD80

    Hi,
    I'm on my second one of these motherboards and they both exhibit the same fault with the same workaround. On boot the primary LAN devices are not visible in the device manager under Vista, sometimes both LAN devices can vanish. I can get them back by shutting down and clearing the CMOS using the button on the board. I thought it was a Vista issue but if I boot a standalone backup environment, Linux based I think, that can't see the LAN devices either. I think the effect seems to be triggered by running any non windows environment, Acronis or Paragon backup seems to sometimes trigger it. However I have seen the devices just disappear when windows was running.
    I did find an entry on a German website, from what I could understand there was a similar issue with a similar board and a BIOS upgrade fixed it.
    I have logged a case with MSI, I'll let you know how I get on.

    Found the link:-
    http://translate.google.co.uk/translate?hl=en&sl=de&u=http://extreme.pcgameshardware.de/mainboards-und-arbeitsspeicher/73733-msi-p55-gd-65-lan-probleme.html&ei=MYv9SsoU1M2MB56YnZwL&sa=X&oi=translate&ct=result&resnum=3&ved=0CA4Q7gEwAjge&prev=/search%3Fq%3Dlan%2B%252Bproblem%2BMSI%2BP55%26hl%3Den%26sa%3DN%26tbo%3Dp%26start%3D30%26tbs%3Dqdr:m

  • Lan Problem

    I'm having a lan problem, which I already made a post on this forum
    SEE THIS LINK
    Well, it's back!  I get disconnected from the Internet without any reason (my sister has no problem).  When I go to Network Connections in Control Panel to disable enable the lan, the lan doesn't enable.  When I try to roll-back driver, update driver, or uninstall in Device Manager, Device Manager only freezes.
    Does anyone have any suggestion aside from RMAing the board because I live in Hawaii and shipping to RMA it would cost about $40 bucks!
    I tried installing a pci lan before, but it was an old one so it was very slow, but no issues.
    EDIT: I also tried double-clicking on the lan icon on my taskbar but the window that is supposed to appear only appears in a fraction of a second and then disappears.

    last week i did a fresh reload of my OS for cleaning purposes, and i had same prob.. internet worked off and on, then froze.. other things froze it too like device manager.. this didnt happen with my last copy of windows, so i was sitting there like  .. anyways... installed all driver updates, SP1 and all, nothing happened... i got fed up with it and just said screw it , and i reloaded again... now everything works fine... my friend and i were thinking it might have just been a corrupt install, or a corrupt install of some of my drivers/updates from windows... b4 you RMA board, try a fresh copy of XP (with just new drivers and SP1) and see if you have the same problem

  • Intel Pro/1000 Lan Adapter Sofware PROSet will not install on TP x60

    I was able to install the updated drivers in the 2009-5-19 version successfully, but when I try to install the ProSET software, I keep getting this message:
    "The installed version of Intel PROSet is not supported for upgrades. You must uninstall it before installing this version."
    I have uninstalled the older version and also the PROSet Wireless driver as recommended in the text file installation instructions.  I keep getting the same results.
    Can anyone help me get this software installed?
    Thanks,
    Bob Neufeld

    check BIOS / configuration and see if INTERNAL LAN is enbaled or disabled. i had this happen when my wireless and lan were not working. fixed it in bios.
    T7600, T60p - 2GB - 2.33GHZ - 100GB

  • Lan problems intel 82573V

    I changed MB to 945P Series Platinum. After installation of Win XP with SP2, system didnt recognized LAN through RJ-45 por t. Other connection work fine (ADSL modem via USB 2.0, 1394 and SkyStar2 2.6C). Of Course LAN is enabled in bios. Drivers are on install CD, but HW is not identified. Where is the problem?    
    My PC:
    P4D 2,8G with MSI 945p Platinum, Radeon 850XT, 1GB RAM Apacer 667, 2x 250GB HDD Hitachi, LG DVD, ENERMAX NOISETAKER EG495AX W
    Wix XP Pro SP2

    Yes. I had Dreambox (satelite box with unix) through RJ 45- conected to older MB 915p Combo. It worked well. Then I changed to this 945P. Everything works fine except RJ - 45 port. I used this connection through cross-over cable also for 2PC. Of course I installed Win XP on clear HDD. it bothers me few days.

  • T61 - Use Lenovo or Intel Pro/1000 Lan Driver?

    The latest driver that Lenovo is posting for the wired Intel 82566MM NIC in the T61 is version 9.7.255.0 dated 3/5/2008.
    The latest driver that Intel is posting for the same NIC is version 9.12.17.0 dated 2/6/2008.
    I would assume that the Intel one is newer based on version numbers, despite the older date, but I'm not sure.
    Anybody using the Intel one and confirm it is newer?
    Solved!
    Go to Solution.

    We just updated 20 odd T61p machines and 60 more pending with V9.21.17.0 and must conclude that LENOVO is not really a good source for driver updates.
    All our problems disappeared.
    The worst one being the machine not able to rejoin the network after coming out of hibernation connected to the dockingstation.

  • Weird Intel RAID problem

    Here's the specs:
    Processor: Intel 875k
    Motherboard: MSI P55-GD80
    Memory: Corsair Dominator 4x2GB (forget exact model, 1600mhz I believe, though)
    Graphics: Diamond AMD HD5870 1gb
    PSU: Antec TruePower Blue 750watt
    HDD: 4xWD 500GB (WDC WD5001AALS-0) drives in raid 10(0+1 so says bios) mode
    Sound: On-board Realtek
    NIC: On-board Marvell
    DVD: Cheap Lite-On thingy, connected via sata
    I've spent a couple days trying to figure out what part went bad. At the bottom I'll list my entire debug procedure, but I'll get to the meat of the problem here. Rebooted this machine on sunday to find it took over an hour to boot up, no warnings in the logs about anything failing before hand, no updates, software, or drivers installed anytime recently. My testing actually shows that it seems to be the raid chip that’s gone slightly bad as well as windows drivers are failing on this hardware piece. I've run this machine from MiniXP, WinPE, Win7 Recovery Disc, ESET Recovery Disc. All have the same problem regardless of the raid driver I use- extremely slow access times and slow read speed. I decided to try a Linux distro, Knoppix, and, lo and behold, the drives run just like they're supposed to. Have a look-
    (Well, it won't allow me to post the images)
    Windows MiniXP and HD Tune 2.55
    (remove the space after http:)http ://s29.postimg.org/3xrbepvfb/hdtune.png
    On this one I’m not sure why it’s reading both volumes as 1, but its neither here nor there, as all windows kernel boots were the same speed, and the drives were accessible from windows explorer as separate, so the speed’s the important bit in that pic.
    And Knoppix palimpsest
    (remove the space after http:)http ://s9.postimg.org/ezoqocr1r/linux_hdd_test.png
    Now I can only figure the raid chip did die, at least a little, but somehow the Linux drivers are bypassing whatever function did fail. I may have missed something, but I'm unsure what, and I'd love some feedback to figuring this one out.
    The motherboard is literally 6 months out of warranty so RMA is out of the question. I don't know much about compiling my own drivers, so this kind of problem is quite beyond me. I'd love to save the board since I wasn't quite ready for an upgrade yet.
    And the boring part, my testing:
    First reboot, ran SpyBot, nothing wrong, antivirus timed out and would not load because drive access was too slow
    Made an ESET antivirus rescue disk, which runs from WinPE, set it to scan, cancelled after 19 hours and only about 20% of the drive scanned, no errors.
    Swapped sata cables, no change, swapped ports, no change, SMART scan, no problems.
    Fiddled bios settings a bunch, no difference
    Did a BIOS update from 1.0a to 1.0c, no change
    Made a Knoppix USB flash drive, found that a 51.5gb transfer was taking near the normal amount of time. Installed bit defender, scanned full drive, nothing suspicious.
    Made a MiniXP flash, retested the drive, still snail slow on a windows kernel. Ran HD Tune 2.55, recorded results, then loaded back up Knoppix for palimpsest, and recorded those.
    Additional info:
    I have also tried with and without the DVD drive in when I was swapping ports
    Drivers I’ve tried:    MSI: 8.9.0.1023; 12.0.0.49974
             Intel: 12.9.0.1001; 8.9.0.1023; 12.0.0.49974; 10.1.0.1008

    All right, went more into the SMART testing, turns out it was a harddrive. First SMART test passed, but went back and ran it again, and Data Lifeguard froze 5 times in a row trying to test it. Unplugged that drive and windows boots and everything works great. I wonder if Windows and Linux might be using different of the mirrored drives for reading? Interesting, but at least it's solved.

  • T61 Intel Pro 1000 Lan Adpater not working

    Hello, I have a T61 7664-17U.  I recently had to replace the hard drive on this system due to drive read errors.
    I have all of my system up to date and working, except the lan adapter.  I have the 82566MM Gigabit connection in the network connections but there is no communication when i connect the rj45 cable.  I would like to get this working as my office does not 
    have a wireless connection and i need to use the system there.  Could anyone please guide me to the correct driver and how to install it so i get things finished up and working.  Any suggestions would be appreciated.

    check BIOS / configuration and see if INTERNAL LAN is enbaled or disabled. i had this happen when my wireless and lan were not working. fixed it in bios.
    T7600, T60p - 2GB - 2.33GHZ - 100GB

Maybe you are looking for

  • Premiere Pro CS4 Crashes every time I try to open it

    Every time I open premiere pro wheather its a HD project or SD project, or even one that I worked on before in it, it decides that it needs to crash, how can I fix this?

  • HT1925 When i plug my iPhone 4S into my Windows laptop, it won't connect to my laptop or iTunes, how do i fix this program? Thanks!

    Everytime i plug my iphone 4s into my windows laptop, usually it comes up with a small box saying 'installing device' but now it comes up with a box saying 'usb device not recoginised'. i have 4 usb ports in my laptop and i have tried plugging my iph

  • AddPartialTarget doesn't refresh the region

    Hi, i have a region where a taskflow is consumed. After doing some update through the ui page , the values in main page remains but the values in the region disappears. when i press F5 the data in region comes in page. However through code when i do

  • Data Guard setup after resetlogs on Primary

    Hello, On our primary database we had to perform an incomplete recovery and afterwards had to perform the command "ALTER DATABASE OPEN RESETLOGS". The problem I have is that after switching the Logical and Physical Standby databases back on they are

  • Valid settlement rules

    We received a request from the business to block time entry charges for WBS with C* status. Also, block time charges for PM order and Network order if their settlement receiver WBS is in C* status. I was trying to find a transaction or functionality