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
1
vote
2 answers

DBD: Can't load driver file apr_dbd_mysql.so

I am using Apache 2 on a virtual machine running a LAMP stack (mysql version 5.6). When I try to restart the server I am getting this error; DBD: Can't load driver file apr_dbd_mysql.so I have made sure that the apr_dbd_mysql.so file is inside the…
1
vote
1 answer

Libcontainer VS. LXC driver

What are main differences between these Docker drivers? Why is libcontainer better than LXC driver? Why should we use libcontainer, which are its benefits on practical way?
plaidshirt
  • 261
  • 4
  • 12
1
vote
0 answers

Weird network interrupt issue

in ifconfig output i am seeing Interrupt 16 but when i check in /proc/irq/ i am not seeing number 16 there. following number i am seeing here. my driver is broadcom tg3 [root@centos7 ~]# ls…
Satish
  • 682
  • 3
  • 8
  • 22
1
vote
0 answers

Server 2012 R2 blue screen when mouse is plugged in

I have a server (Lenovo TD340) running 2012 R2 standard. I've been using the server without a mouse for a while as I didn't have one handy. Recently got a mouse (Logitech USB) and hooked it up. Moments later it started working as expected. But…
scotru
  • 165
  • 1
  • 10
1
vote
2 answers

Can't load driver file apr_dbd_mysql.so when restarting Apache

I have an Apache 2.2 version running on a Centos 7.1 machine running a LAMP stack (MySql version 5.6). Apache has been configured to enable the DBD modules, and running a DUMP_MODULES using httpd shows them as loaded. When I try to stop the server I…
Display
  • 131
  • 2
  • 4
1
vote
0 answers

VIA south bridge puts CPU to sleep, disables timer and ethernet interrupts

I have two VIA NAB-7410 boards with 4x Intel 82541GI gigabit adapters. On both boards, Linux occasionally stops responding to Ethernet frames. The problem goes away when another interrupt is triggered, either by USB or RS232. The boards are running…
peb
  • 31
  • 6
1
vote
0 answers

Proper Steps To Upgrade My Server 2008 R2 Machine From HHD To SSD

I'm working on upgrading a server's hard drive from a standard HHD to an SSD drive. I have cloned the drive with a program called "EaseUS Todo Backup Free 8.6" (which I think does a bunch of extra steps than just cloning the partitions) and that…
Arvo Bowen
  • 805
  • 5
  • 17
  • 35
1
vote
0 answers

Importing 'Devices and Printers' from one server to another

I have a windows server 2003 that is in the process of getting replaced. It has a long list of printers connected; I'm looking for some method of 'importing' the printers from the 2003 to my new windows 2008 server. Is there a directory where all…
1
vote
0 answers

Adding mysql driver to tomcat openshift

I have deployed my war file on openshift tomcat. As suggested to deploy war file directly we need to remove the src and pom.xml before coping the war file in webapps folder. pre compiled java applications (WAR and EAR files) onto your OpenShift Now…
Om Singh
  • 11
  • 1
1
vote
0 answers

Is there a way to disable the friendly error message when installing Windows Server 2012 R2?

I have a server that is 3 years old that may have a driver issue when installing Windows 2012R2. The problem is, during the installation right before the installer begins copying files and right after a controller driver is selected, a Windows error…
MC9000
  • 129
  • 1
  • 4
1
vote
2 answers

Batch File to Automatically Install List of Drivers without User Interaction

At work, one of the tasks I am responsible for is resetting computers to their factory settings and installing the updated drivers. Lenovo makes this easy with their System Update tool, but Dell and other companies require you to install drivers…
1
vote
0 answers

Direct Access Stacking network filter driver before iphttpsinterface

Is there any way I can stack up my NDIS filter driver on top of iphttpsinterface, which is a virtual tunnel adapter provided by Microsoft for Direct Access. With this, I would like network traffic from my NDIS driver to go as input to…
Arunmu
  • 131
  • 4
1
vote
2 answers

Which print driver do I deploy? What is a print driver capable of?

My organization recently purchased a HP DesignJet T3500 printer with the HP Designjet PostScript/PDF Upgrade Kit. HP offers 3 specific drivers in 2 packages. Which driver do I use? When I run the Add Printer wizard and I select Have Disk, I get the…
1
vote
1 answer

Is it possible to extract disk/RAID drivers from a windows server?

Is it possible to extract drivers from a server? I have an operational HP server that I want to repave but I can't seem to find a version of smartstart that enabled windows server installer to recognise the disk array (i.e. no disks/controllers are…
David Christiansen
  • 325
  • 1
  • 2
  • 10
1
vote
2 answers

IBM x3950M2 server, no drives detected during windows install

I have an IBM x3950M2 (72236MU) server that was running Server 2012. I decided to swap some drives around and reinstall from scratch with Server 2012r2. However I am unable to get the windows installer to recognize that there's any drives in the…
jeremy
  • 855
  • 4
  • 20
  • 31