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

learn more… | top users | synonyms

0
votes
1answer
22 views

How to determine the IRQ number for a USB device?

I am new to driver development. However, I purchased an OSR USB FX2 Learning Kit, which comes with sample codes for Windows kernel/user mode driver. However, I am writing the driver in Linux (Ubuntu ...
-1
votes
0answers
6 views

Cannot unload driver

I'm using CreateService, StartService to load my driver. After doing that I can see some messages printed by DbgPrint calls and Driver and Device objects in WinObj. When calling ControlService() with ...
-1
votes
0answers
12 views

POS (point of sale) printer drivers [closed]

I am currently on the search for information regarding support for POS printers. My goal is to have the support of as many printers as possible from all the different brands, such as Epson, Orient, ...
-1
votes
0answers
8 views

ASrock motherboard driver instillation problems

Just built a new system for a friend, however im having trouble installing the drivers from the disk for the motherboard. Its a ASrock series 970 extreme 3 and it keeps giving me an error every time i ...
0
votes
0answers
15 views

OS X - broadcasting HID events

Good afternoon everyone. I have a USB gamepad that I'm attempting to write a user-space driver for. Originally, I wrote the driver to work with Linux, and everything seems to work fine there. ...
0
votes
1answer
11 views

linue kernel driver, dereference pointer and printk

this is a testing device driver code. I have kernel space data which is dptr->data. Afte I copyt it to user. I would like to printk it. But my printk seems prints out address. if (copy_to_user(buf, ...
0
votes
2answers
14 views

Eclipse isn't Seeing Nexus 7

I bought a new Nexus 7, and Eclipse cannot see it. It is appearing in Device Manager as Android Device ---> Android Composite ADB Interface. There is no other devices category, and I have updated ...
0
votes
0answers
5 views

Windows NDIS Driver: Concurrent Read/Write on a single device (IRP_MJ_READ/WRITE)

Starting with the ndisprot sample from Microsoft I try to write a NDIS protocol driver. From User space I try to read and write to the device simultaneous (out of two threads). Since I don't receive ...
0
votes
1answer
68 views

Sony Xperia E driver for Android [closed]

By following this tutorial I came to look for drivers for Sony Xperia E but on http://developer.sonymobile.com/downloads/drivers/ I just can't find the exact model. Now, has someone already developed ...
0
votes
0answers
17 views

Where to start Android drivers with I2C

Thanks for taking a moment to read my question. I am a starving intern and I really want to get some work done! I have a sensor device, OEM, that I will be adding to a dragonboard like this. ...
0
votes
3answers
28 views

How to use ORMLite with the native Android driver?

I want use ORM with ORMLite. But, the example show how use JDBC driver, I want use SQLite native Android driver, how I can do with this ? It's possible ? Can you show me just an example how get ...
1
vote
1answer
16 views

How can I pre-install self-signed USB drivers on Windows XP?

I'm trying to get some USB drivers for medical devices pre-installed on our corporate workstations. Unfortunately, these drivers are not signed. Based on some research done here and elsewhere, I ...
0
votes
0answers
13 views

Linux driver PCI Burst transfer

i have a question about read and write using bursts on PCIe. I have a fpga which is connected through PCIe to the cpu. I have a simple driver which is just for testing. The driver writes and reads ...
-2
votes
0answers
15 views

Ubuntu 12.04 randomly freezes (with or without using Google Chrome) [closed]

it's been happening for about 2 weeks that ubuntu 12.04 lts (installed on a laptop sony vaio sve1513q1es) randomly frezees (mouse and keyboard are blocked, I can't switch to alt+ctrl+f1 and nothing ...
0
votes
1answer
17 views

sealing conflic with oracle ojdbc

After many search, i still got the following issue : sealing violation: package oracle.jdbc is sealed In my classpath there is one, and only one ojdbc.jar I tried ojdbc14, ojdbc16, ojdbc5 and ...
0
votes
2answers
46 views

How does windows identify a USB device uniquely?

How does windows identify a USB device uniquely, even though the device data supplied from the USB device is common to all devices of that make ? To state this alternatively, Windows can distinguish ...
0
votes
0answers
7 views

Fire fox webdriver page zoom Level

when i'm running my test suite using fire fox,default test running pop up zomm level comes as 45%.is there a way to change this default zoom level to 100%. hope you will help me. thank you. /rukmal
0
votes
0answers
8 views

How can I get the corresponding MSI message in an interrupt?

We are using an FPGA on a PCIe card. I am able to reserve the proper resources and the MSI interrupt fires correctly. My problem is discerning the interrupt sources from: My Linux driver receives only ...
0
votes
0answers
24 views

2 Different Bluetooth stacks on one Windows PC

I should provide some Windows application with one of Bluetooth profiles, which is absent in standard Windows MS Bluetooth stack: Handsfree profile (HFP) client. Currently I am examining 2 decisions: ...
0
votes
0answers
14 views

How to uniquely identify USB HID class device? [closed]

I would like to identify a USB keyboard uniquely(something equivalent to unique mac-id for the Ethernet cards) on a computer. Does the USB HID profile has a support for such identification ? If so ...
0
votes
1answer
20 views

Buffer in driver for PCI device

I'm writing driver for some pci device. My driver need buffer for handling data user wrote. Then driver is providing device with the data. There would be no problem, but my driver must handle many ...
-1
votes
0answers
13 views

n-6230 wireless driver windows 8 [closed]

Can't install Windows 8 64bit driver from Intel's driver page for my N-6230 hw. I have a Samsung NP900X3B-A01US laptop. The file loads, I see the animated progress image but after 5-10 seconds it ...
0
votes
0answers
25 views

Android 2.3 touchscreen buttons always return long press result

I'm trying to port a touchscreen to my beagleboard, which runs Android 2.3.4. The touchscreen controller is ft5406. In fact, I find the driver online, and the touchscreen works successfully. However, ...
0
votes
0answers
42 views

oracle jdbc driver not working as i wanted

I'm a bit confused with oracle jdbc. i use ojdbc16 by following those step i get : 1) adding ojdbc.jar to my build path -> everything work in local ( connexion, request etc..) 2) trying to test ...
0
votes
1answer
11 views

blue screen error: DRIVER_RETURNED_HOLDING_CANCEL_LOCK

I write a driver in windows 7. And I use pedding IRP to send event to application from driver. The key Code like: PIRP PeddingIRP; ... VOID PtDriverCancelIRP(IN PDEVICE_OBJECT DeviceObject, IN PIRP ...
0
votes
0answers
10 views

Can I Read a key of Registry in DriverEntry?

I am writing a file system filter driver to forbid invalid file accessing. As a junior, I use the example provided by MS which is called Sfilter. Although it's a little old, while well basic. My ...
-3
votes
1answer
34 views

How do I group three object arrays under one object?

Apologies for the wording, I've been at this all day and I 1/2 don't know what I'm doing. Line 44 of the source code in the link, I want to make an object array that contains references to object ...
0
votes
0answers
22 views

Development of printing documents to a virtual printer with configurations

This question may be duplicated. However, I couldn't get much information about what I'm looking for. I need opinions and directions before kick starting the development. Here's the requirement. ...
1
vote
0answers
48 views

There is no pgsql driver in my Heroku server [closed]

I'm about to deploy my Laravel app in Heroku but it seems like there is no pgsql driver in my server as shown How can I enable this driver? I don't know how to access php.ini in Heroku as well. I ...
0
votes
1answer
30 views

Installing CUDA without gcc-4.3

So I downloaded the latest Cuda (5.0.35) script to install Cuda on my desktop on which I have Debian (kernel 2.6.32). When I ran the script though I get an error on the log which says: The compiler ...
0
votes
1answer
57 views

Jenkins / Sonar integration

I am trying to use the jenkins sonar plugin, whenever i try to do a build i get the following error; > ERROR: Error during Sonar runner execution ERROR: Unable to execute > Sonar ERROR: ...
0
votes
0answers
48 views

Connect to FileMaker Database from Grails app

I can't achieve to connect with a FileMaker database when I use the fmjdbc driver. I put the jar library in the /lib folder and I try connect with the next connection params: dataSource { pooled ...
4
votes
5answers
155 views
+300

Restrict access to audio device under Windows XP-8 to specific application/user

I have written an c# 4.0 application that analyses the microphone input and records DTMF tones that represent credit card numbers entered by our clients. This all works well, but since we are working ...
1
vote
1answer
23 views

Change idVendor and idProduct of embedded USB device

Can I change those values on my Embedded device or do I need to recompile the Gadget Serial Driver?
0
votes
0answers
13 views

Remove incorrect binding of composite device to custom driver

Our latest WHQL'ed custom driver has an incorrect entry for one of our upcoming product. The upcoming product is composite device and our WHQL'ed driver has an entry which matches the device ID for ...
0
votes
0answers
18 views

HAL layer vs Device driver

In Linux, HAL provides hardware abstraction and device driver too provide hardware abstraction. Can you please clarify me the difference between two ?
-1
votes
1answer
43 views

I am unable to connect to internet on windows 8 [closed]

I am unable to connect to the Internet on windows 8. These are the hardware ID's which are giving me some problems. Please get a driver. (The Hardware ID) System Information report written at: ...
0
votes
1answer
11 views

TDI_RECEIVE request handling

I'm writing simple TDI filter driver (well, I remember that it's year 2013 now )))). I need to inspect first chunk of HTTP reply. So I intercept TDI_RECEIVE request, setup my completion routine and ...
0
votes
0answers
24 views

