Top "Driver" questions

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

Writing a Windows Printer Driver

I want to write a application in C++ or C# that will behave as a printer driver when installed. It …

driver printing
Linux stuck in CPU soft lockup?

My system is a CentOS 6.3 (running Kernel version 2.6.32-279.el6.x86_64). I have a loadable kernel module which is a …

linux linux-kernel centos driver kernel-module
install/uninstall an .inf driver programmatically using C# .net

I am making an application using c#.net. It contains a filesystem minifilter driver also. I want to install and …

c# .net installation driver
USB3 Controller & Kinect 2

I recently updated a PC to Windows 8.1 in order to make it compatible to Kinect v2. It's an ASUS N53…

controller usb driver kinect fresco
How to understand the "NTSTATUS", "NT_SUCCESS" typedef in windows ddk?

Two questions: 1. In "ntdef.h" the NTSTATUS is defined as follow: typedef __success(return >= 0) LONG NTSTATUS; what the hell …

c driver wdk
Unload kext which still has instances

I'm updating the driver of one of my devices and would like to kextunload the old driver and kextload the …

macos installation driver kernel-extension
When does the probe function for a Linux kernel driver gets called?

I am trying to update a kernel driver for Android, I have added some printk's to debug it, the _init …

android kernel driver
BIRT JDBCException "Cannot load JDBC Driver class: com.mysql.jdbc.Driver" while upgrading from 2.6 to 3.7

I'm trying to upgrade the version of my birt-viewer on my Tomcat server, but it seems that I have an …

java tomcat jdbc driver birt
How to read GPU (graphic card) temperature?

I am interested in a way how to read GPU temperature (graphics processing unit, main chip of graphic card), by …

windows api driver temperature video-card
Emulate physical USB device Linux

I have a Linux application that I would like to automate some tests for, and its state should change depending …

linux usb driver