VOGONS


First post, by matze79

User metadata
Rank l33t
Rank
l33t

Hi,

i'm running a Tualatin System with a ISA Slot,
i can't get the TT1816 with ADI1816 Driver for DOS Detectet.
The Driver tells me the BIOS has'nt detectet the PnP Card 🙁
It works fine under Windows ME.

Anyone knows a Solution for this Problem ?
The Driver seems to have no switches for Forcing initialisation..

Seems like the FR33E has no ISA PNP Part in BIOS.

Thanks

Matthias

https://www.retrokits.de - blog, retro projects, hdd clicker, diy soundcards etc
https://www.retroianer.de - german retro computer board

Reply 2 of 9, by 640K!enough

User metadata
Rank Oldbie
Rank
Oldbie

Just a shot in the dark: have you tried changing the "Plug and Play OS" BIOS setting (if your system has one)? On some systems, only devices necessary to boot will be initialised when it is set to Yes, leaving everything else to the operating system.

Reply 3 of 9, by zyga64

User metadata
Rank Oldbie
Rank
Oldbie
matze79 wrote:
Hi, […]
Show full quote

Hi,

i'm running a Tualatin System with a ISA Slot,
i can't get the TT1816 with ADI1816 Driver for DOS Detectet.
The Driver tells me the BIOS has'nt detectet the PnP Card 🙁
It works fine under Windows ME.
Matthias

AD1816 based cards needs it's PNP id in initialization string in config.sys file.

DEVICE=AD1815_6 [switches]

where

/ID     Use specified Vendor ID

Just look into README.TXT from Base1_Drv_dos_9.2.exe

You have to figure out which ID has your card. Simplest way is to run Speedsys v4.78 in plain DOS.

According to linux source https://searchcode.com/codesearch/view/2073995/ it should be one of the following:

static struct pnp_card_device_id snd_ad1816a_pnpids[] = {
/* Analog Devices AD1815 */
{ .id = "ADS7150", .devs = { { .id = "ADS7150" }, { .id = "ADS7151" } } },
/* Analog Device AD1816? */
{ .id = "ADS7180", .devs = { { .id = "ADS7180" }, { .id = "ADS7181" } } },
/* Analog Devices AD1816A - added by Kenneth Platz <kxp@atl.hp.com> */
{ .id = "ADS7181", .devs = { { .id = "ADS7180" }, { .id = "ADS7181" } } },
/* Analog Devices AD1816A - Aztech/Newcom SC-16 3D */
{ .id = "AZT1022", .devs = { { .id = "AZT1018" }, { .id = "AZT2002" } } },
/* Highscreen Sound-Boostar 16 3D - added by Stefan Behnel */
{ .id = "LWC1061", .devs = { { .id = "ADS7180" }, { .id = "ADS7181" } } },
/* Highscreen Sound-Boostar 16 3D */
{ .id = "MDK1605", .devs = { { .id = "ADS7180" }, { .id = "ADS7181" } } },
/* Shark Predator ISA - added by Ken Arromdee */
{ .id = "SMM7180", .devs = { { .id = "ADS7180" }, { .id = "ADS7181" } } },
/* Analog Devices AD1816A - Terratec AudioSystem EWS64 S */
{ .id = "TER1112", .devs = { { .id = "ADS7180" }, { .id = "ADS7181" } } },
/* Analog Devices AD1816A - Terratec AudioSystem EWS64 S */
{ .id = "TER1112", .devs = { { .id = "TER1100" }, { .id = "TER1101" } } },
/* Analog Devices AD1816A - Terratec Base 64 */
{ .id = "TER1411", .devs = { { .id = "ADS7180" }, { .id = "ADS7181" } } },
/* end */
{ .id = "" }
};

BTW. I have Highscreen Soundboostar 16 card (MDK1605) which seems to be clone of TT1816.
This card has very good compatibility with DOS titles (even Titus the fox is running with sound on my KT7A Barton build), however OPL3 compatibility is not that good (AT2 sounds incorrectly compared to YMF724).

