I have set my /etc/isapnp.conf like this:
(READPORT 0x0273)
(ISOLATE PRESERVE)
(IDENTIFY *)
(VERBOSITY 2)
(CONFLICT (IO FATAL)(IRQ FATAL)(DMA FATAL)(MEM FATAL)) # or WARNING

(CONFIGURE CTL0048/268477791 (LD 0
  (INT 0 (IRQ 7 (MODE +E)))
  (DMA 0 (CHANNEL 0))
  (DMA 1 (CHANNEL 5))
  (IO 0 (SIZE 16) (BASE 0x0220))
  (IO 1 (SIZE 2) (BASE 0x0300))
  (IO 2 (SIZE 4) (BASE 0x0388))
 (NAME "CTL0048/268477791[0]{Audio               }")
  (ACT Y)
))

(CONFIGURE CTL0048/268477791 (LD 1
  (INT 0 (IRQ 10 (MODE +E)))
  (IO 0 (SIZE 8) (BASE 0x0168))
  (IO 1 (SIZE 2) (BASE 0x036e))
 (NAME "CTL0048/268477791[1]{IDE                 }")
  (ACT Y)
))

(CONFIGURE CTL0048/268477791 (LD 2
  (IO 0 (SIZE 4) (BASE 0x0620))
  (IO 1 (BASE 0x0A20))
  (IO 2 (BASE 0x0E20))
 (NAME "CTL0048/268477791[2]{WaveTable           }")
  (ACT Y)
))

(CONFIGURE CTL0048/268477791 (LD 3
  (IO 0 (SIZE 8) (BASE 0x0200))
 (NAME "CTL0048/268477791[3]{Game                }")
  (ACT Y)
))
# End tag... Checksum 0x00 (OK)

# Returns all cards to the "Wait for Key" state
(WAITFORKEY)
-------------------------------------------------------------------------------------------------------

lsmod gives this:
Module                  Size  Used by    Not tainted
snd-pcm-oss            23552   1  (autoclean)
snd-pcm-plugin         22096   0  (autoclean) [snd-pcm-oss]
snd-wavefront-synth    28796   0  (unused)
snd-wavefront-fx       11648   0  [snd-wavefront-synth]
snd-synth-emu8000      18464   0  (unused)
snd-synth-emux         34944   0  [snd-synth-emu8000]
snd-seq-midi-emul       7056   0  [snd-synth-emux]
snd-seq-virmidi        12512   0  [snd-synth-emux]
snd-seq-midi-event      5980   0  [snd-seq-virmidi]
snd-seq                58224   0  [snd-synth-emux snd-seq-virmidi
snd-seq-midi-event]
snd-emux-mem            3984   0  [snd-synth-emu8000 snd-synth-emux]
snd-mixer-oss           6368   0  (autoclean) [snd-pcm-oss]
snd-card-sbawe          7104   1  (autoclean)
snd-mpu401-uart         5364   0  (autoclean) [snd-card-sbawe]
snd-rawmidi            16992   0  (autoclean) [snd-wavefront-synth
snd-mpu401-uart]
snd-sb16-csp           20096   0  (autoclean) [snd-card-sbawe]
snd-sb16-dsp           23264   0  (autoclean) [snd-card-sbawe
snd-sb16-csp]
snd-mixer              42632   0  (autoclean) [snd-synth-emu8000
snd-mixer-oss snd-sb16-csp snd-sb16-dsp]
snd-pcm                51904   0  (autoclean) [snd-pcm-oss
snd-pcm-plugin snd-sb16-dsp]
snd-opl3                7104   0  (autoclean) [snd-card-sbawe]
snd-timer              15136   0  (autoclean) [snd-seq snd-pcm snd-opl3]

snd-hwdep               5600   0  (autoclean) [snd-sb16-csp snd-opl3]
snd-seq-device          6044   0  (autoclean) [snd-synth-emu8000
snd-synth-emux snd-seq snd-card-sbawe snd-rawmidi]
snd                    58304   1  (autoclean) [snd-pcm-oss
snd-pcm-plugin snd-synth-emu8000 snd-synth-emux snd-seq-midi-emul
snd-seq-virmidi snd-seq-midi-event snd-seq snd-emux-mem snd-mixer-oss
snd-card-sbawe snd-mpu401-uart snd-rawmidi snd-sb16-csp snd-sb16-dsp
snd-mixer snd-pcm snd-opl3 snd-timer snd-hwdep snd-seq-device]
----------------------------------------------------------------------------------------
my /etc/modules.conf is:
alias eth0 8139too
alias parport_lowlevel parport_pc
alias usb-controller usb-uhci

keep
path[misc]=/lib/modules/2.4.18-3/misc
# --- BEGIN: Generated by ALSACONF, do not edit. ---
# --- ALSACONF verion 0.4.3b ---
alias char-major-116 snd
alias snd-card-0 snd-card-sbawe
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
options snd snd_device_gid=0 snd_device_uid=0 snd_device_mode=0666
snd_cards_limit=1 snd_major=116
options snd-card-sbawe snd_awe_port=0x620 snd_port=0x220
snd_dma8_size=32 snd_irq=7 snd_dma8=0 snd_dma16=5 snd_id=CARD_0
snd_mic_agc=1 snd_dma16_size=64 snd_mpu_port=0x300 snd_index=0
# --- END: Generated by ALSACONF, do not edit. ---
-------------------------------------------------------------------------------------
I configured ALSA like this:
./configure --with-isapnp=no --with-sequencer=yes --with-oss=yes
--with-debug=full --with-cards=all
--------------------------------------------------------------------
and sfxload gives this:
sfxload /etc/synthgm.sbk
No AWE synth device is found
------------------------------------------------------------
So I can't listen to midi files and I needed that, I have compiled the
kernel with sound support and support for OSS
can you help me ?
Thanks in advance

_______________________________________________________________
Hundreds of nodes, one monster rendering program.
Now that's a super model! Visit http://clustering.foundries.sf.net/

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

Reply via email to