TheLazy1 wrote:In my 286 all the PNP utility did was hard lock the system.
Markk wrote:The same happened to me when I tried that on two different 286 boards, and on a friend's 286 pc.
I managed to have SB ViBRA16X (CT4170) working in my XT box. Since ctcm.exe doesn't work on 286 or before, I actually coded an old school Turbo-C program for doing ISA PnP:
The attachment CT4170.zip is no longer available
There is definitely no guarantee that it will work in general (as it is just an in-house tool), and not all jumper-less sound cards are PnP cards (e.g.: CT2770). But it also won't hurt to have a try. It's a non-TSR utility (won't stay in memory after run).
It's better to put it in AUTOEXEC.BAT and position it AFTER the 'BLASTER' environment var:
-------------------------------------------
set BLASTER=A220 I5 D1 H1 P330 T2
ct4170.exe
-------------------------------------------
Dispite its file name, it should be suitable for a few other PnP sound cards than CT4170, in both XT or AT systems.