These pertain to the PCB# 1540050 (early version) with ALPS drive mechanism
This reviews most of the main electronic components in the 1541 disk drive having the PCB# 1540050 (early version) with ALPS drive mechanism which has the push down door.
This reviews most of the main electronic components in the 1541 disk drive having the PCB# 1540050 (early version) with ALPS drive mechanism which has the push down door.
Make sure the latch clamps the disk properly. Without a disk, move the lever down and see if the spring presses the collar against the spindle to clamp it securely. You can bend the tab down -slightly- (Newtronics drives only) so it makes more firm contact if necessary. A slipping or stalling disk will produce random read and write errors, a problem that's very hard to track down. Some disks may work better than others. The DD ones without a hub ring seem to slip more easily. HD disks should never be used in a 1541.
Drive misalignment is something that doesn't usually happen all at once. It's normally a gradual process that begins with occasional disk errors (bad disk or intentional errors from copy protection) while loading (red LED flashing), failure to work with some programs, or excessive head chatter (the drive getting "lost" and having to go back to track zero to "find" it's place again.) Drives are forced out of alignment mostly while hot from extended use. Heavily copy protected programs or disk errors can cause the head to chatter against the track zero stop repeatedly.
If you smell or see smoke from your drive, of course turn it off quickly. OK, where did it come from? Look at all the tiny electrolytic capacitors (known in the trade as Tantalum) to see if any are burned. When new, they are orange or dark blue in color and shaped like a teardrop. Those capacitors have a history of catastrophic failure and can pop like a firecracker or just make a
If your computer setup or components have been moved recently, take note:
drives or cables too close to a TV or monitor can sometimes pick up "noise" interference from the high voltage circuits inside the monitor which can garble the data. Move the drive and cables at least a foot away from the monitor and try it again. If that helps, move the drive to the other side of the monitor and keep the cables as far away as possible.
One quirk of the 1541 is the "drive lost" symptom. Normally, the drive will "park" the head over the directory track (18). If the head, for some reason, stops past the directory track, an INITIALIZE command from the computer will return it to track zero and it should then work normally.
Note: turning the drive off and back on again will -not- reset it if that's the problem!
It is sometimes helpful to read the disk drive error channel when the drive red light is flashing. Here is a small BASIC program
to do that. It reads the channel, displays the error message, and turns the red activity LED off.
10 OPEN 15,8,15
20 INPUT#15,EN,EM$,ET,ES
30 PRINT EN,EM$,ET,ES
40 CLOSE 15
This program and all of the possible drive error messages are listed in the back of the disk drive operators manual. (Appendix B)
-- Ray Carlsen --
Drive powers up and resets normally, but if LOAD is attempted, spindle motor runs with red LED out. Screen displays "SEARCHING FOR ..." and stepper does not move.
When the computer is turned on, the reset signal from the computer should cause the drive (and other peripherals like the printer) to reset. The red LED and spindle motor should come on and go off within a few seconds. If that doesn't happen, try a substitute serial cable. If that's OK, suspect the interface chips in the computer or VIA chip in the drive. If the computer resets other peripherals, it's probably OK. Note that a drive may stay in reset (red LED on and spindle turning) if connected to a computer that is turned off. That's normal. Disconnect or turn on the computer to check.