Skip to main content
The 2024 Developer Survey results are live! See the results

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.

0 votes
0 answers
11 views

What is required for Oracle Data tools and VS 2022?

Cannot get oracle data tools to connect in VS 2022 Will not connect using odp.net managed driver keep getting "ORA-12545 unable to resolve connect hostname" will connect using legacy ,net ...
Josh Dechter's user avatar
2 votes
1 answer
31 views

LNK2019 unresolved external symbol in function defined in static library

I am trying to compile a driver through the use of cl.exe on Windows 10. It is written in pure C. I am using the Enterprise Windows Driver Kit to provide source files and compiling for X86. I ...
amm's user avatar
  • 23
0 votes
0 answers
11 views

Can a UNIDRV plugin display notifications?

Can a UNIDRV plugin display notifications (e.g., "Printer is powered off, please connect and plug in USB")? I've noticed that some printers can show notifications or message boxes. I would ...
sehon song's user avatar
0 votes
0 answers
45 views

Disabling write protection on Windows

I've been learning win internals and I came across an interesting thing called Write Protection. I know Windows relies on interrupts but I don't know any other way to do this. I decided to try it ...
what's user avatar
  • 1
0 votes
0 answers
11 views

when importing package dill, I encounter FileNotFoundError due to the attempt of opening os.devnull file and couldn't resolve it

Error I encountered first: I install huggingface package: datasets, when I tried to import datasets, that's when I first encounter the FileNotFoundError from package dill, its something like this: >...
Alexandar Zeng's user avatar
-1 votes
1 answer
43 views

Python to send hex/binary data via the FTDI D3XX driver [duplicate]

I am trying to send Hex/Binary data to an FPGA via the FTDI D3XX driver, using Python. The D3XX driver expects a string for transmit and receive data. As an example if I have a 32 bit hex string '...
NialStewart's user avatar
-2 votes
0 answers
19 views

Driver not installing because "Software Driver" is missing [closed]

In order to restore lost pictures on my android phone, I want to connect to it using fastboot and root it. To do so, the Android USB Driver needs to be installed. Whenever I try to install it through ...
pls leave me alone's user avatar
0 votes
0 answers
20 views

Why is the Microsoft Minidriver certification tool (CMCK) not encrypting the card challenge but something else instead?

In the context of card minidriver certification within the HLK framework, it is needed to run a tool named CMCK which will run certification tests for a card minidriver. One of the functions that must ...
martin rupp's user avatar
0 votes
1 answer
27 views

How to invoke P2 card formatter (P2FormatApp) and send format command using c#

I currently have a P2 SD card that I want to format. But I want to use the P2FormatApp.exe to format, all that while using a c# program. The manual way of formatting the sd card using said app is by ...
coleh's user avatar
  • 3
-4 votes
1 answer
47 views

continuously getting the error: 'nvidia-smi' is not recognized as an internal or external command, operable program or batch file [closed]

disclaimer: I am not super experienced with python I have been trying to set up SAM (segment anything model by meta), but have been running into issues with installing pytorch. I have followed ...
F.O.'s user avatar
  • 1
-1 votes
0 answers
10 views

Debian : how to fix my graphics drivers installation?

I just installed debian with kde on a machine with a nvidia graphic card and an amd cpu who have integrated graphics. When i install the package nvidia-drivers and reboot, when i login, the screen get ...
nico's user avatar
  • 9
0 votes
0 answers
12 views

can i replace auxiliary_device/driver with platform_device/driver?

I have a driver supporting basicNIC/RDMA running in linux kernel 6.2, consisting of 2 ko files, which using auxiliary_device/driver structure, like this: /* basicNIC.ko: */ struct pci_device{ ...
banban's user avatar
  • 1
0 votes
0 answers
25 views

How to compile a kernel module so that the *.ko file can work on different versions of the kernel?

I want to implement a feature through a kernel module, and I hope to achieve this functionality only by providing the *.ko file, making it effective on machines with different kernel versions through ...
Frontier_Setter's user avatar
0 votes
0 answers
14 views

How to save buffer data in a file(playable) from vb2_buffer structure

I am learning to understand the how v4l2_based drivers work, and subsequently system calls as well. As a part of that working on decoder driver. So I need to take the buffer data out after the qbuf ...
human's user avatar
  • 1
0 votes
0 answers
40 views

Error 1324: [Version] section should specify PnpLockdown=1 to prevent external apps from modifying installed driver files

Gravité Code Description Projet Fichier Ligne État de la suppression Détails Erreur 1324 [Version] section should specify PnpLockdown=1 to prevent external apps from modifying installed ...
souleau's user avatar

15 30 50 per page
1
2 3 4 5
404