RetroTech Chris Profile picture
Mar 2, 2024 13 tweets 6 min read Read on X
A few weeks back, we talked about PCI sound card compatibility in Windows 3.1x. And then I went and purchased an Aureal Vortex AU8820 sound card for like $10 bucks. Let's find out how well it works in DOS, Windows 3.11, and a few other OSes in a thread here!



Image
Image
Image
Image
First, you'll be pleased to know that this sound card works with Hannah Montana Linux. Okay, enough of that already... for now 😂. Gosh, that color scheme is beyond atrocious and hurts my eyes. Image
How about Windows XP? Yep, detected and good to go! Image
Okay, off to Windows for Workgroups 3.11. Install was a cinch, but.. all I get in the program group is an uninstaller? Really?? No mixer? Yeah.. more on that in a minute.

Image
Image
Image
Things are looking good in the MIDI mapper, nothing to do there! All set. Image
If we look at installed drivers, we'll see there is a mixer. It just has no GUI. Fortunately, we can control the sound settings via system.ini. Under [Config\MixerSettings], I just changed all values from 32767 to 65535 to give "full volume" everywhere!

Image
Image
Image
Oh, and for the drivers, for the interested, I downloaded them from here! vogons.org/viewtopic.php?…
Alright, how about DOS? Fortunately there is a TSR you can use to make things work, included in the drivers above. However, it will probably lock up with newer systems. You can pull the "asp4dos" file from Win9x drivers to fix it though, details here: vogons.org/viewtopic.php?…
So, running asp4dos from the command line, we can see the card get detected. PRO TIP: If you install the Win3.1 drivers, you'd best take asp4dos out of autoexec.bat before you reboot, or replace it under the C:\WINDOWS directory before you do if you have a newer system! Image
So, for the most part, we are done. But there are two more problems to solve. The first is setting audio levels. I think with a vortex.ini file, this can be done with the asp4dos driver. But that was giving me trouble. So I downloaded SBMIX and it worked perfectly! Image
The next problem? If you run Win3.1x, the real mode DOS driver will uninstall. So after you exit Win3.1x, you need to reload it again. See this post I made today on Vogons that talks about the fix I used with a batch file! vogons.org/viewtopic.php?…
Anyway, there you have it. Now we can do fun things like play MIDI, MP3, and WAV files in Win3.x... using a PCI sound card. Thanks for following along! I'll leave you with a post I just did where we play an MP3!
@threadreaderapp unroll

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with RetroTech Chris

RetroTech Chris Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @RetroTechChris

Feb 24
My new old stock Tandy 1000 SX is now all configured! As mentioned earlier, I'm going to made a video about it at SOME point. But let's talk about the fun I had today with getting it set up. Was setup 100% trouble free? No. But was it the Tandy's fault? Also, no. Time for a 🧵 Image
Image
The first thing I did was to populate this gorgeous motherboard with a full 640K RAM, and also popped in a NEC V20 processor for the 8088. Flawless! No issues whatsoever with this! Image
Image
Image
Image
Next up, I jammed in some cards. Network. XTIDE. Multi I/O. Real Time Clock. On boot, we see the XTIDE option ROM screen, so we are now cooking! Image
Image
Read 14 tweets
Feb 23
Well, after spending way too much time this weekend trying to get my MPEG-1 decoder working on the Presario 5528 from a fresh Windows 95 install, I finally was successful. Let's talk briefly about it in a 🧵 here! Image
Image
So, first some background: what's the story with MPEG-1 decoders? Well, back when PCs weren't quite powerful enough to play full-motion video, hardware options like this were popular. This machine has a S3 Scenic/MX2 (86C443) chip to do just that. Image
For this particular system, this chip pairs with an S3 Trio64V+ (8C765) via the S3 Scenic Highway bus. That said, it's fair to say that MOST S3 Trio64V+ cards did NOT pair with a Scenic/MX2, as this MPEG-1 option chip seemed to be FAIRLY short lived. Image
Read 16 tweets
Feb 16
Okay, let's play with this "new to me" Compaq Presario 5528 All In One that I picked up this morning. Going to build this thread as we go! But let's get this kicked off! 🧵 Image
As we saw from the first picture, this is a Pentium 75 system with 72MB RAM and a 1.0 GB HDD. As we look at the bezel, we can see it is not in perfect shape. But perhaps we can fix that up later! Image
Image
Image
Image
The first thing I did was run MemTest86+ which passed. From there, I got out my "good camera" because, as we can quickly see, we're going to need to be able to adjust shutter speed here 😂 Image
Image
Read 34 tweets
Feb 13
I got a few optical drives in the mail today. Let's get them tested. Time for a quick 🧵 Image
Image
Okay, here we go. First up is a Toshiba XM-5302B. This is a 4X IDE drive! I loaded a Microsoft Money '99 CD into the drive, and this drive works GREAT!! Image
Image
Image
Next up, we have this Mitsumi CRMC-FX4831T 48X drive. Once again, we load up the MS Money disk, and pass!! Image
Image
Read 5 tweets
Feb 8
Let's talk about my newest PC acquisition, which might be the most budget build ever 🤣. But there was a reason for buying it. I'll cover that... along with a Windows 95 installation, in a 🧵. Let's go! Image
First, why did I buy this? Well, the plan was to do a case swap with another system I had, which had some strange "fit" issues. However, that planned got smashed... literally. So, I thought we might as well explore what's left of this PC!
This system has a PC Chips M748MR motherboard, an Intel Celeron 400 MHz processor, and 16MB of RAM. Yikes! And of course the case is nothing fancy, but is nostalgic for me. But yea, this is the most budget build ever, for sure! Image
Image
Image
Read 13 tweets
Feb 1
I just watched a video where YouTuber Action Retro set up a web server on a floppy disk using ELKS (the Embeddable Linux Kernel Subset). I thought, I have to try this for myself! Let's talk about it briefly in a 🧵 Image
Image
So, first of all, what is ELKS? It's the Embeddable Linux Kernel Subset, and it will run on a wide range of hardware, including 8088 systems. Pretty wild for a modern product! If you want to read more or try it out, GitHub repo is here: github.com/ghaerr/elksImage
Alright, let's go. I need to choose a system that will support the networking for ELKS. Turning to the Wiki, as of right now, the network cards supported are NE1000, NE2000, Western Digital 8003, Western Digital 8013, and 3com Ethernet III (3c509). My 486 DX4 has a 3Com 3c509! Image
Read 11 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us!

:(