How to enable the sound via audio cable on raspberry pi running on FullPageOS?

Viewed 8

I’m using a raspberry pi to display my geckoboard dashboard on TV but there is no sound. Any help will be appreciated.

1 Answers

Go to raspi-config (sudo raspi-config) using your terminal.

  1. System Options (1 for now)
  2. Audio then option 1 (for audio jack)

Check out the Raspberry pi Documentation for more infos.

Related