CARVIEW |
Select Language
HTTP/2 200
date: Sat, 09 Aug 2025 12:30:55 GMT
content-type: text/html; charset=utf-8
content-encoding: gzip
cf-ray: 96c74479ca7ec19f-BLR
cf-cache-status: DYNAMIC
cache-control: private
set-cookie: prov=d75bf2a8-eea1-4e0f-a234-454dd011b2f2; expires=Sun, 09 Aug 2026 12:30:55 GMT; domain=.stackexchange.com; path=/; secure; httponly
set-cookie: prov=d75bf2a8-eea1-4e0f-a234-454dd011b2f2; Path=/; HttpOnly; Domain=stackexchange.com
set-cookie: __cf_bm=vEzEJxK7_h7i3g59FLEaS4WLob2DxIUA9F809m2xXpY-1754742655-1.0.1.1-XKP03b5_WiAWzYAq2tCVSLoxWgdMkemxDepT73hdXoTLkyoYf9x99hAtQFeIjamk5lU72xUJr8I9z8tqlknP1V9eYJ6hFSAyQR1bS3W_8WM; path=/; expires=Sat, 09-Aug-25 13:00:55 GMT; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: _cfuvid=sYBvdW7K6uHWeACyDoEurk0IsCxnexfa8d.Vpac43bE-1754742655536-0.0.1.1-604800000; path=/; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
strict-transport-security: max-age=31536000; includeSubDomains
vary: Accept-Encoding
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
x-clacks-overhead: GNU Terry Pratchett
x-frame-options: SAMEORIGIN
x-request-guid: 1fc6d490-7f36-4d26-8e16-27807662d209
x-worker-origin-response-time: 482000000
x-dns-prefetch-control: off
server: cloudflare
Newest 'driver' Questions - Raspberry Pi Stack Exchange
Skip to main content
Stack Exchange Network
Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Visit Stack Exchange
The 2025 Developer Survey results are in. Explore insights into technology and tools, careers, community and more.
View results.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about TeamsQuestions tagged [driver]
Questions about software drivers for external peripherals as well as drivers for the system components. This is NOT for questions about "driver boards", e.g., for motors; use 'dc-motor' instead.
313 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
21
views
Why is "iw dev wlan1 scan" not as fast as on smartphone with the same driver same adapter?
I want to make a continuous scanning tool. Based on the command: sudo iw dev wlan1 scan I use the flush parameter because I am try to log the GPS data too and need fresh rssi data with every scan.
...
0
votes
1
answer
37
views
Unable to start in Desktop GUI after LCD Driver Install
I have a Raspberry Pi 3 B+ Rev 1.3 running Raspberry Pi OS (64 bit). I am doing a weather/clock project that uses an LCD display connected to the raspberry pi GPIO pins. The project is here for ...
0
votes
1
answer
40
views
Firefox v3d_drv_video.so on RPi4
After a recent upgrade Firefox on a RPi4 running Bookworm fails when trying to decode MPEG video. It reports
libva info: VA-API version 1.17.0
libva info: Trying to open /usr/lib/aarch64-linux-gnu/dri/...
0
votes
0
answers
35
views
Adaption of I²S input driver
For a project I'm working on, I'm looking into hooking up 4 daisy chained TDM microphones to a Raspberry Pi I²S bus. The problem I'm running in to is that the standard I²S protocol doesn't really ...
0
votes
0
answers
107
views
Installing Firmware and Driver for TV Tuner on Raspberry 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 have an old TV Tuner model Hauppauge WinTV-HVR-...
0
votes
0
answers
20
views
Remove IQAudio drivers
I had installed the IQAudio sound board on my 3B+.
I have removed the board and have installed it into a game controller that I'm giving to a friend.
Without the board I get all kind or ALSA errors ...
0
votes
0
answers
20
views
USB Camera Properties changes in Raspberry PI Compute Module 4 with attached PCIe
I am capturing images using a USB Camera connected to a Raspberry Pi CM4, which in turn is connected to an external PCI interface. Sometimes, the camera works fine, but at other times, it shows an ...
1
vote
0
answers
85
views
How to make ePaper work in landscape mode with RPi Pico?
I bought a 2.9inch ePaper display for RPi Pico (296 × 128 Pixels, Black / White / Red, SPI Interface) from WaveShare.
I found several MicroPython drivers for 2.9" ePaper on Waveshare's GitHub:
...
0
votes
0
answers
61
views
How to connect multiple Wifi Cards using PCIe expansion boards to RPI5?
I have multiple Intel 5300 Wifi cards with mini PCIe - Link
I have a RPI5 from which I want to connect these multiple Wifi Cards to get the CSI data from multiple Wifi cards
I was able to find these ...
0
votes
0
answers
132
views
0
votes
1
answer
601
views
0
votes
2
answers
152
views
Installing rtl8192eu does not work cause of gcc issues
I want to install the rtl8192 linux driver in order to use my TP-Link TL-W823N USB adapter but when I execute sudo dkms install rtl8192eu/1.0 then I get gcc error messages.
$ cat /var/lib/dkms/...
1
vote
0
answers
36
views
"Invalid module format" when running a cross-compiled linux kernel module
I'm trying to cross compile the ad7192 linux driver for a raspberry pi 4 running the latest 64 bit raspberry pi OS(kernel 6.6.20).
pi@raspberrypi:~/projects$ uname -a
Linux raspberrypi 6.6.20+rpt-rpi-...
0
votes
1
answer
86
views
DC motor always on
this is my first time working with Pi and I'm trying to control a single motor (closely following this tutorial: https://www.youtube.com/watch?v=OV0S_3KMj2A).
Specs are:
Raspberry Pi 3 Model B+
5V DC ...
0
votes
0
answers
179
views
'make' command not working on my Raspberry Pi while compiling the SocketCAN driver
Problem: When running "make" command I am met with errors
I've been trying to install a SocketCAN driver on my pi device so I can communicate with a USB CAN Adapter. I've been following ...
- The Overflow Blog
-
-
- Featured on Meta
-
-
Hot Network Questions
- Does Elven Accuracy Feat Work When Shapechanged into a Non-Elf Creature Like a Marilith?
- Auto-blocking apps
- Drug dealer tries to con time travelers and is recruited to join them
- Solving linear systems with a clustered spectrum except for 1 eigenvalue
- Newbie here. Need information about rear lights on Citroen C5 X7 2009 Saloon
- Alternate two messages on mouse click using Java-FX
- Where did all these Chat Bots Come From
- Is it normal for a journal to ask reviewers to focus on accuracy of results?
- Difference between factor research and alpha research
- PostgreSQL Computed Date Timestamp Column
- Is the collapse of the wavefunction really part of the quantum theory?
- What mass does my space vehicle need to be, to leave a city in ruins by dropping it from orbit?
- Spectral sequence with labeled columns and rows has extra vertical rule
- Quantum state tomography in Qiskit remains perfect even after 20 SWAPs
- Lock company wants to prevent unauthorized key duplicates
- Weird syntax in Linux manpages
- weird behavior of modules-load and the tun module
- Adding Panels to Figure with Subfigures
- What is the alternative to collection instances, but transform better?
- How to estimate the real value of a used bike (especially when it's partially upgraded)?
- How to calculate how bright a rocket's exhaust would be?
- On SQL 2022, DECLARE statement causes evaluation of database availability
- How to put a tikz image and an algorithm besides each other?
- Sets that can make LEGO Mario play a tune