Posts Tagged ‘Drivers’

How to uninstall Windows drivers

February 1st, 2012

If your PC or laptop is acting up, hardware drivers may be to blame. PC Advisor explains how rolling back drivers can help.

Installing drivers can be a hair-raising adventure, even on the latest operating systems. These finicky pieces of software code act as the middleman between your PC hardware and its operating system. Although drivers install with ease, they integrate deeply into the OS, sinking their teeth into areas most other software doesn’t go near.

Most of the time the driver installation process is simple, seamless and transparent to you, as it should be. But when things go wrong, they can go really wrong. A poor driver can even crash your PC.

For example, when Microsoft launched Windows Vista in 2007, critics lambasted it for being slow and prone to crashing; Microsoft investigated and found that a majority of computer crashes were due to driver issues.

Should you encounter a problematic driver, a couple of tricks can help. Microsoft has introduced an easy way to roll back to a previous, hopefully more stable, version of the driver, or remove it from the system altogether, giving you a clean slate to try again or install a different version.

How to roll back to a previous driver

Click Start, type Device Manager, then press Enter. Find and double-click the category of device causing the issue (for instance, the graphics card is listed under Display Adapters).

Double-click the problematic device to bring up the Properties window. Click the Driver tab. Click the ‘Roll Back Driver’ button. Click Yes to confirm your choice.

Windows will automatically remove the current driver for the device and reinstall the previous driver. You may receive a notification that the system settings have changed, and be prompted by Windows to reboot. In this case, restart your PC as soon as possible.

How to uninstall a driver

The best and safest method of uninstalling a driver completely is to use the device’s uninstaller program – if it has one. If you used an installer to set up the device (as is the case with most graphics card and sound card drivers, for example), you can uninstall it just as you would any other program on your PC.

Click Start, type Uninstall Program and press Enter. In the Uninstall window that appears, go through the list and find your device or drivers. Double-click the entry to begin the uninstallation process.

Sometimes a device won’t have an uninstaller or it doesn’t appear. You can use the Device Manager to remove such drivers. Click Start, type Device Manager and press Enter. Find and double-click the category of device whose driver you wish to uninstall.

Right-click the device and click Uninstall. Windows will prompt you to confirm the device’s removal. Click Ok to remove the driver then reboot as soon as possible.

After you roll back or uninstall a problematic driver, you can try downloading and installing the latest version from the manufacturer’s website, or try a specific version that previously worked to get your computer back on its feet.

Source:http://www.pcadvisor.co.uk/how-to/windows/3333911/how-uninstall-windows-drivers/

Intel teaches machines to build own device drivers

June 10th, 2011

Intel Labs is working to automate the tedious and error-prone process of writing device drivers and porting them to different operating systems.

Explaining the need for a tool that could synthesize device drivers, Intel Labs software engineer Arun Raghunath told The Reg: “A bunch of studies have shown that the prime cause of crashes in operating systems are device drivers. They’re notoriously hard to get right.”

Raghunath discussed the challenges of writing device drivers at the company’s Research@Intel 2011 event at Mountain View, California’s Computer History Museum this Tuesday, and explained what Intel Labs is helping to do to automate the process.

“The task of writing a driver is basically translating OS commands into internal device operations,” he said. “What this means is one programmer needs to be an expert in both OS internals as well as know a lot about the device details.”

And that’s not the only problem. “Second thing is, they are manually interpreting these documents – there’s scope for misinterpretation there,” he added. “And that, we believe, is the prime cause for many of the bugs in drivers today.”

The “we” to which Raghunath refers is the working group in which Intel Labs is participating, with the Australian information and communication technologies research center NICTA’s Trustworthy Embedded Systems division (ERTOS), whose device-driver synthesis project is known as Termite. Funding has come in part from a Google Research Award.

According to Raghunath, one key to device-driver synthesis is having a sufficient set of specifications for both the device and the OS of the platform connected to the device. “The goal of this work,” he says, “is eventually to have a tool chain that will work from formal specifications and automatically generate driver code that you can directly use.”

Those specifications are provided by the device and OS manufacturers, and aren’t a separate synthesis-specific set of standards. “We will reuse the languages that are already being used by hardware developers for their high-level device models,” he says. “We want to leverage that. We don’t want to create a new standard – I think that’s a non-starter.”

