You are not logged in.

#1 2009-03-14 14:35:24

mahan_h
Member
Registered: 2009-03-11
Posts: 53

[SOLVED] Sound Installation Problem

Following the exact instructions in "Beginners Guide", I added a user by:

# useradd -m -G users,audio,lp,optical,storage,video,wheel,power -s /bin/bash mahan
# passwd mahan
# visudo

and added
mahan   ALL=(ALL) ALL

in /etc/modprobe.conf added:
options snd-pcsp index=2

# pacman -S alsa-utils
# pacman -S alsa-oss

but after a restart an adjusting the volume in alsamixer an trying to play the wav file by:
aplay /usr/share/sounds/alsa/Front_Center.wav

no sound came out of speakers but I got the following result:
Playing WAVE : `/usr/share/sounds/alsa/Front_Center.wav` Signed 16 bit Little Endian, Rate 48000 Hz, Mono

Please Tell me what's going on.
Regards

Last edited by mahan_h (2009-03-14 16:59:28)

Offline

#2 2009-03-14 14:43:08

lukrop
Member
From: /at/vienna
Registered: 2008-01-30
Posts: 27
Website

Re: [SOLVED] Sound Installation Problem

What's the output of

lsmod | grep snd-pcscp

?

I had to blacklist the module (snd-pcscp) in /etc/rc.conf.

Offline

#3 2009-03-14 15:13:09

mahan_h
Member
Registered: 2009-03-11
Posts: 53

Re: [SOLVED] Sound Installation Problem

What's the output of
Code:
lsmod | grep snd-pcscp
?
I had to blacklist the module (snd-pcscp) in /etc/rc.conf.

it's actually lsmod | grep snd-pcsp which had no result
black listing the snd_pcsp did not help as well

Thanx Anyway

Offline

#4 2009-03-14 16:58:48

mahan_h
Member
Registered: 2009-03-11
Posts: 53

Re: [SOLVED] Sound Installation Problem

I figured it out

# alsaconf
# alsactl store

in the /etc/rc.local added the:
alsactl restore

Offline

#5 2009-03-14 18:44:29

lukrop
Member
From: /at/vienna
Registered: 2008-01-30
Posts: 27
Website

Re: [SOLVED] Sound Installation Problem

well, the more beautiful solution is to add "alsa" to the DAEMONS string in /etc/rc.conf smile

Offline

Board footer

Powered by FluxBB