Most Popular

1500 questions
16
votes
3 answers

Is there a good comparison chart for Raspberry Pi and similar enthusiast project boards?

I hear and see things about Raspberry Pi, Arduino (someone gave me one and I have tried a few things), and Beagle Board (and variations). What other boards should be on this list? Where do these boards leave off and vendor specific evaluation board…
DeveloperDon
  • 261
  • 2
  • 5
16
votes
2 answers

How to "scroll up" and view previous console output?

I am getting started using my Raspberry Pi. Sometimes I run some command where the console output scrolls off the screen too fast for me to read. For example, installing some library/package from source, I'd like to be able to review the output.…
Andrew
  • 422
  • 2
  • 4
  • 11
16
votes
10 answers

Is there a way to connect to a PSTN?

I'd love to run Asterisk on my Raspberry Pi. Does anyone know how I could connect to the telephone network? Obviously, PCI based cards aren't going to work.
Alex Chamberlain
  • 15,530
  • 14
  • 67
  • 113
16
votes
1 answer

Can I send a heart beat to hardware watch dog from my own program?

Following on from the question and excellent answer provided by Steve Robillard here: How do I hard reset a Raspberry Pi? How can I send a heartbeat signal from my own program to the BCM2708's hardware watchdog instead of from the Linux watchdog…
Guy
  • 1,657
  • 1
  • 16
  • 18
16
votes
2 answers

After writing an SD card image, is the remaining space usable?

Forgive me if this is basic, because I'm used to writing CD images, I'm not sure how this works. The Raspbian image is about 440MB (zipped at least). If I write the image onto a 16GB card, will all the remaining space on the card be usable for data?
Sputnik
  • 385
  • 1
  • 3
  • 10
16
votes
3 answers

Can anyone recommend a simple image viewer?

My boss asked me to find a cheap mediaplayer for some stuff at work. That inspired me to build something on my own, using a Raspberry Pi. My plan is to use udev-rules, to detect usb/sdcard and then launch an image viewer, to display the pictures on…
aztekk
  • 163
  • 1
  • 1
  • 5
16
votes
3 answers

iOS on a Raspberry Pi

Now, I understand it would probably be impractical to do so, but for the "because I can" reason I'd like to try to install iOS on my Raspberry Pi. (when it eventually comes..) I've looked around for posts on this matter, and they seem to suggest…
Mick MacCallum
  • 303
  • 1
  • 2
  • 12
16
votes
3 answers

Does anyone know of any kernel/driver programming tutorials?

I'm interested in using the RPi to teach myself hardware level programming. I've searched the internet for some tutorials for RPi but all I find are general "how to compile the kernel" tutorials. I'm more interested in actual "how to write kernel…
Jakub
  • 261
  • 2
  • 5
16
votes
4 answers

Stream videos wirelessly from PC to Pi to TV?

I have a collection of movies (Please note: Mostly 1080p) on my external hard disk drive. This drive is attached to my PC (Mac). The external hard disk also contains some important work files, hence I will not be able to detach it from my Mac. I…
dsignr
  • 263
  • 1
  • 3
  • 8
16
votes
3 answers

How do I install node.js if my package manager doesn't include it?

Node.js, server side javascript sitting on top of Google's v8 engine, is not available for install from the Debian squeeze's default repositories and doesn't easily compile for ARM. Are there any raspberry pi specific projects to get node up and…
wmarbut
  • 1,113
  • 1
  • 9
  • 16
16
votes
3 answers

Can RPi4 run simultaneously on dual band (WiFi 2.4GHz / 5GHz)?

I read in the post that RPi 3 could not manage to operate on both bands simultaneously. Can RPi4 do that? We are planning to create mesh network with Rpi nodes. With single band operation, the throughput drops drastically, as the node count…
vanangamudi
  • 271
  • 1
  • 2
  • 7
16
votes
4 answers

How to disable mouse cursor on LXDE?

I am using the Pi as display only device,to show a video feed, so I have no icons and no wallpaper. But the mouse cursor is right there in the middle and when I start the video it gets bigger because of the video resolution. So I wanted to disable…
rcsimoes
  • 171
  • 1
  • 1
  • 4
16
votes
4 answers

Why does Raspbmc hang randomly?

My Raspberry Pi, running Raspbmc, hangs randomly while navigating in the menu/settings. Any hints what I could check to find out what's happening when it hangs?
bardiir
  • 832
  • 1
  • 9
  • 12
16
votes
1 answer

Running 1080p video from within XOrg smoothly

The 1080p examples that work outside of X.Org run very smoothly on my Pi, but within X.Org they don't run very smoothly at all at the moment. Given that X.Org is currently not GPU-accelerated, this is understandable - but with the hardware…
berry120
  • 10,924
  • 10
  • 51
  • 62
15
votes
3 answers

Rebooting the system

I've noticed that rebooting my RPi doesn't work. It just halts and doesn't come back up. To get it back I have to disconnect and reconnect the power. I'm rebooting using the simple command $ sudo reboot This can be a problem for two reasons. If…
Jon Egerton
  • 3,083
  • 2
  • 22
  • 32