Category: RaspberryPi

  • Install Raspbmc media center on RaspberryPi

    Eventhoug I am happy with xbian , was just trying Raspbmc as well 🙂 Raspbmc  media center for the Raspberry Pi and is based on Raspbian and XBMC. All credits go to Sam Nazarko, Thanks for excellent work. Reference: http://www.raspbmc.com/, You may use XPi Installer instead of the following method, http://www.xbmchub.com/blog/2012/11/02/installing-xbian-to-raspberry-pi-from-mac/ Install raspbmc on SDcard…

  • Configure static IP on Raspberry Pi

    Some access points does not deliver DHCP to the raspberrypi. You could assign the IP statically as follows: Edit the /etc/network/interfaces file Comment out the following lines. > #allow-hotplug wlan0 > #wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf > #iface eth0 inet manual Add following configs. auto lo iface eth0 inet dhcp auto wlan0 iface wlan0 inet static address x.x.x.x…