VOGONS


Reply 240 of 314, by Paar

User metadata
Rank Member
Rank
Member
Koveras wrote on 2020-11-12, 20:26:

Do you mean this chip?

I have a card that has ES1688 chip together with ES968 chip which is used to supplement PNP features and needs to be properly initialized in CONFIG.SYS. If your card doesn't have that, it's probably non-PNP and you shouldn't worry about CONFIG.SYS at all.

EDIT: I have noticed that you've posted a complete photo of your card, I have somehow missed it. Yes, your card is non-PNP.

Reply 241 of 314, by bloodem

User metadata
Rank Oldbie
Rank
Oldbie

Indeed, as I said, that card is not PnP, so it should work without any fuss (at least mine does).

1 x PLCC-68 / 2 x PGA132 / 5 x Skt 3 / 9 x Skt 7 / 12 x SS7 / 1 x Skt 8 / 14 x Slot 1 / 5 x Slot A
5 x Skt 370 / 8 x Skt A / 2 x Skt 478 / 2 x Skt 754 / 3 x Skt 939 / 7 x LGA775 / 1 x LGA1155
Current PC: Ryzen 7 5800X3D
Backup PC: Core i7 7700k

Reply 242 of 314, by appiah4

User metadata
Rank l33t++
Rank
l33t++

If you are using /I:7 chances are it's conflicting with the Parallel Port. Go to BIOS and disable LPT1 and/or set IRQ 7 and DMA 1 to Legacy Mode ISA in BIOS settings.

Alternatively find the jumper settings and set it to IRQ 5 instead, then modify autoexec to /I:5 and SET BLASTER to I5

Retronautics: A digital gallery of my retro computers, hardware and projects.

Reply 243 of 314, by Koveras

User metadata
Rank Newbie
Rank
Newbie
appiah4 wrote on 2020-11-13, 11:27:

If you are using /I:7 chances are it's conflicting with the Parallel Port. Go to BIOS and disable LPT1 and/or set IRQ 7 and DMA 1 to Legacy Mode ISA in BIOS settings.

Alternatively find the jumper settings and set it to IRQ 5 instead, then modify autoexec to /I:5 and SET BLASTER to I5

Thanks mate!
Now it works 😀

I don't now why I have to initialize ESSCFG on every time when MSDOS starts. Entries in autoexec.bat don't work.
How my autoexec looks:

C:\Mouse\Mouse.exe
C:\ES1688\ESSCFG.EXE /A:220 /I:7 /D:1 /B:330 /J:E
C:\ES1688\ESSVOL.EXE /V:12 /L:8 /W:12 /M:0 /C:12 /S:12 /A:0
PATH=C:\WINDOWS;C:\WINDOWS\COMMAND;C:\ATACR;%PATH%
mode con codepage prepare=((852) C:\WINDOWS\COMMAND\ega.cpi)
mode con codepage select=852
keyb pl,,C:\WINDOWS\COMMAND\keybrd4.sys

Reply 244 of 314, by appiah4

User metadata
Rank l33t++
Rank
l33t++

Ah, glad to help, enjoy!

I am looking forward to owning an exact copy of your ES1688 card, one of the best among the lot. That card, Edison Gold-16 (ES688 version) and the Terratec Gold 16/96 (ES1868) are my favorite ESS cards.

Retronautics: A digital gallery of my retro computers, hardware and projects.

Reply 246 of 314, by Paar

User metadata
Rank Member
Rank
Member

I think I've read somewhere that ESS cards have somewhat unreliable Adlib compatibility even though they really shouldn't as it just FM synth. Maybe some games call Adlib functionality in some weird way.

Reply 247 of 314, by xpclient

User metadata
Rank Newbie
Rank
Newbie

Hi everyone I am late to this thread but I also own ISA and PCI versions of ESS 1868 and 1869 1938 AudioDrive cards respectively and I loved the FM synthesizer on them. Recently I found that someone has made a SoundFont of the ESFM synthesizer and it sounds quite similar although not exactly the same.

Has anyone tried this ESFM SoundFont? https://dropbox.com/s/s7muqffctbty4ju/ESFM.SF2?dl=1

It's a 703 MB file though made by some Japanese guy, I use it in Virtual MIDI Synth and then load the SF2 file. Give it a try, the MIDI sounds really nostalgic with it, quite similar to the original hardware ESFM.

Last edited by xpclient on 2021-04-13, 10:53. Edited 2 times in total.

Reply 248 of 314, by rainwarrior

