You are not logged in.
Pages: 1
Hello, i've just install alsa and install everything as i read <a href="http://wiki.archlinux.org/index.php/ALSA_Setup">here</a> and everything seems to work fine, but still i can't here anything...
This is my card: ALSA(sound): Creative Labs|Sound Blaster AudioPCI64V/AudioPCI128 module: snd-ens1371.
My modprobe.conf:
# --- BEGIN: Generated by ALSACONF, do not edit. ---
# --- ALSACONF version 1.0.9a ---
alias snd-card-0 snd-ens1371
alias sound-slot-0 snd-ens1371
# --- END: Generated by ALSACONF, do not edit. ---
My rc.conf:
MODULES=(snd-ens1371 snd-pcm-oss)
My modules:
[root@arch ~]# lsmod
Module Size Used by
snd_pcm_oss 49536 0
snd_mixer_oss 17408 1 snd_pcm_oss
snd_ens1371 19620 2
snd_rawmidi 20736 1 snd_ens1371
snd_seq_device 6732 1 snd_rawmidi
snd_ac97_codec 83356 1 snd_ens1371
snd_pcm 83496 3 snd_pcm_oss,snd_ens1371,snd_ac97_codec
snd_timer 22020 1 snd_pcm
snd 45412 12 snd_pcm_oss,snd_mixer_oss,snd_ens1371,snd_rawmidi,snd_seq_device,snd_ac97_codec,snd_pcm,snd_timer
soundcore 7456 1 snd
snd_page_alloc 8360 1 snd_pcm
Any ideas?
Thanks Advanced!
Yogev.
Offline
Alsamixer settings?
Offline
Wha?!?
I've unmuted the sound and the volume is 100%(XFCE4-MIXER).
Yogev.
Offline
don't forget to store settings with:
alsactl store
oz
Offline
That wiki covered everything....
did you look up this module at alsa or did you let hotplug choose it? Try both ways, if you haven't already.
Offline
#alsaconf
#alsamixer
#alsactl store
then add 'alsa' in your rc.conf daemon list:
DAEMONS=(... alsa)
Offline
Pages: 1