Skip to main content

Questions tagged [driver]

Device driver or software driver is a computer program allowing higher-level computer programs to interact with a hardware device. This tag should only be used for questions related to driver development, as questions about finding or installing drivers are off-topic for Stack Overflow.

driver
0 votes
0 answers
2 views

ES1371 driver gets recognized tho it doesn't play

i am making an ES1371 driver, vmware detects it and gives it as a valid driver tho no audio plays, i've been struggling with it for about two days and still nothing, does anybody know what is wrong ...
Samma's user avatar
  • 1
0 votes
0 answers
186 views

Crowdstrike, windows kernel panic issue [closed]

I thought Windows has a safegaurd in the form of checkpointing wherein, it takes snapshots before any driver installs, and in the event of any bad driver windows automatically restores to last known ...
roverphoenix's user avatar
0 votes
0 answers
10 views

How to make USB device driver to communicate with HID, xinput and directInput

Hi I tried to make a USB GAMEPAD that uses HID specifications. after writing my device report descriptor it works but for games that support DirectInput only. my device does not work with other games ...
Youssef Mattar's user avatar
0 votes
0 answers
11 views

last submission cannot be restored as the driver code has been updated GeeksForGeeks

As you can see its showing last submission cannot be restored as the driver code has been updated Issue: Unable to Retrieve Previous Submissions on Geeks for Geeks I have been practicing Data ...
shaurya tripathi's user avatar
0 votes
0 answers
17 views

Question on Linux n_gsm 0710 driver issue during processing received data

When I try to build DLCI 1, it seems failed, here is log, //open DLCI 0, gsm_send_packet: 00000000: f9 03 3f 01 1c f9 gsmld_receive_buf: 00000000: f9 03 73 01 d7 f9 //open DLCI 1, 07-10 15:31:34....
Rui's user avatar
  • 97
0 votes
0 answers
19 views

How to install a open source driver at Ubuntu? [closed]

I have a drive codec audio that is .c and .h . How i install this at Ubuntu. My version is the 22.04.3 LTS. Someone know what is the driver for nau8824 codec? I hope to install this drive at Ubuntu ...
Gabriel Martins's user avatar
0 votes
1 answer
32 views

How can I solve this problem with ChromeDrive?

I have this code: from selenium import webdriver from selenium.webdriver.common.by import By import time driver = webdriver.Chrome(r'C:\dchrome\chromedriver.exe') driver.get('https://www.smv.gob.pe/...
Sebastian Gómez Tenorio's user avatar
-3 votes
0 answers
26 views

Mouse and Keyboard problem. It won't work. Windows XP Service Pack 3. SP3 Korean [closed]

I have been having this problem on Windows XP Service Pack 3 Build 2600. It is a Korean version. I have it installed in a virtual environment. I have tried to change in VirtualBox to PS/2 Mouse, but ...
StarStuffTech's user avatar
0 votes
1 answer
31 views

Kernel Mode Driver, Empty (KMDF) No Linker under Configuration Properties

The problem: There is no Linker, Driver Settings, Driver Install ,Inf2Cat and so on... under Configuration Properties. I have installed Visual Studio 2022 with the following components: Desktop ...
None's user avatar
  • 63
0 votes
0 answers
22 views

How to collect operational information from the Android system

I currently need to collect operational information from the Android system, including process launch information (including process ID, parent process, launch time), process network requests (process ...
ZSY-ARCH's user avatar
0 votes
0 answers
47 views

MSBuild detect if signed driver is same as previous built non-signed driver (prevent re-signing via caching)

My organization has a driver that now needs to be signed by both our organization and by Microsoft. We have a build process that runs on windows as a batch file, it runs msbuild for all of the ...
applecider's user avatar
0 votes
0 answers
87 views

NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver on KDE Neon

Overview So I have installed nvidia-driver-470 using sudo apt-get install nvidia-driver-470 which is recommended by the official website for my GT 730 GPU. Keep in mind I'm a newbie to Linux since I ...
Aydiniyom's user avatar
0 votes
5 answers
12k views

Chrome driver version (126) - can't find the chromedriver.exe

My Chrome version is 126.0.6478.127 (Official Build) (64-bit). But I can not find the related driver I tried with. https://googlechromelabs.github.io/chrome-for-testing/#stable The last number of ...
mohammad fallah's user avatar
0 votes
1 answer
30 views

How to install a self-built driver on Windows 10 without enabling testsigning mode?

I am building Virtualbox Guest Additions to run on a virtual machine (including creating and installing some drivers on Windows). Testing in testsigning mode has been successful, but when I disable ...
ngochoaitn's user avatar
0 votes
0 answers
58 views

Mongodb C# driver : Aggregate not using created indexes

I am building an aggregate using the mongodb C# driver that finds documents in the first collection and then finds those from the second collection related to the documents of the first collection. My ...
William Labadie's user avatar

15 30 50 per page
1
2 3 4 5
403