| Most people understand that the "hardware"
| |
| | be held responsible for the quality from a
|
| part of their computer is the real
| |
| | third-party?As I described in Part 1 of
|
| physical parts, like the keyboard, mouse,
| |
| | this article, the operating system doesn't
|
| modem, hard drive and so on. They
| |
| | interface directly to a hardware device.
|
| understand that the "software" is computer
| |
| | There is a piece of software called a
|
| bits stored on the hard drive, CD-ROM, or
| |
| | "driver" that translates the hardware's
|
| other storage media. But most people are a
| |
| | control signals to signals that the
|
| little hazy about exactly what a "driver"
| |
| | operating system expects, and translates
|
| is.In this article, I'm going to reveal in
| |
| | signals from operating system to the
|
| plain English what a driver is, why we
| |
| | hardware's control signals. Obviously, the
|
| need drivers, and exactly where the
| |
| | hardware manufacturer provides the
|
| drivers are hiding. To give you a basic
| |
| | driver.Because the driver works between
|
| understanding, I'm going to go back, way
| |
| | the operating system and the hardware, a
|
| back, to the early days of computers.The
| |
| | bug in the driver can cause a serious
|
| Early DaysThe year is 1981 and the world
| |
| | problem. Many of the problems with Windows
|
| is in the midst of a severe resession.
| |
| | have come from bugs in third-party drivers
|
| IBM's main frame business has slowed and
| |
| | that Microsoft had nothing to do with. For
|
| the company is losing money. Up until now
| |
| | this reason, Microsoft created a Hardware
|
| they had been laughing at the array of
| |
| | Quality Lab to test drivers. A hardware
|
| microcomputers on the market: Atari,
| |
| | manufacturer can submit their driver for
|
| Commodore, sinclair. Toys really, mostly
| |
| | testing, and if it is passes rigorous
|
| used to play computer games.The problem
| |
| | compatibility testing, it receives
|
| was, these "toys" were selling like hot
| |
| | Microsoft's digital signature.You may have
|
| cakes. IBM had to get into that market and
| |
| | received a message during the installation
|
| get into it fast. They didn't have time to
| |
| | of a hardware device warning that the
|
| design and build a computer complete
| |
| | driver was not signed. Why would a
|
| enough to compete in the market, so they
| |
| | hardware manufacturer fail to have their
|
| built an "open system". They used commonly
| |
| | driver certified by Microsoft? The
|
| available electronic components and they
| |
| | computer hardware market is very
|
| published every design detail (including
| |
| | competitive and the manufacturer might
|
| the code), and they even provided plug in
| |
| | want to bring a new product to market
|
| slots so that others could build
| |
| | before thorough testing can be completed.
|
| components for their computer.And people
| |
| | Or maybe they don't want to or can't
|
| did provide components for the IBM PC.
| |
| | afford to pay Microsoft for certification.
|
| They provided video cards, memory
| |
| | The question is, should you click on the
|
| expansion cards, input-output port cards,
| |
| | "Continue" button to install the unsigned
|
| game port cards, hard disk interface
| |
| | driver?In my experience, I have never been
|
| cards, and much more. How were all these
| |
| | able to trace a problem to an unsigned
|
| various devices able to interface with the
| |
| | driver. If it's your home computer and you
|
| PC's operating system? That's where a
| |
| | performed a back-up recently, go ahead and
|
| "driver" comes in.A hardware device is
| |
| | install the unsigned driver. If it's a
|
| constructed with various electronic
| |
| | computer on a corporate network, you may
|
| components using various control signals,
| |
| | want to back-out of the installation and
|
| but the software interface to the
| |
| | see if you can locate a signed driver
|
| operating system is standardized. A
| |
| | first. Many times a manufacturer will
|
| device's interface to the operating system
| |
| | release a product with an unsigned driver,
|
| must follow the interface specification. A
| |
| | then later provide a signed driver as a
|
| driver is a piece of software that
| |
| | free download from their website.If you
|
| translates the hardware's control signals
| |
| | decide to go ahead and install an unsigned
|
| to signals that the operating system
| |
| | driver, you can always update the driver
|
| expects, and translates signals from the
| |
| | later. If your computer works with the
|
| operating system to the hardware's control
| |
| | unsigned driver, I would not update the
|
| signals.When the computer is started up,
| |
| | driver. When it comes to updating drivers
|
| it would look in the "system" directory
| |
| | (or the computers BIOS) I go by the old
|
| for files with the extension ".drv" and
| |
| | saying, "if it ain't broke don't fix
|
| load them into memory. Specific files like
| |
| | it".To update a driver, select Start |
|
| autoexec.bat, config.sys, and win.ini were
| |
| | Settings | Control Panel and double-click
|
| used to inform the operating system about
| |
| | on the "System Properties" Utility. In the
|
| drivers. Hardware would be configured
| |
| | "System Properties" Utility, select the
|
| through these files, or through jumpers
| |
| | "Hardware" tab and click on the "Device
|
| located on the device itself.The driver
| |
| | Manager" button. In the "Device Manager"
|
| specification evolved along with the PC.
| |
| | window, right-click on the device in the
|
| Today when a PC starts, it executes the
| |
| | list and select "Properties" in the popup
|
| program which queries the hardware
| |
| | menu. In the "Properties" dialog box,
|
| components and builds the registery key
| |
| | select the driver tab and click on the
|
| HKEY_LOCAL_MACHINEHARDWARESYSTEMCurrentCon
| |
| | "Update Driver..." button.In the
|
| trolSet. This key exists only in memory
| |
| | "Properties" dialog box driver tab, you
|
| and is created each time the computer
| |
| | may have noticed the "Roll Back Driver"
|
| boots. If all the drivers are loaded
| |
| | button. If your computer has problems with
|
| successfully, a copy of the key is saved
| |
| | the new drive, you can click on the "Roll
|
| as ControlSet00X.Under the registery key
| |
| | Back Driver" button to roll back to the
|
| CurrentControlSet, the subkey "Enum"
| |
| | previous the driver. Driver roll back
|
| contains a subkey for each harware device
| |
| | saves only one previous driver, so if you
|
| on the computer. Each device key contains
| |
| | update a driver, then update it again, the
|
| fields for Hardware ID, Driver ID, Device
| |
| | original driver is gone. If the computer
|
| Parameters, and other configuration data.
| |
| | has problems with the new driver, always
|
| The 32-bit drivers are files with the
| |
| | roll back to the original driver before
|
| extension ".sys" and can be found in the
| |
| | trying a different one. That way you'll
|
| folder C:/winnt/system32.Driver
| |
| | always have the original driver to roll
|
| SigningMicrosoft has been the brunt of
| |
| | back to.Copyright(C) Bucaro
|
| much criticism because of the poor
| |
| | TecHelp.Permission is granted for the
|
| reliability of the Windows Operating
| |
| | below article to forward, reprint,
|
| System. I feel that much of this criticism
| |
| | distribute, use for ezine, newsletter,
|
| is justified. On the other hand, as I
| |
| | website, offer as free bonus or part of a
|
| described in part 1 of this article, the
| |
| | product for sale as long as no changes are
|
| PC was designed by IBM as an "open"
| |
| | made and the byline, copyright, and the
|
| system. Anyone can sell a hardware device
| |
| | resource box below is included.
|
| (or software) for the PC. Should Microsoft
| |
| |
|