So, this is fun! I connected a DOS PC to a Windows XP system using a null modem cable. I can browse the web and share files!
The first thing we had to do was install a custom "null modem". Here's the config file for it, and it is also available here: github.com/cml37/dos-util…
From there, we get to add a new modem. Go to "Control Panel", then "Phone and Modem Options." Then fill in the area code, etc. if you get asked to do such!
Next, go to the "Modems" tab. Click "Add". Select "Don't detect my modem...", then "Next", then "Have Disk..." Browse to the location of mdmnull.inf that you downloaded from the previous step.
Choose "Null Modem for epppd for DOS", then "Next", then select your COM port." Then "Next", and finish out the wizard.
Next go to "Network Connections" in Control Panel. Click "Create a new connection". Choose "Set up advanced connection", then "Next". Click "Accept Incoming Connections", then "Next".
Choose "Null Modem for epppd for DOS", then "Next". Then "Do not allow virtual private connections", then "Next." For "User Permissions", just click "Next".
Click "Properties" on "Internet Protocol (TCP/IP)". At this point, I suggest specifying a range of allowed TCP/IP addresses as you see here. From there, finish out the wizard!
Okay, now for the DOS side. First, download dosppp06 and extract epppd.exe and copy it to your DOS PC, you can grab it from here: ibiblio.org/pub/micro/pc-s…
Also go and download Arachne for DOS (I actually used an older version in my first screenshot, but I think this version will be better: glennmcc.org/arachne/)
Now, connect up your null modem cable from the Windows XP PC to the DOS PC!
Next up, on the DOS PC, we are going to load epppd.exe, the DOS packet driver. Here is how I did that
And now, go ahead and run the arachne installer and launch Arachne.
Once installed and launched, Arachne will prompt you for configuration. Choose the packet wizard. Then "Detect packet driver". Then "continue".
For best success, choose "Manual setup" for the next step. Then put in the IP address of the connection, and your gateway and netmask. For the nameserver, I just used Google's (8.8.8.8).
If you need to find your IP address, you can go and look at "properties" for the "unauthenticated user" on the WinXP side, look at the "Details" tab and the "Client IP address"
So, how about file sharing? I set up a NFS server using OpenMediaVault and used the XFS DOS client. I have a video for that! You'd just want to update xfs.bat to use the epppd packet driver, that's it!
And, by the way, I also tried the above procedure using Windows 2000 and it worked too!
Two corrections: for User Permissions, you will want to choose "Guest". Then, when done with the wizard, click on the new connection, go to the Users tab, and select "Always allow directly connected devices such as palmtop computers to connect without providing a password"
See last tweet in the thread! For user permissions, need to choose "Guest"
• • •
Missing some Tweet in this thread? You can try to
force a refresh
I picked up this $5 VESA Local Bus I/O card at the System Source Swap Meet. Let's test it out! Time for a 🧵
This card is a SIIG Professional VL. And it has your typical I/O as you can see here: dual IDE, FDD, 2 serial, 1 parallel, and 1 game
We'll start out with a base case, which includes the Promise EIDE 4030 card that is installed. I did do a quick bootup with this card installed, and it was successful.
Who here believes in redemption? The other day, I was cursing these SMC Elite 16 ISA network cards as they were giving me all sorts of trouble. Let's give them another chance since I have so many of them 😂. Time for a 🧵
Anyway, this thread starts out with a funny story. I grabbed a PC at random, and it happened to be the Kehtron PC. Guess what kind of card was already installed and operational in it? Yep, a SMC Elite 16 😂. Well, good, this problem should be solvable then!
As science teaches us, always start with a control group, and we lucked out in this case. So I booted up Windows for Workgroups, and the card is working great. Looks like we are set to 0x280 and IRQ 3 per the DOS EZStart utility.
I picked up a $5 ISA video card (!) at the System Source Swap Meet! Let's test it out. Time for a 🧵
So this card is based on the Cirrus Logic GD-5422 chipset. It looks to be a STB System Horizon card. I didn't count the memory, but looks to be 1MB
I installed it in the system, and we can see the BIOS splash screen for it (sorry for the blurry picture). From there, I installed some drivers that I found on Vogons, and bumped up the resolution. Looking good!
I got a memory upgrade in the mail yesterday for my Compaq Armada 7770MT! And, well... OF COURSE this was an adventure. Let's talk about it briefly in a 🧵 here!
So, why was this an adventure? After all, it's a simple memory upgrade, right? Well, for whatever reason, the display wasn't lighting up, so I went with an external monitor. Okay, fine.
I did troubleshoot and solve that. Bad LCD inverter. That's a first! I swapped it out of a parts laptop. Okay, let's continue MemTest. Ah geez! We have a bad module.
I did a system restore on my $3.33 Packard Bell Legend 11CD. This is a GREAT little 486DX2/50 system. Let's talk about the restore process, in a 🧵 of course!
The first thing that I did was to write out track 0 of the hard drive with Packard Bell System Credentials. I found credentials for a Packard Bell Legend 10CD, which is similar. I tweaked them a bit and then wrote them out! The HDD in this system is a 730MB Western Digital.
From there, I needed to track down a boot disk and Master CD. I found a boot disk that was close enough (thank you, ), and from there, changed the port in config. sys for the Panasonic 2X CD-ROM drive in my system. From there I wrote this image to a disk. ryan.thoryk.com/pb-restore/
I decided to do "retro computing from the recliner" tonight, and set up Windows 3.11 For Workgroups on my "Super Armada 7770DMT". Let's talk about it briefly in a 🧵 here!
So, this particular computer doesn't have a traditional floppy drive since it originally had the dreaded Citizen W1D drive. No problem! We'll use OpenFlops and disk images where we need them!
I also decided that I would use my Parallel Port to SD (SDPPD) device to transfer files to the laptop. So after creating a DOS partition, I created a disk image with the driver for the SDPPD with the right changes to config. sys to load it!