What permissions could a printer driver require? [closed]

Windows 7 Professional, 32bit We have a specialized printer for specific production tasks. This printer's driver has a strange problem where some of the options in the Printer Preferences are ...
0
votes
0answers
39 views

DisplayLink Device on Linux - Mathematical Function

I'm developing a custom driver for a linux implementation of the open source DisplayLink driver. DL Source Code -- http://libdlo.freedesktop.org/wiki/ I'm stuck in one step where I'm needing to send ...
0
votes
0answers
78 views

Is Windows Auto Logon using .Net possible? [closed]

I just want to do Proof of concept regarding Auto logon the Windows Os using .Net. My requirement is, I need to write an installable application which automatically detects my finger print and do ...
0
votes
0answers
7 views

Unknown libva error

My GMA 4500MHD Intel® GM45 Express Chipset supported VAAPI https://01.org/linuxgraphics/community/vaapi But I get this error: 1. $ vainfo libva libva: libva version 0.31.0 libva: ...
0
votes
1answer
21 views

How to disable loopback packets in NDIS protocol driver

How do I disable receiving loopback packets in protocol driver? The scenario is, my protocol driver is receiving packets from one adapter and sending it over to another. (like eth0 -> eth1). ...
-1
votes
0answers
13 views

Update FW for a USB device [closed]

