TP-Link TL-WN725N version 2 in Raspberry Pi
Version 2 of TP-Link TL-WN725N driver doesn’t come by default in Raspbian so it won’t work by just plug-ining it in. You can compile the driver by yourself (very slow) or just download an already...
View ArticleCompile and install driver for TP-Link TL-WN725N version 2 in Raspbian
This will take quite long… Note: If you don’t want to wait follow the instructions in how to install TP-Link TL-WN725N version 2. git clone https://github.com/liwei/rpi-rtl8188eu.git git clone --depth...
View ArticleInstall Raspbian RAW image into an SD Card in Mac OS X
First download a Raspbian RAW image from here: http://www.raspberrypi.org/downloads Plug-in your SD card into your Mac. Then use diskutil to see the name of the disk device of it: $ diskutil list...
View ArticleMake Raspbian run from an external USB hard drive or USB memory stick
Raspberry Pi can ONLY boot from the SD Card. If you want to use your Raspberry Pi from an external USB hard drive or memory stick, either way have to install Raspbian in an SD Card an boot from it. You...
View ArticleCompile, Install, Configure and make start on boot the noip.com client in...
First sign up for a no-ip account in http://www.noip.com/ and create a hostname for your Raspberry Pi. In your Raspberry Pi download the Linux client from http://www.noip.com/download?page=linux,...
View ArticleFix locale problems in Raspbian
If you get errros like this while running commands on your Raspbian: perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset),...
View ArticleInstall Raspbian RAW image into an SD Card in Linux
First download a Raspbian RAW image from here: http://www.raspberrypi.org/downloads Plug-in your SD card into your PC. Then use df -h to see the name of the disk device of it: $ df -h S.ficheros Tamaño...
View ArticleTP-Link TL-WN725N version 2 in Raspbian 2014-01-07-wheezy-raspbian with...
Thanks to http://www.mendrugox.net I’ve been able to use the TP-Link TL-WN725N version 2 in the latest Raspbian 2014-01-07-wheezy-raspbian with kernel 3.10.25+. This was the procedure: wget -O...
View ArticleConfigure the locale and keyboard layout in Raspbian
I have a keyboard with the spanish layout (with the “ñ” key, etc.) but Raspbian comes by default only with the english locale and keyboard layout. To make my keyboard work correctly I first added the...
View ArticleDisable power management for TL-WN725N (8188eu driver) in Raspbian
If your wifi connections switches off after being connected for some time sometimes it may be fixed by disabling the power management so it never goes to power saving mode. Create the file...
View ArticleInstall script for XBMC in Raspbian
# Install XBMC sudo sh -c "echo 'deb http://archive.mene.za.net/raspbian wheezy contrib' > /etc/apt/sources.list.d/mene.list" sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key 5243CDED...
View ArticleAdd Shutdown option to XBMC in Raspbian
When I installed XBMC in Raspbian I noticed that the shutdown menu only had the “Exit” button, which returned me to the ussual terminal login screen. I want my parents to use this media center so I...
View ArticleLarger fonts for XBMC in Raspbian
Edit the file /usr/share/xbmc/addons/skin.confluence/720p/Font.xml and add the following code inside the <fonts> block: <fontset id="Massive" idloc="31393" unicode="true"> <!-- Normal...
View ArticleDelete backups after rpi-update
After installing rpi-update: sudo apt-get update sudo apt-get install rpi-update And doing an update of the firmware and the kernel with it: sudo rpi-update You can delete the backups done by...
View ArticleUpgrade/Downgrade to a specific firmware-kernel version with rpi-update in...
You can upgrade/downgrade to any revision of Raspbians firmware using rpi-update. For example if you want to install revision 3.10.25+ you should execute this: sudo rpi-update...
View ArticleNew script to compile TP-Link TL-WN725N version 2 lwfinger driver in Raspbian
This script overrides the old “Compile and install driver for TP-Link TL-WN725N version 2 in Raspbian“. I’ve tried it with 3.10.33+ and worked perfectly but it failed for 3.10.24+ (I got the usual...
View ArticleConfigure Raspberry Pi Composite Video Output for old TVs
Raspberry Pi comes with the composite video output configured to NTSC by default and older TVs aren’t able to detect that and change the format to PAL for example. In that case in a PAL TV youl’ll see...
View ArticleFix no video problem in XBMC
Although is recommended using a dedicated media center distribution (raspbmc, openelec or xbian for example) because they come already configured, if you decide to install XBMC on your own in Raspbian...
View ArticleBoost low volume in XBMC
AC3 encoded movies usually have very low volume. To fix this edit the /usr/share/xbmc/system/advancedsettings.xml file and add this audio ac3downmixgain parameter inside the...
View Article