Hi Peter, See comments

One runs 9600 on 70cm 
        Can you tell me what breed of card it is?
Genuine Soundblaster 16 ISA
 and the other runs 1200 on 2m for the DX cluster.
        and this one?
It a �9 cheapo Soundblaster clone ISA from Cambridge Computer Store (see their web 
site)
 I just found enough free IRQs to run both,
        this is the interesting bit. I've tried the ESS card at irq 5 and
the PnP at irq 7 but no go. 

I use the CHEAPO 1200 card at IO 240, IRQ9 DMA3
and the 9600 SB16 at  IO 220, IRQ10 DMA1 

I had to do a bit of messing about in the Award BIOS 
PNPOS? set to Yes and Resources controlled by? set to Manual.  IRQ9 and 10 wer set to 
"legacy ISA"  

I don't use setcrystal, as I think this is not for SB cards.  No experience with 
anything other than Soundblasters.

Here's the launch script I use.

#packetScript to launch 2 packet terminals
#V1.0 11/05/00
#
#configure the Soundcards
#
/sbin/isapnp /root/isapnp.conf
#
#
#Set up the 9600 port on the Soundblaster
#
sethdlc -p -i sm0 mode sbc:fsk9600 io 0x220 irq 10 dma 1 pario 0x378
sethdlc -i sm0 -a txd 120 slot 50 ppersist 128 full
ifconfig sm0 44.131.174.23 netmask 255.255.255.0 up
ifconfig sm0 broadcast 44.131.174.255 mtu 512
route add -net 44.131.174.0 netmask 255.255.255.0 sm0
route add default sm0
axparms -setcall sm0 g4bao-1
smmixer -i sm0 s=line i=-15 o=-9
#
#
#Set up the 1200 port on the Soundblaster
#
sethdlc -p -i sm1 mode sbc:afsk1200 io 0x240 irq 9 dma 3 pario 0x278
sethdlc -i sm1 -a txd 120 slot 50 ppersist 128 full
ifconfig sm1 44.131.174.90 netmask 255.255.255.0 up
axparms -setcall sm1 g4bao-2
# for PRM80 i=-20 o=-23
# for GM350 i=-20 o=-15
#for Kenwood, -=-15 o=-16
smmixer -i sm1 s=line i=-20 o=-15
#              

And here's the relevant parts of the isapnp.conf file I call in the above to set up 
the soundcards only the uncommented lines are used.  The whole file is initially 
generated with "pnpdump" and you edit the relvant lines to match the card settings.  
This listing will give you the exact card details on my system.

# $Id: pnpdump.c,v 1.18 1999/02/14 22:47:18 fox Exp $
# 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
# Board 1 has serial identifier 10 ff ff ff ff 20 01 93 05
# Board 2 has serial identifier 6d ff ff ff ff f0 00 8c 0e

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

# Card 1: (serial identifier 10 ff ff ff ff 20 01 93 05)
# Vendor Id ALS0120, No Serial Number (-1), checksum 0x10.
# Version 1.0, Vendor version 0.0
# ANSI string -->PnP Sound Chip                           <--
#
# Logical device id @@@2001
#     Device support I/O range check register
#     Device supports vendor reserved register @ 0x3c
#     Device supports vendor reserved register @ 0x3e
#
# 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 r
equired
# Don't forget to uncomment the activate (ACT Y) when happy

(CONFIGURE ALS0120/-1 (LD 0

 (IO 0 (SIZE 16) (BASE 0x0240))
 (INT 0 (IRQ 9 (MODE +E)))
 (DMA 0 (CHANNEL 3))
#     End dependent functions
 (NAME "ALS0120/-1[0]{PnP Sound Chip                           }")
 (ACT Y)
))
#

# Card 2: (serial identifier 6d ff ff ff ff f0 00 8c 0e)
# Vendor Id CTL00f0, No Serial Number (-1), checksum 0x6D.
#     Version 1.0, Vendor version 1.0
#     ANSI string -->Creative ViBRA16X PnP<--
#
# Logical device id CTL0043
#     Device supports vendor reserved register @ 0x3c
#     Device supports vendor reserved register @ 0x3e
#
# 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 r
equired
# Don't forget to uncomment the activate (ACT Y) when happy

(CONFIGURE CTL00f0/-1 (LD 0
 (INT 0 (IRQ 10 (MODE +E)))
 (DMA 0 (CHANNEL 1))
# (DMA 1 (CHANNEL 0))
 (IO 0 (SIZE 16) (BASE 0x0220))
# Returns all cards to the "Wait for Key" state
(WAITFORKEY)

Hope this helps

73 
John  
.

application/ms-tnef

Reply via email to