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
4
votes
0 answers

Deploy Printers To Non-Admin User Through GPO

Trying to deploy printers to Windows 7 x64 computers for NON-ADMIN users. Server is a 2008R2 running Print Management. 3 Printers are HP LaserJets installed on the print server. I have used Print Management and used "Deploy With Group Policy" and…
JukEboX
  • 815
  • 4
  • 17
  • 46
4
votes
2 answers

Driver corruption when deploying Dell Touchpad Drivers (with software) during imaging process

We're an sccm shop, and use it to deploy Windows. When deploying Dell laptops (multiple models), the touchpad drivers seem install properly, but the software doesn't. The resulting problem is that when the touchpad is pressed on occasion, the mouse…
MDMoore313
  • 5,581
  • 6
  • 36
  • 75
4
votes
0 answers

Adaptec pm80xx Driver Drops Drives Randomly

I'm building a ZFS NAS using an Adaptec ASA-71605H HBA on Ubuntu 12.04.4. Modern Linux kernels ship with the open-source version of the required pm80xx kernel module. Adaptec provides a driver for Ubuntu 12.04 theirself and I tested both with the…
4
votes
1 answer

How common are Intel igb NIC drivers/cards, compared to Intel e1000, etc.?

I'm troubleshooting VMware ESXi host network and connectivity issues stemming from the use of Intel NICs who require the igb driver. The chipset is Intel Corporation 82576. VMware has a few documented issues with these cards, and the driver…
ewwhite
  • 197,159
  • 92
  • 443
  • 809
4
votes
3 answers

Lotus NotesSQL Driver - cannot install

I need to install Lotus NotesSQL Driver (current version is 8.5) onto a virtual machine running XP. Here's what's I've done so far: I retrieved the file (CZOWFEN.zip) from the IBM website. I ran the exe. I then went to My…
PowerUser
  • 165
  • 1
  • 1
  • 4
4
votes
1 answer

Windows List Network Driver Stack?

I think there is a rougue filter driver in the Windows driver stack. Are there any tools which will allow me to see the stack and all loaded drivers? In a nice tree format? I know there is driverquery, but it doesnt really seperate out the type of…
divinci
  • 149
  • 5
4
votes
1 answer

How to automate driver installation from .exe

I need to create an image which upon its first boot detects the graphics card type and installs the appropriate drivers before taking the next steps. This means I need to automate the installation process so that it happens without the user knowing,…
Bill Walton
  • 143
  • 5
4
votes
1 answer

Windows Server 2008 R2 SP1 Drivers Missing Would Not Install?

I am building my dev machine with WS2008R2SP1. I consider Windows Server as the best development environment for C# since I tend to focus on server-centric (integration) applications. The desktop flavor of Windows (7) doesn't play nicely with things…
bleepzter
  • 149
  • 1
  • 3
4
votes
0 answers

FreeBSD ixgbe driver not working

I recently got a brand new Dell PowerEdge R610 server, I installed VMWare ESXi 5.0 on it and attempted to install FreeBSD as guest OS for squid caching. The server has a PCI-E Intel X520-T2 10Gig Network Card Coper Dual Port, which is intended to be…
Lang Hai
  • 61
  • 2
  • 5
4
votes
2 answers

windows server sharing printers, why does local machine need driver?

I bumped into this at work today, and I don't have a good answer. To elaborate, we have a windows print server sharing several printers. If you connect to this printer share with a windows client, it wants to install a printer driver. Why is this?…
4
votes
4 answers

How do I install the pdo_mysql driver on Red Hat Enterprise Linux 6.1?

I have a RHEL box running PHP 5.3.3, which was installed using the binary packages provided by yum. I have installed the php-pdo package: # yum info php-pdo Loaded plugins: product-id, rhnplugin, subscription-manager Updating Red Hat…
Will Martin
  • 2,431
  • 5
  • 19
  • 18
4
votes
4 answers

The same driver for multiple network cards -- performance bottleneck?

I'm using driver e1000e for multiple Intel network cards (Intel EXPI9402PT, based on 82571EB chip). The problem is that when I'm trying to utilize maximum speed (1GB) on more than one interface, speed on each interface starts to drop down. For one…
ctinnist
  • 375
  • 1
  • 5
  • 16
4
votes
3 answers

IBM LTO 3 Tape drive periodically going "offline"

I have a problem with a LTO 3 Tape Drive. I'm using Brightstor ArcServe Backup software with Windows Server 2003. Sometimes, the scheduled backups will stop working and going into "devices" inside this software reveals that the Tape Drive is…
bbonamin
  • 167
  • 8
4
votes
3 answers

Windows 2003 ODBC Issues - Error 10055

Using data integrator for ETL's pulling data from DB2 to SQL Server, after some time, will get these odbc errors: Communication link failure. comm rc=10055 - CWBCO1003 - Sockets error, function returned 10055 Can't do anything with ODBC after…
ScaleOvenStove
  • 285
  • 6
  • 11
4
votes
2 answers

Installing OpenVPN on Windows7

It seems I cannot install the current version of OpenVPN (2.1.2) because the TAP driver is not signed and therefore windows 7 x64 refuses to install it. It shows up in the device manager, but with a yellow exclamation mark. It's a fresh system, and…
Darcara
  • 143
  • 1
  • 1
  • 6
1 2
3
30 31