[snip]
> 
>     alias midi awe_wave
>     post-install awe_wave /usr/bin/sfxload /usr/synthfm.sbk
>     options sb io=0x220 irq=5 dma=1 dma16=5 mpu_io=0x330
> 
> to the /etc/modules.conf file, but executing:
> 
>     modprobe -a sound
> 
> doesn't  install the drivers. At least they are not reportet executing
>     cat /dev/sndstat

Make sure that modules are getting build and are where they are
supposed to be.

I'd try to install those modules by hand using insmod.
This is what I do on my box:
insmod uart401.o
insmod opl3.o
insmod sb.o io=0x220 irq=5 dma=1 dma16=5 mpu_io=0x330
insmod v_midi.o
insmod awe_wave.o

Check hte logs, dmesg: if modules arent getting inserted successfully,
there will be something in hte logs.
Check that devices exist in /dev , if not, MAKEDEV audio.
Check that your user can write to those devices (play around as root first
to get them to work).
Andrei
------------------------------------------------------------------
First there was Explorer...
Then came Expedition.
This summer....
        Coming to a street near you..
                Ford Exterminator.
------------------------------------------------------------------
Andrei Ivanov
http://arshes.dyndns.org
[EMAIL PROTECTED]
12402354
------------------------------------------------------------------

Reply via email to