You are not logged in.

#1 2009-10-27 15:17:51

Nando
Member
From: Belgium
Registered: 2006-03-04
Posts: 14

[Fixed]alsa not working

My sound is working, but I'm only able to use one applications that plays music instead of multiple. I can play sound with amarok, but not able to listen to youtube with Firefox. My alsa is simply not working. I don't have sound in sauerbraten (though I have libsdl_image and libsd_mixer). As you can see the name of the Linux kernel module is snd_hda_intel.

1 root@linuxlaptop $ ls -l /sys/module/snd/holders
totaal 0                                          
lrwxrwxrwx 1 root root 0 okt 27 15:46 snd_hda_codec -> ../../snd_hda_codec                                                      
lrwxrwxrwx 1 root root 0 okt 27 15:46 snd_hda_codec_realtek -> ../../snd_hda_codec_realtek                                      
lrwxrwxrwx 1 root root 0 okt 27 15:46 snd_hda_intel -> ../../snd_hda_intel                                                      
lrwxrwxrwx 1 root root 0 okt 27 15:46 snd_hwdep -> ../../snd_hwdep                                                              
lrwxrwxrwx 1 root root 0 okt 27 15:46 snd_mixer_oss -> ../../snd_mixer_oss                                                      
lrwxrwxrwx 1 root root 0 okt 27 15:46 snd_pcm -> ../../snd_pcm
lrwxrwxrwx 1 root root 0 okt 27 15:46 snd_pcm_oss -> ../../snd_pcm_oss
lrwxrwxrwx 1 root root 0 okt 27 15:46 snd_seq -> ../../snd_seq
lrwxrwxrwx 1 root root 0 okt 27 15:46 snd_seq_device -> ../../snd_seq_device
lrwxrwxrwx 1 root root 0 okt 27 15:46 snd_seq_oss -> ../../snd_seq_oss
lrwxrwxrwx 1 root root 0 okt 27 15:46 snd_timer -> ../../snd_timer

This is my /etc/modprobe.d/sound file, modified by running alsaconf:

7 root@linuxlaptop $ cat /etc/modprobe.d/sound
alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd-hda-intel

As you can see I have alsa and I changed my DAEMONS and MODULES array in my /etc/rc.conf file:
I've obtainted alsa with pacman.

8 root@linuxlaptop $ pacman -Q | grep alsa
alsa-lib 1.0.21.a-1
alsa-oss 1.0.17-1
alsa-plugins 1.0.21-1
alsa-utils 1.0.21-1
11 root@linuxlaptop $ cat /etc/rc.conf | grep DAEMONS
# DAEMONS
DAEMONS=(syslog-ng network netfs crond hal alsa cups kdm)
12 root@linuxlaptop $ cat /etc/rc.conf | grep MODULES
MODULES=(iwlcore snd_hda_intel snd-mixer-oss snd-seq-oss snd-pcm-oss)

I added myself with gpasswd -a to the sound group.

I've noticed noticed my HDMI output is not working.

Here are my playback devices:

2 pieterjan@linuxlaptop $ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: ALC888 Analog [ALC888 Analog]                                                              
  Subdevices: 1/1                                               
  Subdevice #0: subdevice #0                                    
card 0: Intel [HDA Intel], device 1: ALC888 Digital [ALC888 Digital]                                                            
  Subdevices: 1/1                                               
  Subdevice #0: subdevice #0                                    
card 0: Intel [HDA Intel], device 3: NVIDIA HDMI [NVIDIA HDMI]  
  Subdevices: 1/1                                               
  Subdevice #0: subdevice #0

Unfortunately I don't hear anything when I execute aplay -D plughw:0,3 /usr/share/sounds/alsa/Noise.wav

Here are some screenshots of my volume control:

volcon1.jpg

volcon2.jpg

volcon3.jpg

Can anybody help me? Thanks.

Last edited by Nando (2009-10-28 07:11:35)

Offline

#2 2009-10-27 17:12:13

Nando
Member
From: Belgium
Registered: 2006-03-04
Posts: 14

Re: [Fixed]alsa not working

I fixed the issue by removing /etc/asound.conf wink

Offline

#3 2009-10-27 19:08:03

MindTooth
Member
From: Norway
Registered: 2008-11-11
Posts: 331

Re: [Fixed]alsa not working

Good news smile Please add [Fixed] to your topic.

Birger smile

Offline

Board footer

Powered by FluxBB