Questions tagged as 'driver'

1
answer

"Could not find driver" when setting application root page

When running the command php -S localhost:8080 -t public The error above is triggered when I try to make a connection with postgres. Other applications can access normally when accessed by the url of the local server. All extensions and m...
asked by 01.03.2018 / 14:02
0
answers

Wheel in eclipse but the project build with orjdbc7.rar jar does not work

Hello, how are you? I'm having trouble generating .jar from a Spring Boot + Maven project In Eclipse it runs smoothly But when I run the build with this command ./mvnw package && java -jar target/ff-back-boilerplate-0.0.1-SNAPSHO...
asked by 03.12.2018 / 22:22
0
answers

PHP PDO drivers for SQL Server

I had the same problem, I performed the steps indicated, but I did not succeed in installing the SQL Server connection. Versions: PHP = 5.6.21; SO = Windows Server 2008 R2 Enterprise SP1. I have installed the following components:...
asked by 17.08.2017 / 15:35
1
answer

Libraries ntddk.h and wdf.h ... can you tell me its utility in this code?

#include <ntddk.h> #include <wdf.h> DRIVER_INITIALIZE DriverEntry; EVT_WDF_DRIVER_DEVICE_ADD KmdfHelloWorldEvtDeviceAdd; NTSTATUS DriverEntry(_In_ PDRIVER_OBJECT DriverObject, _In_ PUNICODE_STRING RegistryPath) { NTSTATUS status...
asked by 04.02.2017 / 03:59
1
answer

psycopg2.pool.SimpleConnectionPool, Exception OperationalError takes time to be thrown

I did a test, shut down the server and called the psycopg2.pool.SimpleConnectionPool method, the method is waiting for a response for a very long time, about a minute, only then it raises the OperationalError exception. This is nor...
asked by 21.01.2016 / 20:36
0
answers

Error compiling driver on Kali Linux

I'm trying to install the D-Link DWA-182 Wireless Adapter on Kali Linux. I was able to download the drivers but when compiling this error is returned: /root/dwa-182/driver/rtl8812AU_linux_v4.3.2_11100.20140411/os_dep/linux/rtw_android.c:345:3:...
asked by 10.11.2015 / 18:55
0
answers

How to solve Ubuntu 16.04 bug with the Qualcomm Atheros network card [closed]

Article: Some steps to take: Perform the configuration: echo "options ath10k_core skip_otp=y" | sudo tee /etc/modprobe.d/ath10k_core.conf Download the repository and copy the drivers git clone https://github.com/kvalo/ath10k-firmware.g...
asked by 12.04.2018 / 16:40