• Printer & Scanner Drivers
  • Sound & Video Drivers
  • Digital Cameras & Displays
  • USB and Removable Drives
  • CD / DVD Drivers
  • Graphics & Input Devices
  • 1,000,000's of other Drivers ...

You Can Still Find Windows Drivers For Your Old Hardware

Paul Watson, PC Technician

Thursday, February 11th 2010

You Can Still Find Windows Drivers For Your Old Hardware

You Can Still Find Windows Drivers For Your Old Hardware

Time moves forward, whether you want to acknowledge it or not. When you’re talking about computer hardware, though, time seems to speed right along. For many users, the computer seems to age a lot faster than the peripheral hardware does, and nowhere is this truer than when you’re talking about printers. This will become apparent the moment you try to locate a Windows hardware driver for a ten-year-old device.

Who Wants To Give Up A Printer?

Printers come in all shapes and sizes, and for right now, I’ll sidestep the question of inkjet versus laser. For most commercial purposes, laser printers rule the day because they’re longer-lasting and cost less over time than inkjet printers do. The longer lifespan of a laser printer does pose some problems, though. I can assure you that there are 10, 15- and even a few 20-year old laser printers that are happily churning out page after page, even if at an agonizingly slow rate.

That brings up one of the real challenges that owners of older peripheral hardware face when upgrading their operating system or their computer hardware: connectors. Older printers and peripheral devices expect to connect using a serial port or a parallel port. There are also a number of obsolete connector types you may have to deal with, like Centronics or PS/2 connectors. Newer hardware doesn’t always (often?) come with older connectors, including the die-hard standards like serial and parallel ports or VGA connectors.

Today’s computers come with USB ports and one or more new video connectors. With no place to connect a serial or parallel printer cable, you might be tempted to toss the old device, even if it still works. Usually, if you’re willing to do a little digging, you can find an adapter that will convert your old style printer connector to something that your new computer can recognize.

That leaves the problem of finding drivers for your older hardware. Yes, it’s possible to find drivers for old hardware. In some cases, existing drivers might work just fine, or a standard driver has been adapted for use with a newer computer and older equipment. The main obstacle becomes finding the correct driver.

In cases like this, I recommend that users download and configure a driver management software package like Driver Detective. Driver Detective has a library of millions of drivers that it can draw on to help you find the correct driver for your current hardware setup. Having the correct driver for your older hardware can mean the difference between having to replace an obsolete (yet still quite functional) piece of equipment and being able to get additional use out of it.

Photo Credit: John Haynes Photography, via Flickr

New ATI Drivers May Improve Video Performance

Paul Watson, PC Technician

Friday, February 5th 2010

New ATI Drivers May Improve Video Performance

New ATI Drivers May Improve Video Performance

Late last week, ATI released updated Windows drivers for its Catalyst 10.1 HD2000 series and newer cards. The new drivers support Windows XP, Windows Vista and Windows 7. The driver release is intended to resolve some issues with the way the drivers interact with other hardware and software uninstallers.

Video Playback Could Be Improved With New Driver

According to ATI, the new driver release will address a host of issues that arose from a variety of common actions, including playing YouTube videos using the Adobe Flash player on Firefox, and problems with video or system response while using certain games. The new drivers are available for immediate download.

ATI is one of the premiere video card manufacturers and it’s no surprise that these drivers contain a number of fixes for nagging issues. In addition to fixing problems, the driver updates also improve the performance of certain cards on specific games, like Left 4 Dead 2.

Not all Windows users are lucky enough to find driver updates so easily, however. For many users, the process of downloading and installing drivers manually is time-consuming and frustrating. Manufacturers often make several different updates available for either a variety of products or different configurations of the same or similar products.

New drivers may or may not be available based on the chipset that your computer or hardware device uses, and users may not know offhand which devices they have installed. This can be a recipe for disaster, or at least a lot of wasted time and poor outcomes. Downloading the wrong driver can be as bad as downloading no driver at all, or working with a damaged driver.

I always recommend working with a driver management software package like Driver Detective. Driver Detective has a database of millions of drivers and can determine precisely which drivers are required for your specific hardware configuration. You don’t have to worry about using the wrong drivers or missing a driver update.

Once Driver Detective is installed, you can trust it to monitor your existing drivers and look for updates. If an update is located, Driver Detective will automatically download it, install it and archive it.

The archiving feature is important because Driver Detective can also watch your system to make sure your existing drivers don’t get corrupted, damaged or deleted. Should this happen Driver Detective will download a fresh copy and you’ll be on your way! You can continue to hunt for new drivers, download them and install them as you always have, or you can automate the process and get back to work on the things that really mean something to you.

As for me, I’m going to try these new drivers on Left 4 Dead 2.

Photo Credit: Tom Francis, via Flickr

Making A Bootable USB Drive

Paul Watson, PC Technician

Thursday, January 28th 2010

Making A Bootable USB Drive

Making A Bootable USB Drive

In my last two posts, I’ve talked about using a bootable USB drive to load Windows 7 onto a netbook or other computer that does not have a CD/DVD drive. The latest operating systems carry a lot of information and hardware drivers. That makes bootable media a requirement for upgrading the operating system.

Not All Netbooks Are Created Equal

