VOGONS


First post, by Stojke

User metadata
Rank l33t
Rank
l33t

Will there be conflict if there are two devices that use address 330h , BUT the Sound Blaster is not initialised via autoexec/config ?

Note | LLSID | "Big boobs are important!"

Reply 1 of 7, by Zup

User metadata
Rank Oldbie
Rank
Oldbie

Depends on SB. Most ISA SBs are configured via jumper, so they will be active even if the system does nothing.

I guess only PCI SBs and jumperless ISA SBs would be inactive, but I'm not really sure.

I have traveled across the universe and through the years to find Her.
Sometimes going all the way is just a start...

I'm selling some stuff!

Reply 2 of 7, by alexanrs

User metadata
Rank l33t
Rank
l33t

Well, if it is a PnP SoundBlaster, I'd guess not. If it does you might be able to solve it by creating multiple config files for the SB (one with the normal addresses and one with everything disabled/moved), copy the one you want on that specific startup item to the path CTCU reads and initialize the card.

Reply 3 of 7, by Stojke

User metadata
Rank l33t
Rank
l33t

It is an non pnp model, CT3900.
Thig is, I am using EMU8000 at 620h , SCB-55 at 330h , and an MIDI interface card at 330h as well. I could set it to 332h, now that i think about it it worked like that since the start.

Note | LLSID | "Big boobs are important!"

Reply 4 of 7, by alexanrs

User metadata
Rank l33t
Rank
l33t

I'd set it to 300h instead of 332h, if possible. It might be more compatible with games.

Reply 5 of 7, by Stojke

User metadata
Rank l33t
Rank
l33t

Possible address rages are: 330h, 332h, 334h, 336h.

Note | LLSID | "Big boobs are important!"

Reply 6 of 7, by Zup

User metadata
Rank Oldbie
Rank
Oldbie

But your SB supports MIDI at 300h, so you could put the SB at 300h and the other card at 330h.

I have traveled across the universe and through the years to find Her.
Sometimes going all the way is just a start...

I'm selling some stuff!

Reply 7 of 7, by Jepael

User metadata
Rank Oldbie
Rank
Oldbie

Make sure no cards share the same address, so you have to change/disable addresses manually or let PNP handle it, but two things responding to same address is not good.

It won't blow up immediately even though there will be two cards driving the bus during read cycles, but it won't work properly either.

Edit: I don't know what kind of initializations your SB requires in config.sys or autoexec.bat but my cards do not need anything and games and my programs can just use the card without any initializations so the ports are active.