Most Popular

1500 questions
40
votes
5 answers

How to stream Netflix on Raspbmc

There are different blog posts and forum threads discussing this and the challenges encountered (Silverlight, DRM, etc.). Also read about the XBMC Flicks addon. But, did anyone succeed to stream Netflix content on the Raspberry Pi? Even more,…
Marius Butuc
  • 925
  • 3
  • 11
  • 20
40
votes
1 answer

Virtual keyboard activation

I bought a raspberry pi2 and 7 inch waveshare touchscreen. The SD card came along with the system already flashed. It turns on and everything works, but how do I activate the virtual keyboard. Do I need a USB keyboard initially to do so?
user473180
  • 531
  • 1
  • 5
  • 5
40
votes
2 answers

Setting up a kiosk with Chromium

I'd like to put my Raspberry Pi into a kiosk mode with Chromium directed to my website but I can't seem to figure out how to get it to work. I've been following a few different guides, and the code they have given me has all been slightly different…
DavidK
  • 503
  • 1
  • 5
  • 7
40
votes
11 answers

How to get more than one uart interface

Ok, I have one uart interface (TXD GPIO 14, RXD GPIO 15). I want at least one more uart interface. Possible solutions: Bit banging: Use two unrelated spare GPIOs. I understand that timing is a problem on a standard linux. Would it be reliable with…
tauran
  • 635
  • 1
  • 5
  • 8
39
votes
10 answers

Detect that a python program is running on the pi

I've got a python script that uses sys.platform.startswith('linux') to test if it is on linux or not, but then I can't tell the difference between the x86/64 processor, and the raspberry pi's ARM processor. The reason I need this, is to run an…
jnesselr
  • 493
  • 1
  • 4
  • 5
39
votes
10 answers

Raspberry Pi sleep mode, how to avoid

I use "wheezy" latest release. The device provides some web service features and supposes to be active 24/7. However if the server wasn't requested for certain amount of time (it is hard to tell exact time), the device seems going to sleep…
Don Cesar D'Bazar
  • 511
  • 1
  • 4
  • 4
39
votes
7 answers

Cannot connect to raspbian jessie lite but to raspbian jessie

I've installed Raspbian Jessie with dd to my Pi1-B. Everything works fine and I can connect to it via ssh. I do not need any graphical system and want to keep the machine as simple as possible. Therefor I've downloaded and installed Raspbian Jessie…
Lioman
  • 491
  • 1
  • 4
  • 6
39
votes
7 answers

Are there any non-Linux operating systems available?

Some variation of Linux is the de facto standard for Raspberry Pi. However, smaller, lesser known operating systems do exist and some would seem appropriate for such a small device. Are there any other operating systems that are compatible with the…
RLH
  • 1,965
  • 4
  • 21
  • 31
39
votes
12 answers

SSH into Raspberry Pi without knowing IP address

I have a Raspberry Pi connected to Ethernet and with a Mac (though USB cable). I'm trying to SSH in the Pi but I don't know the IP address. I have tried : ifconfig but I have I can't see eth0 lo0: flags=8049 mtu…
Alex Garulli
  • 493
  • 1
  • 4
  • 7
39
votes
3 answers

What is the power on state of the GPIOs?

What is the state of the GPIOs when power is applied? eg High, Low, Hi-Z? Also does any OS change the state of any GPIOs when it loads? Hopefully not.
John La Rooy
  • 12,005
  • 9
  • 48
  • 77
38
votes
2 answers

Raspberry Pi Zero W is ARMv6 or ARMv7?

I would like update Node.js to the latest version and I need to choose between ARMv6 and ARMv7. From the package manager point of view this is an ARMv6 processor and dmesg tells it is CPU: ARMv6-compatible processor [410fb767] revision 7 (ARMv7)…
jeanmi
  • 483
  • 1
  • 4
  • 5
38
votes
5 answers

What are the overclocking capabilities?

I've not ordered mine (yet!), but I do some overclocking as a hobby to the extent that my netbook, Android phone, desktop, and even my wife's Blackberry are overclocked. Is there potential to overclock the RPi beyond stock voltage and speeds? I…
Kyle Macey
  • 2,103
  • 2
  • 18
  • 30
38
votes
4 answers

SSH to RPi without a network connection?

Is it possible to SSH in to an RPi without a network connection? I could imagine that you could do it using a LAN cable from the computer to the RPi or maybe using a USB cable. I do actually have access to a network, however it doesn't allow…
Tyilo
  • 713
  • 2
  • 7
  • 14
38
votes
6 answers

IPv6 connectivity

Is IPv6 connectivity supported on the Raspberry Pi? If yes, is it enabled by default/how do I turn it on?
user13
38
votes
1 answer

Pros and Cons of a Pi Cluster?

I have seen a lot of posts asking how to build a "supercomputer" or cluster with Raspberry Pis, but I have found very little with the pros and cons of actually making a network of Pis. I am interested in building my own small cluster, but I have a…
SuperAdmin
  • 505
  • 1
  • 4
  • 9