Archive for the ‘PC Errors’ category

Page Faults

December 9th, 2007

In computer storage technology, a page is a fixed length block of memory that is used as a unit of transfer between physical memory and external storage like a disk, and a page fault is an interrupt (or exception) to the software raised by the hardware, when a program accesses a page that is mapped in address space, but not loaded in physical memory.

The hardware that detects this situation is the memory management unit in a processor. The exception handling software that handles the page fault is generally part of an operating system. The operating system tries to handle the page fault by making the required page accessible at a location in physical memory or kills the program in case it is an illegal access.

Some reasons for a page fault can inclulde:

  • The page corresponding to the requested address is not loaded in memory.
  • The page corresponding to the memory address accessed is loaded, but its present status is not updated in hardware.
  • The page is not part of the program, and so is not mapped in program memory.
  • The program does not have sufficient privileges to read or write the page.
  • The page access is legal, but it is mapped with demand paging.

USB Error Messages

November 5th, 2007

As USB is used more and more we are finding that it is getting more common to find error codes when trying to load a USB. Here is a list of some of the more common USB error codes you will find;

USB Error Messages

  • Status: Unreadable, Unknown Device
  • USB Device Not Recognized Window
  • Unknown Device
  • USB Unknown Device
  • USB Device Problem
  • USB Device Not Recognized in Windows
  • USB Device Not Recognized by Windows
  • USB Device Not Recognized
  • USB Device Not Recognized Windows XP
  • One of the USB devices attached to this computer has malfunctioned, and Windows does not recognize it.

Accidentally Remove Something from your Registry

October 16th, 2007

If you do happen to delete something you shouldn’t have from your registry then don’t worry. Just like Microsoft Word, your PC has an “undo” option which happens to be called System Restore. Once it’s finished scanning, the Windows Live Safety scanner creates a System Restore point on your PC.

Read the full article here

Blue Screen of Death

September 20th, 2007

The Blue Screen of Death (BSOD, bluescreen, or stop error) is an error screen displayed by certain operating systems, most notably Microsoft Windows, after encountering a critical system error. Bluescreens can be caused by poorly written device drivers, faulty memory, a corrupt Registry, or incompatible DLLs.

Read full article on Blue Screen of Death

Blue Screen of Death

September 10th, 2007

OK, most of you have probably had the blue screen of death error at some point in time. It doesnt seem to occur as much as it used to…I remember back in the Windows 98 days, I would get the blue screen almost daily.

blue screen of death

The blue screen is still common though, in both Windows XP and Windows Vista. Windows Vista also has the red screen of death.

Fixing Blue Screen
The blue screen error usually occurs due to an incompatibility of hardware, software or drivers. We get common complaints about a USB driver in some modems.

The easiest way to fix the blue screen error is usually by uninstalling the offending software or driver.

You can also try some of the third party repair tools out there. We recommend RegCure, and you can try a free scan here

Read the full article on blue screen errors