Skip to content

Instantly share code, notes, and snippets.

@jd-boyd
Created January 23, 2019 18:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jd-boyd/1b56aab752b5570f7dcde0de51a5faa3 to your computer and use it in GitHub Desktop.
Save jd-boyd/1b56aab752b5570f7dcde0de51a5faa3 to your computer and use it in GitHub Desktop.
gcompris on rpi working notes
First starting from the october release of raspbian (because I didn't want to wait for the november download):
Update raspi-config using its built in menu option.
Use Raspi-config to force audio to 3.5mm jack (advanced menu, audio, then force 3.5mm).
Test headphone jack is working with noisy webpage in web browser.
use raspi-config to expand file system to fill flash card.
sudo apt update
sudo apt upgrade
reboot
Download the rpi package of gcompris from their website.
install gcompris
sudo apt install pulseaudio libpulse-mainloop-glib0 pavucontrol
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment