Posts tagged as: driver


Gear head cheap Web camera (093a:2620) in Linux

Gear head Web cam

Recently I bought a Gear head cheap Web camera from Frys Electronics. The vendor id and product id of this gadget is 093a:2620.  It does not come with driver for linux. Once I connected to my laptop, I came to know that it is not supported by the current kernel 2.6.27 which I am using, shipped ...

Notes on Windows SCSI Miniport Driver

Windows Storage Stack

Thanks to Microsoft, this article is a collection of articles from Microsoft authenticated documents In the Microsoft® Windows® operating system, the SCSIport driver, in conjunction with vendor-written adapter-specific miniport drivers, was for many years, the only driver delivering SCSI commands to the storage targets. The SCSIport driver, however, was designed to work optimally with the parallel ...

How to test Sign the driver in Windows Vista and Server 2008

windows_logo

Many of us use to skip the Driver signature warning message while installing the Windows driver. But this is not possible in the case of Windows Vista and Server 2008 - 64-bit editions. In case of 64-bit systems, it is becoming mandatory to digitally sign the driver. Getting the digital signature is the final process ...

Linux Ethernet Network Device Driver – A flow of code

linux

Topic: This document talks about working of a ethernet card device driver in a bird's eyeview. This is aimed at people who are interested in understanding what is happening inside the driver. If a system administrator understands this document, he/she can understand the scope of command line (ifconfig) and device driver, so that he/she need not ...