WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Make sound work in piCore64.  (Read 24 times)

Offline meo

  • Hero Member
  • *****
  • Posts: 739
Make sound work in piCore64.
« on: Today at 07:00:59 AM »
Hi al TC users!

Now I only use TC on Raspberry Pi 4 and 5 but I can't get the sound to work. I have looked around but I haven't found a HOWTO or similar when it comes to the sound. I can get a video to work but without sound. Any help in this matter would be greatly appreciated.

Kind Greetings,
meo
"All that is very well," answered Candide, "but let us cultivate our garden." - Francois-Marie Arouet Voltaire

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 12932
Re: Make sound work in piCore64.
« Reply #1 on: Today at 08:39:58 AM »
Hi meo
What steps did you take to enable sound?
Did you install  alsa.tcz ?
Did you install  alsa-utils.tcz ?
Do you have speakers connected and turned on?

Online patrikg

  • Wiki Author
  • Hero Member
  • *****
  • Posts: 859
Re: Make sound work in piCore64.
« Reply #2 on: Today at 09:03:30 AM »
Command line command:
Can you test easy with.
Code: [Select]
speaker-test -c 2 -t wav
And if you using raspberry pi, you have three ways of outputting sound, to the 3.5mm jack, and hdmi and bluetooth via bluetoothd & bluealsa

You can also use
Code: [Select]
aplay -L
Or
Code: [Select]
aplay -l
To see what devices you can output to.

And you have to change the config.txt to support sound.