Thanks for the help...after looking into what Mandrake installs by 
default (.5 drivers) and I wasn't able to remove them I install red hat 
7.3 this morning. The driver,library, and utilities are now installed 
and I don't have a problem loading the snd-emu10k1 driver.

But, when I try to execute alsamixer, I get the following error:

alsamixer: function snd_ctl_open failed for default: no such file or 
directory

I've checked the docs and I can't find anything related to that error 
message....

Furthermore,  I double checked the that alsa was indeed loaded and the 
my results of cat /proc/modules I found:

snd-pcm-oss            41604   0 (autoclean) (unused)
snd-mixer-oss          11040   0 (autoclean) [snd-pcm-oss]
snd-emu10k1            68196   0 (autoclean)
snd-pcm                68160   0 (autoclean) [snd-pcm-oss snd-emu10k1]
snd-timer              13760   0 (autoclean) [snd-pcm]
snd-rawmidi            17152   0 (autoclean) [snd-emu10k1]
snd-hwdep               5056   0 (autoclean) [snd-emu10k1]
snd-seq-device          5676   0 (autoclean) [snd-emu10k1 snd-rawmidi]
snd-util-mem            3092   0 (autoclean) [snd-emu10k1]
snd-ac97-codec         28996   0 (autoclean) [snd-emu10k1]
snd                    37384   0 (autoclean) [snd-pcm-oss snd-mixer-oss snd-emu10k1 
snd-pcm snd-timer snd-rawmidi snd-hwdep snd-seq-device snd-util-mem snd-ac97-codec]
soundcore               6692   6 (autoclean) [snd]

Lastly, here is my modules.conf (the lines after #alsa) are what I added:
alias parport_lowlevel parport_pc
alias eth0 natsemi
alias sound-slot-0 emu10k1
post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :
pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || :
alias usb-controller usb-uhci

#alsa
alias char-major-116 snd
 alias snd-card-0 snd-emu10k1
 options snd-emu10k1 snd_index=4 snd_id="SBLive" \
         snd_dac_frame_size=128 snd_adc_frame_size=128
 # OSS/Free portion
 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

Thanks for the help!
-Russ-









Mark Constable wrote:

> Russell Rollins wrote:
>
>> Running Mandrake 8.2
>> I need the 0.9x Alsa drivers for an audio/video app. I've followed 
>> the instruction on ALSA's site regarding loading my emu10k1 driver 
>> (ie. inserting the necessary lines into modules.conf). I have already 
>> compiled everything but I'm getting the following error when I try to 
>> call "modprobe snd-card-0 snd-card-emu10k1" or "insmod snd-card-emu10k1
>> /lib/modules/2.4.18-6mdk/alsa/snd-seq-device.o.gz: unresolved symbol
>> snd_device_new_R428b452
>> (many of these lines for snd_xxxx)
>> ....
>> modprobe: insmod /lib/modules/2.4.18-6mdk/alsa/snd-seq-device.o.gz
>> failed
>> (repeat the entire error message again)
>> modprobe: insmod /lib/modules/2.4.18-6mdk/alsa/snd-seq-device.o.gz
>> failed
>> modprove: insmod snd-card-emu10k1 failed
>>
>> Any ideas on what my issue here is, how can I fix it etc....?
>> Thank you for the help!
>
>
> There looks to be at least two problems, those modules above are
> gzipped compressed so they will not load up without ungzipping
> first... and the actual card driver modules are now called snd-emu10k1
> without the -card part... and I suspect you might still have 0.5
> ALSA modules on board and may be loading them first. The 0.9 modules
> path is now /lib/modules/`uname -r`/kernel/sound .
>
> Consider rolling your own kernel and ALSA modules from CVS. If
> this is a bit too much then try http://alsa.opensrc.org/?AlsaBuild
>
> --markc
>
>
>




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
PC Mods, Computing goodies, cases & more
http://thinkgeek.com/sf
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to