Questions tagged [drivers]

THIS TAG IS FOR WRITING DRIVERS. Questions about finding/using drivers can be asked on https://superuser.com Drivers allow higher-level programs to communicate with the specific hardware device and operating system that they were programmed for.

In computing, a device driver or software driver is a computer program allowing higher-level computer programs to interact with a hardware device. A driver typically communicates with the device through the computer bus or communications subsystem to which the hardware connects. When a calling program invokes a routine in the driver, the driver issues commands to the device. Once the device sends data back to the driver, the driver may invoke routines in the original calling program. Drivers are hardware-dependent and operating-system-specific. They usually provide the interrupt handling required for any necessary asynchronous time-dependent hardware interface.

This tag should only be used for questions related to driver development, as questions about finding or installing drivers are off-topic for StackOverflow. Assistance with identifying, locating, and installing drivers may be obtained at SuperUser, Unix & Linux Exchange or in the case of server-related and enterprise-level hardware, ServerFault.

As Microsoft states, Without drivers, the hardware you connect to your computer—for example, a video card or a webcam—will not work properly.

In most cases, drivers come with Windows or can be obtained through Windows Update; other times, the driver is found on the disc that came with the hardware or device you want to use, or is on the manufacturer's website.

People also often cite drivers as a common cause of operating system crashes. The reason a poorly written driver can crash an operating system is if it overwrites memory that is shared in the operating system's address space. This is less common in micro-kernel operating systems than [monolithic kernel] operating systems, where all OS services run along with the main kernel thread, thus also residing in the same memory area.

646 questions
-1
votes
1 answer

Samsung S3 not detected anymore after update to Android Version 4.3

I recently updated my Samsung S3 to Android 4.3 Earlier everything was working smooth but now my device is not getting listed in adb shell. It is getting connected but always shown "offline". I tried all the solutions I found online : Changed USB…
S P
  • 854
  • 4
  • 10
  • 21
-1
votes
1 answer

msvcrt mistakes

May be I'm missing something (Surely I do) but I don't understand a thing : Each brand new version of Visual Studio is shipped with a particular msvcrtxx (msvcr100.dll, msvrct.dll, ...) Right. Except the fact it leads, often, to the famous "dll…
Stef
  • 3,691
  • 6
  • 43
  • 58
-1
votes
1 answer

List linux Drivers using Regex

I want to list all my drivers from the file /etc/X11/xorg.conf my file looks like this: section "input class" identifier "blablabla" driver "my driver here" I want to list every driver in this file using regex. I thought…
Isael
  • 1
-1
votes
2 answers

Windows cannot enter very low-res video mode with modern graphics cards/drivers

I have a bunch of Windows 32-bit fullscreen EXEs that were compiled for the Windows XP era and use some version of DirectX for settings the graphics mode: 320x240x8. It is hardcoded, native (not faked in any way), and the binaries cannot be touched,…
-2
votes
1 answer

Looking for VPCEA36FX driver's

I was trying to find Sony VPCEA36FX drivers for windows 7 32 bits, but without any success. At Sony's official website they only provide 64 bits option. What could I do ? thanks
-2
votes
1 answer

OpenGL Driver Update Windows 10

I have a GeForce GTX 660 that according to the NVIDIA site it supports OpenGL Drivers up to 4.3, now my problem is that windows sees only version 1.1 and i can't find a way to update the driver. I've installed the latest drivers as of today 398.82…
efx
  • 63
  • 9
-2
votes
1 answer

About pointing devices

My friend is designing a pointing device which connects to the computer with Bluetooth and I want to know how to create software or drivers in order operate it like a mouse. if guys know anything about this, please help me out.
-2
votes
1 answer

Belkin Router Manager were to download

Basically i wish to do this http://en-us-support.belkin.com/app/answers/detail/a_id/3796 but i cannot find the belkin router manager anywere, Does anybody have it ? Thanks Mason
user393273
  • 1,430
  • 5
  • 25
  • 48
-2
votes
1 answer

Why drivers are required for JDBC-ODBC?

I am having a little confusion of what I have studied. I have studied that drivers are software programs that are required to interact external hardware devices like printers,mouse,mobiles etc. But when I connect ODBC or JDBC in Java,it requires…
HN Singh
  • 98
  • 2
  • 13
-2
votes
1 answer

Where can I find resources on developing a PostScript printer for Windows 7

I'm developing a virtual printer to accept print jobs and route them to real printers in a LAN. I'm hoping to create a postscript printer to act as a shared virtual printer to accept print jobs from the LAN, I hope to develop it through ghostscript…
Zerone
  • 566
  • 4
  • 10
  • 24
-2
votes
1 answer

How execute driver function in user-mode application?

I'm developing an app which communicates with a device driver. How do I call a function like this VOID TchBklSetIntensity(BKL_CONTEXT* BklContext,ULONG Intensity) in C# user-mode application?
Clocker
  • 21
  • 2
  • 7
-2
votes
2 answers

Touchpad not working in fedora

I have cracked version of windows 8.1 in my laptop and now have dual booted it (windows 8.1 and fedora ). My touch pad in laptop works fine in windows but when started laptop using fedora, touchpad doesn't work. To make touchpad work can I downlaod…
Riya
  • 9
  • 1
  • 1
  • 1
-2
votes
2 answers

How can I get a 64 bit USB driver to load in Vista 64

I am working in Vista 64 bit system. I have a 3rdPartyUsbDriver.sys and 3rdPartyUsbDriver.inf files. I have made the neccesary changes to the vendor & product IDs in the inf file, to work with my custom hardware. This installs and works in 'Unsigned…
jyoung
  • 5,071
  • 4
  • 30
  • 47
-2
votes
1 answer

How to get names of all installed webcams and microphones using VB6 code or any other programing language?

I want to know how to get names of all installed webcams and microphones using VB6 code? Or maybe someone could show how it is done in any other programming language because now I don't have any clue from what to start.
-3
votes
1 answer

How do I stop the "Found new hardware wizard" appearing?

As part of our product we use 3rd party hardware and drivers. Unfortunately, these drivers aren't signed so up pops the "Found new hardware wizard" when installing or upgrading our product. Our product is web based and allows the users access to…
Big GH
  • 1,321
  • 2
  • 17
  • 29
1 2 3
43
44