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

learn more… | top users | synonyms

2
votes
2answers
1k views

OMXplayer and HDMI audio on the Raspberry Pi

When I try playing video using the command: omxplayer -o hdmi sound will not work unless I also include the -r switch. The only problem with this is when the video is done it leaves a black screen ...
1
vote
2answers
481 views

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 ...
1
vote
1answer
610 views

Help compiling a Linux driver for a TV card stack

I've been trying to get my Raspberry Pi to work with one of two TV Cards that I have available on me. Unfortunately I live in Hong Kong where due to the digital broadcast standard, leaves me with few ...
0
votes
1answer
21 views

Trying to open a browser on startup on my Raspberry Pi

I have Raspbian running on my Raspberry Pi, and I want to have a browser appear when it starts up. I am able to open a Midori window to the right page on start up, but my problem is that I receive a ...
4
votes
0answers
30 views

RasPi - USB microphone locks up

On my RasPi board, Debian Linux, the USB microphone occasionally gets locked up such that nothing can use it. The microphone has a LED which is usually flashing, when it's locked, it turns off. The ...
4
votes
0answers
307 views

Raspberry Pi, serial console, minicom, and gnome-terminal

I'm trying to access my raspberry pi via its serial console on the gpio pins. It's working fine through a USB-3.3v serial dongle. However, there's a problem with long lines and long screens not ...
3
votes
0answers
94 views

How do I mount a Windows folder with cifs on Raspian

I'd like to access the music library from my desktop with my Raspberry Pi, and I'd like to do this via Samba/cifs. I did the following: Set the folder Q:\musik as a shared folder on my Windows ...
3
votes
0answers
241 views

Problems with printer page format in cups

I'm setting up print server for custom thermal printer on Raspberry Pi running Linux Debian and I have a strange problem. If I print a test page it prints OK, same with web page from Firefox, but when ...
2
votes
0answers
45 views

Debian based Raspberry – samba invisible unless I restart

I have a Raspberry Pi running Raspbian along with other computers on the same network. I installed, configured and started samba to share files from my home folder of the Raspberry Pi to my other ...
2
votes
0answers
231 views

Best way to download dropbox folders to raspberry Pi

I'm trying to sync some folders to raspberry Pi. For now, I have a script that gets the dropbox folders using curl that runs every so often using cron (once every hour for most of the folders). I'm ...
1
vote
0answers
11 views

Archlinux Failed to Load Kernel Module (including a few other things that failed) in QEMU - Now I'm in “emergency mode”!

I'm using this guide to set up an ArchLinux distro made for the Raspberry Pi's ARM processor work in QEMU. Everything I've done has worked without a hitch until I actually started up Archlinux in ...
1
vote
0answers
20 views

npm issues with uglify-js

I'm trying to use node.js to run a project on my Raspberry Pi (following this guide: http://blog.donaldderek.com/2013/06/build-your-own-google-tv-using-raspberrypi-nodejs-and-socket-io/ ) and I've run ...
1
vote
0answers
67 views

Raspberry PI wifi network setup: switch adhoc mode if a wired/wifi network is unavailable

I'm using raspbian (debian) and I want the system would be able to always be reachable through the network, without the user needs to manually interact with the system. I'm looking for a solution that ...
1
vote
0answers
31 views

No bluez device after pactl list sources short

I am using pulseaudio on a Raspberry Debian (Wheezy) but my bt-headset(Iqua BHS-611) does not show up in sources or sinks. What I did: I followed the Raspbian Wheezy Installation Guide at: ...
1
vote
0answers
165 views

Mounting external HFS+ device with truecrypt - read only file-system

I´m trying to mount my external HFS+ HDDs on my raspberry pi with raspbian "wheezy". The disks are encrypted with truecrypt so I mount them with the command truecrypt /dev/sda /media/usbdisk/disk1. ...
1
vote
0answers
139 views

avconv/ffmpeg output through /dev/ttyAMA0

I tried to pipe streaming video from video4linux2 webcam connected to a Raspberry Pi through /dev/ttyAMA0 to a computer using an Arduino as a intermediary. First of all, is it possible? Because I was ...
1
vote
0answers
169 views

Wlan0 Static Ip bridge

EDIT: Even taking br0 out, still cannot get a static IP connection. I had the following /etc/network/interfaces configuration and it was working auto lo iface lo inet loopback auto eth0 iface etho ...
1
vote
0answers
3k views

How to change desktop enviroment in Raspbian?

I'm running Raspbian “wheezy”, a Debian based Linux distribution for the Raspberry Pi and I would like to know where I can change the desktop environment that boots with the OS. In particular, how can ...
0
votes
0answers
23 views

Stream Video using Netcat and VLC

I'm trying to use netcat on Linux server to stream video to my windows client using VLC I started running netcat on Linux: cat /media/HD1/myMovie.mkv | nc -l 8668 In VLC Windows Client I tried ...
0
votes
0answers
48 views

Why my raspberry pi can't connect to the wireless network?

I run the command wifi-menu in my archARM system ,and it already found the Wi-Fi hotspot, but the the connection failed. Here's a photo:      note: I use the EDUP EP-N8508GS USB ...
0
votes
0answers
153 views

External Hard-Drive not visible in /media

I cannot seem to ssh into my external Hard-drive on "/media" it used to show up there, but now it doesn't. I have erased the Disk and verified it (on MAC OSX) and it still does not show. I have ...