Raghunath’s research is based on what at first blush might seem an odd choice for algorithm development: game theory. “Our current research direction is that we’re trying to apply game theory to [bridge] this gap between OS commands to device operations. That’s what a driver involves: translating those OS commands to internal device operations. So we are trying to come up with algorithms to span that gap.”
Games driver synthesizers play

When asked why his research was employing game theory, Raghunath explained: “You can view this as a game-play situation where, basically, the driver is one of the players in the game, and the environment – which is the OS and the device and whatever else happens there – is the other player.”

Raghunath’s tool sets the game in motion. “So when the driver makes one move, the environment is trying to push the state of the device in another direction. And so the winning strategy for you is to move in the state space without entering into any state wherein you’d be stuck forever.”

As the game proceeds, the tool logs its winning moves and creates the driver from what it learns. But it’s not as easy as it may at first seem. “The reason this is difficult is that you’re dealing with a complicated state machine and you’re dealing with incomplete information,” Raghunath explains.

“As far as the driver is concerned, it can – for the most part – access visible registers, but not really look at all of the internal device state space. So how do you deal with this?” he asks. “How do you come up with the winning strategy in such a scenario? So what we found is that there is existing theory in the game-play situation which we could leverage.”

The beauty part of this game-theory model is that the device-driver synthesis algorithm is fully independent of both the OS and the device that it’s negotiating with. The device-driver synthesis algorithm would play the same game with the same basic rules, just with different “opponents” and different results.