User metadata
Rank Newbie
Rank
Newbie
Paar wrote on 2020-12-18, 07:58:

I think I've read somewhere that ESS cards have somewhat unreliable Adlib compatibility even though they really shouldn't as it just FM synth. Maybe some games call Adlib functionality in some weird way.

It has very good adlib compatibility, but it's not an exact copy. It was made to do its own things (much more powerful than SBPro's OPL3) but be compatible with what Adlib did. There are some very minor differences in tone, especially of noise / high-feedback sounds. Later SoundBlaster cards had similar differences when they stopped using the original Yamaha OPL2/OPL3 chips and begin using their own clone instead.

There might be differences that are less minor, but I haven't run into them yet. I'd say it's very good at being Adlib and SBPro compatible.

Reply 249 of 314, by appiah4

User metadata
Rank l33t++
Rank
l33t++
xpclient wrote on 2021-04-11, 11:47:

Hi everyone I am late to this thread but I also own ISA and PCI versions of ESS 1868 and 1869 AudioDrive cards.

Btw has anyone tried this ESFM SoundFont? https://dropbox.com/s/s7muqffctbty4ju/ESFM.SF2?dl=1

It's a 703 MB file though made by some Japanese guy, I use it in Virtual MIDI Synth.

There are no PCI ES1868/69 cards.

Retronautics: A digital gallery of my retro computers, hardware and projects.

Reply 250 of 314, by pan069

User metadata
Rank Oldbie
Rank
Oldbie
bloodem wrote on 2020-11-13, 06:52:
badmojo wrote on 2020-11-13, 06:43:

Why /I:7? 5 is more commonly used. And what sort of system are you running this bad boy in? If it's "modern" (PIII for example) then you might need to jump into the BIOS and set aside the relevant IRQ for your card so that nothing else grabs it.

IRQ 7 is actually more compatible. For example, in a game like Gods, some sounds are missing when using IRQ 5, however, on IRQ 7 all sound samples are working.

Whoo. I have been banging my head against this for months, i.e. why is Gods dropping bits of digital playback in the intro music..? I was indeed using IRQ 5. Just switched to IRQ 7 on my PAS16 and guess what? Flawless playback... Never knew that not using IRQ 7 could result in such side effects... Who needs LPT anyways 😀

Thanks!

Reply 251 of 314, by Woody72

User metadata
Rank Newbie
Rank
Newbie

I've literally just found one of these cards in our pile of WEE-waste at work, hence searching and finding this thread. It's a Compaq spare 247428-001. Looks pretty basic, no headers, jumpers or joystick port - just a CDROM audio in socket and some prongs to attach the PC speaker. Whether I use it or not, it needs saving 😉.

Modern PC: i7-9700KF, 16GB memory, RTX 3060. Proper PC: Pentium 200 MMX, 128MB EDO memory, GeForce2 MX(200).

Reply 252 of 314, by pan069

User metadata
Rank Oldbie
Rank
Oldbie

I have a bunch of different ESS based cards. I think is my favorite of the bunch, an Edison Gold 16. I still haven't been able to get the IDE CDROM interface to work, which is bummer... 🙁

ESS Edison Gold 16 IDE setup (help me troubleshoot)

Reply 253 of 314, by xpclient

User metadata
Rank Newbie
Rank
Newbie
appiah4 wrote on 2021-04-12, 09:37:
xpclient wrote on 2021-04-11, 11:47:

Hi everyone I am late to this thread but I also own ISA and PCI versions of ESS 1868 and 1869 AudioDrive cards.

Btw has anyone tried this ESFM SoundFont? https://dropbox.com/s/s7muqffctbty4ju/ESFM.SF2?dl=1

It's a 703 MB file though made by some Japanese guy, I use it in Virtual MIDI Synth.

There are no PCI ES1868/69 cards.

My bad. The ISA is ES1868 but the PCI card is ES1938. After all these years, forgot the model. 😊 Anyway, has anyone given the ESFM SoundFont a try? I found it pretty decent.

Reply 254 of 314, by darkpilot

User metadata
Rank Newbie
Rank
Newbie

Can anyone tell me what J6 connector from the image in the topic is for?
Wrong image reference
Is that PC speaker? Also what AuxB volume control in 1868 card is?

Last edited by darkpilot on 2021-05-09, 17:29. Edited 1 time in total.

Reply 255 of 314, by Joseph_Joestar

User metadata
Rank l33t
Rank
l33t
darkpilot wrote on 2021-05-09, 12:53:

Also what AuxB volume control in 1868 card is?

