Skip to main content

Questions tagged [raspbian]

Raspian is an Operating System based on Debian optimized for Raspberry Pi hardware.

26 votes
5 answers
55k views

iptables/1.8.2 Failed to initialize nft: Protocol not supported

I'm having a problem using iptables on my Raspberry PI. I've just downloaded a fresh version of Raspbian Lite on my PI and all I'm trying to do is check my iptables rules but it's not working and I'm ...
Kenan's user avatar
  • 261
4 votes
1 answer
6k views

Software adjustment of LCD monitor brightness in Raspberry Pi

This is my first post here. I'm at the beginning of the road called Raspberry Pi. Is there any way of changing the gamma/contrast/brightness of monitor via Raspberry Pi? My Samsung 960BF doesn't ...
tarzanno's user avatar
  • 187
2 votes
2 answers
3k views

OpenVINO installation on Raspbian - usbboot.rules file issue

I am attempting to install OpenVINO on my Raspberry Pi 3 B+ to use the Neural Compute Stick 2. They just recently released support for this and I am following the installation instructions here: https:...
T Linkin's user avatar
1 vote
0 answers
217 views

BlueZ not updating

i'm currently trying to update BlueZ on my RaspberryPi. But I've an issue where bluetoothctl -v, bluetoothd -v and dpkg --status bluez | grep '^Version:' are not changing their versions, no matter ...
Dome's user avatar
  • 11
1 vote
1 answer
829 views

Writing a systemd script that starts 2 applications in linux

OS: Raspbian I'm failing to execute 2 applications at once with rc.local I need to find a simple example for how to start an app with systemd The problem is Im only finding specific examples for ...
Mi Po's user avatar
  • 157
1 vote
1 answer
7k views

How do I use h264_omx on Raspberry Pi?

I'm using Raspberry Pi 1gen B+, for push stream to web through rtmp. But I find my CPU usage came up to 90%+. This is how I use it: ffmpeg -re -f concat -safe 0 -i playlist.txt -vcodec copy -acodec ...
Wayne Chen's user avatar
1 vote
3 answers
7k views

xset dpms command is not shutting down the monitor

I have a problem with this command: xset dpms force off. It puts the screen black, but it doesnt shut down nor suspend (with suspend command) the monitor. The command 'xset -q' shows that DPMS is ...
tarzanno's user avatar
  • 187
0 votes
2 answers
2k views

Traffic redirection with Rasperry Pi router

I use a Rasperry Pi (running raspbian) as a wi-fi router. It redirects traffic from the Ethernet wire (eth0 - wire + ppp0 - L2TP connection, lx2tp used for it) to wlan0 (USB wi-fi dongle, hostapd used ...
Igor Shalyminov's user avatar
0 votes
3 answers
3k views

Share Windows computer internet connection with Raspberry Pi

I have a Raspberry Pi that can't have physical access to the router, but I have a PC that does. I would like to share internet connection from the PC to the Raspberry via the USB cable*, not via the ...
Harlandraka's user avatar