F
Fudzy
Guest
http://mybroadband.co.za/vb/showthread.php?t=453443
Please comment if you think a RPi section would be awesome.
Please comment if you think a RPi section would be awesome.
South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
At matrix this weekend for 200 . So I am there to get the logitech kb320 for 400 when I see this. A quick Google says pi supports it. If you want a cheap wireless keyboard mouse combo I can confirm it works beautifully
sudo apt-get update
sudo modprobe snd_bcm2835
# For HDMI sound:
sudo amixer cset numid=3 2
# For 3.5mm jack sound:
sudo amixer cset numid=3 1
sudo apt-get install mpg123
sudo apt-get vlc
sudo nano /etc/asound.conf
# Contents of this file will be:
pcm.!default {
type hw
card 0
}
ctl.!default {
type hw
card 0
}
sudo nano /etc/network/interfaces
#change file, commenting out original setting, as:
#iface eth0 inet dhcp
iface eth0 inet static
address 192.168.1.3
netmask 255.255.255.0
gateway 192.168.1.1
sudo /etc/init.d network stop
sudo /etc/init.d network start
sudo apt-get install tightvncserver
sudo nano /etc/profile
# at the end of this file:
vncserver
sudo chown root /tmp/.X11-unix
sudo chgrp root /tmp/.X11-unix
sudo apt-get hfsplus
sudo apt-get hfsutils
sudo apt-get hfsprogs
cd /media/
mkdir hfsvol
mount -t hfsplus /dev/sda2 hfsvol
Anyone running xbmc on their Pi?
I hear some people have issues with it streaming any file around the 8gb mark and higher
My xstreamer is close to its end and wanna maybe get the Pi as a cheap replacement and also it's size because then i can stick it to the back of my tv.
i am running openelec which is actually xbmc.
normal avi and mp4 plays perfectly.
hd big mkv files stutter a bit.
but i have heard that gets alot better when you overclock a bit.
Got mame limping in. Now to get sound working properly (that'll probably be an HDMI issue). Joystick not so good yet either...
My raspbmc wont boot anymore. This isn't the first time. This stuff is definitely beta, no matter what they say lol. I'm likely to have to reformat the card and reinstall with RC4.
My raspbmc wont boot anymore. This isn't the first time. This stuff is definitely beta, no matter what they say lol. I'm likely to have to reformat the card and reinstall with RC4.