Tube Time Profile picture
Dec 21, 2021 77 tweets 19 min read Read on X
today's project is to fix this old Seagate ST-412 hard drive. 10MB, full height, and really loud! Image
here's a problem: the positioner stepper seems to move around randomly on power up. it's supposed to wait until the rpm goes nominal before moving. could be an issue with one of the motor phases.
looks like the stepper is controlled from an MCU. but there's some electronics in between i should check. Image
during a power-on, two of the phase signals don't look right
i've find an open-collector inverter that seems to be dead, pulling all outputs low regardless of the inputs. Image
desoldered. now I can test it. Image
it seems to work, which is really weird. Image
the OC outputs are going into transistor bases, so i was confusing 0.7 volts as "low" when it is really "open"
if anyone wants to follow along, i'm using this manual: wang2200.org/docs/external/…
unfortunately it doesn't match my board p/n, which is 20221. the manual covers 20096 and 20110.
logic analyzer time. Image
looks like the MCU is toggling some GPIO pins during startup. this only happens when the motor is connected. maybe motor switching noise is confusing it? starting to suspect power integrity problems. Image
oh and the reset# line is toggling, and shouldn't. there's a 74123 one-shot that's toggling the line with no input trigger pulse!
the 74123 currently under suspicion. and yes that is a tantalum timing cap. 🤔 Image
tantalum has capacitance. maybe there's a leakage current? Image
leakage is fine too. hmm. Image
hmm this capacitor on the 12V rail isn't doing well. 12 ohm ESR is really bad Image
the 74123 circuit, for those who want to follow along. it just generates the reset pulse. Image
-DCUSF comes from this circuit that monitors the input supply voltage. one guess is that the 12V rail is super flaky and goes above and below the threshold when the motor is spinning up, causing the reset line to spaz out Image
swapping out some suspicious capacitors. ESR was getting pretty high. Image
there was a lot of ripple on the 12V rail during the motor startup. part of it was the bad caps, part of it is the bench supply i'm using. this was triggering the supply monitoring circuit, which is working fine. there's still another problem though.
so here's where we're at: the DCUSF signal (from the supply voltage monitoring circuit) is good. the RST# pulse generated by the '123 one-shot has a pulse right at the beginning, which doesn't seem right. Image
looks like the pulse occurs during the VDD ramp-up, when it hits 3.3V. Image
I think this is a red herring, and is an artifact caused by my bench supply. it doesn't occur with a regular PC power supply.
here's the remaining issue: I can't seek to track 0; it just bounces back!
in this video, I start out at track 0, seek to track 1, and then try to seek back to track 0. notice that it jumps to like track 4 or something instead of going back to track 0?
I polished up these silver-plated BNC connectors. why? well Image
to make this adapter that lets me use 10x probes with my Saleae logic analog channels. Image
the Saleae input impedance is 2M ohms so I have to parallel it up with a 2M resistor in order for the probe to work right Image
and I need this to check the stepper motor's commutation waveforms. Image
they...sort of seem ok? i need to look at the digital driving waveforms as well. Image
ugh, the schematic doesn't quite match Image
new symptom: it can now go to track zero but it refuses to seek more than 4 tracks down. this is starting to smell like an MCU issue. Image
the track 0 indicator is asserting like every 4 tracks. clearly it's losing track...
🤦‍♂️ Image
so that connector was for the LED+photodiode used to sense track 0. once i reconnected it, we're back to the same old symptoms as before.
from what i can see, the electronics driving the stepper motor seem to be OK, but the motor behaves very oddly when it's close to track 0. the steps are of uneven size, and i can feel some mechanical resistance. perhaps it's been a mechanical issue this whole time.
and then there were two! Image
trying a brain transplant Image
yup, this must be a mechanical problem
welp, there goes the warranty Image
hmm Image
head crash, perhaps? or maybe the head got stuck here for a while. Image
ok so the track zero sensor hasn't been hit but the head assembly has hit this hard stop. Image
the hard stop is set from the outside. Image
see how the glue is cracked? someone's messed with it. 🤔 Image
the adjustments for the track zero stop on the stepper motor appear untouched. Image
I've tapped the differential signal coming off the read amp. by looking at the amplitude I can see how far out of alignment it is. ImageImage
yeah bearings in the stepper are shot 🙁
on the other drive, the track zero sensor seems to be positioned differently--notice how the lever is further out? 🤔 Image
swapped the track 0 sensor and the darn thing steps correctly now!
took the old sensor and filed down part of the plastic. it's really close, so I'm not sure why it wasn't working right. Image
forgot to mention that i also added some lubrication to the stepper motor shaft, although i doubt that did much now that i think about where the bearings are, lol
think it's time to pick out an MFM controller card and try out this drive Image
jury rigged in my XT. Image
it's detected! Image
won't boot and gives me this error when I try to fdisk. Image
let's try a low level format. nice little secret command that you enter from DEBUG, lol. Image
good so far Image
argh Image
i think i'll need to hook it up to a logic analyzer and look at the raw sector data, sort of like how i did it for this other hard drive:
looks like there is indeed data on track 0. i think it's head 3. Image
histogram looks great. we have edges at 100, 150, and 200ns. Image
i'm assuming there's an issue with the controller, so i switched over to a Xebec controller. this one you have to low-level format using debug by writing a short program that makes int13 calls! Image
fdisk sees the drive! it allowed me to partition it! it's formatting right now. 😃
oh yeah, it works! now i'm curious to figure out why the DTC controller wasn't working. (i borrowed the Xebec controller from my 3270 PC.)
the two controllers likely have a different, incompatible low-level format. so this drive, formatted in the Xebec, won't read with the DTC controller.
anyway, I'm looking at the other drive again and it's now showing the same weirdness with the track 0 sensor. it allows the stepper to go too far. there's no data in this area--the signal from the preamp is quiet. ImageImage
I can get it to work by wedging some folded paper in this spot. I think the plastic of the sensor housing deforms with age and drops away from the correct location. Image
as I push on it you can see the track 0 signal dropping in and out.
so here are some useful tricks for the ST-412: you can probe the raw signal from the head at this test point (near the NE592). ImageImage
having a breakout board is useful for controlling the drive. basically it holds the drive select line low and lets you see the track 0, drive ready, and other status signals. you can also step the heads in and out. Image
when you turn on the drive, step around the tracks a bit, and if you don't see any data on the first 4-7 tracks or so, then you know that there's a problem with the track 0 sensor.
go to the first track that has data on it, and then wedge some paper into the sensor in the spot i showed previously. when the breakout board's track 0 indicator LED comes on, then you know you have it. you can step around a bit to make sure it is not marginal.
i bet this is a pretty common failure mode for this drive. the plastic ages, and then due to the screw pressure it bows and bends downwards, pulling away from the lever, shifting the drive's idea of track 0 pretty significantly. Image
another fun trick: when on a track and while viewing the preamplifier signal on an oscilloscope, you can gently push on the stepper lever with your finger and watch the signal amplitude increase and decrease. this lets you check the drive's track alignment.
and then there were three! Image

