Monday, 18 February 2013

18th Feb



The slates start to come off
Posted by Picasa

17th Feb



Looking for the waterpipe to the house
Posted by Picasa

16th Feb


The scaffold goes up
Posted by Picasa

15th Feb


Flower photo
Posted by Picasa

14th Feb



Why can Scouts never cook pancakes? 
Posted by Picasa

13th Feb



New kitchen units in  place
Posted by Picasa

Tuesday, 12 February 2013

12th Feb



Orchids
Posted by Picasa

11th Feb


A night visit to Waddecar
Posted by Picasa

Sunday, 10 February 2013

10th Feb


The view from our window this morning - a typical lakeland morning!
Posted by Picasa

Saturday, 9 February 2013

9th Feb


We had a lovely walk from the hotel to Far Sawrey where we had a drink and the returned via the ferry.
Posted by Picasa

Friday, 8 February 2013

8th Feb


Away this weekend at the Hydro weekend, Cath in our room at the hotel.
Posted by Picasa

Thursday, 7 February 2013

7th Feb



An old pot

Wednesday, 6 February 2013

6th Feb



Sunset

Tuesday, 5 February 2013

5th Feb



Cath

Monday, 4 February 2013

4th Feb

No photo today I'm afraid but I did make a video of Luke. He's explaining why he would make a good hotel inspector.

Sunday, 3 February 2013

3rd Feb



Luke mows the grass
Posted by Picasa

Saturday, 2 February 2013

2nd Feb



Dawn

Friday, 1 February 2013

1st Feb



At last - I'm home from work in the light.

Pi problems..

OK, last night everything was working, the PI was visible to itunes and music played through the TV speakers connected via HDMI.

Unfortunately I made one small change so that sound would come out of the 3.5mm jack and everything stopped. No amount of starting / rebooting or even changing the sound back to HDMI worked. Nothing was to be heard.

Anyway, this time I'm going to try again but using just a single source of information, http://mattshirley.com/adding-airplay-to-an-external-usb-audio-interface/

His approach certainly seems clearer than some of the others.

# Change to our home directory, install all the packages we need.
cd ~ apt-get install build-essential libssl-dev libcrypt-openssl-rsa-perl libao-dev libio-socket-inet6-perl libwww-perl avahi-utils pkg-config git emacs

sudo git clone https://github.com/albertz/shairport.git

cd shairport

sudo make

# Install Net::SDP Perl module 
sudo -s
perl -MCPAN -e 'install Net::SDP'

I decided not to bother with this bit as I don't have a USB soundcard
# Demote the onboard soundcard and allow USB soundcards to become default 
# Add 'options snd_bcm2835=-2' 
# Comment out line 'options snd-usb-audio index=-2' 
nano /etc/modprobe.d/alsa-base.conf 

# Copy the example init script 
cp shairport.init.sample /etc/init.d/shairport 
# Edit the init script to point to Shairport
# NAME=RecordPlayer
# DAEMON="/home/pi/shairport/shairport.pl"

nano /etc/init.d/shairport

sudo update-rc.d shairport defaults
sudo reboot

Let's see what results we get tonight.