Page 1 of 1

jasper ' s audio hello

Posted: Thu Aug 21, 2014 7:39 am
by gepee
i mount jasper image file onto a sd card
git clone https://github.com/jasperproject/jasper-client.git jasper
Jasper requires various Python libraries that we can install in one line with:

sudo pip install --upgrade setuptools
sudo pip install -r jasper/client/requirements.txt
Run crontab -e, then add the following line, if it’s not there already:

@reboot /home/pi/jasper/boot/boot.sh;
Set permissions inside the home directory:

sudo chmod 777 -R *
Restart your Raspberry Pi
then i supposed to here hello but i didnt

Re: jasper ' s audio hello

Posted: Wed Sep 24, 2014 5:13 am
by justwilliambrown
I know this sounds simplistic, but are your speakers plugged in? Are they turned on?