Questions tagged [raspbian]

Raspbian is a free Debian-based OS for the Raspberry-Pi computer. Use this tag for questions that involve utilities or setup or application development under the Raspbian operating system. For questions concerning Raspberry Pi hardware use a raspberry-pi tag. Include a programming language tag if needed and if the post is about the GPIO then include that tag as well.

Raspbian is a free Debian-based operating systems for the Raspberry-Pi hardware.

Raspbian maintenance and development is an independent project from the Raspberry Pi hardware itself. The project is not affiliated with the manufacturers of the device.

Raspbian is one of several operating system alternatives for the Raspberry Pi.

The most common method for installing Raspbian is the NOOBS tool. NOOBS allows other operating system choices including Windows 10 IoT if WiFi or LAN access is available at the time of installation with NOOBS.

Project home page for Raspbian: http://www.raspbian.org/

NOOBS github project: https://github.com/raspberrypi/noobs

2977 questions
0
votes
1 answer

[Solved[ Streming prime video won't work in Chromium

I just installed a Raspberry Media Center for streaming from Netflix/Crunchyroll/Youtube/Prime Video/Files from Network with Kodi. Everything works besides streaming from Prime Video. That leaves me wondering why that might be since I can stream…
Scyth
  • 1
  • 1
0
votes
0 answers

Attribute Error: module 'lib' has no attribute 'X509_V_FLAG_CB_ISSUER_CHECK' Raspberry Pi

ON a fresh OS install, I first installed firebase-admin and it installed fine. The I am trying to install 'pyrebase' but I get the above error. I followed this solution of editing crypto.py ..... https://stackoverflow.com/a/73932621/10197813 Then I…
Damandroid
  • 756
  • 9
  • 31
0
votes
1 answer

Transpose output of free

I am interested in logging the output of free and add a timestamp. I would like an output similar to this however I would like the final output to have these columns date, time, Mem. total, Mem. used, Mem. free, Swap total, Swap used, swap, free.…
ECII
  • 10,297
  • 18
  • 80
  • 121
0
votes
1 answer

How to compile python, QT5 app and create single app custom raspberry ISO

I have written a small program in python and QT5. I want it on raspberry PI as a single application. I have checked out buildroot and yocto but can't seems to find a single tutorial which can explain the steps from compiling the python code and make…
Yasar
  • 11
  • 5
0
votes
0 answers

Linux Service vlcpulse access denied

I have a service running on Raspbian OS 11 lite on a Raspberry 3, which should play audio for me. [Unit] Description=My script to monitor the shutdown button After=multi-user.target [Service] ExecStart=/usr/bin/python…
maja95
  • 63
  • 1
  • 8
0
votes
2 answers

modprobe: FATAL: Module lirc_rpi not found in directory /lib/modules/5.10.92-v7+

I am trying to Configure Lirc for my Rpi 3b+ for a personal project. I am using this guide. When running sudo modprobe lirc_rpiI get the error of modprobe: FATAL: Module lirc_rpi not found in directory /lib/modules/5.10.92-v7+ Can anyone help me…
D3D_M4N
  • 35
  • 5
0
votes
0 answers

Raspberry CM4 to work with external I2S codec

I'm trying to connect a raspberry compute module 4 to a TLV320AIC3104 external audio codec with PCM. I compiled and loaded the drivers into the kernel, and the driver appears when I run lsmod. I have connected an audio box, with a headset with…
0
votes
0 answers

Insanely high RAM usage on Raspberry Pi when starting Script at Start Up but not when starting over Command Line

Sorry if this question has been asked before but I can't seem to find a solution anywhere. I'm currently trying to setup a simple Intercom System with TalkKonnect and an OpenBox Environment running Chromium along side it Launching a custom Python…
0
votes
1 answer

InfluxDB, Can I use the database files from an old installation, where raspbian chrashed during an update, on a new installation?

When updating raspbian on my PI3 some package failed and after that, reboot failed. The green led doesn't even give a "blink" and nothing on the screen. So I think I have to reinstall it. But then the whole card will be formatted. As I have some…
larand
  • 773
  • 1
  • 9
  • 26
0
votes
1 answer

Display qt output on Rasbian Lite

pi@raspberrypi:~ $ ./qtGui qt.qpa.xcb: could not connect to display :0.0 qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found. This application failed to start because no Qt platform plugin could be initialized.…
Julian
  • 77
  • 7
0
votes
0 answers

cat /dev/ttyusb0 cannot allocate memory – raspbian

I need help for serial communication on raspberry pi. So, I'm using raspberry pi to read data from my solar inverter with docker and using Usb to rs232 cable for communication. The problem is after plug usb to raspberry pi I should set baud in raw…
icedog
  • 1
  • 2
0
votes
1 answer

K3S multiple Kube-System pods not running with Unknown Status, including DNS pods

Environmental Info: K3s Version: k3s version v1.24.3+k3s1 (990ba0e8) go version go1.18.1 Node(s) CPU architecture, OS, and Version: Five RPI 4s Running Headless 64-bit Raspbian, each with following information Linux 5.15.56-v8+ #1575 SMP PREEMPT…
Johnney
  • 161
  • 1
  • 9
0
votes
0 answers

How can I change the audio device name-tag in the system status bar in Raspbian?

I´m working in a project that uses audio ports, outputs and inputs, to do so, I use two USB audio adapters with microphone and speaker output each one, but when it shows in the status bar, they have the same name, and this is an issue for my…
Jair R
  • 11
  • 3
0
votes
0 answers

which is the pytesseract dir on Raspberry Pi 4?

I can't find the AppData directory on my raspberry pi 4, where can I find it? I tried to search it on web and on stackoverflow but I didn't find anything.
0
votes
0 answers

OpenCV Issue Running GStreamer

I try to use the following project: https://github.com/skaringa/emeocv I use an raspberryPi 3B+ with raspbian 11.4 (debian 11.4) The script can be called with the following command: sudo ./emeocv -c libcamerasrc -a -vINFO When I call the above…
Felix
  • 5,452
  • 12
  • 68
  • 163
1 2 3
99
100