driver Questions

3

I'm implementing a Linux character device driver. The linux/fs.h header file lists the file_operations without argument names. e.g. struct file_operations { struct module *owner; loff_t (*llse...
Hultgren asked 4/3, 2013 at 16:51

3

I started out driver development, however I followed some tutorials I met online here and I am trying to compile my driver into a simple .sys file. The code looks like this: #include <ntddk.h...
Ally asked 19/5, 2019 at 8:31

2

Solved

In this tutorial, http://www.sqlitetutorial.net/sqlite-java/sqlite-jdbc-driver/, about using sqlite with java, it starts by downloading the JDBC driver from the following website, https://bitbucket...
Mozzarella asked 16/5, 2018 at 17:54

2

Solved

I'm looking for a programmatic way to get the version number of a driver. I want the same number that device manager shows in the driver properties for a device. Background: I have an application ...
Abdu asked 16/4, 2013 at 9:0

2

I'm trying to get the version number of a driver programmatically. The seems to be done by using SetupDiEnumDriverInfo to get a SP_DRVINFO_DATA struct and inspect the DriverVersion field. The fol...
Arnold asked 17/4, 2013 at 14:55

2

I would like to install the Balloon driver for running my Windows in KVM without user any interaction (silent installation). I'm using powershell to extract the certificate form the driver to some...
Beutner asked 1/9, 2016 at 8:21

2

Solved

Looks basic and simple: A have a JSON string and I want to store it in MongoDB as JSON document. In java driver 2.xx I could use com.mongodb.util.JSON.parse(String jsonString) to get DBObject and ...
Slapbang asked 14/4, 2015 at 18:18

1

I don't know if this is the right question but i'm working with MSSQL and PHP, and just installed the driver for PHP SqlSrv. (You need to add an extension from Microsoft to work with MsSql because...
Oilcup asked 29/4, 2020 at 9:10

4

Solved

I am thinking about migrating a Windows driver into OS X. Now I am just starting to look around to see what is available and there is a lot about objective C and cocoa. Seems that the language and ...
Inward asked 16/6, 2009 at 13:8

1

Solved

I don't really know what is that, but I am installing a Python A.I that uses this. I am trying to update my CUDA for 3 hours. I already tried to download the CUDA toolkit, but it was no use. ...
Recriminate asked 1/4, 2020 at 20:36

6

Solved

I'm been trying to get into driver development (queue the "don't do that") I have been looking at this msdn page and after installing the WDK (Windows Driver Kit) 10 I am still unable to compile th...
Rivarivage asked 3/3, 2016 at 16:39

1

I'm trying to run OpenGL on headless ubuntu server. GPU / Driver : NVIDIA Geforce GTX 1080Ti / version 418.67 Using freeglut (installed by running apt install freeglut3-dev) Using Xvfb (Since it ...
Gastropod asked 4/3, 2020 at 8:18

9

Solved

I'm trying to develop an EJB application using Netbeans 8 on a Postgres 9.2 db and Glassfish 4 server. Once I created connection pool and JDBC resources in the glassfish admin panel, I'm not able ...
Retsina asked 23/4, 2014 at 21:22

1

Solved

It seems that casting a void* pointer (allocated by kmalloc) to unsigned long long changes it. Printing them with %p and %llx gives different values. Why is it so? Can anyone explain? Follow...
Salpinx asked 26/2, 2020 at 10:19

1

Solved

I have a mlab MongoDB database called storyfactory. This database has a collection called test, which has a user called Standard with a Password. I'm trying to connect to the database with this Dr...
Screwball asked 12/3, 2019 at 17:11

1

I'm relative new to device drivers on linux. What im trying to achieve is that on boot-up of my Raspberry an external RGB driver will receive an i2c command so you can see a LED light up at boot. ...
Peterkin asked 14/2, 2020 at 16:19

4

Will I be able to connect to this database using PHP's php_mongo.dll driver? If so, could you please provide some sample code?
Tuatara asked 24/11, 2011 at 10:20

1

Solved

I am developing an embedded system with a touchscreen. The touchscreen operates as both input and output, with a "virtual" keyboard overlaying the graphical output. I have a working devic...
Amphipod asked 30/12, 2019 at 18:17

0

I`m trying to create "virtual microphone", that should work "in front" of default input device/microphone. So when user select "virtual microphone" as input (in Audacity, for example) and starts to...
Maintenance asked 26/12, 2019 at 10:57

2

Solved

This question could be considered a duplicate of: How do I deploy a .inf based driver? Except that I want to do that entirely in the installer, not with a separate program. There's supposed to b...
Donny asked 29/7, 2009 at 0:40

4

Solved

I have eclipse and j developer,I am more comfortable with eclipse.I want to know how to setup the JDBC driver in eclipse,I downloaded a driver from oracle.com but it does not appear anywhere when I...
Pardo asked 4/6, 2012 at 13:50

3

Solved

I have built a WFP callout driver which runs in kernel mode. Now, I'm trying to figure out how to communicate between this driver and my GUI application which runs in user-mode. Any ideas? Exactly...
Cyanamide asked 8/2, 2011 at 22:3

4

My Samsung phone was not recognized by Android Studio on windows 7. I repaired it by installing the Samung Driver here: http://developer.samsung.com/technical-doc/view.do?v=T000000117 I tested wi...
Taction asked 20/1, 2015 at 22:46

5

I know volatile keyword prevents compiler from optimizing a variable and read it from memory whenever it is read. Apart from memory mapped registers, what are all the situations where we need to us...
Frighten asked 29/5, 2017 at 13:4

4

I'm trying to install Server 2019 Core on my 6th generation NUC. Although the install goes fine, I'm reminded of the 'good old days' when it boots without any network connection. Now I have ...
Julian asked 5/1, 2019 at 22:52

© 2022 - 2024 — McMap. All rights reserved.