Do I need to develop a driver in order to perform the upgrade or there is Windows API over USB that I can use?
-12
votes
0answers
104 views

How to shutdown CPU cores in a driver? [closed]

I am trying to write a driver for XP 64-bit that prevents processing on particular selectable CPU cores. The important point is that the cores must be able to be started again with different code (a ...
0
votes
1answer
45 views

IoVolumeDeviceToDosName craches Windows 7 but works fine on Windows XP

After we have changed kernel driver code from C to C++ IoVolumeDeviceToDosName function's call produces BSOD on Windows 7 but this code still works fine on Windows XP. Can anyone give me a hint ...
0
votes
0answers
193 views

Soaye w6 MT6515 android usb driver

I recently bought a cheap chinese android (Soaye w6 MT6515), mainly to test app on it. Sadly, I can't figure out how to install the usb drivers for that sucker (And for some reason when windows tries ...
0
votes
1answer
38 views

Is there any kill_proc() replacement for proprietary Linux kernel drivers?

I'm in the process of porting 4 proprietary (read: non-GPL) Linux kernel drivers (that I didn't write) from RHEL 5.x to RHEL 6.x (2.6.32 kernel). The drivers all use kill_proc() for signalling the ...
0
votes
1answer
41 views

Am I right thinking that modern consumer graphics cards use exactly the same GPU structures for actual graphics rendering and bare computations?

Am I right thinking that modern consumer graphics cards (say those conventional nVidia and ATi models) use exactly the same GPU structures and operations for actual graphics rendering (through ...
-6
votes
1answer
28 views

how long does it take to write a PCIE to Serial windows driver with zero knowledge? [closed]

I need to write a serial driver for PCIE with interrupts, contigious buffer DMA and simple read/write requests from PC to PCIE. I have no knowledge on drivers and small knowledge on PC architecture. ...

1 2 3 4 5 35