Hi, 

Here are more informations on my problem to use sound with an
on-board intel card i850. I have moved to kernel-2.4.18 to see if
it would help,  but I am still stuck. 

I have built the sound driver with these options:

 ./configure --with-kernel=/usr/src/linux  
--with-moddir=/lib/modules/2.4.18-3/misc
--with-cards=intel8x0

Here is what I get when I finish to install the driver:

/sbin/depmod -a -F /usr/src/linux//System.map 2.4.18-3
depmod: *** Unresolved symbols in /lib/modules/2.4.18-3/misc/snd-intel8x0.o
make: *** [install-modules] Error 1

If I use modprobe manually to load the sound here is what I get:

[root@localhost dominic]# modprobe snd-intel8x0
/lib/modules/2.4.18-3/misc/snd-intel8x0.o: unresolved symbol 
snd_mpu401_uart_new_Rsmp_5e8e952e
/lib/modules/2.4.18-3/misc/snd-intel8x0.o: insmod 
/lib/modules/2.4.18-3/misc/snd-intel8x0.o failed
/lib/modules/2.4.18-3/misc/snd-intel8x0.o: insmod snd-intel8x0 failed


This is what I have in /var/log/messages:

avr 23 10:22:04 localhost alsasound: Starting sound driver: snd-intel8x0 
avr 23 10:22:05 localhost alsasound: done
avr 23 10:22:05 localhost alsasound: /lib/modules/2.4.18-3/misc/snd-intel8x0.o: 
unresolved symbol snd_mpu401_uart_new_Rsmp_5e8e952e
avr 23 10:22:05 localhost alsasound: /lib/modules/2.4.18-3/misc/snd-intel8x0.o: insmod 
/lib/modules/2.4.18-3/misc/snd-intel8x0.o failed
avr 23 10:22:05 localhost alsasound: /lib/modules/2.4.18-3/misc/snd-intel8x0.o: insmod 
snd-intel8x0 failed
avr 23 10:22:05 localhost rc: Starting alsasound:  succeeded


This is my /etc/modules.conf file:

alias usb-controller usb-uhci
alias eth0 tulip
alias block-major-11 sr_mod
alias parport_lowlevel parport_pc
pre-install plip modprobe parport_pc ; echo 7 > /proc/parport/0/irq
pre-install pcmcia_core /etc/rc.d/init.d/pcmcia start
alias char-major-116 snd
options snd snd_major=116 snd_cards_limit=1
alias snd-card-0 snd-intel8x0
#options snd-card-intel8x0 snd_index=0 snd_id="Intel"
options snd-intel8x0 snd_index=0 snd_id="Intel"
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss

Any ideas?

Thanks for your help.

Dominic.








_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to