Help me?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • stevo1210
    Badcaps Legend
    • Oct 2006
    • 4156
    • Australia

    #1

    Help me?

    The computer in my room which I frequently use to do homework and assignments with has recently decided to be retarded in some strange way. Every so often it does this random freeze which lasts for half a second and does it in random 10 or 15 second intervals. A restart usually solves the problem.
    When I say freeze, I mean complete freeze meaning I cannot move the mouse or use t keyboard and the sound or music that I am playing also freezes for a minuscule amount of time. It's annoying the crap out of me. But nonetheless, I can still use my computer, even so I am typing this with it now.
    I recently reformatted it and reinstalled Windows XP SP2 on it as well. I just ran disk defragmeter (didn't defragment, just analyzed the hard disc) and about 40% of my drive is fragmented.... dunno if that's the problem to what happening, but I think it would explain why it's so slow.... probably due to a largely fragmented hard drive.

    My computer has the following specs.

    * Intel Pentium 4 HT 530J CPU (3.00 GHz)
    * Intel DP965LT motherboard
    * 2x G-Skill DDRII 667MHz 512MB RAM sticks
    * Abit ATi Radeon X600XT 128MB graphics card
    * Pioneer DVR-215D SATA DVDRW
    * IBM Deskstar 40GB 7200RPM IDE Hard drisk drive (connected to motherboard IDE channel)
    * Dell/ Newton (Delta electronics) 300W 20 pin ATX PSU
    * Some generic wireless USB keyboard and mouse combo.
    * Sampo 70FA2 15" LCD monitor.

    I dunno if hardware plays a factor in the issues that are being caused at the moment, but I guess theres a slim chance.

    Anyway, it would be nice if I could solve this issue with the annoying random freezes. So any input would be appreciated.

    Thanks.
    Don't find love, let love find you. That's why its called falling in love, because you don't force yourself to fall, you just fall. - Anonymous
  • kikkoman
    Badcaps Veteran
    • Jul 2007
    • 691

    #2
    Re: Help me?

    does it have a wifi card? i've seen quite a few bad wifi drivers causing freezes like that, especially with Ti chipsets.
    "Every normal man must be tempted at times to spit on his hands, hoist the black flag, and begin slitting throats." - H.L. Mencken

    Comment

    • stevo1210
      Badcaps Legend
      • Oct 2006
      • 4156
      • Australia

      #3
      Re: Help me?

      Originally posted by kikkoman
      does it have a wifi card? i've seen quite a few bad wifi drivers causing freezes like that, especially with Ti chipsets.
      Yes it does and my wifi card also uses a TI chipset. So that could be the problem? How do I solve it?

      Thanks.
      Don't find love, let love find you. That's why its called falling in love, because you don't force yourself to fall, you just fall. - Anonymous

      Comment

      • Wizard
        Badcaps Legend
        • Mar 2008
        • 2296

        #4
        Re: Help me?

        Interesting.

        How can I tell a wireless have Ti chipset? And, what one that is considered GOOD?

        Also P4 can make your PC skip and freeze, pauses if the CPU is not cooled enough due to thermal underclocking protection to protect CPU.

        Cheers, Wizard

        Comment

        • kikkoman
          Badcaps Veteran
          • Jul 2007
          • 691

          #5
          Re: Help me?

          @stevo:
          a good tool to trace down these dropouts is this DPC latency checker:
          http://www.thesycon.de/eng/latency_check.shtml
          they have a good description how to do that.
          if the wifi really turns out to be the cause, you can try a different IRQ (either by changing the PCI slot or by reserving the current one in the BIOS).
          this often helps.
          next step would be different drivers. check latest drivers and beta releases first.
          quite often drivers from different mfr's (same chipset) work as well.
          i remember one particular Ti card from DLink that would only work properly with USRobotics drivers for a year or so until DLink released good ones.

          @wizard:
          you usually can tell by looking at the card unless the chipset is shielded.
          you can also look in the .inf driver.
          what do you mean by 'good'? generally?
          i've had really good experiences with Atheros cards.
          if it's just normal use (54mbit, no funny stuff like wifi cracking or these proprietary booster things) any cheap card will do fine, i'd just avoid TI chipsets.
          "Every normal man must be tempted at times to spit on his hands, hoist the black flag, and begin slitting throats." - H.L. Mencken

          Comment

          • zandrax
            Hit and miss
            • Dec 2007
            • 1157
            • Italy

            #6
            Re: Help me?

            @ Stevo: there are some badly written drivers which blocks the cpu with their interrupts for 1000s or 10000s of microseconds (millionth of second: a very very long wait for the cpu, since it executes instructions every fraction of billionth of second [GHz]): the computer seems behaving erratically, with a lot of small pauses. DPC Latency Checker or Microsoft's xperf can mesaure how long the cpu is blocked from these drivers: DPC L.C. is straightforward to use but detects only the global time for all drivers, so you have to run it multiple times disabling a driver each time in order to detect the culprit; xperf is way more precise and detailed (queries directly the kernel and is capable of identifying the single misbeheaving driver calling that damned function) but is a command-line tool, harder to use and requiring an external viewer for analyzing its log (a Vista-only MS program bundled with it or any spreasheet application for reading CSV tables).

            Anyway DPC pauses usually last a fraction of a second and makes the computer jerky but not completely irresponsive, yours last for 10-15 seconds and lock everything: your hard disk is an IBM Deskstar with a suspicious capacity, I fear it's dying. Backup everything, check it with Hitachi/IBM Drive Fitness tool and look for SMART warning or lots of bad sectors.

            Zandrax
            Last edited by zandrax; 11-12-2008, 04:22 PM.
            Have an happy life.

            Comment

            • kikkoman
              Badcaps Veteran
              • Jul 2007
              • 691

              #7
              Re: Help me?

              oh yeah. didn't notice that deathstar. it's a ticking bomb. wasn't there a firmware fix for these?

              nevertheless my bet's still on the wifi card.
              "Every normal man must be tempted at times to spit on his hands, hoist the black flag, and begin slitting throats." - H.L. Mencken

              Comment

              • i4004
                Badcaps Legend
                • Oct 2006
                • 2029

                #8
                Re: Help me?

                fragmentation is never really a problem.

                "Volume fragmentation
                Total fragmentation = 41 %
                File fragmentation = 83 %"

                fragmented disk? sure
                slow? not at all....

                another one(system disk):

                "Volume fragmentation
                Total fragmentation = 18 %
                File fragmentation = 37 %"

                slow?
                nope...
                same as it ever was...

                Comment

                • stevo1210
                  Badcaps Legend
                  • Oct 2006
                  • 4156
                  • Australia

                  #9
                  Re: Help me?

                  Originally posted by kikkoman
                  oh yeah. didn't notice that deathstar. it's a ticking bomb. wasn't there a firmware fix for these?
                  My Deskstar isn't a 75GXP-series drive. It's a something else and I've had it since 2001 and so far it's still fine. But I will run the utilities to confirm that point.
                  As for the CPU, I don't think it's overheating. It idles at about 47-50c and around 60c under full load. CPU heatsink is correctly mounted and the fan is running as it should. However, I will use the utilities to check for latency problems.

                  Thanks.
                  Don't find love, let love find you. That's why its called falling in love, because you don't force yourself to fall, you just fall. - Anonymous

                  Comment

                  • jpdoe
                    Badcaps Veteran
                    • May 2007
                    • 237

                    #10
                    Re: Help me?

                    You have a GB of RAM, so I guess this is not the cause... but whenever I'm in front of a sluggish system, the first thing I look at is the memory usage on the windows task manager. Constant swapping can be a reason of such pauses.

                    Comment

                    • weirdlookinguy
                      Badcaps Legend
                      • Sep 2007
                      • 1638

                      #11
                      Re: Help me?

                      I had a Realtek card a few months ago that made my PC do something really similar (it would freeze for a minute or two at a time, then come back, then do it again a few minutes later, etc. etc.). Different versions of the drivers changed the intervals at which it froze. I returned the card and got an Atheros, and it's been smooth sailing ever since. I agree with Kikkoman, it sounds like the WiFi card.

                      I've found Atheros and Broadcom make extremely good chipsets, everything else I've ever tried pales in comparison. If you live near a Fry's, they often have an "Airlink101 108Mbps" WiFi card. It's a rebadged Atheros card, and can be had for $15 (they regularly go on sale, at least one weekend a month). Cheapest way to get a rock solid Atheros-based card. I've got two in my desktop and my brother's desktop, and they have performed exceedingly well.

                      Comment

                      Related Topics

                      Collapse

                      • Dowhile
                        A2338 random freeze after liquid damage
                        by Dowhile
                        Hello guys.
                        I Have an a2338 with a big problem.. it keeps random freezing and it needs to be powered off from the Power button.. usb fpc connector was completely burned and it has been replaced.. is there a method in order to understand what causing this issue?

                        Thanks...
                        06-10-2024, 11:09 AM
                      • ivtec
                        PC Win 10 random freezes help
                        by ivtec
                        Hi my PC win 10 random freezes, already did sff /scannow tested HDD, memory and did Fresh start any help would be appreciated ,have a Merry Christmas...
                        12-20-2022, 10:30 AM
                      • Dreigas
                        Asus TUF Gaming FX506LX laptop just stuck at random time
                        by Dreigas
                        Hi everyone,

                        I've got a problem with my Asus TUF Gaming FX506LX laptop. I bought it as a non-working unit it had been completely drenched in a sweet alcoholic drink and was left for a year... When I got it, the motherboard wasn't in terrible shape, but I had to clean a lot of areas—about 1/5 of the motherboard. There was some corrosion, but I managed to clean it up and re-soldered where I saw issues under a microscope.

                        One of the two primary MOSFETs was fried (PQ33 fried and PQ34 were fine), so while I was waiting for a replacement, I desoldered it and created a short....
                        07-27-2024, 05:58 AM
                      • TheQuentincc
                        Dell XPS 9500/Precision 5550 - random freeze and no post + display glitches
                        by TheQuentincc
                        Hi, I have a Dell XPS 9500 which works when it want. Specs : I7 10750H, GTX 1650Ti 4GB, 15.6" 1920x1200.

                        It can works fine for hours until the screen goes black or the image is fully frozen (laptop unresponsive) or the display is glitched.
                        Then another issue is sometime the laptop doesn't wanna boot or post at all, after a "clear cmos" (disconnecting main battery and pressing power button for some time) when I'm pressing the power button the keyboard lit up but sometime the laptop display the Dell logo, sometime the screen can just lit black, sometime it launch...
                        08-17-2023, 11:13 AM
                      • warsztat
                        Trademi Horizon, freeze after start.
                        by warsztat
                        Hi, trademil Horizon freeze after start like video, i try reset (3sek push stop), remove and I put new ones capaticors 3,3V line digital and analog line.
                        The device in service mode passes all tests, except for the display test, where it hangs. The display in service mode during engine testing, etc. seems to behave correctly, it shows values, the engine is working, I can adjust its speed but only in service mode, in normal operation after pressing start the machine freezes



                        All the multiplexers that support the display seem to be working. It's like the processor...
                        03-06-2025, 07:33 AM
                      • Loading...
                      • No more items.
                      Working...