• • •

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

Keep Current with Tube Time

Tube Time 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 @TubeTimeUS

Jun 13, 2023
here's a weird object! it's some kind of foot pedal with an IBM logo. is it for a sewing machine? electronic synthesizer? what do you think? 🧵 Image
it's got a cursed connector! what IS that? Image
amazingly enough, I found something with the mating connector on it! but what is it? Image
Read 24 tweets
Jan 11, 2023
hey so remember the world's cutest oscilloscope i picked up last year? i think it's time to fix the probe socket issue.
i printed a new panel insert that has two BNC sockets on it (the original probes would have had captive cables)
the tricky part is that this oscilloscope has a 333K ohm input impedance instead of 1M like umm every other scope on the planet. fortunately someone designed a little conversion circuit...
Read 11 tweets
Jan 5, 2023
in honor of Sim Wong Hoo, here's a quick historical review of the Sound Blaster! 🧵
but first we have to go back to their first sound card, the Creative Music System from 1987. (image credit: Bratgoul on Wikipedia)
this card has some special "CMS-301" chips. if you peel back the sticker, they have had their top marks removed. they're actually SAA1099 synthesizer chips made by Philips. Creative wrote music composition software for musicians on the PC.
Read 23 tweets
Dec 31, 2022
Tube Time: a 2022 retrospective 🧵
(and stuff you might have missed!) Image
starting things off in january, i found a tube of super old 555 timer chips! i also decapped one of them.
i also started fixing up an old HP 150 computer. it's not PC compatible but it runs MS-DOS--how odd!
Read 65 tweets
Dec 29, 2022
today's mini project: fixing this Radius Thunder IV GX daughtercard. it looks fine, but... 🧵 Image
one of the chips has some broken pins! Image
looks like two of the pins got mashed and broke right at the plastic package. Image
Read 11 tweets
Dec 8, 2022
on the bench of healing tonight: my coffee grinder which decided to bite the dust. Image
symptoms: i push the start button and the motor just bumps a little bit and stops.
how to take it apart? hmm, i bet there are screws under the rubber feet. Image
Read 23 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!

:(