Verder Terug Inhoud

4. De kernel

Ga daarna naar je kernel directory

# cd /usr/src/linux

en bouw een kernel

# make menuconfig

Ga naar Sound en activeer die als module. Let op als je het niet als een module doet, dan werkt het niet. Je kernel wordt namelijk voor isapnp ingeladen, en dan zou hij niet weten op welke plek die soundblaster hangt.

Een screendumpje:


<M> Sound card support
    Old configuration script (For: SM Wave, PSS & Audiotrix Pro ) -->
[ ] ProAudioSpectrum 16 support
[*] Sound Blaster (SB, SBPro, SB16, clones) support
[*] Generic OPL2/OPL# FM synthesizer support
<Knip! alles leeg laten tot:>
[*] /dev/dsp and /dev/audio support
[*] MIDI interface support
[FM synthesizer (YM3812/OPL-3) support
(220) I/O base for SB Check from manual of the card
(5)   Sound Blaster IRQ Check from manual of the card
(1)   SOund Blaster DMA 0, 1 or 3
(5)   Sound Blaster 16 DMA (_REQUIRES_ for SB16, Jazz16, SMW) 5, 6, ...
(330) MPU401 I/O base of SB 16, jazz16 and ESS1688 Check from manual ...
(5)   SB MPU401 IRQ (Jazz16, SM Wave and ES1688) Use -1 with sb16
(65535) Audio DMA buffer size 4096, 16384, 32768 or 65536
[*] additional low level drivers
[ ] ACI mixer (microPCM12)
[*] AWE32 synth


Verder Terug Inhoud