Questions tagged [drivers]

A device driver or software driver is a computer program allowing higher-level computer programs to interact with a hardware device.

A driver typically communicates with the device through the computer bus or communications subsystem to which the hardware connects. Drivers are hardware-dependent and operating-system-specific.

461 questions
2
votes
3 answers

Network driver for Hyper-V restore from Windows Home Server

I have backed up Windows Server 2008 running virtualized on Hyper-V to a Windows Home Server 2008 SP1 (I know I should have backed up the VHD instead). Now I need to restore the contents of the VM from WHS. I have created a restore CD ISO and used…
Philipp Schmid
  • 359
  • 2
  • 6
  • 18
2
votes
4 answers

Dell OpenManage says my firmware is too old?

My Dell OpenManage Server Administrator application has an alert and is telling me my firmware (and driver?) versions are not high enough. Should I be concerned / what issue might this cause? I believe it has been running this way for a LONG…
Scott Szretter
  • 1,882
  • 11
  • 43
  • 66
2
votes
2 answers

how to configure modprobe to recognize newly installed driver for eth1 on bootup?

I have a server running Debian 6. My motherboard has two interfaces, eth0 and eth1. Debian does not have a driver for eth1 (e1000e), so I installed the driver provided by Intel (e1000e-1.4.4). After compiling it into the kernel, I used rmmod…
Aco
  • 103
  • 1
  • 2
  • 11
2
votes
2 answers

Problems with identical printers having non-identical settings

(Apologies if this is in the wrong place, seems a better fit here than rather on SuperUser) We have two HP CP2025 colour printers installed on a Server 2008 Printe Server, both on HP "Universal Printer Driver, PCL 6". When you click on "Properties"…
tombull89
  • 2,964
  • 8
  • 41
  • 52
2
votes
1 answer

Are PERC 5/i RAID controller drivers available and easily installed on Ubuntu 9.04?

We are looking to migrate a Dell PowerEdge 1950 with PERC 5/i RAID controller from an aging Windows 2000 Server installation to a modern Linux distro, probably Ubuntu 9.04. I have come across some discussions regarding drivers for these RAID…
Joe Holloway
  • 1,909
  • 3
  • 19
  • 17
2
votes
1 answer

What does dvi, int, sto, flq etc. stand for in setupapi.dev.log-files?

When debugging my .inf-file I have ended up reading the setupapi.dev.log-file (/windows/inf/) to find out what is going wrong. The Microsoft generated log-file contains the following abbreviations which I want to find out what they stand for: dvi…
AnnaR
  • 155
  • 4
2
votes
1 answer

Slipstreaming Drivers for a PCI Controller Card into Ubuntu Server 10.04 Installation

I'm setting up a backup server with RAID10. The PCI Controller Card is new to the computer so the drivers need to be installed for the OS install to recognize it. I went through this process previously with Windows Home Server 2008 and ended up…
user29600
  • 419
  • 5
  • 17
  • 30
2
votes
2 answers

Does Hyper-V support SCSI Pass-through discs in a Server 2003 R2 VM?

I'm running into some difficulties getting pass-through disks to be accessible to a Hyper-v server 2003 r2 virtual machine. Host OS : Server 2008 R2 full w/Hyper-V role Guest OS : Server 2003 R2 (Windows Home Server) The guest's OS disk is a…
2
votes
2 answers

Are there cumulative driver additions from repeated syspreps on different PCs?

e.g. I have a master PC, install drivers and sysprep and take image. On PC 2 I installed that image, update any drivers, sysprep and take image. Move to PC 3, install the image, update drivers, sysprep and take image. Now will this final image…
Hax
  • 139
  • 6
2
votes
1 answer

Can I find out what application is using a mirror driver?

According to Windows, my machine can no longer display the Aero interface as an application is using a "mirror driver". I can't think of any software I've installed recently that would need to mirror my display, so is there a way for me to find out…
Drarok
  • 303
  • 2
  • 3
  • 12
2
votes
2 answers

Docking, undocking, losing devices…

Many of my co-workers and myself have a constant problem with docking and undocking our dell notebooks. Our company requires that we run a broad catalog software that starts at boot; but logically I would not think that any program should cause…
Cimplicity
  • 235
  • 1
  • 2
  • 5
2
votes
2 answers

Add printer as domain user in Windows 7

In Windows 7, one has to have (local) administrator privileges to install a printer driver, even when this printer is installed from one of the domain servers. The only 'solution' I've read so far is to add the user to the local admin group. This is…
jao
  • 391
  • 2
  • 12
  • 28
2
votes
3 answers

How can I get the print drivers for all printers installed on a print server?

I want to prestage the print driver installations for all printers I have installed on my network. I reckon I can do this with some jiggery-pokery with pnputil, but I need to know what I should be injecting. Anyone have any idea how I can get all…
Ben
  • 1,137
  • 9
  • 26
  • 44
2
votes
2 answers

IPFire firewall under Hyper-V. How to get synthetic devices working?

The latest version of IPFire (v2.7 core 38) uses the linux 2.6.32.15 kernel. This includes Microsoft's Hyper-V synthetic drivers. How do I get them working? When IPFire boots, it loads the hv_vmbus driver automatically. That's great. I just want it…
Tom Bull
2
votes
1 answer

Windows PE network setup

I'm walking through the following step-by-step guide for deploying Windows 7 via AIK: http://technet.microsoft.com/en-us/library/dd349348%28WS.10%29.aspx On step 4 (Capturing the Installation onto a Network Share), I run into a bit of a snag:…
stormdrain
  • 1,439
  • 7
  • 28
  • 52