Tiny Core Linux

Tiny Core Extensions => TCE Talk => Topic started by: merlin on January 02, 2010, 12:02:15 PM

Title: sound on tinycore
Post by: merlin on January 02, 2010, 12:02:15 PM
If your sound card is not recognized by tiny core linux, how do you get it recognized?
Title: Re: sound on tinycore
Post by: gerald_clark on January 02, 2010, 12:43:08 PM
Look for an extension that contains the module you need.
Title: Re: sound on tinycore
Post by: bmarkus on January 02, 2010, 12:44:28 PM
If your sound card is not recognized by tiny core linux, how do you get it recognized?

Sound card is not recognized by TC but the relevant extension, ALSA or OSS. Which one you have tried?
Title: Re: sound on tinycore
Post by: merlin on January 02, 2010, 01:04:44 PM
I have not tried ALSA or OSS.  Doesn't the sound card have to be recognized and the module loaded before these are relevant or can be used?
Title: Re: sound on tinycore
Post by: Jason W on January 02, 2010, 01:35:45 PM
Alsa or OSS extensions contain the modules that will recognize the card.
Title: Re: sound on tinycore
Post by: bmarkus on January 02, 2010, 01:41:24 PM
I have not tried ALSA or OSS.  Doesn't the sound card have to be recognized and the module loaded before these are relevant or can be used?

No. When you install TC, there are no sound subsystem supported, you have to install ALSA or OSS to get sound working. You can start with Alsa. Then set volume and unmute. Issue following commands in a terminal as root:

Quote
amixer set Master unmute
amixer set Master 80%
To test, use:

Quote
speaker-test -c 2

You will hear (hopefully) a noise from the speakers.
Title: Re: sound on tinycore
Post by: merlin on January 02, 2010, 10:33:05 PM
Thanks for the information.  I downloaded alsa and ran alsaconf.  It recognized my sound card and configured it and indicated that sound levels were ready to be controlled by a sound mixer.  I got nowhere with the amixer commands.  I could not figure out the commands and the labels used by amixer, so I download sgmixer and adjusted the volume labeled pcm, not sure what pcm stands for, and then I got sound from the speakers using the speaker-test -c 2 command.  So it works, but how it works seems a bit mysterious.
Title: Re: sound on tinycore
Post by: jur on January 03, 2010, 01:42:59 AM
type alsamixer, then you get a curses-version of a mixer that may be helpful.
Title: Re: sound on tinycore
Post by: merlin on January 03, 2010, 01:59:52 PM
Aah, yes, thank you.  Alsamixer is a very nice mixer that works very well and is easy to use.