Twizzard
Posts: 4
Joined: Sat Jul 27, 2013 2:00 am

ip-read

Thu Aug 01, 2013 6:22 am

I found an article in the "Raspberry Pi Handbook" that said a tool called "ip-read" could have the Raspberry Pi announce its assigned IP address through the speakers using eSpeak.

I've tried searching the forum for ip-read, and although the tool is mentioned in some posts on headless usage scripts with the Raspberry Pi, the forum search says there are no posts containing the word ip-read.

How do I find and install ip-read on my Raspbian wheezy?

User avatar
bob_binz
Posts: 441
Joined: Thu Feb 02, 2012 7:58 pm
Location: Stockport, UK

Re: ip-read

Thu Aug 01, 2013 8:07 am

This appears to be a script, which you can find details of here: http://www.raspberrypi.org/phpBB3/viewt ... 51&t=44917

At the end of the thread, it points to a link for installation files, but these appear to be RPM (Fedora) so it depends which OS you are using whether it is useful. You could try and install the scripts and dependencies manually, I suppose

sprinkmeier
Posts: 410
Joined: Mon Feb 04, 2013 10:48 am
Contact: Website

Re: ip-read

Thu Aug 01, 2013 9:32 am

quick-and-dirty hack:
$ sudo apt-get install espeak
then insert
sleep 15 ; hostname -I | espeak -s 100
into /etc/rc.local

Return to “Beginners”