Le Fri, 26 Jun 2009 09:42:09 -0300,
Murilo Opsfelder Araújo <mopsfel...@gmail.com> a écrit :

> Hi,
> 
> I'm facing problems with my soundcard. I believe the hardware is being
> recognized but not properly configured.
> 
> # lspci -v | grep -i audio
> 00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio
> Controller (rev 02)
> 
> I downloaded and installed the latest alsa-driver [1] sources today:
> 
> # cd alsa-driver-1.0.20
> # ./configure --with-cards=hda-intel --with-redhat=yes --with-sequencer=yes
> # make
> # make install
> 
> "/sbin/depmod -a 2.6.18-128.1.6.el5" has run by last "make install" command.
> 
> After that, I tried
> 
> # modprobe snd-hda-intel

Why not
# /etc/init.d/alsasound restart

> FATAL: Error inserting snd_hda_intel
> (/lib/modules/2.6.18-128.1.6.el5/updates/snd-hda-intel.ko): Unknown
> symbol in module, or unknown parameter (see dmesg)

Look like it is a conflict between in-kernel alsa modules and modules from
alsa-driver. You cannot have both with the same kernel.

> 
> Here [2] is the dmesg output.
> 
> My Linux version:
> 
> # uname -a
> Linux myhostname 2.6.18-128.1.6.el5 #1 SMP Tue Mar 24 12:10:27 EDT
> 2009 i686 i686 i386 GNU/Linux
> 
> Is there any other information should I provide? I'll appreciate any help.
> 
> Thanks in advance.
> 
> [1] ftp://ftp.alsa-project.org/pub/driver/alsa-driver-1.0.20.tar.bz2
> [2] http://pastebin.com/m5ff7fe82
> 

------------------------------------------------------------------------------
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to