Raghunath points to this device and OS agnosticism as a big win for his model. “The other nice point of this, if you think of the other big bottleneck in driver development, [it's] porting to different operating systems,” he says.

“So if you have one device spec for, say, a printer. The nice thing is that once you have a device spec, say that you want to port your driver to BSD or Windows, you just get the corresponding OS spec, run it through the tools, and voilà, you have your driver for that.”

That all sounds lovely, but when asked just how detailed the specs needed to be and how available they are, Raghunath said: “Good point. We do need at least all the externally visible interfaces of the device. What we do need in addition is the device behavior in response to a given command that it exposes.”

Some cooperation between device manufacturers and platform developers will be required – or, at minimum, helpful. “I think the way we see this being used is – the hardware manufacturer, when they come up with their device, they also emit a spec, they give you a device spec with that, which they can give to platform companies or the OEMs who build the platforms into which these devices will go,” he says.
Trade secrects kept secret

Raghunath anticipated the next obvious question: whether device manufacturers would fear that detailed specs would compromise thier intellectual property. “You can use a tool like this to essentially churn out the drivers for those devices without actually giving away intellectual property, that’s what you’re asking, right?” he guessed before being directly asked.

“Obviously the hardware vendor doesn’t want to open up their IP to the whole world and give it away,” he said. “But we believe that the level of detail that we need is high-level enough that, without giving their IP, just the high-level model – I think in typical hardware-manufacturer parlance – the high-level model is what we care about, and that’s what we would work with.”

But even with that high-level model, Raghunath said, “we do need to know some amount of details. What we do need to know is the theory of operations, what is currently specified in the device spec you get today is – say, for a NIC – is ‘okay, send out a packet.’ In order to send out a packet, the manual says you need to go right to this register, the set this up, set this up, and then go twiddle this bit and the packet will go out. What we need is at least that level of information.”

But the device-driver synthesis tool can help. “What we need is a little more detail than that,” he said, “because no one is going to tell you the theory of operation here – the tool has to figure out the theory of operation, basically, by looking at the formal device spec. To answer your question, we do need a little more detail, but I believe we don’t need all the IP. So therefore we do believe this is viable going forward.”

But don’t fire your device-driver coders just yet. Raghunath told us that the group has “lots of technical issues still to [figure out]. What we have [now] is actually kind of initial signs of life that we can acually build something.

He also said that even if his first successfully automatically generated device drivers aren’t well-optimized, they’d still be a value. “We actually also think that even if we don’t get to the most optimized driver, even if we can churn out a functionally working driver, that’s a big win, at least at the platform-validation level.”

Even a clunky driver wuold save time and effort. “The time that it takes for you to actually just come up with a functional driver that you can then use to validate the rest of your platform,” he said, “we can just cut that entire time down to zero – well, or a few minutes.”

When asked when his tool wil be able to handle performance optimization, Raghunath chuckled. “We are far from that yet, “he said, but added: “We do believe that we can get pretty close.”

Source:http://www.theregister.co.uk/2011/06/10/automatic_device_driver_synthesis/

Computer hardware drivers

September 6th, 2010

Drivers for your computer accouterments charge to be periodically adapted to ensure that the accouterments and operating arrangement are communicating properly.

There are several factors that can aspect to your old drivers and the operating arrangement not seeing eye to eye no longer, such as updates performed to the operating arrangement (including automated updates), installing added programs may aftereffect the way the operating arrangement handles assertive drivers and old drivers may aswell just become corrupted.

One of the arch causes of computer problems can be attributed to the drivers getting anachronous because a lot of humans never anticipate about it, or do not apperceive how to amend their drivers.

Technically, you are never afterlight your old drivers.

In adage this, what I beggarly is that you are not abacus annihilation or demography annihilation abroad from the disciplinarian that is in your computer, instead you are removing that disciplinarian absolutely and replacing it with a newer version. Removing the old disciplinarian absolutely is all-important to ensure that the new disciplinarian is installed accurately and that there will be no approaching conflicts with the operating system.

3 of the a lot of important times to amend your drivers.

1. Anytime you buy or body a new computer you should amend your chipset drivers for your motherboard and video agenda by abutting to the internet and analytic for adapted drivers. Even if you accept a disciplinarian cd that came with your new computer or hardware, the disc may accept been created months beforehand and adapted drivers may be accessible to download and install.

2. Anytime you are accepting video problems or errors accepted as the dejected awning of afterlife (bsod) as this is traveling to be one of the aboriginal questions that the abstruse abutment being will ask you on the phone.

3. Another absolutely acceptable time is if you performed a huge operating arrangement amend such as with windows amend (manually or automatic) or if you accept performed a above arrangement restore.

These are alone a few of the tips about befitting your computer accouterments drivers adapted but there are aswell added means to advice in befitting your computer active bland and after errors.

Source:http://www.ptc-computer.net/computer-hardware-drivers/

The basics of updating sound card drivers

September 3rd, 2010

Hardware drivers becoming outdated is a fact of life these days. Nowadays drivers become outdated and need to be updated on a regular basis. Today we will be discussing how to tell when you need to update sound card drivers and the process involved.

How to Tell When You Need New Sound Drivers

There are several errors you can get that will tell you your sound card drivers are out of date. Most have to deal with loss of sound. For example you may have just upgraded to Windows 7, and now have no sound. Maybe you are getting a “Driver not found” error. Perhaps you upgraded to the newest iTunes and you can no longer hear it. Maybe you are playing a game and your sound goes out during the play of the game and not at any other time. All of these point to an out of date driver that needs to be updated.

How to Update Sound Drivers

First you need to know what your sound card is, who made it and what model it is. So get a pen and paper handy and follow these steps:

1. Go to Start

2. Go to the Search Bar

3. Type in Device Manager

4. Go into Device Manager and go to “Sound, Video, and Game Controllers”

5. You should see your sound card listed there.

6. Write down your make and model and exit Device Manager

Now the fun really begins. You go to the manufacturer’s web page, and find the model of your sound card, then download the newest version of your sound card’s drivers. Make note where you save the file to and if the file is an exe or not.

If the file is an exe file all you have to do is double click it and it will automatically update your driver. Not all manufacturers do this though. Most manufacturers make you install the drivers manually, so we’ll walk you through it.

1. Go to Start

2. Go to the Search Bar

3. Type in Device Manager

4. Go into Device Manager and go back into “Sound, Video, and Game Controllers”

5. Right click on the sound card driver

6. Select “Update Driver Software”

7. Here it will give you the choice to let it search for the update or you can tell it where you saved the file. We usually suggest you tell it where you saved the file, it saves time.

8. The new driver will be installed

9. Your computer may want to restart, let it do so.

A Simpler Way

There is an easier way to update your sound drivers these days. There is software on the market that will do it automatically. It scans your computer for out of date drivers, then updates those drivers for you. You can learn more about how to update sound card drivers and get your computer running like it should today.

Source:http://www.booshnews.com/2010/09/03/the-basics-of-updating-sound-card-drivers/

GeForce 259.47 drivers reveal more Fermi circuits

August 31st, 2010

NVIDIA has no intention of being worse than AMD and reveals a bunch of new Fermi circuits in the new GeForce 259.47 drivers.

Already known GeForce GTS 450 is one of the models, but also a family of mobile circuits.

The GeForce 400 series will be enforced on several flanks and the new driver dated August 21st recently appeared as WHQL certified at Windows Update.

AMD has started a rumor circus with its Northern Islands family and now that NVIDIA “accidentally” named fifteen or so graphics circuits in GeForce 259.47 we can’t say it’s a coincidence.

Of the circuits mentioned we find six desktop cards where the GF106 GPU will be found in GeForce GTS 455 and two versions of GTS 450 (possibly different memory configurations).

The entry level chip GF108 is expected to fit in the GeForce GT 440, GT 430 and GT 420.

The exact specifications of NVIDIA’s new models haven’t been confirmed, but GeForce GTS 450 will launch on Septempber 13th and without a reference design we should see great variation among the partner models.

The CUDA cores is rumored to be 192 and work with 1GB GDDR5 memory over a 128-bit bus.

Source:http://www.nordichardware.com/news/71-graphics/40965-geforce-25947-drivers-reveal-more-fermi-circuits.html

How to repair your computer when a USB not working messes everything up

August 29th, 2010

When the USB not working stops you in your tracks at home or work, it can be impossible to store data or run certain peripherals. This device is a necessary component that connects your computer to crucial external devices. As such, it’s a hub for keyboard, mice, or data storage disks.

What are USB Devices?

Universal Serial Bus devices were originally developed as an alternative to clunky hardware and a multitude of connectors required to bridge the gap between computers and peripheral devices. Over time, manufacturers refined the device so that it gained speed and processing power. Now, some USB ports can reach a data transfer rate of over 480 Mbit/second.

USB devices are often used for high-powered peripherals. Since these USB ports are comprised of a single hub controller that can extend outwards to multiple devices, it’s not uncommon to find one USB controller facilitating the connection of multiple devices.

The Advent of Data Storage

USB storage devices utilized this fast data transfer technology to implement data storage on IDE and SATA machines. Of course, many people enjoy USB devices for their portability and convenience. These devices just show some of the flexibility inherent to USB devices.

USB devices require updated drivers to function properly. If drivers become outdated, then they can’t parse the code necessary to store data or run peripherals. Drivers can become outdated very easily. In fact, upgrading the operating system can often result in outdated drivers. Other things can cause drivers to malfunction, such as viruses, malware, or a corrupt operating system.

Identifying USB Port Issues

It’s fairly easy to diagnose a driver problem with your USB port. You can generally utilize Windows Update to find replacements for your outdated drivers. Windows Update works by connecting your system to Microsoft’s database and then replacing the necessary drivers on your machine. Of course, it’s also possible to manually update, although this can be a little more tricky.

Remember, there’s a good way to test your devices for outdated drivers. Just follow the instructions below:

1. Click “Start.”

2. Click “Control Panel.”

3. Click on “System and Maintenance.”

4. Then, click on “Device Manager.”

You should see a list of devices within the device manager. If there’s a yellow exclamation mark next to one of the devices, that means it’s outdated.

The “Unknown Device” Error

Often, USB devices will show problems by being displayed as “Unknown Device.” If you plug in a USB device and you see “Unknown Device”, then it’s likely you need to update your drivers.

Updating Drivers with Microsoft Fix Its

You can sometimes use Microsoft Fix Its to update drivers. However, often you’ll need to actually visit a manufacturer’s website to find the appropriate drivers. Or you can utilize specific software that works to scan your system for outdated drivers, and then replaces them. This software is especially nice because it’s so easy to use. Plus, it fixes all of your driver problems at one time.

Find a good developer who makes a good driver update product and download it. This process makes updating very easy. Then you should have your USB devices working again.

DriverBoost is guaranteed to fix USB devices with the correct and most up-to-date driver for each and every device driver on your system.

Source:http://www.booshnews.com/2010/08/29/how-to-repair-your-computer-when-a-usb-not-working-messes-everything-up/

Google Maps, sound output, suspicious emails, printer drivers

August 29th, 2010

Travellers Trails
I’ve recently started editing my travel videos. Is it possible to create a map of the routes taken during the holiday? Ideally I want to be able to create a progressive route indicator and include symbols to show the modes of travel for any particular day, i.e. air, ferry, road etc.

I suggest the My Maps feature in Google Maps. This lets you create a custom map, indicating your route, points of interest and so on. You can also overlay icons, embed photographs and videos, but in your case the simplest thing to do would be to take a series of screen grabs, as you trace out the route, and incorporate these as stills into your video. Click the My Maps link on the Google Maps page and it’s worth watching the short tutorial video, which shows you how to make the most of the various features.

Sound Advice

I have lost the sound output from my XP computer. All of my audio drivers are up-to-date and the computer says they are functioning properly.
Trevor Prescott, by email

You appear to have eliminated driver problems so go back and check the blindingly obvious – the things you always leave until last… In Control Panel on the Start menu select Sounds, on the Volume tab set the output level to halfway or higher, check it isn’t muted then click the Advanced button and make sure the correct speakers are selected on the Speaker Setup drop-down menu. Ensure the speakers are on and working. You can carry out a quick test by removing the audio output lead from the rear of the PC; dab the tip of the jack plug with your finger and you should hear a pop or buzz from the speakers. Don’t forget to plug it back in if it’s okay; the audio output socket is normally colour coded green. If your PC’s audio adaptor is integrated with your motherboard check that it hasn’t been disabled in the BIOS program – instructions are in the owner’s manual. If you have a separate sound card you’ll have to go under the bonnet; seek expert help if you’re not happy tinkering with your computer’s innards. If you are, make sure that the card is seated properly. If it is there may be a hardware fault; you can get a new sound card online for less than £10.

Source of Concern

You recently described how to view a suspect email, by clicking on the Message Source button. I have just done this on a suspicious email, but the resulting bumf hasn’t left me any the wiser! What should I be looking out for?

Richard Swannack, by email

Good question, basically email messages are in two parts. The first is the ‘header’ which shows yours and the sender’s email addresses, the IP addresses of the various servers that handled the message, the times and dates it was sent and received plus a few lines of technical information about the message’s makeup and content. This is followed by the ‘body’ of the email, which includes the text of the message, plus a few lines of HTML code that describes how it looks (fonts, size and so on). None of this is dangerous, although if it is spam much of the header information is probably forged. Attachments show up as hundreds of lines of meaningless alphanumeric characters. If you see that in the body of a message, it is not from a trusted source and something you are expecting, do not open it, just delete it.

Netbook Nuisance

I have just bought a Samsung netbook running Windows XP but it doesn’t have a CD drive so I don’t know how to connect it to my HP printer. I tried the printer wizard but this could not help, can you?

Linda Williams, by email

The quickest and simplest one is to go to the support section of the HP website on your netbook and download the driver and installation files for your printer. Option two is to get hold of an external CD/DVD drive, which plugs into one of your netbook’s USB sockets. These are widely available and cost from around £15 upwards from online suppliers. Option three is to use another PC, with a CD/DVD drive, to copy the contents of the printer’s installation disc on to a USB flash drive. Finally there’s option four, if you have a home network and a PC with a CD/DVD drive. You could set the drive on the PC as ‘shared’ and you should be able to access it as an external drive from your netbook.

Card Game

I had a JVC camcorder that used SD memory cards. Recently I part-exchanged it for a new Agfa camcorder and I can no longer view the stored videos. I have been told that there are programs that can convert JVC recordings to WMV format files. Is this true and if so can you advise?
Harry Hignett, by email

JVC uses two different recording formats on its solid-state camcorders, called .mod and .tod; I suspect yours are the former as .tod is only used on high-definition models. I am not aware of any freeware .mod/tod to .wmv converters but there is a commercial shareware program called Tanbee that will do the job, as well as convert your recordings to most other popular video formats (MPG, MPEG, FLV, SWF, AVI, ASF, MP4, MOV, DivX, XviD, DVD-Video etc.). Tanbee MOD Converter costs around £19.00, but I would road test the free-trial version first, to make sure it works on your footage. It’s fully functional but superimposes a watermark on the finished recording.

Source:http://www.telegraph.co.uk/technology/advice/7968204/Ask-Rick-Google-Maps-sound-output-suspicious-emails-printer-drivers.html

Get Adobe Flash playerPlugin by wpburn.com wordpress themes