Soundblaster 16 PNP does not work

I have a Soundblaster 16 pnp in my computer.

Symptoms are: I can tell that the card is on to some extent. The mixer works ie turning up the volume all the way I can hear that sight bit of background noise through the speakers. Playing audio cds works.

But, attemtping to run phplay, phplay locks up. RealPlayer simply does nothing as well.

Per instructions on the qdn web page, I am posting the output of enu-pnpisa here:

/sbin/enum-pnpisa

#1298489 PNPBIOS version=1.00
#1298489 PNPISA revision=1 num=2 ioport=20b
D1298489 bus=isapnp devid=CTL00F0 card=1 sernum=4294967295
D1298489 bus=isapnp devid=CTL7005 ioport=0220 ioport1=0300 ioport2=0388 irq=5 dm
a=1 dma1=0
D1298489 bus=isapnp devid=TCM5095 card=2 sernum=617960546
F1298489

I’ll also post enum-pnpbios and enum-legacy:

/sbin/enum-pnpbios

#1314873 PNPBIOS version = 1.00
#1314873 Control = 0x0
#1314873 Nodes count = 15, size = 120
D1314873 bus=pnpbios devid=PNP0000 type=08 subtype=00 progif=00 irq=2 ioport=20 ioport1=a
0 device=0
D1314873 bus=pnpbios devid=PNP0200 type=08 subtype=01 progif=00 dma=4 ioport=0 ioport1=81
ioport2=87 ioport3=89 ioport4=8f ioport5=c0 device=1
D1314873 bus=pnpbios devid=PNP0100 type=08 subtype=02 progif=01 irq=0 ioport=40 device=2
D1314873 bus=pnpbios devid=PNP0B00 type=08 subtype=03 progif=00 irq=8 ioport=70 device=3
D1314873 bus=pnpbios devid=PNP0303 type=09 subtype=00 progif=00 irq=1 ioport=60 ioport1=6
4 device=4
D1314873 bus=pnpbios devid=PNP0800 type=08 subtype=80 progif=00 ioport=61 device=5
D1314873 bus=pnpbios devid=PNP0C04 type=0b subtype=01 progif=00 irq=13 ioport=f0 device=6

D1314873 bus=pnpbios devid=PNP0C01 type=05 subtype=00 progif=00 mem=e0000 mem1=0 device=7

B1314873 bus=pnpbios devid=PNP0A03 type=06 subtype=04 progif=00 device=8
D1314873 bus=pnpbios devid=PNP0C02 type=08 subtype=80 progif=00 ioport=208 device=9
D1314873 bus=pnpbios devid=PNP0F0E type=09 subtype=02 progif=00 irq=12 device=10
D1314873 bus=pnpbios devid=PNP0501 type=07 subtype=00 progif=02 irq=4 ioport=3f8 device=1
1
D1314873 bus=pnpbios devid=PNP0700 type=01 subtype=02 progif=00 dma=2 ioport=3f2 ioport1=
3f4 ioport2=3f7 irq=6 device=12
D1314873 bus=pnpbios devid=PNP0401 type=07 subtype=01 progif=02 dma=3 ioport=378 ioport1=
778 irq=7 device=13
D1314873 bus=pnpbios devid=PNP0501 type=07 subtype=00 progif=02 irq=3 ioport=2f8 device=1
4
F1314873

My bios is old enough (this is a P-166) that the PNP-OS option does not exist. The only PNP options are to assign the individual IRQs and DMAs to either PCI/ISA PNP or LEGACY.

My isa 3c509b 3com ethernet card works fine (although, like the sound card, it does not show up in the pnpbios output).

/sbin/enum-legacy

F1355833

Dave Botsch <dwb7@cornell.edu> wrote in message
news:Voyager.010301231055.1269815B@fluffy.localdomain

I have a Soundblaster 16 pnp in my computer.

Symptoms are: I can tell that the card is on to some extent. The mixer
works ie turning up the volume all the way I can hear that sight bit of

background noise through the speakers. Playing audio cds works.

But, attemtping to run phplay, phplay locks up. RealPlayer simply does
nothing as well.

Per instructions on the qdn web page, I am posting the output of
enu-pnpisa here:

/sbin/enum-pnpisa

D1298489 bus=isapnp devid=CTL7005 ioport=0220 ioport1=0300 ioport2=0388
irq=5 dma=1 dma1=0



My bios is old enough (this is a P-166) that the PNP-OS option does not
exist. The only PNP options are to assign the individual IRQs and DMAs to

either PCI/ISA PNP or LEGACY.

My isa 3c509b 3com ethernet card works fine (although, like the sound
card, it does not show up in the pnpbios output).

Try to switch BIOS option (to LEGACY or back) for irq5 it seems it’s your
SB16 irq.

Try to remove net card. They like to use irq5 too. Maybe you have some
hardware conflict.
If you have Win9x - check what I/O ranges and irq assigned to 3Com card and
SB.
One of my comps had hardware conflict between some ADC/DAC device and 3Com
509 card for 0x300 port and it seems that your SB uses very 0x300.

I have old ISA SB 16PnP on irq 10 and it works fine in QNX6.
bus=isapnp devid=CTL2011 ioport=0220 ioport1=0300 ioport2=0388 irq=10 dma=0
dma1=5
So try to change device settings it should work.

Boris