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
3
votes
2 answers

RHEL 5.5 server has most devices listed as "Unknown Device"

When I run lspci on my RHEL 5.5 Server (HP ProLiant DL360p Gen8), most items look like this: 00:03.3 PCI bridge: Intel Corporation Unknown device 3c0b (rev 07) 00:04.0 System peripheral: Intel Corporation Unknown device 3c20 (rev 07) .. snip…
durron597
  • 133
  • 1
  • 9
3
votes
5 answers

Laptop installing a printer without UAC elevation

I'm at my wits' end on this one. Scenario End-user is trying to print at home to her wireless printer, a LaserJet Pro M1217nfw. Every time she tries to connect, it asks for admin privileges to install the driver. After some research, I find this…
CC.
  • 1,196
  • 1
  • 10
  • 22
3
votes
2 answers

What permissions could a printer driver require?

Windows 7 Professional, 32bit We have a specialized printer for specific production tasks. This printer's driver has a strange problem where some of the options in the Printer Preferences are disabled (e.g. Button is disabled, grayed out) when a…
Steve K
  • 327
  • 1
  • 6
  • 14
3
votes
1 answer

WDS won't install correct touchpad driver

I have a bunch of Lenovo E530 laptops with their new style (terrible) touchpad. These touchpads are pretty much unusable without the synaptics driver installed. I'm deploying a windows 7 image though WDS. WDS has the correct version of the…
Grant
  • 17,859
  • 14
  • 72
  • 103
3
votes
1 answer

How to find the printer driver properties

I have 15 print servers in our environment in different offices. Before upgrading of drivers i would like to display a report with the below information. 32 or 64 bit and Driver last installed or upgraded date. Any help will be…
3
votes
3 answers

Can't Install Win2k8 On KVM - Classic 0x80070013 error

I am trying to install Win2k8 Std as a KVM guest on Debian Squeeze. As you can see from these screen shots; No drives are detected (I have blanked out a 20GB image for testing) - screenshot1 I am using this driver CD: - screenshot2 I have signed…
jwbensley
  • 4,202
  • 11
  • 58
  • 90
3
votes
2 answers

HighPoint RocketRAID 2680SGL and FreeBSD

I'm trying to get my RAID controller working with FreeBSD. But it seems it's not being recognized by FreeBSD: module_register_init: MOD_LOAD (pci/rr2680, 0xc0a45b90, 0xc61f0430) error 22 rr2680: RocketRAID 268x controller driver v1.0.08.1222…
Lucas Kauffman
  • 16,880
  • 9
  • 58
  • 93
3
votes
3 answers

Install Intel USB 3.0 eXtensible Host Controller Driver for Windows Server 2008 R2 x64

According to Intel and Dell, by board is technically a 'desktop' board and they therefore do not support Intel USB 3.0 eXtensible Host Controller drivers for Windows Server 2008 (R2 x64). I'm trying to find a workaround. I found an entry on…
3
votes
2 answers

debian 6 losing a large amount of packets

I have a rather strange problem. We covered all the obvious hardware related issues (different nic, eth cable and switch) however I cannot seem to stop eth dropping packets. I have 4 servers all exactly the same. driver: e1000e version: 1.2.20-k2…
Sc0rian
  • 1,021
  • 7
  • 16
3
votes
5 answers

How to update all windows drivers?

Is there any way to force windows to recheck all devices against drivers in its database (HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\DevicePath) and update to the latest drivers available? Something similar to what sysprep does…
3
votes
7 answers

Barriers preventing from deploying 64-bit OS in workstations?

At my workplace, our servers have run 64-bit OSes for years. But the workstations are a problem. Very few applications and drivers work well on 64-bit OSes. Those few cases are enough to prevent the deployment of 64-bit OSes on workstations. Why…
Jader Dias
  • 4,705
  • 19
  • 50
  • 51
3
votes
3 answers

Advice on setting up a print server

I am in the process of creating a central control point to distribute printers among people inside of the domain. Right now there are a couple printers installed on miscellaneous servers that are shared and printers are installed via TCP/IP port on…
3
votes
3 answers

I'm having problems getting CentOS to recognize an Intel Ethernet card. Any suggestions please?

I have a dual-port Intel Pro/1000 (82571EB) PCIe card. I've installed in into a Dell PowerEdge 1950 running CentOS 6.2 x64. The card is detected and the kernel module is loaded, but a start-up script is not created in…
jamieb
  • 3,427
  • 4
  • 25
  • 36
3
votes
1 answer

Stop automatic reinstall of drivers in drivercache

So, you've got a driver that's giving you problems and you uninstall the driver or device and it automatically gets reinstalled. Is there a way to stop windows from keeping a driver in the driver cache? Is there an easy way to remove them? I can…
MathewC
  • 6,957
  • 9
  • 39
  • 53
3
votes
2 answers

How do I disable driver signing enforcement on Windows Server 2008 R2 x64?

I'm running Windows Server 2008 R2 x64 and I have a driver that isn't signed so the Device Manager displays the following message: "Windows cannot verify the digital signature for the drivers required for this device. A recent hardware or software…
SofaKng
  • 389
  • 1
  • 11
  • 18