SliTaz SliTaz Forum

You are not logged in.

#1 2017-04-12 21:25:12

Ernst
Member
Registered: 2012-07-28
Posts: 35

Slitaz 5 - Futro S900 - Sound

Hello all,

I have a Futro S900 and installed Slitaz 5 (assume it would be for 4 the same) - everything worked fine but I got no sound / mic on my headset / speaker.

To make a long story short:

The Futro S900 has an DVI display port (I'm using ...) and an HDMI display port - therefore it has 2 soundcards ...

$ aplay -l

shows this and gives you the numbers / names of the cards.

Unfortunately it seems that using Slitaz always the HDMI-card is used as default = card0

As I have only one user on this Futro I changed the default sound card by creating a file

~/.asoundrc

with following contents:

pcm.!default {

    type hw

    card SB

}

ctl.!default {

    type hw

    card SB

}

"SB" is the name of the 2nd sound card - to write "card 1" would have had the same effect.

Now everything is working fine ... (haven't tested Skype until now - lol)

Thanks to: https://wiki.archlinux.org/index.php/Advanced_Linux_Sound_Architecture#Set_the_default_sound_card

-> there you find further details.

I thought I post this here and it might help someone else sitting in silence.

Regards - Ernst

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.020 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]