You are not logged in.

#1 2008-10-16 23:16:47

Mr. X
Member
From: belgrade, serbia
Registered: 2007-02-28
Posts: 67

no sound after changing motherboard

i bought ASUS P5GC-MX a few days ago, and upgraded my configuration over already installed 32bit arch...
now I can't get integrated sound to work...

here's some outputs:

# lspci | grep -i audio
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 01)
# lsmod|grep '^snd'
snd_hda_intel         357048  3 
snd_hwdep               8964  1 snd_hda_intel
snd_seq_oss            31872  0 
snd_seq_midi_event      8192  1 snd_seq_oss
snd_seq                49968  4 snd_seq_oss,snd_seq_midi_event
snd_seq_device          8332  2 snd_seq_oss,snd_seq
snd_intel8x0           30748  0 
snd_ac97_codec         99748  1 snd_intel8x0
snd_pcm_oss            40192  1 
snd_pcm                69636  4 snd_hda_intel,snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd_timer              21384  2 snd_seq,snd_pcm
snd_page_alloc          9608  3 snd_hda_intel,snd_intel8x0,snd_pcm
snd_mixer_oss          16512  2 snd_pcm_oss
snd                    50724  13 snd_hda_intel,snd_hwdep,snd_seq_oss,snd_seq,snd_seq_device,snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_pcm,snd_timer,snd_mixer_oss
# ls -l /dev/snd/
total 0
crw-rw---- 1 root audio 116, 9 2008-10-05 20:21 controlC0
crw-rw---- 1 root audio 116, 8 2008-10-05 20:21 hwC0D0
crw-rw---- 1 root audio 116, 7 2008-10-05 20:21 pcmC0D0c
crw-rw---- 1 root audio 116, 6 2008-10-06 23:58 pcmC0D0p
crw-rw---- 1 root audio 116, 5 2008-10-05 20:21 pcmC0D1c
crw-rw---- 1 root audio 116, 4 2008-10-05 20:21 pcmC0D1p
crw-rw---- 1 root audio 116, 3 2008-10-05 20:21 seq
crw-rw---- 1 root audio 116, 2 2008-10-05 20:21 timer
# aplay /usr/share/sounds/alsa/Front_Center.wav
ALSA lib pcm_dmix.c:1008:(snd_pcm_dmix_open) unable to open slave
aplay: main:583: audio open error: Device or resource busy

... what should I do?

Last edited by Mr. X (2008-10-16 23:17:48)

Offline

#2 2008-10-18 16:49:58

fede
Member
Registered: 2007-06-29
Posts: 126

Re: no sound after changing motherboard

Have you tried running alsaconf as root?

I've had no sound with intel boards before, and alsaconf fixed that.

Offline

#3 2008-10-19 11:39:43

Mr. X
Member
From: belgrade, serbia
Registered: 2007-02-28
Posts: 67

Re: no sound after changing motherboard

hmm, alsaconf says "no legacy drivers are available" but I get this info when starting it:

# alsaconf 
modinfo: could not open /lib/modules/2.6.26-ARCH/modules.dep
modinfo: could not open /lib/modules/2.6.26-ARCH/modules.dep
modinfo: could not open /lib/modules/2.6.26-ARCH/modules.dep

and my kernel version is 2.6.27... o.O

Offline

#4 2008-10-19 12:48:23

handy
Member
From: Oz
Registered: 2008-03-26
Posts: 719

Re: no sound after changing motherboard

How does alsamixer look?


I used to be surprised that I was still surprised by my own stupidity, finding it strangely refreshing.
Well, now I don't find it refreshing.
I'm over it!

Offline

#5 2008-10-19 13:53:38

robertp
Member
From: Warszawa, Poland
Registered: 2007-09-11
Posts: 123

Re: no sound after changing motherboard

Mr. X wrote:
modinfo: could not open /lib/modules/2.6.26-ARCH/modules.dep
modinfo: could not open /lib/modules/2.6.26-ARCH/modules.dep
modinfo: could not open /lib/modules/2.6.26-ARCH/modules.dep

and my kernel version is 2.6.27... o.O

Run depmod as root to solve this problem.

Offline

Board footer

Powered by FluxBB