AuxB controls the volume of the daughterboard attached to the card's wavetable header.

PC#1: Pentium MMX 166 / Soyo SY-5BT / S3 Trio64V+ / Voodoo1 / YMF719 / AWE64 Gold / SC-155
PC#2: AthlonXP 2100+ / ECS K7VTA3 / Voodoo3 / Audigy2 / Vortex2
PC#3: Athlon64 3400+ / Asus K8V-MX / 5900XT / Audigy2
PC#4: i5-3570K / MSI Z77A-G43 / GTX 970 / X-Fi

Reply 258 of 314, by CU_AMiGA

User metadata
Rank Member
Rank
Member

Hello. I don't think i have a problem, but more of a query. Hence why i am going to post this in this thread rather than create a new one. I have an OEM ISA PnP ES1869F card which seems to be functioning fine. I have a dual bootup setup - Windows 98SE, and pure DOS. I have set it up just fine under Windows 98SE via the OEM VxD drivers. Now for DOS, i can't seem to change any of the settings/parameters in the ESSCFG utility that is used in my autoexec.bat (even by using the ! command - complains of an incorrect parameter). And on bootup, ESSCFG says ES1869 is configured by PnP or ICU. Luckily my ES1869F card seems to be configured correctly for use (IO:220 I:5 D0:1 D1:3 MPU:330 J:E), and games seem to find/work fine on it just fine: music, sound effects, and external MIDI wavetable. Tried the usual suspects, Doom, Duke 3D, Lemmings, Keen 4, few others - no issues (unless anyone can think of any other games to try?). So my question is, do i really need to include the ESSCFG in my autoexec.bat still if its correctly configured by default? I currently include it just to confirm/show it configuration on bootup, along with the ESSVOL settings. So the section in autoexec.bat looks like:

C:\AUDIODRV\ESSCFG.EXE
C:\AUDIODRV\ESSVOL.EXE /v:8 /l:0 /w:8 /m:0 /c:8 /s:8 /a:8 /p:0
C:\AUDIODRV\ESSVOL.EXE

Let me know guys, thanks! 😀

Thanks for your time.

Reply 259 of 314, by jakethompson1

User metadata
Rank Oldbie
Rank
Oldbie
CU_AMiGA wrote on 2022-06-19, 23:26:
Hello. I don't think i have a problem, but more of a query. Hence why i am going to post this in this thread rather than create […]
Show full quote

Hello. I don't think i have a problem, but more of a query. Hence why i am going to post this in this thread rather than create a new one. I have an OEM ISA PnP ES1869F card which seems to be functioning fine. I have a dual bootup setup - Windows 98SE, and pure DOS. I have set it up just fine under Windows 98SE via the OEM VxD drivers. Now for DOS, i can't seem to change any of the settings/parameters in the ESSCFG utility that is used in my autoexec.bat (even by using the ! command - complains of an incorrect parameter). And on bootup, ESSCFG says ES1869 is configured by PnP or ICU. Luckily my ES1869F card seems to be configured correctly for use (IO:220 I:5 D0:1 D1:3 MPU:330 J:E), and games seem to find/work fine on it just fine: music, sound effects, and external MIDI wavetable. Tried the usual suspects, Doom, Duke 3D, Lemmings, Keen 4, few others - no issues (unless anyone can think of any other games to try?). So my question is, do i really need to include the ESSCFG in my autoexec.bat still if its correctly configured by default? I currently include it just to confirm/show it configuration on bootup, along with the ESSVOL settings. So the section in autoexec.bat looks like:

C:\AUDIODRV\ESSCFG.EXE
C:\AUDIODRV\ESSVOL.EXE /v:8 /l:0 /w:8 /m:0 /c:8 /s:8 /a:8 /p:0
C:\AUDIODRV\ESSVOL.EXE

Let me know guys, thanks! 😀

Thanks for your time.

It's probably because your BIOS is an ISA Plug and Play BIOS. So (when everything works) it and Windows cooperate over the ESCD information flashed into the BIOS chip and it correctly configures your sound card even when booting directly to DOS mode. If you were doing this on a VLB 486 or early Socket 4/5 Pentium or similar with no such BIOS support, you would either have to use ESSCFG or 'restart in MS-DOS' mode from Windows 9x, since Windows 9x takes over the role of configuring ISAPnP devices by talking to the hardware directly if there is no BIOS support.

The ISA Plug and Play BIOS support was required for the "Designed for Windows 95" logo program, I believe, so it caught on quite quickly.