Questions tagged [raspberry-pi]
Ultra low-cost computer the size of a credit card. Also check the Raspberry Pi SE: http://raspberrypi.stackexchange.com/
1,750 questions
44
votes
6
answers
279k
views
How do I set DNS Servers on Raspberry Pi?
I want my Raspberry Pi to use OpenDNS to resolve domain names. How can I modify this setting?
27
votes
6
answers
5k
views
What do I need to do to have my Raspberry Pi host a webpage with dials indicating CPU temperature, CPU load, etc., in real time?
I am good with Unix commands and scripting, but I have nearly no web experience. I have a script that grabs metrics I’m interested in, like CPU load or system temp and updates a file every 10 seconds. ...
27
votes
5
answers
63k
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 ...
24
votes
4
answers
56k
views
TigerVNC viewer: no matching security types
I'm trying to remote control the desktop of a Raspberry Pi (Raspbian Jessie) from a Samsung Chromebook (ARM Arch Linux).
The VNC server running on the Pi is RealVNC.
The VNC viewer on the Chromebook ...
22
votes
8
answers
103k
views
How to make Raspberry Pi use an external USB sound card as a default
Does anyone know how to change the sound card boot priority?
All tutorials are telling me to edit /etc/modprobe.d/alsa-base.conf, but the file is missing in Raspbian Jesse.
21
votes
3
answers
207k
views
How to tell which services run at startup on Raspberry Pi? (raspbian)
I have some services that run on boot but I've actually forgotten how I set them up! If I want to change their activity how might I do that? For instance, maybe I want to disable a service from ...
21
votes
7
answers
61k
views
can I display a JPG or PNG to the framebuffer (/dev/fb*)?
I know I can capture the framebuffer in linux using something like cp /dev/fb0 ~/myimage and re-display that by coping back to the device like so cp ~/myimage /dev/fb0. What format is the framebuffer ...
21
votes
2
answers
39k
views
Bluetoothctl connects and disconnects repeatedly
I am using a Raspberry Pi Zero with a Iot pHat and was able to ssh into the Pi using a USB cable using this tutorial. I then set up my home WiFi with the pHat. Then I powered up the Pi with a separate ...
20
votes
4
answers
87k
views
How do I auto mount a USB drive that all users can write to?
I'm trying to set up a Raspberry Pi to run BitTorrent Sync to back up my files to an external hard drive, but I'm running into some frustrating issues.
First, I need to set up the USB hard drive to ...
18
votes
5
answers
39k
views
Wired to wireless bridge in Linux
I am attempting to set up my Raspberry Pi as a bridge, using Debian wheezy. I have a hostapd.conf: (some details changed for security, and yes, I know WEP is no good)...
interface=wlan0
bridge=br0
...
18
votes
1
answer
144k
views
Starting and stopping X11 and LXDE from command line
I have a Raspberry Pi with Debian Wheezy (Raspbian) and so far I've managed to learn quite a lot about Linux just playing around, but I have a few questions for all you seasoned Linux pros out there.
...
18
votes
5
answers
41k
views
Force spin-down of external hard-drive on linux (raspberry pi)
I'm currently setting up a home-server using a Raspberry Pi with an external hard-disk connected via usb.
However, my hard-drive will never spin down when being idle.
I tried already the hints ...
15
votes
7
answers
22k
views
Raspberry Pi SSH Lag
Yesterday I got my Raspberry Pi B+, which I use via SSH. Sometimes the SSH typing takes about 5s and more to respond with an visual feedback after a time of idleness, after that lag everything just ...
14
votes
1
answer
17k
views
How to share a folder as an USB mass storage device (from a raspberry pi)
I'd like to do something quite simple ... in my mind.
I've got an "old" photo frame with an usb port and SD card slot (but without networking) that I would like to keep in sync with my NAS "Photo ...
13
votes
2
answers
35k
views
Debian apt-get update 404 not found error
My Raspberry Pi 3 is having problems. When I try to run apt-get update, I get a 404 not found error. I am very new to Linux and I am not sure what is wrong.
Here is the error code:
pi@raspberrypi:~ $ ...