At Wed, 23 Oct 2002 03:44:03 -0700 (PDT), Shahrokh Yadegari wrote: > > Hi, > > I am new to this list, so I hope I am not asking questions which have > heard many times before. I have tried alsa versions 0.9.0rc4 and rc3 and > in both cases I get the following messages when I try to > "modprobe snd-hdsp": > > /lib/modules/2.4.18-14/kernel/sound/pci/rme9652/snd-hdsp.o: unresolved > symbol snd_rawmidi_receive_R7f441b95 > /lib/modules/2.4.18-14/kernel/sound/pci/rme9652/snd-hdsp.o: unresolved > symbol snd_rawmidi_transmit_empty_R601ff674 > /lib/modules/2.4.18-14/kernel/sound/pci/rme9652/snd-hdsp.o: unresolved > symbol snd_rawmidi_set_ops_R3590b1f7 > /lib/modules/2.4.18-14/kernel/sound/pci/rme9652/snd-hdsp.o: unresolved > symbol snd_rawmidi_new_Rb10e9aca > /lib/modules/2.4.18-14/kernel/sound/pci/rme9652/snd-hdsp.o: unresolved > symbol snd_rawmidi_transmit_Rfc48c153 > /lib/modules/2.4.18-14/kernel/sound/pci/rme9652/snd-hdsp.o: insmod > /lib/modules/2.4.18-14/kernel/sound/pci/rme9652/snd-hdsp.o failed > /lib/modules/2.4.18-14/kernel/sound/pci/rme9652/snd-hdsp.o: insmod > snd-hdsp failed > > I have tried this on RH7.3 and 8.0 running on a Compaq Presario 1510US > laptop with similar results. It seems that snd-rawmidi which is not > getting installed is the problem. Has anybody else seen this problem as > well? I have configured the build as follows: > > ./configure --with-cards=hdsp --with-sequencer=yes; make; make install > > Any help will be greatly appreciated.
the dependency to rawmidi was missing in the entry for hdsp driver. now fixed on cvs. please either update to the cvs version, or run configure without --with-cards option (and you'll have all alsa modules). ciao, Takashi ------------------------------------------------------- This sf.net emial is sponsored by: Influence the future of Java(TM) technology. Join the Java Community Process(SM) (JCP(SM)) program now. http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0002en _______________________________________________ Alsa-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-user
