Tiny Core Linux

Tiny Core Extensions => TCE Q&A Forum => Topic started by: OldAdamUser2 on March 05, 2010, 11:23:14 AM

Title: Alsa missing library
Post by: OldAdamUser2 on March 05, 2010, 11:23:14 AM
I've been trying to use espeak, which requires alsa sound. I've got alsa running and espeak works, but the sound volume is very low.

When I try to invoke alsamixer, I get the following:

Quote
tc@box:~$ alsamixer
ALSA lib control.c:874:(snd_ctl_open_conf) Cannot open shared library /usr/local/lib/alsa-lib/libasound_module_ctl_oss.so

alsamixer: function snd_ctl_open failed for default: No such file or directory
Hints appreciated!
When I try the tip/trick for adjusting volume, I get--

Quote
tc@box:~$ amixer set Master 80%
ALSA lib control.c:874:(snd_ctl_open_conf) Cannot open shared library /usr/local/lib/alsa-lib/libasound_module_ctl_oss.so
amixer: Mixer attach default error: No such file or directory
Title: Re: Alsa missing library
Post by: curaga on March 05, 2010, 11:27:33 AM
Those plugins are in the alsa-plugins extension. Though, do you also have OSS loaded at the same time?
Title: Re: Alsa missing library
Post by: OldAdamUser2 on March 05, 2010, 04:53:40 PM
Yes, I have been loading OSS by default. I'll try it without OSS. Thanks. . . . That fixed it!