driver Questions
2
Solved
I'm trying to configure a SAA6752HS chip (a MPEG-2 encoder) through I2C bus using a Raspberry Pi as a development kit. It was a piece of cake until I had to write at the address 0xC2 of the chip. F...
Gibbon asked 22/9, 2014 at 20:19
1
The CoreMediaIO Device Abstraction Layer (DAL) is analogous to CoreAudio’s Hardware Abstraction Layer (HAL). Just as the HAL deals with audio streams from audio hardware, the DAL handles video (and...
Siderolite asked 24/9, 2021 at 11:36
4
Solved
I am using selenium to scrape an infinite scrolling page.
I am trying to use this code:
import time
import pandas as np
import numpy as np
from selenium import webdriver
from selenium.webdriver....
Cho asked 29/8, 2018 at 19:3
6
Solved
I'm getting this exception when I try to run this program. It's one of the Microsoft examples. I've added the sqljdbc4.jar to the classpath in netbeans for both compile and Run, via the project pro...
Tigre asked 11/4, 2011 at 4:56
2
Solved
I know that user applications can run only in user mode, which is for system security. On the contrary most drivers run in kernel mode, to access I/O devices. Nevertheless some driver run in user m...
Hominoid asked 12/7, 2015 at 17:7
10
When I try to launch VM in Oracle VirtualBox on Windows 10 it says "Cannot access the kernel driver". I tried complete reinstall (remove everything and install), repair installation (repair in the ...
Ster asked 22/11, 2014 at 20:35
1
Since the DIFx Guidelines state that: "the Driver Install Frameworks (DIFx) tools were removed from the Windows 10 Version 1607 WDK" and the WiX Driver Element relies on the WixDifxAppExtension, is...
2
Solved
I'm updating the driver of one of my devices and would like to kextunload the old driver and kextload the new one so a restart isn't required anymore.
After the installation I try:
sudo kextunloa...
Dewan asked 27/6, 2013 at 14:1
4
Solved
I am making an application using c#.net. It contains a filesystem minifilter driver also. I want to install and uninstall this driver programmatically using c# .net. Normally i can install this usi...
Ohmmeter asked 9/1, 2010 at 5:50
2
Solved
I am trying to install the CUDA toolkit in order to be able to use Thundersvm in my personal computer.
However I keep getting the following message in the GUI installer:
"You already have a ne...
Fessler asked 27/1, 2021 at 18:41
2
Solved
I just updated my graphics cards drives with
sudo apt install nvidia-driver-470
sudo apt install cuda-drivers-470
I decided to install them in this manner because they were being held back when tr...
Butt asked 7/12, 2021 at 23:20
12
Solved
I have small Java Application, which execute every day and checks for data in database using Cronj Schedular and everything works fine, but recently I have observed that, it is failing due to
jav...
Ungula asked 25/6, 2015 at 2:52
27
Solved
I have a bad experience while installing laravel. However, I was able to do so and move to the next level. I used generators and created my migrations.
But when I type the last command
php artis...
2
Here is a very simple test program. When vsync is disabled this program runs at 100FPS and uses up virtually 0% of the CPU. When I enable vsync, I get 60FPS and 25% (100% of one core on a 4 core sy...
4
Solved
From what I can tell, the notion of "Shift", "Alt", and "Control" are pretty well hard coded from the keyboard itself right through the OS APIs. Sometimes I see the Wi...
Fluoric asked 1/11, 2010 at 15:58
6
is there a simplest possible way to enable linux kernel driver dev_dbg debug messages (actually it's a trace style messages) hopefully without messing up with the kernel patching/recompiling or the...
1
How is VirtualHere able to virtualize USB devices on macOS without requiring the user to install kernel extensions?
As far as I am aware, there's no documented way to virtualize USB devices on macO...
3
Solved
To develop driver program, we need /lib/modules//build directory. But I found under docker image of centos, even after I
yum install kernel-devel
There's still no such a directory with all its c...
2
Solved
I want to write a application in C++ or C# that will behave as a printer driver when installed. It will be available in the drop down list in Print dialog but instead of printing it will call into ...
2
Solved
The compilation of the Microsoft demo WFPSampler Project fails in any setup (32/64 - debug/release) on WFPSamplerCalloutDriver.InX at line 36 :
[ClassInstall32.nt$ARCH$]
AddReg = WFPCalloutsClass...
Mcquade asked 30/6, 2017 at 2:16
3
Solved
I want to create a virtual audio device that gets audio data from the default output (which is an output IOAudioStream) and converts it to an input IOAudioStream.
I went through most of the exampl...
3
I am getting this error when I am trying to build my driver:
Driver.cpp(7): fatal error C1083: Cannot open include file: 'ntddk.h': No such file or directory
I am using Visual Studio 2012 with WD...
Sluiter asked 26/10, 2013 at 15:1
6
Ever since I have upgraded my laptop (Click here for hardware specs.) my screen usually freezes. Mostly in chrome or Firefox browser. I am pretty sure this is a Nvidia driver problem but I can't se...
Obvolute asked 10/8, 2016 at 16:25
3
I am trying to connect node.js app to MongoDB having replica set but it's throwing an error when any write operations are performed.
It throws MongoError: not master.
It tries to write on second...
2
I am trying to achieve a connection to MongoDB server using the delivered ODBC Driver from MongoDB installed by windows client side. When I fill in the DSN properties it freeze on Test button hit.
...
Dolly asked 9/2, 2021 at 15:51
© 2022 - 2024 — McMap. All rights reserved.