Questions tagged [drivers]
A device driver or software driver is a computer program allowing higher-level computer programs to interact with a hardware device.
2,354 questions
0
votes
1
answer
45
views
Debian 13 switch to Nvidia proprietary drivers
I'm trying to get Nvidia proprietary drivers (for RTX5070 Ti) working on a fresh Debian (13.2) install.
Starting point: live USB with Debian 13.2
After installing Debian on SSD and enabling non-free ...
1
vote
0
answers
21
views
Sleep or reboot kills sound, switching sound settings back and forth on the same soundcard revives it. Ideas to troubleshoot?
Problem: Sleep or restart kills all sound from the system.
Workaround: Using the system settings, switching soundcard's profile from Pro Audio to Analog Stereo Duplex and port to Line Out / headphones ...
0
votes
1
answer
43
views
diagnose effect of USB device plugged in during startup
I have a PS/2 adaptor with a retro mouse and keyboard connected and Debian 12 is doing something different when it is booted up with or without that plugged into a USB port.
Either way, the keyboard ...
0
votes
1
answer
51
views
TX401 Driver Installation Help
I am attempting to install the driver for the TX401 10G NIC. I have the card installed in the computer and running lspci lists the device: 09:00.0 Ethernet controller: Aquantia Corp. AQtion AQC113 ...
2
votes
0
answers
39
views
Automatically check if my Nvidia GPU, CUDA drivers, cuDNN, Pytorch and TensorFlow are all compatible between each other?
I'd like to know if my Nvidia GPU, CUDA drivers, cuDNN, Pytorch and TensorFlow are all compatible between each other ahead of time instead of getting some less explicit error when running code such as:...
4
votes
1
answer
342
views
NVMe: Unable to change power state from D3cold to D0, device inaccessible
Suddenly, with no obvious trigger, my NVMe drive went down and /dev/nvme0n1p1 disappeared:
[136975.461964] nvme nvme0: controller is down; will reset: CSTS=0xffffffff, PCI_STATUS=0xffff
[136975.461978]...
1
vote
0
answers
139
views
Debian 13 - Nvidia Issue on Boot-up
I am keep getting error on my machine:
NVRM: mmapAllocWithSecInfo: RMAPI_GPU_LOCK_INTERNAL alloc requested without holding the RMAPI lock
My machine details:
ThinkPad P14s Gen 4, 32GB Ram, NVIDIA RTX ...
0
votes
1
answer
55
views
FreeBSD on ThinkPad E590 fans loud and missing drivers for Cannon Point-LP Serial IO UART & MEI controllers
I'm trying to run FreeBSD on a ThinkPad E590 (daily driver currently running Void Linux). After installing FreeBSD some devices appear to be missing drivers/firmware and the laptop fans run loudly ...
1
vote
2
answers
103
views
NVIDIA proprietary driver "ConnectedMonitor" option doesn't work with headless setup
From NVIDIA documentation:
Option "ConnectedMonitor" "string"
Allows you to override what the NVIDIA kernel module detects is connected to your graphics card. This may be useful, ...
0
votes
0
answers
58
views
How to setup Manjaro Linux and GRUB menu to switch between open source or proprietary video drivers?
Manjaro Linux installation image has 2 options on GRUB menu:
setparams 'Boot with open source drivers' 'x86_64 lang=en_US keytable=us tz=UTC misobasedir=manjaro misolabel=MANJARO_KDE_2587 quiet ...
1
vote
1
answer
78
views
Direct Input USB Driver for Linux?
I am trying to read a DirectInput Device under Linux.
lsusb:
Bus 003 Device 006: ID 046d:c219 Logitech, Inc. F710 Gamepad [DirectInput Mode]
sudo dmesg:
[13919.233231] usb 3-2.2: new full-speed USB ...
3
votes
2
answers
447
views
Difference between modular and built-in support in the kernel
Context
When I was configuring a wireless interface support for my Wi-Fi card, I used the following page on Linux Wireless documentation website.
It is said that I should enable Qualcomm Technologies ...
0
votes
1
answer
59
views
DHCP requests not reaching router on 5Ghz networks with WCN785x Wi-Fi 7(802.11be) 320MHz 2x2, Qualcomm Technologies
I've got a new machine with an MSI MAG Z790 Tomohawk Max Wifi (MS-7E25) motherboard running Mint 22.1 (on kernel 6.14.0-29-generic), which has a Qualcomm WCN785x Wi-Fi 7 network card built in. lspci ...
3
votes
1
answer
3k
views
Nvidia Proprietary vs Open drivers - differences?
I work primarily on a laptop with Nvidia 4070 card (Ada Lovelace codename), and not so long ago, I noticed out of nowhere appeared some Open drivers as an alternative to Proprietary, and what's more, ...
3
votes
1
answer
239
views
How to test kernel driver contributions without target hardware
If I'm working on contributing to a Bluetooth driver, but don't have the actual chip available. How can I test functionality and debug during development without the physical hardware?
Does anyone ...
2
votes
0
answers
113
views
10-error installing Broadcom driver
I have a 2011 MacBook Air with Linux Mint Xia based on Ubuntu 24.04. I checked the adapter - 14e4:43a0 - and confirmed via this guide to install bcmwl-kernel-source. I downloaded the driver on another ...
0
votes
0
answers
39
views
Implement the Driver For Bluetooth Device
I have a HP mouse.
Recently, I have been practicing implementing the device driver.
Instead of using the hid-generic driver, I would like to use my customized driver for the Bluetooth device.
I don't ...
1
vote
0
answers
85
views
Getting Tuxedo laptop fans to work on BSD
This question pertains to Tuxedo laptops (and possibly Clevo, Uniwill, or Tongfang laptops, which Tuxedo systems appear to be based on). Tuxedo provides official support for Windows and Linux, but I'm ...
0
votes
0
answers
39
views
After boot, screen freezes: Mint 22.1 Xia on Sager NHx0DB,DE, i7-10870H, NVIDIA GeForce GTX 1650 M
Just received a Sager NHx0DB,DE w/ i7-10870H CPU & NVIDIA GeForce GTX 1650 Mobile GPU.
Cinnamon Mint 22.1 Xia was preinstalled by Freegeek.org a no-support community non-profit refurbisher.
I ...
0
votes
0
answers
28
views
Troubles with gpu drivers on Don't Starve
I installed Don't Starve through steam, and this appeared
(https://i.sstatic.net/EjSGUPZP.png)
It looks like there is a trouble with gpu drivers, i had same problem with kitty terminal, but solved it ...
3
votes
1
answer
1k
views
nvidia-detect installed but the command not found
I was reinstalling nvidia driver on my Debian 12, but couldn't get nvidia-detect working: it is installed and can be seen from apt list but the command is not found.
$ apt search nvidia-detect
nvidia-...
0
votes
0
answers
39
views
Additional steps for blacklisting compiled in kernel drivers
I am having a conflict with third party moxa driver mxupcie and the default linux 8250_moxa which is compiled in. I have been following this thread but still having issues.
-bash-4.2$ lspci -vvv -s8a:...
0
votes
0
answers
36
views
Touchscreen sometimes stops registering inputs during kiosk mode
I am working on a project using a yocto build for a compulab module for the imx8 processor.
It contains a ft5x06 touchscreen, connected to using a custom out-of-tree usb-i2c bridge module.
This all ...
0
votes
1
answer
85
views
How hid-generic driver catch the event from the mouse device
I have some questions regarding the hid-generic and implementing my own driver.
Below is the hid-generic source code.
hid-generic.c source code
My questions are:
How does the hid-generic driver ...
1
vote
1
answer
319
views
Remapping a Volume Scroll Wheel on a keyboard
The Volume Scroll Wheel I am talking about in the title of the question is indicated on the image below.
The wheel's functionality is the following: when you scroll up - volume increases; scroll down ...
1
vote
1
answer
128
views
Disable hid-generic on debian
I am working on the hid device driver for my mouse on raspberry pi.
I notice that the hid-generic driver will support my mouse by checking the dmesg.
Therefore, I would like to disable this driver, ...
1
vote
0
answers
49
views
Digital Magnetometer (AK09911C) Not being detected as IIO in RHEL 9.3
I have Getac tablet (UX10G3) which having inbuilt sensor like gyro, als, accelerometer and magnetometer connected over Intel Sensor Hub. These sensors are working perfectly in Windows 11 and i have ...
0
votes
0
answers
111
views
Panfrost kernel driver on FreeBSD for rk3566?
We are two FreeBSD lovers and a stubborn system administrators.
We are trying to project a phone based on FreeBSD for several months.
Emanuel Vadot and Jesper Schmitz Mouridsen have enabled the ...
2
votes
2
answers
305
views
How do I merge a volume group together with my system hard drive?
If you all look at the enclosed image above, you can see that I've merged four hard drives into one volume group called MQ.
I did this in order to try to have my system hard drive (KINGSTON SUV400S) ...
0
votes
0
answers
62
views
Cannot set full native resolution of external monitor
I have a Thinkpad X1 Carbon Gen 12 with the following specs:
$ inxi -Fzxx
System:
Kernel: 6.14.9-300.fc42.x86_64 arch: x86_64 bits: 64 compiler: gcc v: 15.1....
0
votes
0
answers
47
views
Broadcom Network controller
recently I have installed Mint 22.1 (first experience with Linux distribution) and as many users I am experiencing a problem with my Wifi Network (BCM43142,14e4:4365 rev 01), too. I am aware, that ...
0
votes
0
answers
48
views
blkdev_get_by_path not working on built-in but ok on module
I have a module who open mmc blockdevice, inspired of block2mtd.c driver on linux 5.1. It works successfully when my driver is as module and "modprobe" after kernel started. But it fail when ...
0
votes
0
answers
139
views
OBS does not recognize Blackmagic Capture Card as a Video Source
I am trying to configure my Blackmagic DeckLink Quad HDMI Recorder to work with OBS on Arch Linux.
On Windows, I could go to their website, install their Desktop Video 14.5 Program. Once the drivers ...
0
votes
0
answers
42
views
Performance and Data Loss Issues with MSI on AXI UART16550
I am experiencing significant performance and data loss issue with the AXI UART16550 on our Xilinx FPGA. Initially, the device operated without any problems using legacy interrupts. However, after ...
0
votes
0
answers
53
views
Ubuntu stuck at loading ramdisk after installing rtx 5080
I switched from rtx 2080ti to rtx5080, I have dual boot system, windows works fine, ubuntu black screen, in recovery mode I see that it's stuck in "loading ramdisk". I couldn't even boot ...
0
votes
0
answers
24
views
Unable to change resolution on a Huawei server with linux Arch with Xrandr
I'm configuring a server with linux Arch using Manjaro (I know, not ideal, but I have my valid reasons). The issue at hand is that I'm unable to change the resolution of the display from the ...
0
votes
2
answers
550
views
how do I find the current i2c bus speed?
I am building custom game controllers on Linux that use the i2c bus present in video ports such as HDMI, dvi, and VGA, on standard PC hardware (x86_64).
I would like to verify my current i2c bus speed ...
0
votes
0
answers
204
views
Integrated IPU6/MIPI camera not working on Dell Latitude 7440 under Debian 12
I have a Dell Latitude 7440 with an integrated FHD RGB + IR Camera, but there are no drivers. It's an IPU6/MIPI Intel camera.
sudo lshw -C multimedia
*-multimedia:0 UNCLAIMED
description: ...
0
votes
0
answers
322
views
Monitor doesnt work after installing nvidia drivers
On a fresh install of fedora, both my monitor and laptop screen were working perfectly fine, then after installing nvidia drivers, they installed successfully, but my secondary monitor connected via ...
1
vote
1
answer
1k
views
Installing Debian kernel headers package does not install all kernel headers
I am currently running the most recent update of Debian bookworm (which I think is built on Linux 6.1.0.32-amd64 or Linux-6.1.129-1, that's what uname -r returns). I have been trying to install a set ...
0
votes
0
answers
73
views
How do I delete a faulty device class from the command line
I was writing a simple character device driver. There was an issue in the cleanup function, cdev_del was called before device_destroy, Which means I deleted the cdev structure before deleting the ...
1
vote
1
answer
142
views
Failing to SSH into a DE1-SoC even though I seem to have all dependencies met
I'm following Altera's guide for running Linux on the DE1-SoC board, specifically section 5.3 - Installing the Driver.
The instructions provided in the guide are for a Windows host, and I'm on a linux ...
0
votes
0
answers
106
views
Why can't RTL8832BU switch from disk mode to wifi mode on linux?
I have a TX20U nano wifi6 module, which uses the Realtek RTL8832BU chip. I downloaded the driver from github, and it worked fine on a desktop computer with debian12 (patched kernel 6.1).
Then I used ...
0
votes
0
answers
61
views
DTS parameters for USB3 in Xilinx ZynqMP
When setting USB3 in device tree, I've seen in dts of reference boards (for example DTS for zcu102-RevA) different parameters for setting PHY.
there are two parameters in dts for USB:
phys = <&...
1
vote
0
answers
70
views
Is there something else I can try to fix this latency issue in the Ethernet driver?
I am using a PC to control a robot at 1000Hz. My machine has Ubuntu 22.04 LTS with Linux 6.7 patched with PREEMPT_RT. The machine communicates with the robot via UDP trough a point-to-point Ethernet ...
1
vote
1
answer
1k
views
Can't generate secure boot keys for installing nvidia drivers
To reach the point I am at I have
Installed debian with xfce
made my self a sudoer
added deb http://deb.debian.org/debian/ bookworm main contrib non-free non-free-firmware to the sources list
Now ...
0
votes
1
answer
201
views
Cups says 'Waiting for printer to become available'
My Brother HL-110 printer is not printing anymore.
There's no output corresponding to the printer in lsusb and in http://localhost:631/printers/HL-1110 it says Waiting for printer to become available.
...
0
votes
0
answers
32
views
Using NVIDIA inside a Guest Arch (Junest) on RedHat server
I am trying to use an NVIDIA GPU in a server that is running red-hat linux. As it is a remote server, I do not have sudo access, so inorder to be able to use sudo to add / remove packages, I am using ...
0
votes
0
answers
250
views
Installing Firmware and Driver for TV Tuner on Raspberry Pi OS (Pi 5)
I am not a total Linux noob, but I do have some knowledge gaps (particularly when it comes to drivers) and I'm kind of at a loss for how to proceed. I tried posting this to the Raspberry Pi forum, but ...
0
votes
0
answers
41
views
I want to activate Nvidia gpu on debian(X11)
So I have nvidia drivers installed but nvidia gpu is set on offload. How to activate it in X11???