Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 298 Bytes

PISetupTips.md

File metadata and controls

14 lines (14 loc) · 298 Bytes

How to enable the PI to 'talk' from commond line?

  • Enable audio output to the analog headphone jack
amixer cset numid=3 1
  • Install package to enable 'say' command
apt-get update
apt-get install gnustep-gui-runtim
  • Say something fromt he command line
say "hello world"