Jump to content

comomolo

Member
  • Posts

    34
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Spain

About comomolo

comomolo's Achievements

0

Reputation

  1. Thanks for your concerns guys. I was in a hurry and decided to do a fresh install.
  2. DHCP client is set to automatic, it's started and apparently working. As a matter of fact, if I disable it I can't access the network. Once I start it again, the network is reachable again, but still no DHCP name resolving.
  3. Yeah, I thought about some malware too, but Spybot and Avast say everything is OK. The symptoms are identical in both wired and wireless interfaces.
  4. A customer's laptop has suddenly stopped getting IP addresses from DHCP servers. I can ping other machines in the network if I assign an IP manually, so both LAN and Wireless seem to be working properly. The DHCP server is working fine, other servers in the network get their IP properly. I need the laptop to get IPs from DHCP because my customer's ISP assigns dynamic IPs this way. I have reinstalled drivers and tried to clean the system up a bit with no results. Any ideas?
  5. Thanks to you and to the rest. You have been amazingly kind and have kept my hope alive. Regards, CM
  6. I have found it!!! It's the Windows Bluetooth driver and a new Sony Ericsson phone. If I turn off the phone, the problem disappears. If I turn it on, the problem will show up again. As usual I discovered this by pure chance, but I have installed the Widcomm drivers for my bluetooth device and the problem has gone away. Does it make any sense in the memory dump? -- PS: Thanks for the tips on learning!
  7. Done. It doesn't stop. Just out of curiosity, how can I learn to read these debugging files?
  8. I'm sorry I wouldn't know where to start reading. Is the firewall causing this? Is it another process? Turning on and off the firewall doesn't seem to affect the behaviour...
  9. I have finally uploaded my MEMORY.DMP file to this URL: http://www.loquecreas.com/msfn/MEMORY.rar It's about 480MB. Please let me know when I can delete it from there, since that web space is not mine. Thanks again for any help. CM
  10. Yeah, it didn't look very informative to me either... :-) The MEMORY.DMP file is about 1 gigabyte big... I'll try do upload it again. It failed for the second time.
  11. The two IDE channels have DMA enabled, although only a DVD drive is attached there. The three hard disks in the system are SATA and are running well. Please keep in mind this is something that has suddenly started to happen. I've been using this computer for more than one year with no issues. The Windows install is fresh and it worked fine for a couple of days before this behaviour appeared. I'm uploading both the text file in WinDbg and a capture of the Process Explorer graphs. Can you see the peaks in the graph? That' the services.exe every 6 seconds. (Learning from the graph I can see the 6 seconds interval gets longer every now and then, but most of the time it's a steady beat). Right after Windows installation, the system used to idle between 0% and 2%. Now it never goes below 3% (I can't see 0% anymore, not even once in a while). Here's what I see inside the WinDbg windows: Microsoft (R) Windows Debugger Version 6.6.0007.5 Copyright (c) Microsoft Corporation. All rights reserved. Loading Dump File [C:\WINDOWS\MEMORY.DMP] Kernel Complete Dump File: Full address space is available Symbol search path is: SRV*c:\websymbols*http://msdl.microsoft.com/download/symbols Executable search path is: Windows XP Kernel Version 2600 (Service Pack 2) UP Free x86 compatible Product: WinNt, suite: TerminalServer SingleUserTS Built by: 2600.xpsp_sp2_gdr.050301-1519 Kernel base = 0x804d7000 PsLoadedModuleList = 0x805531a0 Debug session time: Wed Nov 22 21:34:43.562 2006 (GMT+1) System Uptime: 0 days 0:54:37.132 Loading Kernel Symbols .................................................................................................... ............................. Loading User Symbols Loading unloaded module list .................................................. ******************************************************************************* * * * Bugcheck Analysis * * * ******************************************************************************* Use !analyze -v to get detailed debugging information. BugCheck E2, {0, 0, 0, 0} Probably caused by : i8042prt.sys ( i8042prt!I8xProcessCrashDump+237 ) Followup: MachineOwner --------- kd> !analyze -v ******************************************************************************* * * * Bugcheck Analysis * * * ******************************************************************************* MANUALLY_INITIATED_CRASH (e2) The user manually initiated this crash dump. Arguments: Arg1: 00000000 Arg2: 00000000 Arg3: 00000000 Arg4: 00000000 Debugging Details: ------------------ BUGCHECK_STR: MANUALLY_INITIATED_CRASH DEFAULT_BUCKET_ID: DRIVER_FAULT PROCESS_NAME: Idle LAST_CONTROL_TRANSFER: from f754e7fa to 804f8925 STACK_TEXT: 80548d38 f754e7fa 000000e2 00000000 00000000 nt!KeBugCheckEx+0x1b 80548d54 f754e032 00c0f0d8 0190e0c6 00000000 i8042prt!I8xProcessCrashDump+0x237 80548d9c 8054071d 85904b20 85c0f020 00010009 i8042prt!I8042KeyboardInterruptService+0x21c 80548d9c f758dc46 85904b20 85c0f020 00010009 nt!KiInterruptDispatch+0x3d 80548e50 80540cc0 00000000 0000000e 00000000 processr!AcpiC1Idle+0x12 80548e54 00000000 0000000e 00000000 00000000 nt!KiIdleLoop+0x10 STACK_COMMAND: kb FOLLOWUP_IP: i8042prt!I8xProcessCrashDump+237 f754e7fa 5d pop ebp SYMBOL_STACK_INDEX: 1 FOLLOWUP_NAME: MachineOwner MODULE_NAME: i8042prt IMAGE_NAME: i8042prt.sys DEBUG_FLR_IMAGE_TIMESTAMP: 41107ecc SYMBOL_NAME: i8042prt!I8xProcessCrashDump+237 FAILURE_BUCKET_ID: MANUALLY_INITIATED_CRASH_i8042prt!I8xProcessCrashDump+237 BUCKET_ID: MANUALLY_INITIATED_CRASH_i8042prt!I8xProcessCrashDump+237 Followup: MachineOwner --------- CM
  12. Thanks cluberti for your reply and help. First of all, I must say I'm not a native English speaker. If by "recur" you mean "it keeps happening", then yes, when I unplug the NIC cable it keeps happening exactly the same. I've gone through the procedure. I hope I did it right. In order to free my hands to provoke the memory dump, I played a song in Windows Media Player with visualizations on. The graphics keep freezing every 6 seconds, but I've seen that they make two "hicks", instead of just one pause. These two hicks are still around 1 sec long (in all). I've downloaded the Windows Debugging Tools and opened the MEMORY.DMP file in WinDbg, but it seems I also need the symbols for it to say something meaningful, right? I'm downloading those symbols right now (it's a 195MB download, so it'll take a while here). I understand you want me to upload the text file created by WinDbp, not the 1GB+ MEMORY.DMP file, right? One more question: if this problem is hidden inside a service (a wild guess, since services.exe seems to be causing the pauses), would it help to run anti-spyware programs such as Ad-Aware in safe mode? Sorry for these many questions. I'm new to this debugging process. Thanks again. CM
  13. With a cronograph in hand I've been checking this behavoir and its consistent. Every 6 seconds Windows freezes for some 1-2 seconds. This makes using the computer a nightmare. It started to happen last week. I inspected the system thoroughly, uninstalled non-essential apps, cleaned up the registry and nothing would stop this behaviour. My Windows installation was almost a year old so I decided to go for a fresh install. For a couple of days everything went fine, but today it's happening again. It sounds like something is coming from the internet, but every virus scan I run (Avast installed but also online scanners from Trend Micro and McAfee) says my system is clean. Launching the Process Explorer I can see the services.exe is up high during the freezing, although it takes barely a 20% of the CPU during those peaks. It seems services.exe is a system process and unless it has been overwritten by mailcious software I don't understand why would it behave like this. In case it is infected, shouldn't the antivirus detect it? I'm kind of deseperate. I use this computer for work and it's almost impossible to work like this. Any help would be very appreciated. CM
  14. Nevermind guys. I just tried and installed the patch today and checked if the system would boot and now it does. Why? A total mystery. Thanks for your help.
  15. It stops booting before I see the Windows logo with the blue progress bar. The screen goes blank and nothing happens. I have no clue what SR means. EDIT: Oh, sorry, you mean System Restore, right? Well I started in safe mode and followed Windows help on the subject. Uninstalling that one component alone was done in safe mode too. The server service is running to provide shared printers and folders. I don't want to stop it because every now and then some friends come home with their laptops and I want them to be able to connect to my computer. From what I know, the service has been running always before without any problems.
×
×
  • Create New...