The major issue with netbooks is that the earliest models came pre-loaded with Windows XP and an upgrade to Windows 7 would require a clean installation – a neat trick when you don’t have a CD/DVD drive from which to boot. To be fair, you can attach an external USB CD/DVD drive to a netbook and get along just fine using the standard-issue Window 7 media.

One disadvantage of this method is that the data transfer rates between the netbook and the CD/DVD drive will be slow. Upgrading or performing a clean installation on a capable netbook may take up a lot more time than you thought it might. In fairness, reading media from any external device will seem slow. The USB stick uses faster data transfer protocols so the process moves along much faster.

One last consideration: not all BIOS support booting from USB drives or other external devices. You’ll need to go into your BIOS setup to determine whether you can boot from a USB drive. Even if your BIOS does support external booting, computers aren’t always configured to look for boot sectors on devices other than the hard disk. If yours can, you’ll need to activate this setting if it’s not already activated. You may have to change more than one BIOS setting to enable this function. You normally access the BIOS settings immediately after you turn on your computer. You’ll see a direction that says something like Press F(N) to Enter Setup. (N) will be a number. Press the corresponding “F-key” to enter your computer’s BIOS setup.

Now, down to brass tacks – making a bootable USB drive. You’ll need to start out with a USB stick that has at least 4GB of space to accommodate the Windows installation media. If you can use a dedicated stick, better for you. You’ll need to wipe the stick’s contents, so if you can’t permanently commit your USB stick to the role of being bootable, you’ll have to transfer the data you have stored on it somewhere else temporarily. You’ll also need to use a computer that’s running Windows Vista or Windows 7 and have administrator privileges to make the bootable USB stick.

1. Attach your USB drive to the computer. Select Start > All programs >Accessories > right click on Command Prompt and select run as administrator.
2. At the command prompt, type DISKPART. (Press enter)
3. Type LIST DISK. (Press Enter) The disk number of your USB drive will be displayed. Note this.
4. Type SELECT DISK #. (Replace # with the disk number of your USB drive, noted in Step 3.)
5. Type CLEAN (Press Enter)
6. Type CREATE PARTITION PRIMARY (Press Enter)
7. Type SELECT PARTITION 1 (Press Enter)
8. Type ACTIVE (Press Enter)
9. Type ASSIGN (Press Enter)
10. Type DETAIL DISK (Press Enter).
11. Type EXIT (Press Enter)

Note the drive letter of your DVD drive and the drive letter of your USB stick.

12. Type FORMAT #:/fs:fat32/q (# is the assigned drive letter for your USB stick. Press Enter)
Approve the warning that appears regarding the information on the USB stick (Press Y, press Enter.)

13. Enter a label name for your USB drive and press Enter.
14. Put your Windows 7 DVD into your DVD drive
15. Type xcopy d:\*.* /s/e/f #:\

This command string assumes that d:\ is your DVD drive. If your DVD drive has a different letter, substitute it for d:\. Also substitute the drive letter for your USB drive for the # in the command string above.
Once the copying is finished, you should have a bootable USB drive loaded with Windows 7 media.

Photo Credit: Ambuj Saxena, via Flickr

Windows 7 Installations From USB Drives

Paul Watson, PC Technician

Wednesday, January 20th 2010

Windows 7 Installations From USB Drives

Windows 7 Installations From USB Drives

If you’re planning to install Windows 7 on a netbook or other computer that doesn’t have a CD/DVD drive, you can use a bootable USB stick as substitute installation media. The installation process seems faster than it would if you were installing from a DVD disc, but keep in mind that’s largely because you’re doing all of your preparation work ahead of time on the USB stick, including locating Window drivers.

Pay Careful Attention To The Requirements!

The process of loading Windows 7 from a bootable USB stick can be timesaving if you’re properly prepared. Proper preparation includes having a USB stick that’s large enough to accommodate the Windows installation media. Do not attempt to prepare a USB stick that’s smaller than 4GB. Sticks smaller than this are simply not large enough to hold all of the required information. You’re also better off using a “devoted” USB drive. If you have other material stored on your candidate, remove it or store it elsewhere for the time being.

You’ll need to make the USB drive bootable, if it isn’t already. There is a utility on PCs called DISKPART that will enable you to make a clean, bootable partition on your USB drive. You can’t skip this step because you need to install the OS from a bootable drive. I will cover the process of making a bootable USB drive in my next post. The process isn’t hard or even time-consuming, but there are several steps that you’ll need to take to ensure you get the proper result!

You’ll need all of the Windows 7 installation files. You can get these from licensed Windows 7 media. Be sure you’re not using some form of the release candidate, or using media that’s already licensed to someone else. If you use the release candidate as the source of your Windows 7 files, you’ll soon find that your computer will start rebooting itself periodically, which frankly, can ruin your day. You’ll also need to ensure that the media is properly licensed because unlicensed software or software that’s registered to someone else won’t work.

You may want to verify that Windows has the proper drivers for your target upgrade device before you load the Windows media on your USB stick. If Windows doesn’t have the correct drivers for your setup, you can manually download the drivers you need after you’ve completed the basic installation. You may also want to use a program like Driver Detective, to ensure that you have the most up-to-date drivers for your computer. Driver Dectective is ideal for netbooks because it can be downloaded and installed from the Web, and will work to ensure that you always have the proper driver setup.

Photo Credit: Balazs Gal, via Flickr