WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: sound on tinycore  (Read 4161 times)

Offline merlin

  • Newbie
  • *
  • Posts: 9
sound on tinycore
« 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?

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: sound on tinycore
« Reply #1 on: January 02, 2010, 12:43:08 PM »
Look for an extension that contains the module you need.

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: sound on tinycore
« Reply #2 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?
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline merlin

  • Newbie
  • *
  • Posts: 9
Re: sound on tinycore
« Reply #3 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?

Offline Jason W

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 9730
Re: sound on tinycore
« Reply #4 on: January 02, 2010, 01:35:45 PM »
Alsa or OSS extensions contain the modules that will recognize the card.

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: sound on tinycore
« Reply #5 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.
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline merlin

  • Newbie
  • *
  • Posts: 9
Re: sound on tinycore
« Reply #6 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.

Offline jur

  • Hero Member
  • *****
  • Posts: 863
    • cycling photo essays
Re: sound on tinycore
« Reply #7 on: January 03, 2010, 01:42:59 AM »
type alsamixer, then you get a curses-version of a mixer that may be helpful.

Offline merlin

  • Newbie
  • *
  • Posts: 9
Re: sound on tinycore
« Reply #8 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.