Ralph Schaefer <ralph(at)seneca.saar.de> writes:
> Hallo,
>
> ich habe hier eine Soundblaster 16-kompatible ISA-PNP-Soundkarte,
> die ich einfach nicht ansprechen kann.
>
> Ich hab einen Kernel mit PNP-Unterstuetzung uebersetzt:
>
> controller pnp0
>
> Das Problem duerfte wohl bei der Konfiguration der Soundblaster-
> Treiber liegen:
>
> # Controls all sound devices
> controller snd0
> # SoundBlaster DSP driver - for SB, SB Pro, SB16, PAS(emulating SB)
> device sb0 at isa? port 0x220 irq 7 drq 1 vector sbintr
> device sbmidi0 at isa? port 0x300
Wenn Du den PnP-Code verwendest, solltest Du vielleicht auch auf
Luigi's neuen snd-Treiber umsteigen. Statt der ganzen sb*-Devices
gibt's dann nur noch einen Eintrag im Configfile (aus LINT):
# Luigi's snd code (use INSTEAD of snd0 and all VOXWARE drivers!).
# You may also wish to enable the pnp controller with this, for pnp
# sound cards.
#
device pcm0 at isa? port ? tty irq 10 drq 1 flags 0x0 vector pcmintr
HTH
tg
Received on Wed 25 Feb 1998 - 17:36:45 CET