Here is my isapnp.conf. Be warned that this may not correspond to yours and that you only should remove the #'s from one section.

[cut]

# This is free software, see the sources for details.
# This software has NO WARRANTY, use at your OWN RISK
#
# For details of this file format, see isapnp.conf(5)
#
# For latest information and FAQ on isapnp and pnpdump see:
# http://www.roestock.demon.co.uk/isapnptools/
#
# Compiler flags: -DREALTIME -DNEEDSETSCHEDULER -DABORT_ONRESERR
#
# Trying port address 0203
# Trying port address 020b
# Board 1 has serial identifier df 01 23 ab cd 80 40 d3 15
# Board 2 has serial identifier 75 00 ae d9 b0 00 90 25 2a

# (DEBUG)
(READPORT 0x020b)
(ISOLATE PRESERVE)
(IDENTIFY *)
(VERBOSITY 2)
(CONFLICT (IO FATAL)(IRQ FATAL)(DMA FATAL)(MEM FATAL)) # or WARNING

# Card 1: (serial identifier df 01 23 ab cd 80 40 d3 15)
# Vendor Id ENS4080, Serial Number 19114957, checksum 0xDF.
# Version 1.0, Vendor version 0.0
# ANSI string -->ENSONIQ SoundscapeVIVO<--
#
# Logical device id ENS1010
#     Device supports vendor reserved register @ 0x3a
#     Device supports vendor reserved register @ 0x3d
#
# Edit the entries below to uncomment out the configuration required.
# Note that only the first value of any range is given, this may be changed if required
# Don't forget to uncomment the activate (ACT Y) when happy

(CONFIGURE ENS4080/19114957 (LD 0

# Multiple choice time, choose one only !

#     Start dependent functions: priority preferred
#       Logical device decodes 16 bit IO address lines
#             Minimum IO base address 0x0330
#             Maximum IO base address 0x0330
#             IO base alignment 16 bytes
#             Number of IO addresses required: 16
(IO 0 (SIZE 16) (BASE 0x0330))
#       Logical device decodes 16 bit IO address lines
#             Minimum IO base address 0x0530
#             Maximum IO base address 0x0530
#             IO base alignment 16 bytes
#             Number of IO addresses required: 8
(IO 1 (SIZE 8) (BASE 0x0530))
#       Logical device decodes 16 bit IO address lines
#             Minimum IO base address 0x2100
#             Maximum IO base address 0xd040
#             IO base alignment 64 bytes
#             Number of IO addresses required: 64
(IO 2 (SIZE 64) (BASE 0x2100))
#       IRQ 5 or 7.
#             High true, edge sensitive interrupt (by default)
(INT 0 (IRQ 5 (MODE +E)))
#       IRQ 9.
#             High true, edge sensitive interrupt (by default)
(INT 1 (IRQ 9 (MODE +E)))
#       First DMA channel 1.
#             8 bit DMA only
#             Logical device is not a bus master
#             DMA may execute in count by byte mode
#             DMA may not execute in count by word mode
#             DMA channel speed in compatible mode
(DMA 0 (CHANNEL 0))
#       Next DMA channel 0 or 3.
#             8 bit DMA only
#             Logical device is not a bus master
#             DMA may execute in count by byte mode
#             DMA may not execute in count by word mode
#             DMA channel speed in compatible mode
(DMA 1 (CHANNEL 3))
#     End dependent functions
 (NAME "ENS4080/19114957[0]{ENSONIQ SoundscapeVIVO}")
(ACT Y)
))
#
# Logical device id ENS2020
#     Device supports vendor reserved register @ 0x3a
#     Device supports vendor reserved register @ 0x3d
#
# Edit the entries below to uncomment out the configuration required.
# Note that only the first value of any range is given, this may be changed if required
# Don't forget to uncomment the activate (ACT Y) when happy

(CONFIGURE ENS4080/19114957 (LD 1
#     Compatible device id PNPb02f
#     Logical device decodes 16 bit IO address lines
#         Minimum IO base address 0x0200
#         Maximum IO base address 0x0200
#         IO base alignment 8 bytes
#         Number of IO addresses required: 8
(IO 0 (SIZE 8) (BASE 0x0200))
 (NAME "ENS4080/19114957[1]{ENSONIQ SoundscapeVIVO}")
(ACT Y)
))
# End tag... Checksum 0x00 (OK)

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



The rest of the sections are remmed out with #'s. It works for me ;)

Last updated: Tue Jun 17 11:04:07 BST 2003