OutoSoft

Odd Software for Odd Jobs

Pulling apart the HP 9121D

The HP 9121D is a dual 3.5" drive system consisting of two Sony single-sided drives (OA-D31V-1) and a single HPIB interface. Here it is with the cover removed.

2016-08-20 15.51.20

These drives are ancient - apparently the Sony OA-D30V was the original 3.5" drive.

Sony drive

Hint for pulling this thing apart - remove the drives (unscrew from the bottom) and then you can remove the motherboard. The fan has a single flathead screw securing it the case.

2016-08-20 15.56.15

These drives use a 26-pin signal interface so some investigation was required - I wanted to see if I could replace the drive(s) with the HxC floppy emulator that uses a standard 34-pin connector.

Sony 26pins

The switch on the left is the disk select switch SW1 - disk 0 or disk 1.

I can never remember which is pin 1 - quick underneath the circuit board confirms:

Sony OA-D31V-1

All of the odd numbered pins, 1 to 25 are connected to Vss/ground. You can see the pins 2 and 4 are connected to the SW1 disk select switch.

The even numbered pins are assigned as below:

2 - disk select 0 (SELECT 0)
4 - disk select 1 (SELECT 1)
6 - direction (DIRTN)
8 - step (STEP)
10 - write data (WRTDATA)
12 - write gate (WRTGATE)
14 - head load (HDLOAD)
16 - (reserved)
18 - index
20 - track 00 (TRK00)
22 - write protect (WRTPRT)
24 - read data (RDDATA)
26 - ready


I've come up with this mapping for the 26-pin (left) to the 34-pin (right) socket on the floppy emulator:

2 <-> 10 (DS0)
4 <-> 12 (DS1)
6 <-> 18 (DIR)
8 <-> 20 (STEP)
10 <-> 22 (WDATA)
12 <-> 24 (WGATE)
14 - not connected
16 - not connected
18 <-> 8 (INDEX)
20 <-> 26 (TRK00)
22 <-> 28 (WPT)
24 <-> 30 (RDDATA)
26 <-> 34 (READY)


As I'm likely to be wrong, I've used jumper wires:

2016-08-22 15.36.03

So far, so good - the HP is supplying power to the floppy emulator:

2016-08-22 16.14.00

Now I just need to figure out how to configure the emulator for the HP SSDD 3.5" disk format. Worst case is I could initialise a disk on the HP Series 80 system and then use various DOS/Windows tools to image that blank disk, then copy files on to it (or something).



Resurrecting a Compaq Deskpro

I was gifted this machine along with a whole bunch of HP Series 80 equipment. It's a Comaq Deskpro EN Series SFF (small form factor) with a Pentium II. Its main purpose was (or will continue to be) the HPIB interface card.

2016-08-21 06.52.44

I haven't been able to find service documentation for this exact machine - all of the EN series documentation lists Pentium III's and not the Pentium II this one has.

My first job was pulling it all apart to give it a good clean and check out how it was put together … very nicely I must say. All the components are modular - the 3.5" floppy drive, CD-ROM drive, E-IDE (or PATA I guess) hard drive all slot in nicely. The machine came with 128MB of RAM so I've upgraded it quite cheaply to its maximum 512MB.

It also has a memory slot to upgrade the built-in graphics card, doubling its memory from 4MB to 8MB (found a cheap SGRAM module on eBay).

The backup battery was, of course, dead so I replaced it - a CR2430 button cell - quite easily.

Compaq Deskpro EN

Here's the system information screen accessed via the F10 setup during boot:

2016-08-21 12.31.02

The machine boots into Windows 2000. Unfortunately the kind fellow who gave me the machine couldn't remember his password and the Administrator account also had a password. So I was a bit stuck.

Some investigation on the Web showed that it was possible to clear the Administrator password by deleting a file called "SAM" in c:\windows\system32\config\

So I removed the drive and hooked it up to my Mac via a PATA/SATA - USB interface. This allowed me to see the files with no issue … but the Mac can't modify Windows NTFS partitions natively … so no deleting that file!

2016-08-20 07.18.38-1

Luckily I already had a licence for Paragon's NTFS for Mac … this allowed me to delete the file.

I put the drive back, booted into Windows again … and logged in with the Administrator account and no password! Sweet. So another machine is rescued - I'll be able to use this machine as a host drive for the old HP Series 80 machines via HPIB.

I'll continue to investigate how to upgrade the CPU - I've read it can be upgraded to a Pentium III but I'm not entirely sure the specifics. Completely unnecessary of course! ;)

Resurrecting an 80386SX

I got a generic 80386SX machine on eBay some time ago because it had both 5.25" and 3.5" drives which would allow me to transfer old floppies to newer disks. It was built in Australia by a company called "Total Peripherals Group" … they are still around as tpg.com.au, now a rather large telecommunications provider!

2016-08-21 06.53.29

Every time I would start it up, it would complain that the CMOS settings weren't set. This was obviously because the backup battery had died sometime late last century.

So I thought I might as well sort it out.

Looking at the current battery, it doesn't look too healthy. In fact it appears to simply be three 1.2V button cells packaged end-to-end.

battery1

I de-soldered it simply enough - the positive terminal (right side) had already leaked some nasty stuff onto the motherboard so the whole pad came away:

Battery2

Not to worry - I re-drilled the holes with a 1mm drill bit and then soldered on my brand new Lithium 3.6V battery (Jaycar part SB-1771). It's slightly larger than the three button cells so I ended up mounting it this way:

Battery3

Not a bad job I think! Put the motherboard back in, reseated all the plugin cards (drive controller, VGA graphics card, serial/parallel ports, GPIB interface) and it came up good. I also gave the 5.25" drive a good clean too, including the heads, as it had been giving read errors. Works a treat now. Going to get a CF-IDE adaptor as I'm a bit worried the hard drive will just die one day. I've got two CF drives running in my old Amstrad PC1640 (8086 machine).

AAoW