Top "Driver" questions

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

Driver for USB debugging on an ASUS Memo Pad FHD 10 (ME302KL) on Windows 7

I need to debug some Android apps on a real device. I have an ASUS Memo Pad 10 and a desktop …

android driver tablet usb-debugging
ClassNotFoundException - com.microsoft.jdbc.sqlserver.SQLServerDriver

I have a web development project using local install of Tomcat 7. I am trying to connect to SQL Server 2012 using …

sql-server jdbc driver classnotfoundexception
Windows7 boot option to allow unsigned drivers ignored

I'm learning Windows kernel mode driver development. I've written a small test driver that I can successfully register, unregister, load …

windows-7 driver signing
Samsung Galaxy Phone is not recognized on Android Studio

My Samsung phone was not recognized by Android Studio on windows 7. I repaired it by installing the Samung Driver here: …

android-studio connection driver samsung-mobile galaxy
Uninstalling a driver via batch file

I'm looking for information on whether or not there is a Windows standard way for accomplishing this? Essentially we have …

windows batch-file driver uninstallation runonce
Where/How can I get the Android SDK OEM USB Drivers for a Samsung Galaxy Player (YP-G1)

I've been doing some Android development but the virtual testing environment is too slow for me and oftentimes doesn't work …

android mobile driver galaxy
I2C_SLAVE ioctl purpose

I am writing code for implementing a simple i2c read/write function using the general linux i2c driver …

linux driver i2c
Bluetooth Low Energy API for Windows 7.0

Windows 8 exposes an API to communicate to Bluetooth Low Energy (Smart) devices, but this API is not available in previous …

.net windows-7 bluetooth driver bluetooth-lowenergy
No suitable driver found for jdbc:postgresql://192.168.1.8:5432/NexentaSearch

I wrote following the java program import java.io.*; import java.util.*; import java.sql.Connection; import java.sql.DriverManager; …

java linux postgresql jdbc driver
Could not create the driver from NHibernate.Driver.OracleDataClientDriver

Here's the code raising the exception: public static class NHibernateSessionManager { private static ISessionFactory sessionFactory = new Configuration().Configure().BuildSessionFactory(); public static …

c# oracle nhibernate connection driver