Top "Driver" questions

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

Need to completely remove a device driver in windows 7

I have an old USB device that is not recognized by windows 7, so I grabbed the device driver for the …

windows windows-7 usb driver inf
What is a driver class? (Java)

I was reading through a Java textbook, and it mentions something called a "driver class". What is it, and how …

java oop driver
Installing a driver(.inf) file from command line

I am working in windows 8.1. I need to install a driver file(.inf file) from command line. Which command i …

command-line driver inf
Windows 8 driver install and catalog/signature validation

I can't get windows 8 (release preview) to accept either the inf2cat or makecat approach described as solutions to the …

installation driver windows-8 digital-signature inf
Downloading a file at a specified location through python and selenium using Chrome driver

I am trying to automatically download some links through selenium's click functionality and I am using a chrome webdriver and …

python google-chrome selenium download driver
ADB is not recognizing my device

This is not like other questions: I already have installed: ADT Samsung Kies 3 (because I have a Samsung Galaxy S5) …

android mobile adb driver device
What are Ring 0 and Ring 3 in the context of operating systems?

I've been learning basics about driver development in Windows I keep finding the terms Ring 0 and Ring 3. What do these …

operating-system driver
Failed to load driver class com.mysql.jdbc.Driver

I am trying to run my Spring Boot backend with two profiles, one using H2 in memory database and the …

java mysql spring-boot jdbc driver
How to write drivers for Android?

I have been trying to know about android driver development. I know driver development is not an easy job but …

android kernel driver
What is spark.driver.maxResultSize?

The ref says: Limit of total size of serialized results of all partitions for each Spark action (e.g. collect). …

apache-spark configuration driver communication distributed-computing