14/02/2011


Status




Last updated on 03/10/2017 22:22 by Matthieu Guenebaud
Install Squeezeplug

Download the latest Squeezeplug image at:

Plug the SD card to the computer, and type:

sudo fdisk -l

Check the mount point:

umount /dev/sdb1
sudo dd bs=4M if=squeezeplug_rpi_700.img of=/dev/sdb
sudo sync

Now, plug the SD card to the Raspberry PI, plugin the network cable, a keyboard and the HDMI cable.

Power on the Raspberry PI.

Configure SqueezePlug

Login in the console invite with the default password:

squeezeplug login: root
Password: nosoup4u

Follow the displayed instructions to update the system.

Then use the menu to extend the disk space in order to use the full space available on the SD card.

Configure NAS network access

Type in the Raspberry PI console:

sudo vi /etc/fstab

Then add at the end of the file the following lines:

# Add Buffalo NAS HDD mount
//192.168.0.100/Musique /mnt/nfs/Musique cifs username=XXXXXX,password=XXXXXX,rw,iocharset=utf8,file_mode=0777,dir_mode=0777,_netdev 0 0

Reload the configuration with:

sudo mount -a
Shutdown Raspberry PI

Type:

sudo poweroff