drivers Questions

5

Solved

Are we able to install drivers via their .inf files etc. using a PowerShell cmdlet? When Googling I found, Add-WindowsDriver but I think this one is for an offline Windows image. Does that mean an ...
Diffuse asked 21/10, 2016 at 14:59

11

Solved

Does anybody know how to control USB pins on a certain USB port? I think it is definately possible in assembler but what about C++ or C#? I want to be able to use USB battery as a power supply for...
Niblick asked 17/12, 2009 at 23:8

2

Solved

Following is the output of lscpci command on my Arch linux terminal. I am using Lenovo G 50-70 Laptop. [code_master5@BitBox ~]$ lspci 00:00.0 Host bridge: Intel Corporation Haswell-ULT DRAM Contro...
Cita asked 15/1, 2017 at 5:25

4

In Device Manager, clicking on a specific device takes you to a dialog box, whose Details tab shows all sorts of properties of the device. Is there a command line tool to dump this out? I need to d...
Vernalize asked 19/7, 2010 at 12:53

12

Solved

I want to know the difference between FIQ and IRQ interrupt system in any microprocessor, e.g: ARM926EJ.
Unstudied asked 10/6, 2009 at 6:9

7

Solved

Upon considering the driver side implementation for DirectX API on windows systems for modern video cards I was wondering why this implementation is not available on non-windows system, most notabl...
Ritornello asked 20/6, 2012 at 13:57

3

Solved

I am developing a Windows C++ application that drives a motor controller that is plugged on USB. This controller relies on Ftdibus drivers and it works fine on my PC. However, on a test computer it...
Fried asked 6/1, 2012 at 22:39

3

I’m big enthusiast of Manjaro since 2015 but today I got a problem that I couldn’t resolve on my own. After big updates done few days ago (by update manager) I have a problem with compiling Kernel ...
Envisage asked 12/5, 2018 at 18:0

12

I just installed eclipse, the android sdk and jdk on a fresh installation for 64 bit fedora 14 , but by the time i create a new project i am getting the following error in the console: android-s...
Nicotinism asked 10/6, 2013 at 9:3

3

I want to know the difference between these two functions: int register_chrdev_region(dev_t first, unsigned int count, char *name); int alloc_chrdev_region(dev_t *dev, unsigned int firstminor, un...
Seat asked 23/3, 2012 at 8:9

3

Solved

I've installed Visual FoxPro driver from this link on my 64 Bit Windows 7 Home Premium OS and tried to register vfpoledb.dll using REGSVR32. I could able to register this dll but when run my applic...
Lycanthrope asked 1/7, 2011 at 4:44

2

Solved

I am coding a driver in order to create an Antivirus. However, I am stuck in reading the import address table from a process. I have a CreateProcessNotify: VOID CreateProcNotify(HANDLE ParentId, ...
Humpy asked 1/5, 2017 at 16:7

2

everybody, I have the following problem: I started a P2 instance with this AMI. I installed some tools like screen, torch, etc. Then I successfully run some experiments using GPU and I created an ...
Zrike asked 23/10, 2016 at 8:52

8

Solved

Before I jump headlong into C#... I've always felt that C, or maybe C++, was best for developing drivers on Windows. I'm not keen on the idea of developing a driver on a .NET machine. But .NET se...
Wein asked 16/9, 2008 at 19:14

1

Solved

I'm using Ubuntu 18.04 in VirtualBox, after installing guest additions I have a choise between virtualbox-guest-dkms and virtualbox-guest-dkms-hwe. What is the difference between them?
Dunson asked 8/5, 2018 at 18:17

2

Solved

I'm investigating options available for creating a virtual USB device (say, a keyboard or a mass storage device), so to emulate its function as needed and to allow a userspace app to emulate its in...
Acroterion asked 15/12, 2013 at 21:3

2

I can't find CFErrorDomainLaunchd in any of the headers. I used the find command to grep every header file in the 10.11 SDK. I also tried google: site:opensource.apple.com CFErrorDomainLaunchd ...
Parquetry asked 24/1, 2018 at 23:21

2

Solved

I am trying to complete the picture of how the PC and the OS interacts together. And I am at point, where I am little out of guess when it comes to device drivers. Please, don´t write things like...
Lorrinelorry asked 31/5, 2010 at 19:1

2

Solved

What is the difference between a driver (device drivers) and a driver stack? I keep hearing people talking about "driver stacks" but I have never really heard of this before... Thanks!
Steele asked 8/7, 2010 at 2:30

1

While installing a intel Driver by doing sudo make install getting the following error- SSL error:02001002:system library:fopen:No such file or directory: bss_file.c:175 SSL error:2006D080:BIO ro...
Thermopile asked 9/3, 2017 at 10:35

10

I want to program a microcontroller (AVR) to control some leds through USB. It's just out of interest in how to build and program USB devices. There are some AVR microcontrollers that support the U...
Crepe asked 22/11, 2010 at 0:8

3

Could someone here please let me know how to install 3rd party device drivers programmatically if all the required files i.e. inf file, .sys etc are provided. The minimum operating system this sol...
Guardroom asked 24/6, 2011 at 19:55

1

Solved

I have a setup MSI for our application, and I also have signed FTDI drivers that need to be installed as well. I'd like for them to be installed with Burn rather than the WiX MSI to keep CustomActi...
Bolter asked 19/1, 2015 at 23:33

2

Solved

I cannot find the proper drivers for ADB for my Google Pixel C tablet. I'm developing on Windows 8.1. I have the latest USB drivers from Google, but they aren't recognized as compatible when ...
Atlanta asked 13/1, 2016 at 19:35

0

The dmaengine in Linux significantly simplifies writing of drivers for devices using DMA, especially if they support and use scatter-gather (SG) transfers. However, there is a problem in case if t...
Upswing asked 16/8, 2016 at 18:34

© 2022 - 2024 — McMap. All rights reserved.