I installed alsa-driver 0.9.0rc2 from source on a Mandrake Linux 8.2 
with kernel 2.4.18-8.1mdk installed, following this way:

- remove kernel OSS and ALSA sound modules from /lib/modules/2.4.18-8.1mdk;
- unpack the source file, cd to the directory;
- ./configure --with=oss=yes --with-sequencer=yes
- make ; make install
- depmod -a
- Edit the /etc/modules.conf to include:

# ALSA portion
alias char-major-116 snd
# OSS/Free portion
alias char-major-14 soundcore
# options snd snd_major=116 snd_cards_limit=1 snd_device_mode=0660 
snd_device_gid=29 snd_device_uid=0
alias snd-card-0 snd-emu10k1
alias snd-synth-midi snd-seq-midi
alias snd-seq-midi snd-seq-emu10k1
alias sound-slot-0 snd-card-0
# OSS/Free portion - card #1
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
post-install snd-synth-emu10k1 /bin/sfxload /etc/midi/8mbgmsfx.sf2

It compiled without any errors, but when I tried to start the alsa 
service with

service alsa start

it failed miserabily with unresolved symbol messages, as depicted here:

[root@localhost src]# service alsa start
Starting ALSA version 
none:/lib/modules/2.4.18-8.1mdk/kernel/sound/acore/snd.o: unresolved 
symbol register_sound_special_R69a88294
/lib/modules/2.4.18-8.1mdk/kernel/sound/acore/snd.o: unresolved symbol 
unregister_sound_special_R99c95fa5
modprobe: insmod /lib/modules/2.4.18-8.1mdk/kernel/sound/acore/snd.o failed
modprobe: insmod snd failed


Any help will be appreciated.

Thanks in advance


Taupter



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to