1) VLSI SCAMP /286@20 /4M /CL-GD5422 /CMI8330
2) i420EX /486DX33 /16M /TGUI9440 /GUS+ALS100+MT32PI
3) i430FX /K6-2@400 /64M /Rage Pro PCI /ES1370+YMF718
4) i440BX /P!!!750 /256M /MX440 /SBLive!
5) iB75 /3470s /4G /HD7750 /HDA

Reply 4 of 9, by matze79

User metadata
Rank l33t
Rank
l33t

Does not work with Intel ICU.
Damn it.

Also the ID and SN are in config.sys 😒

it just tells me BIOS can't find PNP Card.

https://www.retrokits.de - blog, retro projects, hdd clicker, diy soundcards etc
https://www.retroianer.de - german retro computer board

Reply 5 of 9, by matze79

User metadata
Rank l33t
Rank
l33t
photo_2017-07-14_15-29-13.jpg
Filename
photo_2017-07-14_15-29-13.jpg
File size
101.46 KiB
Views
1745 views
File license
Fair use/fair dealing exception

PnP BIOS found.
No Plug and Play ISA Cards found by BIOS.
ADI-Board not detected.

EDIT: Plug & Play OS is disabled in BIOS.

Card works fine under Windows and Linux.. but MS-Dos.../9x DOS Mode..

https://www.retrokits.de - blog, retro projects, hdd clicker, diy soundcards etc
https://www.retroianer.de - german retro computer board

Reply 7 of 9, by zyga64

User metadata
Rank Oldbie
Rank
Oldbie
matze79 wrote:

Does not work with Intel ICU.

Did you tried Speedsys (ie. from Phil's DOS benchmark pack) ? Just run it in plain DOS, cancel tests and press I, to see PCI/ISA informations.

My looks like this
12280beec1333.png

Maybe your DOS 8.0 from Windows Me is so different...

1) VLSI SCAMP /286@20 /4M /CL-GD5422 /CMI8330
2) i420EX /486DX33 /16M /TGUI9440 /GUS+ALS100+MT32PI
3) i430FX /K6-2@400 /64M /Rage Pro PCI /ES1370+YMF718
4) i440BX /P!!!750 /256M /MX440 /SBLive!
5) iB75 /3470s /4G /HD7750 /HDA

Reply 8 of 9, by matze79

User metadata
Rank l33t
Rank
l33t

No, its just DOS 7 with HIMEM integrated to IO.SYS. 😀

It works now..
i had to get a different AD1815_6.SYS..
i was supplied with wrong Driver Disc..
The Card is a TerraTec Soundsystem Base 1. Not TT1816.

Now everything is fine 😀

Thanks for pointing to the right Direction.

TUALATIN.jpg
Filename
TUALATIN.jpg
File size
116.17 KiB
Views
1708 views
File license
Fair use/fair dealing exception

https://www.retrokits.de - blog, retro projects, hdd clicker, diy soundcards etc
https://www.retroianer.de - german retro computer board

Reply 9 of 9, by zyga64

User metadata
Rank Oldbie
Rank
Oldbie
matze79 wrote:

i had to get a different AD1815_6.SYS..
i was supplied with wrong Driver Disc..
The Card is a TerraTec Soundsystem Base 1. Not TT1816.

Probably drivers from TT1816 disk should also work, if you changed Vendor string in config.sys to TER1411.

matze79 wrote:

Thanks for pointing to the right Direction.

You're welcome ! I struggled with exactly the same problem

1) VLSI SCAMP /286@20 /4M /CL-GD5422 /CMI8330
2) i420EX /486DX33 /16M /TGUI9440 /GUS+ALS100+MT32PI
3) i430FX /K6-2@400 /64M /Rage Pro PCI /ES1370+YMF718
4) i440BX /P!!!750 /256M /MX440 /SBLive!
5) iB75 /3470s /4G /HD7750 /HDA