PS/1 recent pickup

wottle

Active Tinkerer
Oct 30, 2021
825
568
93
48
Fort Mill, SC
I recently picked up an Apple IIgs that I had to drive a little bit aways for. And I noticed on FB Marketplace that there was a nice looking IBM PS/1 machine that was listed right on my drive back from picking up the IIgs. I messaged the person who had the listing and it was going to be part of an estate sale. So I stopped by, made my offer and walked away with my trunk of the car filled up with a IIgs in a travel box, and a IBM PS/1 system, complete with computer, monitor, keyboard, mouse, and printer.

I had never used and old IBM machine like this, but it looked like one I would like to play around with.

IMG_9833.jpeg IMG_9839.jpeg IMG_9845.jpeg IMG_9836.jpeg

It took me a bit to figure out how to get it powered on. There's no AC power input on the PC, the power supply for the computer is in the monitor (weird, kind of like a reverse ADC concept except to keep the monitor able to connect to other computers, they used two cables - one standard VGA cable, and another that I assume will carry the 36v to the computer).

Unfortunately, my attempts to power it on were met with it tripping the GFCI breaker every time I pressed the power button on the monitor. So, I figured I'd dive into disassembly and see if I could see anything wrong. I found what I thought was leakage and corrosion on some caps on what I assume is the equivalent to the Analog board in a Mac. Unfortunately, those caps actually weren't leaking and it was just the adhesive used to glue the caps down after install. I replace the two caps that originally looked questionable, but both tested good when removed. Next, I figured if there was a short when the computer was turned on, the PSU would be a good place to look. I didn't see anything terrible looking on the PSU, but considering I went through the painstaking effort to fully disassemble this beast of a monitor, I probably should just replace the caps. So I noted the capacitance, voltage, and physical size of all the caps, and placed an order at Mouser. All of the removed caps tested ok, so I actually suspected there was a different problem.

IMG_9891.jpeg IMG_9911.jpeg IMG_9910.jpeg

So, the caps came in this afternoon and I got them all reinstalled in the PSU. Then I reassembled the thing, which was not easy, even with the videos I took while disassembling to help me reverse what I had done taking it apart. But I got it re-assembled, and figured I should give it a power on test just to confirm it was still broken, but I actually heard the high voltage fire up and I got an image. I adjusted the brightness and contrast and I can see some text!

IMG_0110.jpeg


However, as you can see, it appears to be throwing some error codes and requesting I press the F1 key (I think). I found that the 101 and 103 codes are likely because the CMOS battery was dead and there are no settings. I did put a new coin cell battery in the machine, but I guess it requires you to create initial BIOS settings after the battery dies? The bigger problem is the 303 error, which indicates a problem with the keyboard. That also likely explains why nothing happens when I press the F1 key as requested.

Anyone with familiarity with the PS/1 2121 system to give me a starting point. Is it likely the keyboard itself? Something on the main logic board? Also, is there a specific type of PS/1 keyboard I could get to replace it? It sounds like these keyboards may also have a problem with bad caps, so I will probably see if I can crack it open and replace any caps inside.

Then it's on to replacing the hard drive with something solid state. What is the BlueSCSI equivalent in the PC world for something like this?
 

PL212

Tinkerer
Dec 25, 2022
43
29
18
I have several of these systems myself, the good thing about the keyboard error is that you can use any kind of PS/2 keyboard to test whether it's that or the computer itself.

Once the keyboard is working you will be able to progress further; one frustration many have with this machine is that if the floppy drive dies (and the hard drive is out of commission) you can't easily start up the BIOS configuration software, which relies on a DOS command.

The 2121 is the much faster, nicer 386 version. Early PS/1's actually used quite an oddball hard drive interface; there are some details in this thread.
It's possible by the 2121 the interface had evolved to standard IDE, in which case you have a lot of options.. Nowadays a PicoMEM is actually a great solution to virtualizing hard drive, floppy, network (wifi!) and sound card. And unlike most PS/1's, you found the rarer tall model with two ISA slots for that kind of thing.

There is a 0.5% chance you have a sound/MIDI card in the proprietary slot underneath the ISA slots (shown here on the shorter model that does not have ISA):

Screenshot 2025-11-22 at 10.20.15 PM.png



If so, you have something worth quite a lot. If not, don't feel bad -- almost no software uses the PS/1 sound card and you have normal slots to add cards of your choosing.

The best site on the net for PS/1 information is this one, including docs and software.
 
Last edited:
  • Love
Reactions: wottle

wottle

Active Tinkerer
Oct 30, 2021
825
568
93
48
Fort Mill, SC
OK, I was able to take the keyboard apart and the Caps were in very bad shape. I got them removed, but don't have a 2.2uF 50v cap on hand, so it will have to wait. Tip for anyone disassembling a IBM M2 keyboard, remove all the keycaps, then while unclipping the plastic tabs that were underneath the key caps, flip it upside down before releasing the clips. It will allow the plastic pieces with the springs to stay in the right spots, so you won't need to reload them all. It's a bit annoying because there are more slots than springs, so you need to figure out when ones should stay empty.

IMG_0112.jpeg



I have several of these systems myself, the good thing about the keyboard error is that you can use any kind of PS/2 keyboard to test whether it's that or the computer itself.

Once the keyboard is working you will be able to progress further; one frustration many have with this machine is that if the floppy drive dies (and the hard drive is out of commission) you can't easily start up the BIOS configuration software, which relies on a DOS command.

The 2121 is the much faster, nicer 386 version. Early PS/1's actually used quite an oddball hard drive interface; there are some details in this thread.
It's possible by the 2121 the interface had evolved to standard IDE, in which case you have a lot of options.. Nowadays a PicoMEM is actually a great solution to virtualizing hard drive, floppy, network (wifi!) and sound card. And unlike most PS/1's, you found the rarer tall model with two ISA slots for that kind of thing.

There is a 0.5% chance you have a sound/MIDI card in the proprietary slot underneath the ISA slots (shown here on the shorter model that does not have ISA):

View attachment 24884


If so, you have something worth quite a lot. If not, don't feel bad -- almost no software uses the PS/1 sound card and you have normal slots to add cards of your choosing.

The best site on the net for PS/1 information is this one, including docs and software.

No sound / MIDI card in mine. It does have a hard drive that spins up, but without a keyboard, it will have to wait to test. I'll look into PicoMEM. This is awesome information! Thanks!