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