Tech Support > Microsoft Windows > Drivers
Aladdin Etoken Pro, C#
Posted on November 6th, 2006 | 1 Comments

Inappropriate for this forum. One of the managed forum should be able to help you better. For your poblem, this book is a good...

Audio Tuning wizard: "Use headphones" is suddenly grayed
Posted on November 6th, 2006 | 0 Comments

It often happens, that "Use headphones" checkmark is suddenly checked and grayed. The only way to make it accessible again is a fully new installation of XP. Replacing the audio driver, directX,...

Interrupts are not coming sometime in NIC miniport
Posted on November 6th, 2006 | 8 Comments

An ISR should do only what is absolutely necessary, nothing more. That is, usually, you need to check whether the IRQ was actually from your device. This is usually done by reading some interrupt...

help for BDA with USB(WDF) under Vista!
Posted on November 6th, 2006 | 3 Comments

Yes, my device is DVB-T TV tuner .

Image Blacken out in OEMSENDPAGE
Posted on November 6th, 2006 | 0 Comments

Hi, I have modified the OEMSENDPAGE to Create the Bitmap Files in it. I am getting image whose background is black due to which the images are not visible properly. Code of OEMSENDPAGE is BOOL...

Build environment dilemma
Posted on November 5th, 2006 | 7 Comments

Hi mate I am afraid you are asking too generic question..... Everything depends on the particular situation (namely, on how big differences between older and newer OS version are; on what they...

debugging kernel driver
Posted on November 5th, 2006 | 6 Comments

Thanks to everyone. It got resolved. Just to let everyone know the problem was I was trying wrong module name. mSVAD is installed under name vadac3. It solved my problem. Thanks again for spending...

Programmatically Set -> 'DMA if available'?
Posted on November 5th, 2006 | 0 Comments

Is there a way to programmatically set 'DMA if available' for Windows 2000/XP/2003? My problem is that 'PIO Only' is set for tape drives by default but our tape drive supports DMA. Currently the...

Drive letter led simulation?
Posted on November 5th, 2006 | 1 Comments

"msnews.microsoft.com" wrote: On Vista you can do this easily with Logical disk performance counters ( Logical disk -> disk reads/sec, disk writes/sec ) and blink your "led" when it is not zero....

Problems Fake video capture devices on messenger
Posted on November 5th, 2006 | 0 Comments

I am writing a fake video capture device that is supposed to deliver streams (in the end, received from the network, for now, I'm using the desktop...) to programs such as Skype, windows messenger...

Launching an application from other app on VISTA
Posted on November 4th, 2006 | 2 Comments

"vpandey001@yahoo.com" wrote: This is described in MSDN, in the articel on the protected mode IE7 and running at low integrity level. Search for "protected mode IE", "integrity". Regards, --PA

How do I move pointer of file (for ZwWriteFile)?
Posted on November 4th, 2006 | 4 Comments

"Maxim S. Shatskih" wrote: No need to disassemble. FilePositionInformation structure is documented in the topic on ZwQueryInformationFile, just use it for ZwSetInformationFile. Regards, --PA

profiling a network driver
Posted on November 4th, 2006 | 3 Comments

On 2006-11-02 13:07:57 -0600, "csguy" <kaushik137@gmail.com> said: In addition to what Skywing and Stephan said, I've found that sometimes just adding timestamp information to the packets at...

ControlService Not Working..
Posted on November 4th, 2006 | 10 Comments

Ali, I am afraid you don't understand the actual meaning of the term "unloading a driver".... In actuality, it is nothing more than simply calling its DrvUnload() routine, because this rouine does...

OID_GEN_MEDIA_IN_USE in miniport driver
Posted on November 4th, 2006 | 3 Comments

Correct. NDIS handles this on behalf of the driver. -ali -- This posting is provided "AS IS" with no warranties, and confers no rights. "Stephan Wolf " <stewo68@hotmail.com> wrote in...

Locks, Deadlocks, and Synchronization
Posted on November 4th, 2006 | 5 Comments

Skywing, Well, processes and threads are from the totally different field. These are dispatcher objects, so that you can wait for process's or thread's termination on its handle, and it can be...

Could not match Dump File signature
Posted on November 4th, 2006 | 0 Comments

Cross posting is not a good thing to do but sometimes it is;-) As not much activity there on winDbg I'm not able to analyze minidump;-) i did search this and windbg groups archive before posting...

DriverEntry parameters
Posted on November 3rd, 2006 | 4 Comments

On Fri, 03 Nov 2006 15:23:09 +0100, Tobias Philipp <fh-tphilipp@web.de> wrote: IN defines to nothing. It is a pretty decoration and a useful aid to code understanding and you have stumbled over an...

WttLogger with DTM
Posted on November 3rd, 2006 | 1 Comments

Hi. Did you get any help with this? "sylvain.boily@gmail.com" wrote:

Usb driver for modem
Posted on November 3rd, 2006 | 0 Comments

We got a cell phone which can be connected to the XP computer through USB. And there is serial drivers provided to create modem to connect to the internet. Now we need to have the Windows Mobile...