Questions tagged [raspberry-pi]

Low-cost single-board computer the size of a credit card. Also check the Raspberry Pi SE: http://raspberrypi.stackexchange.com/

Raspberry Pi Logo

Raspberry Pi is an ultra low-cost computer ($25 for Model A and $35 for Model B) which contains a RCA Video, HDMI, Audio, 256MB RAM, 700MHz CPU, and SD Card Reader.

For more information about the Raspberry PI, please visit the Raspberry Pi FAQ and the Raspberry Pi SE.

Schematics

enter image description here
source

Image

enter image description here
source

1645 questions
86
votes
2 answers

Why has Raspbian apparently been renamed into "Raspberry Pi OS"?

I was making some routine checks just now and realized this: Raspberry Pi OS (previously called Raspbian) Source: Raspberry Pi OS I found no mention of this in their blog, nor on the Wikipedia page. Why change such a good name as "Raspbian" into…
Rithy
  • 691
  • 5
  • 4
58
votes
3 answers

bluetooth.service running, but bluetoothctl says "org.bluez.Error.NotReady"

my raspberry pi 3 model B, running Arch, has an issue with bluetooth. First of all: Bluetooth has worked flawlessly previously pi-bluetooth from the AUR is up to date bluez and bluez-utils are up to date The system is up to date as well (just ran…
turf
  • 1,381
  • 1
  • 7
  • 9
23
votes
5 answers

Automatically reboot, if no wifi connection for a certain time

It seems that my Raspberry Pi server loses wifi connection after a random time and is somehow not able to recover automatically. Usually a reboot done by hand resolves the problem. I would like to make it reboot automatically if there is no wifi…
clamp
  • 1,633
  • 6
  • 19
  • 31
22
votes
5 answers

How can I put my HDMI display into (and out of) power save mode?

I am using a Raspberry Pi to run an information display in an office. I want the display in power save mode when outside of business hours. I was going to use cron to execute something at the beginning and end of the day, but xset dpms force off…
PersonOfInterest
  • 221
  • 1
  • 2
  • 4
22
votes
5 answers

ping displays "Name or service not known"

I am running Arch Linux on a Raspberry Pi. Suddenly: I am unable to ping to a website. I am unable to access a website from the browser. I have two more computers (all running Arch Linux) connected to the Internet, where I can ping and use the…
15 Volts
  • 1,969
  • 2
  • 19
  • 34
22
votes
6 answers

Can you install Linux on a Raspberry Pi without needing an HDMI-display?

I recently bought a Raspberry Pi 2, Model B. I am intending to mostly connect to it over the local WLAN or Ethernet, using a SSH connection from my main computer. However, right now I have a Raspberry Pi that does not yet have any software installed…
Qqwy
  • 415
  • 4
  • 9
20
votes
6 answers

Cannot delete bridge - "bridge br0 is still up; can't delete it"

I have the same problem as this guy : Bring down and delete bridge interface that's up But that solution does not work for me. I remove all interfaces from the bridge using brctl delif . I then set the link to down using either ifconfig or ip. I…
LinusK
  • 351
  • 1
  • 2
  • 6
19
votes
2 answers

redirecting output to 'wget-log.1'

I am trying to download the Linux version of Gdrive from GitHub using this command wget https://docs.google.com/uc?id=0B3X9GlR6EmbnWksyTEtCM0VfaFE&export=download It's getting stuck with this output. [1] 869 …
Mayoogh Girish
  • 293
  • 1
  • 2
  • 6
16
votes
4 answers

Trying to connect to gateway in static ip network

I have arch-linux-arm running on a raspberryPi. The network I am in uses static IPs. gateway IP is 192.168.178.5 IP for my device is 192.168.178.201 To connect to the internet I use: ip addr add 192.168.178.201 dev eth0 ip route add default via…
Mark
  • 1,149
  • 3
  • 9
  • 18
15
votes
4 answers

Mounting and modifying a loopback file without sudo/root, is it possible?

I'm trying to adapt a tutorial into an easy to use script http://qt-project.org/wiki/RaspberryPi_Beginners_guide. I'm trying to reduce the need for sudo/root as much as possible (preferably, only for the final dd step). My questions are: Can I…
Keyz182
  • 153
  • 1
  • 1
  • 7
15
votes
1 answer

Difference between systemd and terminal starting program

I am curious as to what this difference is between programs that are; started with systemd when enabled through systemctl, vs those started by means of /etc/rc.local or through the CLI. For example, I was recently using shairport-sync for the…
Brett Reinhard
  • 301
  • 1
  • 3
  • 11
15
votes
1 answer

bash ssh warning when connect to raspberry: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)

I tried for example this to solve my problem and this too. My problem is that when I try to connect to my Raspberry pi2, I got the following messages: Linux raspberrypi 3.18.7-v7+ #755 SMP PREEMPT Thu Feb 12 17:20:48 GMT 2015 armv7l The programs…
mirind4
  • 253
  • 1
  • 2
  • 6
14
votes
2 answers

Mount USB drive (FAT32) so all users can write to it

I have a USB FAT32 drive that is on /dev/sda2. I've mounted it as /media/bigdrive however, I get permission denied whenever I try to touch a file there as a non root user. When I run mount I can see this line: /dev/sda2 on /media/bigdrive type vfat…
Alex
  • 241
  • 1
  • 2
  • 5
13
votes
2 answers

sudo reboot -> Failed to talk to init daemon

My Raspberry Pi runs Debian Jessie. After installing Mosquitto I cannot run sudo reboot any more: it always responds, "Failed to talk to init daemon." This error occurs even after uninstalling Mosquitto. What could be the problem? pi@fhem:~ $ sudo…
Traum
  • 131
  • 1
  • 1
  • 3
12
votes
3 answers

How can I tell if my wifi dongle has access-point capabilities?

I have a Realtek 8191SU USB wifi dongle for use on my Raspberry Pi. I'm trying to set up a wifi access point using this tutorial. However, I'm running into a few errors, and I suspect it might be because my dongle does not support running as an…
Sparhawk
  • 19,561
  • 18
  • 86
  • 152
1
2 3
99 100