Sound Problem

You have a problem with Slackel? Post here and we'll do what we can to help.
Post Reply
atipp
Posts: 42
Joined: 04 May 2016 03:02

Sound Problem

Post 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.
djemos
Site Admin
Posts: 676
Joined: 15 Apr 2016 06:03

Re: Sound Problem

Post 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
atipp
Posts: 42
Joined: 04 May 2016 03:02

Re: Sound Problem

Post by atipp »

Thanks!
Mission accomplished. :D
Post Reply