Page 1 of 1

Sound Problem

Posted: 18 Jul 2016 08:32
by atipp
current openbox 32bit

Moved partition from one hard drive to another. Then run gslapt upgrades and somehow
something is amiss in sound.

Code: Select all

aplay -q ~/sound/growl.wav
ALSA lib dlmisc.c:254:(snd1_dlobj_cache_get) Cannot open shared library /usr/lib/alsa-lib/libasound_module_pcm_pulse.so
aplay: main:786: audio open error: No such device or address

Code: Select all

amixer
ALSA lib dlmisc.c:254:(snd1_dlobj_cache_get) Cannot open shared library /usr/lib/alsa-lib/libasound_module_ctl_pulse.so
amixer: Mixer attach default error: No such device or address
How to fix?

Sound in applications such as firefox, skype, whaaw is playing fine.

Re: Sound Problem

Posted: 18 Jul 2016 16:21
by djemos
Be sure you have alsa-plugins alsa-lib packages or reinstall them. Also upgrade slapt-get since slackel after salix 14.2 is sync with 14.2 salix repos.

Code: Select all

sudo slapt-get -u
sudo slapt-get -i slapt-get 
sudo slapt-get -u
sudo slapt-get -i alsa-plugins alsa-lib
sudo slapt-get --upgrade
Also pulseaudio need to installed.
I have also pulseaudio and alsa running at start up.
sudo service start pulseaudio
sudo service start alsa

Re: Sound Problem

Posted: 19 Jul 2016 11:37
by atipp
Thanks!
Mission accomplished. :D