I've started to dive into the #VCFEast haul! First up is this nice Pentium Pro Compaq Deskpro 6000. It has 64MB of memory, a CD-ROM, Iomega Jaz Drive, PCI SCSI controller, and a 20GB IDE HDD. Let's explore a bit and talk about setup!
So, first of all, I bought two Deskpros in anticipation of making one "good" one. I was hoping to swap the faceplates since this one had some broken tabs. No such luck, they are different sizes! I was at least able to swap the power button over!
For the curious, here are those broken tabs.
Also, "someone" has been in here before! I found a "non Torx" screw. Definitely not from the factory that way. These little grey nubby Torx screws are more common, there are black ones too! And...oh, the Deskpro engineers were smart: they give you spares! Just unscrew and use.
Originally, this system had a different optical in it. But the drive had a broken belt, so I swapped in a drive from the "power of CD-ROM power" that you might have seen a few weeks back on here!
Let's look at the stickers and writing on this thing! I think this was a government PC. Was it really in use (or at least inventoried) until 2015 and decommissioned in 2023? It could be! There was no HDD, I added one, so we may never know.
Yay! Pentium Pro. And the original Compaq identifier tag with specs too!
Here's my attempt at keeping the faceplate on. Some tape on the bottom, pulled "tight," and a little bit of tape on the inside. It'll do for now.
Looking inside, we can see that these are pretty modular. You can pull out the expansion card riser as a complete unit!
With the expansion card riser out, we can get a good look at the mobo. Look at that huge heatsink for the Pentium Pro!
Drive bays are also a bit modular. What's interesting is that you use a "guide screw" to align the drive, then you add more screws to tighten it down! You can see me pointing to the "guide screw hole" here with my screwdriver. And there is a "guide screw" installed on the FDD.
For the curious, here is the HDD I added. It's a 20GB Maxtor.
Here's a look at the back of the case, as well as one of the "sliders" you use to take the case off! There is one on each side.
When I added the Maxtor drive, the BIOS picked up the change!
That said, I did have an issue. The BIOS version installed didn't support BIOS HDDs over 8GB. So I used the Internet Archive to figure out which ROMPaq I needed and pulled the file from the Compaq FTP site archive that I have! From there I made a disk using an LTE 5300.
Flashing the BIOS was a cinch. Now we are up to date!
From there, I also installed a Diagnostics Partition on the hard drive. This allows the setup program to be on the hard drive as well for ease of configuration.
And finally, I ran MemTest, and it passed! And with that, we are all set. I am going to leave this machine as a "blank canvas" for @robivy64 who is going to have some fun with it. Thanks for following along!
@robivy64 @threadreaderapp unroll
• • •
Missing some Tweet in this thread? You can try to
force a refresh
Today, I got Windows for Workgroups 3.11 working on my Pentium II CompUSA PC. I don't know why I like to inflict this type of torture upon myself, but I do 😂. And, oh man, did I have problems. I'll talk about it in a thread here.
First of all, this system has an Intel SE440BX-2 motherboard, which... well... has its own limits and quirks. It certainly doesn't have the most configurable BIOS out there. But I didn't let that stop this madness. theretroweb.com/motherboards/s…
So, my first and biggest headache was memory region detection. For some reason, I had to add a TON of manual excludes to get a fresh copy of Wfw3.11 to even start. Yuck!
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!
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.
How about Windows XP? Yep, detected and good to go!
So, in the end, the Hannah Montana Linux install was a success (a flaky DVD drive was the cause of my problems). I'll be sharing more about some of the specifics I did to get the display set up & retro WarpStream configured so that I could bring you this clip. Speakers on. Enjoy!
Alright, let's talk about how I did this, shall we? I'm going to use a VM, because, quite frankly, I'm tired of sitting at the desk 😂.
The first thing you'll want to do is download the Hannah Montana Linux ISO. It's basically Ubuntu 9.04 with some customization. You can get the ISO here. archiveos.org/hannah-montana/
I finished up my Windows for Workgroups 3.11 install on the Pentium III PacMan PC this evening. Let's talk about it in a thread here... and I'll discuss some Win3.1x programs that you probably haven't seen before!
So, first, I had intended to do the standard Windows 3.11 install with applications. But then I had another idea: how about clone the Windows 3.11 VM that I have had since the dawn of time...I'd had this VM before I started collecting, I probably made it 10 years ago! So I did.
Choosing this clone approach had another advantage: some programs like Internet Explorer 5 are a pain to install on systems with huge amounts of memory. It can be done, but I didn't want to deal with that pain today 😂. Though if I did, the MS Knowledge Base has me covered.
Installing Windows 3.11 For Workgroups on the PacMan PC today! The PCI sound card in this Pentium III system does present a challenge though. I thought I'd take a few mins and talk about PCI sound card compatibility for Win 3.1x in a thread, at least from my perspective! Let's go
So, first question I will get is "why install Windows for Workgroups 3.11 on a Pentium III?" I'm afraid I don't have a good answer, I just want to do it😂. Okay.. moving on... 😅
So, next question is "why is it a challenge to make PCI audio cards work in Windows 3.1x, but yet it's not as bad in DOS?" I speculate the reason is that many of these PCI cards were prolific in the Win9x and beyond era, and MS-DOS mode compatibility was important.
Who is familiar with the NABU? It's a computer from the 1980s that ran over the cable network. Several people wrote Adaptor software that runs on modem computers to bring it back to life. But did you know you can turn a retro computer into a NABU server? Let's talk about it!
So, first, you need hardware to connect to the NABU, and the standard that a lot of people use is the DTECH USB to RS422 adapter. This adapter is based on an FTDI chipset. And as luck would have it, FTDI has drivers for older OSes, including early MacOS 10 and Win98!
From there, it's a matter of having NABU Adaptor software that is compatible with older OSes. I wrote a Version that works with Java releases 1.5 and above. Why Java? Well, many loathe it, but it's extremely portable! github.com/cml37/JavaNabu…