You are not logged in.

#1 2011-06-19 04:17:59

weregarurumonx
Member
Registered: 2010-07-09
Posts: 13

[SOLVED] ALSA not working

Hello guys. I just uninstalled JACK from my system. Currently, I cannot run ALSA properly. speaker-test gives the following:

[shippou@archlinux ~]$ speaker-test 

speaker-test 1.0.24.2

Playback device is default
Stream parameters are 48000Hz, S16_LE, 1 channels
Using 16 octaves of pink noise
ALSA lib dlmisc.c:236:(snd1_dlobj_cache_get) Cannot open shared library /usr/lib/alsa-lib/libasound_module_pcm_equal.so
Playback open error: -6,No such device or address
[shippou@archlinux ~]$ 

I have followed the ALSA Arch wiki entry (https://wiki.archlinux.org/index.php/Ad … chitecture), and also rewrote /etc/asound.conf. It now looks like this:

[shippou@archlinux ~]$  cat /etc/asound.conf 
ctl.equal {
 type equal;
}

pcm.plugequal {
  type equal;
  # Modify the line below if you don't
  # want to use sound card 0.
  #slave.pcm "plughw:0,0";
  #by default we want to play from more sources at time:
  slave.pcm "plug:dmix";
}
#pcm.equal {
  # Or if you want the equalizer to be your
  # default soundcard uncomment the following
  # line and comment the above line.
pcm.!default {
  type plug;
  slave.pcm plugequal;
}

I also reinstalled the kernel. What am I doing wrong?

BTW, I am running the 64-bit version of Arch.

Advanced thanks for any help.

Last edited by weregarurumonx (2011-06-19 04:37:24)

Offline

#2 2011-06-19 04:36:27

weregarurumonx
Member
Registered: 2010-07-09
Posts: 13

Re: [SOLVED] ALSA not working

Solved. I just removed /etc/asound.conf. Sorry for the fuss.

Offline

Board footer

Powered by FluxBB