In an effort to to fix the problem I replaced the kernel-desktop for kernel-default. Now uname -a gives me: linux-5xhd:/home/daniel # uname -a Linux linux-5xhd 2.6.31.5-0.1-default #1 SMP 2009-10-26 15:49:03 +0100 i686 i686 i386 GNU/Linux And the output of ls -l /lib/modules/2.6.31.5-0.1-default/kernel/sound/core/ is linux-5xhd:/home/daniel # ls -l /lib/modules/2.6.31.5-0.1-default/kernel/sound/core/ total 360 drwxr-xr-x 2 root root 4096 nov 19 18:31 oss drwxr-xr-x 3 root root 4096 nov 19 18:31 seq -rw-r--r-- 1 root root 6544 oct 27 06:13 snd-hrtimer.ko -rw-r--r-- 1 root root 15328 oct 27 06:13 snd-hwdep.ko -rw-r--r-- 1 root root 98072 oct 27 06:13 snd.ko -rw-r--r-- 1 root root 16964 oct 27 06:13 snd-page-alloc.ko -rw-r--r-- 1 root root 125508 oct 27 06:13 snd-pcm.ko -rw-r--r-- 1 root root 39188 oct 27 06:13 snd-rawmidi.ko -rw-r--r-- 1 root root 40228 oct 27 06:13 snd-timer.ko I'm also able to run rcalsasound restart successfuly: linux-5xhd:/home/daniel # rcalsasound restart Shutting down sound driver done Starting sound driver: hda-intel done But I still can't get any sound output at all. 2009/11/19 Don Raboud <don.raboud@ualberta.ca>:
On Thursday 19 November 2009 03:36:14 pm Daniel Antonio Peraza Cedrez wrote:
2009/11/19 Don Raboud <don.raboud@ualberta.ca>:
On Thursday 19 November 2009 01:21:45 pm Daniel Antonio Peraza Cedrez wrote:
I don't have a /proc/asound directory. I tried to follow the other steps in the guide, but without success. I don't have a /etc/modprobe.d/sound file either, but I do have a 50-sound.conf file, which looks like this (I tried to put it exactly as appeared in the guide) :
options snd-hda-intel model=6stack-dig enable=1 index=0 # u1Nb.ARy7XZavRKE:82801G (ICH7 Family) High Definition Audio Controller alias snd-card-0 snd-hda-intel
When I try to restart the sound system, I got the following output:
linux-5xhd:/etc/modprobe.d # rcalsasound restart Starting sound driver: hda-intelWARNING: Could not open '/lib/modules/2.6.31.5-0.1-desktop/kernel/sound/core/snd-page-alloc.ko': No such file or directory
< snip more similar warnings >
failed
What kernel are you running (uname -a)? On my (very different) system
$rpm -q --whatprovides "/lib/modules/2.6.31.5-0.1-desktop/kernel/sound/core/snd-page-alloc.ko" kernel-desktop-2.6.31.5-0.1.1.x86_64
uname -a gives me:
Linux linux-5xhd 2.6.31.5-0.1-desktop #1 SMP PREEMPT 2009-10-26 15:49:03 +0100 i686 i686 i386 GNU/Linux
kernel-desktop-2.6.31.5-0.1.1.i586
And rpm -q gives me:
linux-5xhd:/home/daniel # rpm -q --whatprovides "/lib/modules/2.6.31.5-0.1-desktop/kernel/sound/core/snd-page-alloc.ko" kernel-desktop-2.6.31.5-0.1.1.i586
Should I boot this kernel to fix the problem?
I don't think that would hurt (and might help) but uname says you are already running that kernel. The right kernel package is installed, but modprobe can't find those kernel modules. Are they actually there? What is the output of
ls -l /lib/modules/2.6.31.5-0.1-desktop/kernel/sound/core/
-- Don -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org