You are not logged in.

#1 2009-07-23 11:59:44

scottalorda
Member
Registered: 2009-07-13
Posts: 4

Alsa apparently configured, but absolutely no sound

Hi all,
I've just installed and upgraded Arch Linux 2009-02 on my Toshiba laptop.
I've followed exactly the instructions for installing alsa. But I didn't manage to hear a sound.

the lspci command gives me that:

[root@myhost ~]# lspci | grep Multimedia
00:1e.2 Multimedia audio controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller (rev 03)

the lsmod command gives me that:

[root@myhost ~]# lsmod | grep '^snd'
snd_seq_dummy           2696  0
snd_seq_oss            31168  0
snd_seq_midi_event      7012  1 snd_seq_oss
snd_seq                53712  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device          6768  3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_intel8x0           30592  2
snd_pcm_oss            40352  0
snd_mixer_oss          17540  1 snd_pcm_oss
snd_intel8x0m          14192  0
snd_ac97_codec        106088  2 snd_intel8x0,snd_intel8x0m
snd_pcm                73896  4 snd_intel8x0,snd_pcm_oss,snd_intel8x0m,snd_ac97_codec
snd_timer              21068  2 snd_seq,snd_pcm
snd                    58436  14 snd_seq_oss,snd_seq,snd_seq_device,snd_intel8x0,snd_pcm_oss,snd_mixer_oss,snd_intel8x0m,snd_ac97_codec,snd_pcm,snd_timer
snd_page_alloc          8844  3 snd_intel8x0,snd_intel8x0m,snd_pcm

I run alsa on startup putting him in the rc.conf file.
If I run ls -l /dev/snd I obtains:

[root@myhost ~]# ls -l /dev/snd
total 0
crw-rw---- 1 root audio 116, 13 Jul 23 13:29 controlC0
crw-rw---- 1 root audio 116,  5 Jul 23 13:29 controlC1
crw-rw---- 1 root audio 116, 12 Jul 23 13:38 pcmC0D0c
crw-rw---- 1 root audio 116, 11 Jul 23 13:38 pcmC0D0p
crw-rw---- 1 root audio 116, 10 Jul 23 13:29 pcmC0D1c
crw-rw---- 1 root audio 116,  9 Jul 23 13:29 pcmC0D2c
crw-rw---- 1 root audio 116,  8 Jul 23 13:29 pcmC0D3c
crw-rw---- 1 root audio 116,  7 Jul 23 13:38 pcmC0D4p
crw-rw---- 1 root audio 116,  4 Jul 23 13:30 pcmC1D0c
crw-rw---- 1 root audio 116,  3 Jul 23 13:30 pcmC1D0p
crw-rw---- 1 root audio 116,  6 Jul 23 13:29 seq
crw-rw---- 1 root audio 116,  2 Jul 23 13:29 timer

I unmute all of the channels with alsamixer, but I didn't hear anything on both cases:
echo 1 > /dev/dsp
or using aplay commands followed with a wav filename.
I didn't get any error neither in the /var/log/everything file or in the stderr when I run alsa commands.

If someone as a clue.
Thanks in advance.

Sebastien

Offline

#2 2009-07-23 13:13:37

RaisedFist
Member
From: Romania
Registered: 2007-01-30
Posts: 556
Website

Re: Alsa apparently configured, but absolutely no sound

have you unmuted the channels? check the wiki

Offline

#3 2009-07-23 13:19:04

scottalorda
Member
Registered: 2009-07-13
Posts: 4

Re: Alsa apparently configured, but absolutely no sound

Of course I have unmutted the channels and apply the entire wiki without result.

The most revolting is if I boot on my WinXP partition, it works perfectly (so it cannot be a hardware problem).

I boot in runlevel 3 to avoid problem eventually caused by gnome.

I use sox to play a wav file : visually it seems to work, but I didn't hear anything even in the headphone.

Offline

#4 2009-07-23 14:08:34

scottalorda
Member
Registered: 2009-07-13
Posts: 4

Re: Alsa apparently configured, but absolutely no sound

Some news,

I don't know how I've done, but, after reboot, I manage to hear .wav file in gnome startup and using aplay commandline.

But I didn't manage to have cd or mp3

Offline

Board footer

Powered by FluxBB