2
votes
5answers
62 views
Windows Named Pipe Problem
I'm writing a driver that communicates with a userland application through a named pipe.
The userland application creates the named pipe by calling CreateNamedPipe() and then passe …
0
votes
4answers
136 views
How to debug driver load error?
I've made a driver for Windows, compiled it and tried to start it via SC manager, but I get the system error from the SC manager API:
ERROR_PROC_NOT_FOUND The specified procedure …
-1
votes
0answers
36 views
Windows 7 doesnt have any sound [closed]
I have new windows 7 installed in my PC (not pirated) but there is no sound .
I dont even know where to check whether it has been muted. Please advice?
2
votes
1answer
35 views
Looking for virtual USB HID driver
We designed a special communication tool for use on a wheelchair to control lights etc. We use Z-wave. We have app for control of these devices via PC.
Unfortunately, the app expe …
0
votes
1answer
234 views
How to extract .inf/.sys install files?
Hello,
I have a .inf file that install a .sys file from the windows xp system folder when the user plugs an USB hardware. I would like to trace the files that the windows auto-ins …
5
votes
3answers
235 views
How do I deploy a .inf based driver?
I would like to deploy a .inf based USB driver with my installer.
I guess the .inf needs to be placed in %SystemRoot%\inf, but there is also a .cat (WHQL certification I guess?), …
1
vote
0answers
22 views
Win7: Replacing a driver without reboot
I'm debugging an audio driver under Windows 7. When I need to replace it with an updated version, I have to reboot the system because a copy of current driver under DriverStore is …
0
votes
1answer
42 views
How to record(reverse-engineer) PCI transactions on Linux
I want to record all read/write PCI transactions of a device driver. Is there a way to do it by a linux command or on software?
0
votes
2answers
152 views
Write a custom PCIe hotplug Linux 2.6.x driver
I'm writing a PCIe driver/module for a custom device. Since the device is hot pluggable, it can disappear at any time.
Here how I setup up the pci_driver structure:
struct pci_dr …
5
votes
3answers
488 views
How to use a JDBC driver from an arbitrary location
I need to test a JDBC connection to a database. The java code to do that should be as simple as:
DriverManager.getConnection("jdbc connection URL", "username", "password");
The …
5
votes
2answers
127 views
“Are you sure you want to print X pages?” dialog before actually printing… (for any app)
In Internet Cafes where people are allowed to print, sometimes they print more pages than they intended to.
I'm looking for a way to display an "Are you sure you want to print X p …
1
vote
1answer
478 views
Why can’t horizontal span be implemented on Vista?
Until Windows Vista, ATI and nVidia supported a feature called horizontal span, which combined two monitors into a single larger screen.
This feature allows the taskbar to span ac …
9
votes
5answers
141 views
Automating Win32 Driver Testing
Does anyone know ways of partially or fully automating driver test installation?
I am new to driver development and am used to more of a test-driven approach in higher level lang …
0
votes
0answers
9 views
IOUSBDeviceInterface CreateInterfaceIterator does not return all interfaces
Hello, I've ran into a problem when CreateInterfaceIterator does not return all interfaces for the device.
When I open "USB Prober" it says there are 9 interfaces, but displays 14 …
5
votes
3answers
36 views
Are there recommended tutorials for writing drivers for Gnu/Linux?
I'm getting to the point where, after a year or so, I'm more or less comfortable using Linux (Ubuntu, first 8.04, now 9.04) as my main OS (it helped that the competition was, prima …
