Just received my latest eBay purchase. 5 3850 MSS cartridges.
3 of them had no tape inside. Just wondering why. Data destruction?
Inquisitive previous owner?
1 of them has an opaque yellow shell instead of the smoked clear plastic.
Possible CE cart? Has magic marker printing on it BAD MSS TAG
I thought it took 2 of these carts to restore a 3330 disk. One of these
carts has a label on it with 'Data Management Conference October 19-21, 1982
San Jose, California. Me thinks the cart was given out as a souvenir.
I was also wondering what old mainframe magnetic media cost back in the day.
2311, 2314, 3330 packs. 2314 Data Cell and a 3850 MSS cartridge. And a 7340
tape cassette.
I was on a business call to Yellow Cab in Chicago in the early 70's. We
entered through the garage and there was a pile of 2311 packs there. They
had just installed a 2314 system and the 2311 packs were being thrown out. I
asked if I could have an old pack. I chose a yellow 3M pack. Still have it.
:)
Hello!
I have a Naked Mini system that was used as the controller in a Linotype phototypesetting machine. From what I've been told, the Naked Mini CPU board is Nova compatible. I would like to use the CPU board in my own system, but I don't have enough information to do so. I haven't been able to find any documentation online that describes the backplane interface.
I could reverse engineer the backplane using one of the RAM boards as reference, but if the information already exists it would save me a tremendous amount of time.
Here is a gallery of the controller cage: https://imgur.com/a/LNkQisq
Thanks.
On Sun, Jan 19, 2020 at 11:30:31PM +0000, Kevin Parker via cctalk wrote:
> A we're all aware members on this list often dabble with other
> technologies. In my very aggressive cleanup of my hobby space I came
> across a number of U-Matic Video Tapes. If anyone is into this older
> video technology and would like these 8 tapes please contact me off
> list. (They are physically located in the south west of Victoria,
> Australia)
I'm interested in the technology, but I'm on the wrong side of the world to
add these to my collection. I have a few U-Matic tapes, but haven't found a
player yet.
To make this slightly less off topic, three of the U-Matic tapes I have are
in an SRA Computer Training Library boxed set containing:
MVS Concepts and Facilities - Mini-Course 2 - Introduction to Job
Processing
MVS Concepts and Facilities - Mini-Course 5 - MVS System Programs
MVS: JCL Coding - Mini-Course 11 - Requesting Space for DASD Data Sets
I found them in my current employer's document library years ago. Any
player(s) we had were long gone, so I've never seen them.
--
Kevin
http://www.RawFedDogs.nethttp://www.Lassie.xyzhttp://www.WacoAgilityGroup.org
Bruceville, TX
What's the definition of a legacy system? One that works!
Errare humanum est, ignoscere caninum.
Hi Dan,
I sent the same message to the Bay Area Classic list and CCTALK. Folks from
the Bay Area got photos. Don't know what happened to CCTALK...
Lyle
--
On Wed, 29 Jan 2020 13:51:06 -0500
Dan Veeneman <dan at decodesystems.com> wrote:
> Hi Lyle,
>
> At least on the message I received from the list there were no attached
> photographs.
>
>
> Cheers,
>
> Dan
>
>
> On 1/28/2020 7:02 PM, Lyle Bickley via cctalk wrote:
> > I was browsing around in the back of Anchor Electronics a couple of days
> > ago and came across some clean (but dusty) vintage HP test gear - and
> > several very cool large variable resistors. I've attached some pictures of
> > both.
> >
> > BTW: Those of us in Silicon Valley are fans of Anchor - because they carry
> > lots of IC's, parts, connectors, etc. Their catalog can be downloaded here:
> > https://anchor-electronics.com/
> >
> > If you're interested in the HP test gear or large variable resistors
> > contact Alicia - for parts, contact any staff member.
> >
> > Note: I receive NO financial benefit from this email and my only
> > relationship with Anchor is as a long time customer. Phone: (408)727-3693
> >
> > Best,
> > Lyle
--
73 NM6Y
Bickley Consulting West Inc.
https://bickleywest.com
"Black holes are where God is dividing by zero"
Hi Pontus,
> This thread makes me very happy.
>
> I have a KS10 that I'm working on (quite slowly). The PSU is checked out
> and working. Then console seems to work, I can deposit/examine to CRAM
> and RAM.
>
> Next step will be to load micro code and I've been mentally preparing to
> tackle an RH11 emulator for the Unibone.
>
> I'll buy one from Joerg as soon as the second batch is ready and me and
> my KS10 will happily be guinea pigs.
>
> And if I can, I'll help with development.
I now have UniBones ready to ship.
More on PM,
kind regards,
Joerg
I was browsing around in the back of Anchor Electronics a couple of days ago
and came across some clean (but dusty) vintage HP test gear - and several very
cool large variable resistors. I've attached some pictures of both.
BTW: Those of us in Silicon Valley are fans of Anchor - because they carry
lots of IC's, parts, connectors, etc. Their catalog can be downloaded here:
https://anchor-electronics.com/
If you're interested in the HP test gear or large variable resistors contact
Alicia - for parts, contact any staff member.
Note: I receive NO financial benefit from this email and my only relationship
with Anchor is as a long time customer. Phone: (408)727-3693
Best,
Lyle
--
73 NM6Y
Bickley Consulting West Inc.
https://bickleywest.com
"Black holes are where God is dividing by zero"
Hello IBM BSC Experts!
I am trying to figure out the CRC algorithm used by IBM BSC. I have tried a
lot of different settings in crcreveng but not getting a match.
I am pretty convinced that the CRC-16 used by IBM was
16 15 2
x + x + x + 1
This would give the polynomial 8005.
Anyone against this statement?
But what was the initial value?
I have two actual messages from equipment employing IBM BSC:
32016CD90240404070032688
and
32016CD90240C84050030D28
>From this document (
http://bitsavers.trailing-edge.com/pdf/ibm/datacomm/GA27-3004-2_General_Inf…
)
I get that the CRC calculation is reset on SOH (01h) or STX (02h) and
accumulates until and including the ETX (03h). (excluding any SYN (32h)
characters).
I have tried crcreveng back and forth and I am not getting the CRC bytes
right.
I think I have tried most things, different bit order, different initial
values. But nothing.
I also tried the mode in crcreveng where it searches for matches but it
always says "no models found". Maybe I am doing something wrong when using
crcreveng?
Any clues? Surely there are someone out there that has been around for some
time and knows this, right?
On the topic of crc reveng I tried to verify how it works by using some
kind of known value: This article
https://stackoverflow.com/questions/23638939/crc-16-ibm-reverse-lookup-in-c
has a specific example where a certain data in (75h) with initial value
90f1h gives output 6390h. I tried to get crc reveng to do the same, but
failed. There has to be some option I simply do not understand. I tried
most combinations.
/Mattis
I have dug out an old SCSI hard drive from 1997 that may
have some interesting stuff, most especially the source
code for the SGI Iris flight sim demo. I have a Linux
system with an Adaptec 2940 (aic7880) that has two
connectors on it. It SEEMS from some probing that the
50-pin IDC connector on the top of the board is
single-ended SCSI (it seems to have mostly grounds on one
row of pins). Same for the drive, which is a Quantum
ProDrive LPS. The drive spins up and does some seeking
right after power-on, so it sounds like it is
working. But, I can't seem to find that the drive is being
recognized by the aic7xxx driver.
So, looking at /proc/scsi/aic7xxx/## I see the device
addresses all show just the negotiation settings,
and /proc/scsi/scsi just shows my SATA devices but not the
real SCSI ones.
I have the right cable to plug my old HP scanner into the
mounting plate Honda connector, and it shows up
fine. I could try getting a Honda to IDC-50 cable, but I
thought the IDC50 connector on the board edge OUGHT to
work.
Does anybody have any suggestions on what to try?
Thanks,
Jon
So I've decided to try and build up a KE11-A Extended Arithmetic Element. I
have most of the boards (although I*m missing a M234 Register dual-width
board, if anyone has one).
The main thing I'm missing at this point is a backplane. I do have a BB11
(which came out of an old piece of data acquisition gear, or something like
that) which I can wire up, but before I start on that I figured I'd ask and
see if anyone has one they would be willing to part with. (Hah-hah!)
If not, if someone does have one, even if you want to hang onto it, I'd really
appreciate good photos of the pin side of the backplane, so I have a more
detailed idea (than just the prints) on how the wiring goes.
And speaking of the prints, although there are a scanned set online, they are
pretty low-res, and some parts (e.g. the wire list, which was typical line
printer output) are hard to read as a result. So a new scan would be really,
really appreciated.
Thanks (I hope)!
Noel
I was idly browsing some old electronics magazines on archive.org and saw this
Tektronix testing system from 1972 that clearly has an 11/20 and TU-56. Just curious
as to what the piece of gear is sandwiched between the two. It sort of looks like a
paper tape reader, but for the two white buttons or whatever they are at the lower right
and the white bit at top right.
It seems to be in a DEC bezel(?) It doesn't seem to match the bespoke Tek gear at right
which looks quite different. I'm guessing it really is just a paper tape reader.
http://www.surfacezero.com/g503/data/4173/Tektronix_S-3260_automated_test_s…
Thanks in advance.
Steve
I found myself cleaning up the shop recently, and came across some vintage circuit boards I had stashed away 20 years ago. I?m curious if anyone can shed some light on what systems they originally went to. Here?s a link to the album?more info below.
https://photos.app.goo.gl/amRmm5P8375js4o1A <https://photos.app.goo.gl/amRmm5P8375js4o1A>
#1 Marked Aeronutronic Address Buffer D700909. Socketed transistors and test points along leading edge with ID tab visible when installed.
#2 No name or brand marking, sides have cast aluminum rails and a clever locking mechanism. Transistors are 2N-167 in clips.
#3 Marked 'Power Supply 1534 8253' 5-1-70, single-sided with edge connector.
#4 Large card 11?x10?, Burroughs logo. Date stamp of Jun 1972. Not sure if someone has robbed some of the ICs or if this was optional population.
#5 Small 3x4 card, single-sided but every hole has an unusual pressed-in and flow-soldered barrel. Relays are marked Blue Bead 26.5V. Looks early Japanese. 4 corner brackets have threads swaged-in for mounting.
Thanks,
Cory
9:10 PM jwest
and now the image of the classiccmp mailing list server should be back to where it was the day of the failure.
As per above, no data lost except a handfull asking if the server was up.
Greetings all,
I have a contact that has unearth a massive cache of Scientific Data Systems modules like the one pictured here in the Houston area: <https://i.imgur.com/m0l5IiB.jpg>
If anyone has a need for these modules or can identify based on that photo which SDS mainframe let me know and I'll put you in touch with the owner.
Best,
Ryan
I?m a collector in the Chicago area. Whereabouts are you located? I can rope up a car to grab some stuff.
Got any pictures of the piles?
Sent from my iPhone
Hi list,
is anyone aware of a LIF filesystem implementation for Linux? I'm aware
of lifutils, but i'm looking for filesystem integration either via fuse
or via in-kernel module. Haven't found anything on the internet.
Thanks
Sven
i read / viewes a video on ormattinf a floppy with trk 0 bad
i attempted to download the suggested utility
bt it returned " filenot foiud:
if there is sich a util, can you sedn me the file?
it is annoying to have a kiooyt go bad te next tie it is used. sometimes in
minutes.
i am generaly working wit oder stuss on ss retirement.
Hi all. I know I could scope this out, but just wondering if anyone has the pinout for the
VTech Laser 3000 / Dick Smith CAT (in Australia) composite video pinout.
It?s not in the technical manual that I have, and can?t find it online.
Thanks,
Chris
NetBSD still has code for various interesting^W older network
protocols such as ARCNET, Token Ring, FDDI, HIPPI, and Strip.
The code is quite old and the drivers are not MP safe, so its being
proposed that the code be dropped, with the understanding that if
anyone wanted to step forward to update any of the drivers that would
also be fine.
Just in case anyone has the right kit and some itchy coding fingers :-p
https://mail-index.netbsd.org/tech-net/2020/01/date1.html
David
I'm in the process of "cleansing" before putting our house on the market in the near future. I've been eBaying lots of things over the last couple of years (thanks to all here who have been good customers!) and have more to sell, but also lots of "stuff" with little or no market value that could be useful to people who build/repair/tinker with the old machines that we value.
If there is anyone in the greater Chicago area (or anywhere else) who'd like to drive over and take away anything from a carton to a carload of old stuff, from docs to chips, please let me know. No inventory list, no shipping - just a walk-through and carry out.
In another two weeks (end of January), I'll be trashing most of it.
Reply to me directly (off list) if you want to come by.
Jack
Hi,
Would anyone still have a copy of latest pdp11 MicroPower/Pascal?
I'm trying to have a retro programming contest / party at my house and
want to feature Pascal along with Macro-11 and maybe c on a real 11/23
with RL02s under TSX. Hoping to hang like ten users at once on the
'ol girl and make 'em really feel the speed. I might let up a little
and run the contest on my 11/73 with scsi if it's too terrible :)
Anyway, looked around the net for hours and can't find a copy of
MicroPower/Pascal, so if anyone can help, I'd be grateful.
Found TSX-Plus, though! Big Thanks again to Lyle and whomever's
running the classiccmp site these days!
--jake
All,
next thing to go from my pile is a set of Stylewriters.
2 ea. StyleWriter (1st generation)
2 ea. Color StyleWriter 1500
1 power supply for Stylewriter (condition very iffy)
1 power supply for Color StyleWriter 1500 (condition believed to be good)
1 spare circuit board (Stylewriter I believe, not certain)
3 spare ink cartridges (StyleWriter).
Caveats:
All printers believed to be operational when last stored. Some paper guides missing. I think I can plug in the CSW 1500?s and check power - on, at least. I *may* be able to plug in the SW?s and check power on, but I worry about that power supply (see below). I have not done any of the above, nor tried to plug a computer in to any of them, anytime this millennium.
At least one ink cartridge I think has a short which breaks printers. All ink cartridges are likely bricks by now, having been stored (climate-controlled, but ?. ) for ~2 decades, so I?m pretty reluctant to try printing with any of them.
The StyleWriter power supply was worked on by someone rather ham-fisted (CoughMeCough) and is somewhat the worse for wear - structural parts rattling around inside, etc. (Is there a good name for those things? *Way* too big to be a wall-wart - wall-growth? wall-turret? wall-obstacle?)
All "Free to a Good Home", shipping from Texas, USA (Zip 78254) and I?ll split shipping costs with you (as before, I want space and I don?t want to add these to landfill). Partial orders filled in the order they come in.
I have checked with Operator Headgap and tried to check with the Mac rescue place in Denver, not interested in the first place and no response in the second.
Respond to (preferably) mtapley(at)swri.edu<http://swri.edu>, or phone below. I?ll be travelling the next couple of days, but will try to get back to you ASAP.
- Mark
210-522-6025 office
210-379-4635 cell
At 10:46 AM 1/13/2020, you wrote:
>If there is anyone in the greater Chicago area (or anywhere else) who'd like to drive over and take away anything from a carton to a carload of old stuff, from docs to chips, please let me know. No inventory list, no shipping - just a walk-through and carry out.
OK no inventory list, but how about pictures of piles?
And "greater Chicago" is a very large area. Where are you in slightly
more specific terms?
- John
I have sent the vendor of this item questions on ebay what you asked.
It includes the keyboard x 2, mice x 2, CPU and monitor as well as those manuals. My offer was going to be ?350 = ?408
Vendor does not know which Solaris it is. So perhaps not familiar with Unix? It might be he inherited from a family member.
Bit of a toy - only meant for a university project of mine which I did on a Sparcstation 2 to show my kids that Xbox was not the beginning of time with computers! LOL
Thanks.
Salik.
-----Original Message-----
From: Stefan Skoglund <stefan.skoglund at agj.net>
Sent: 13 January 2020 03:59
To: Salik Rafiq <salikmrafiq at gmail.com>
Subject: Re: Hello All - new member in the UK
s?n 2020-01-12 klockan 21:12 +0000 skrev Salik Rafiq:
> I have seen this one on eBay.
>
> https://www.ebay.co.uk/itm/Sparcstation-5/192930718968?hash=item2ceb91
> 24f8:g:VZ0AAOSwYbpc7EhK
>
> What do you think about the price. It seems to be booting and running
> with Solaris.
>
> Salik.
>
Is it a plain SS5 (those two SS10s was upgraded a fair/very bit) ?
Compared with them (the two SS10 in Germany) this one is slower, but it is in the UK and probably close to you and it isn't heavy so the whole system and the kbd will fit inside a bag so it's a nice but somewhat expensive amusement/reason (and a bit better than that) to sit on the train a few hours.
It is SCA-2 equipped so it is a fair bit easier getting disks for it.
Pitty, i wonder if the machine (SS5) has the builtin flex disk and the cd-rom ?
The seller didn't include photo of the right side and no word about the CPU (or photos of the inside) but it boots !
Is the IDPROM replaced ??? The battery in the original one is probably toast so but less of a problem.
Still that 5 is from 1995 or so and the SS10s 1993 or so but the CPUs (the machines in germany) is a little bit newer but 500 pound vs 400 euro ???
If i went and bough one of the machines in germany - the difference is so large that if i took 150 pound or so to pay for fuel, driving to them to pick up them and then home - that would even up (i'm about 9 hour by car from them.)
How is the SS5 equipped (if it is a machine with internal floppy and
cdrom) and with the fact that it is SCA-2 and it boots, well then it looks better.
Stefan N S
The PSU in my VAXmate failed recently and I think I have found a problem
with one of the windings on the transformer not ringing when I test it with
a ringing tester. The technical description of the VAXmate says that one
winding is operated in flyback mode and I wonder if that has any bearing on
the ringing test. Also, one of the pins appears not to be connected to
anything else, so possibly a broken (melted?) wire.
Can anyone help with the following questions:
Does the fact that one winding is operated in flyback mode have any bearing
on the ringing test?
Can a transformer fail with a bad smell with no outward sign of damage?
Can this transformer be replaced (see picture in blog)? - I suspect not
unless I find a donor PSU.
Where should I look for a possible cause of the transformer to fail (if
indeed it has failed?).
I have posted more details here:
https://robs-old-computers.com/2020/01/12/possible-cause-of-vaxmate-h7270-ps
u-failure/
Thanks
Rob
I?m restoring a SWTPC 6800 that includes the Percom LFD-400 floppy controller. This controller goes on the SS-50 bus instead of the SS-30 bus where the SWTPC controllers installed. The standard Percom MiniDOS PROM is installed, and the other two PROM sockets have a third party extension called ?Minidisk+?. This was made by a company called Cer-Comp. These PROMs are instead of Percom?s own ?MiniDOS PlusX (MPX) PROM.
I?ve got the system working, and I can use Minidisk+ to save and load files, but I know I?m missing some nuances of command parameters. I don?t have any sort of documentation for Minidisk+, so before I go figure it out by disassembling the PROMs, does anyone have any sort of documentation for Minidisk+ by Cer-Comp for the Percom LFD-400 floppy disk controller?
Also, I?d like to burn the MPX PROM as an option. Does anyone have the MPX PROM or the source code for MiniDOS PlusX?
Mike
Hello,
I've got a vintage Hyundai Super LT-3 80286 laptop, I just fixed the
problem with CMOS battery but I'm unable to find any information about HDD
settings.
When I go to BIOS, there are 2 possible disk positions but I don't know
which one to use and what settings I should choose.
I'd like to ask you to let me know how to set this up. You also wrote in
you post that you're goint to experiment with the switches which are right
below the left bottom corner. If you got any news regarding these, I would
appreciate it.
Thank you in advance for your help.
Regards,
Peter Veprek
Hi all --
Got one of these:
http://www.bitsavers.org/pdf/amcodyne/7110/Arapahoe_7110_Brochure_Nov84.pdf
sans power supply and packs. I'm guessing that these packs were specific
to this drive and not any sort of standard, and that tracking one down is
going to require quite a bit of luck. Figured I'd start here :). Also
looking for technical info (pinouts for the power connector would be a good
start...)
Thanks as always,
Josh
I have a Pro-380 with an H7862-C power supply. Recently the power supply input filter (where the cord plugs in) shorted out, causing melted filter guts to leak out of the case and put a big smoke cloud in the room.
Fortunately I have a spare, but it's an H7862 (not -C). I'm planning to replace the failed input filter, but in the meantime: does anyone know what the difference is between the two versions? Is it just a design tweak, or does the -C have different specs (like higher current ratings)? The replacement came out of a Pro-350 component set.
paul
Al,
I have the original Motorola paper version of AN1123. I?m happily to scan
it for you.
I have a pretty complete set from an139 into the 1100s if there are others
you need.
Regards,
Stan Ruppert
So in the continuing quest of fixing my second RL02 I replaced the heads
and found the drive was slow and would generate about 80 block errors on
a pack where my reference RL02 drive would never generate more than 10.
After doing a positional radial check (fine) and a head alignment check
(head 0 and 1 were way off from each other and head 0 was on a crest of
the stepper motor (the part where you are between steps, highly
unstable). Adjusting that so head 0 and 1 were in a valley on the
stepper motor (inherently stable) the drive was much quicker but still
would generate about 80 errors. Odd.
So on a lark I swapped the head amplifier module from the good drive to
the suspect drive. Bingo, 10 errors. So the issue is in the head
amplifier, maybe the voltage was too low.
Next step was to check the read signal amplitude: Because I have a
reference drive I decided to check the signal voltage at track 0 on the
reference drive, then move the same pack to the problem drive and
verify. On the reference drive track 0 has a signal value of a smidge
below 1.5 volts on head 1. On my suspect drive the signal value was 1v.
Adjusted it up to 1.5 volts and errors went down to 9. Not bad. Went up
to 1.6 volts and errors went down to 6.
Hm.
So a question: Is it a problem to adjust the read amplitude up, and if
so how far can you go. The manual says 2.25, is there a benefit of
running up that high? More important, does adjusting the read amplitude
also change the write current through the heads? That could result in a
pack that may be readable, but will be a mess when written to.
What would be nice would be to have a blue amplitude reference pack, but
I don't have one of those. Also I haven't tried any other packs in the
suspect drive, but maybe I should adjust the amplitude in my reference
drive as well.
Thoughts?
C
(All readings done with a tektronix scope. I haven't checked the
calibration in awhile, but it should be reasonably in sync)
All,
Another thing that surfaced recently on my pile is a manila envelope containing a big photocopied stack of papers, with a title page saying:
?
Interfacing the Commodore PET
by Bill Durham, David Paul, and jim Wilman
University of Arkansas.
?
It?s got about 45 pages of text, interspersed with block diagrams showing chip in/out signals and snippets of BASIC code, then a repeat of all that, then a copy of the 6502 instruction set and copies of multiple data sheets for various integrated circuits.
Thought I identified an interested party on the list, but no response to PM, so offering it to all. Free to a Good Home, usual terms, first response unless I hear from Al K. before I ship in which case he gets it instead.
- Mark
210-522-6025 office
210-379-4635 cell
All,
next thing in my disposal pile.
3-ring binder, containing a repro copy of the subject line and a 5.25? floppy labelled ?Apple II DOS 3.3 System Master For Apple II, II+, and IIe?.
computer is given away a while back, should have sent this with it. I bought it in 2006 and won?t use it. I think all reproductions, not originals. FTGH.
- Mark
210-522-6025 office
210-379-4635 cell
I'm having some trouble getting Frotz 2.50 ported to TOPS20. Version 2.32
with dumb interface compiles fine under KCC. With 2.50, there are several
preprocessor lines that include parentheses. For instance:
#if UINT_MAX == (1UL<<32)-1UL
typedef unsigned int uint32;
#else
typedef unsigned long uint32;
#endif
What's a better way of accomplishing this?
--
David Griffith
dave at 661.org
A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?
With his express permission, I'm forwarding a mail from a public list.
I am interested in Gene's comments about the design of SCSI, but I
don't know enough electronics to judge.
I thought others here might.
I have trimmed the mail a little to the relevant parts.
--
Liam Proven - Profile: https://about.me/liamproven
Email: lproven at cix.co.uk - Google Mail/Hangouts/Plus: lproven at gmail.com
Twitter/Facebook/Flickr: lproven - Skype/LinkedIn: liamproven
UK: +44 7939-087884 - ?R (+ WhatsApp/Telegram/Signal): +420 702 829 053
---------- Forwarded message ---------
From: Gene Heskett <gheskett at shentel.net>
Date: Wed, 8 Jan 2020 at 17:29
Subject: Re: External Disk Intrusion
To: <ubuntu-users at lists.ubuntu.com>
On Wednesday 08 January 2020 09:01:35 Liam Proven wrote:
[...]
> The thing is that actual SCSI cabling faults are very hard to
> diagnose. We used to have internet jokes about them and the need for
> sacrificial goats or chickens, but of particular colours for different
> cable types, pentagram drawn in blood, holy candles, etc.
>
And all that pickityness can be laid at the feet of a bean counter
between the interface card designer, who specified a $2.00 schotkey
diode for buss isolation, which had a maximum voltage drop across it of
perhaps .1 volts, and changed to have an 8 cent Si diode with .666 volts
drop across it, thereby lowering the logic one voltage by .45 volts.
Since the logic one at the logic chips inputs had to be at lease 2.2
volts, and the nearest set of termination resistors gave 3.0 volts when
this buss isolation diode was replaced with a short, but with the cheap
Si diode in there gave a logic one voltage closer to 2.4 most of the
circuits noise margin was used up and considering that same bean counter
crossed out the 5% terminators in favor of 20% tolerance, the result was
predictable.
The situation was much better when active terminations came into use, but
by that time the scsi buss's reputation was doomed.
But back in the day of the bottom 190 market tv stations were generating
their on air gfx needs with a bank of Amiga computers, every scsi card
that came in the door, if the engineer was worth his paycheck, that
diode was replaced the first time the Amiga it was in, crashed. End of
problem except for one Trump Card, where in traceing that card, I found
the termpacks had been soldered in bass ackwards. It was easier to cut
and jumper the supplies traces than to unsolder the packs and turn them
around. So I did that in addition to swapping out the infamous diode.
We, in a middle 160's market, were the first to put our news on the air,
out as a webpage, which led to legal problems because CBS fussed about
their copyrights, so we had to filter any web content that came from
CBS, but that didn't last long after their bean counters discovered
there was money to be made. That was all driven by ARexx and delivered
by dialup from that Amiga in those Jurrasic (in web time) days.
Who am I to criticise the makers of that stuff? I have an 8th grade
diploma, but I am also a CET. Look that up if you care.
Cheers, Gene Heskett
--
"There are four boxes to be used in defense of liberty:
soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
If we desire respect for the law, we must first make the law respectable.
- Louis D. Brandeis
Genes Web page <http://geneslinuxbox.net:6309/gene>
--
ubuntu-users mailing list
ubuntu-users at lists.ubuntu.com
Modify settings or unsubscribe at:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
Mike -
Cer-Comp
5566 Ricochet Avenue
Las Vegas, NV 89110
(702) 452-0632
William E. Vergona wrote firmware on those two (2), 2708 ROMs.
He later (1980s) worked with Tandy (Coco-3) Color Computer products.
==
?68 Journal, May 1980 (Back to Future, 40 years later)
MiniDisk+ DOS , Pages 11 - 13
http://www.swtpcemu.com/swtpc/68MJArchive/V02N05_May1980.pdf
Have you contacted Bob Applegate (Corsham Tech)?
https://www.corshamtech.com/ss-50-faqs/
He might be aware of source from his SS-50 clients and contacts.
Bob reopened his business (Corsham) three weeks ago, for a period of time.
I did not see him at VCF Midwest, due to his health issues.
https://www.corshamtech.com/back-in-business-for-now/
Greg
Chicago
==
From: Mike Douglas <deramp5113 at yahoo.com>
To: cctalk at classiccmp.org
Subject: SWTPC 6800 and Percom Floppy Controller
I?m restoring a SWTPC 6800 that includes the Percom LFD-400 floppy controller. This controller goes on the SS-50 bus instead of the SS-30 bus where the SWTPC controllers installed. The standard Percom MiniDOS PROM is installed, and the other two PROM sockets have a third party extension called ?Minidisk+?. This was made by a company called Cer-Comp. These PROMs are instead of Percom?s own ?MiniDOS PlusX (MPX) PROM.
I?ve got the system working, and I can use Minidisk+ to save and load files, but I know I?m missing some nuances of command parameters. I don?t have any sort of documentation for Minidisk+, so before I go figure it out by disassembling the PROMs, does anyone have any sort of documentation for Minidisk+ by Cer-Comp for the Percom LFD-400 floppy disk controller?
Also, I?d like to burn the MPX PROM as an option. Does anyone have the MPX PROM or the source code for MiniDOS PlusX?
Mike
On Fri, 2020-01-03 at 12:00 -0600, cctalk-request at classiccmp.org wrote:
> On 1/2/2020 1:35 PM, Cameron Kaiser via cctalk wrote:
> > > > Anyone done anything with Netware *for PowerPC*? Allegedly
> > > > there was
> > > > some attempt at Apple to put it on what later became the
> > > > Network Servers
> > > > (the codename was apparently "Wormhole").
> > > I know the people who were working in it (based on Portable
> > > NetWare)
> > > AFAIK it never shipped.
> > Was this based on the Cygnus PowerPC port, or was it Apple-
> > specific?
> >
> Sun did a power? PC? port I think paid for by IBM, which would have
> run
> on both the open Apple servers that briefly existed, and on IBM PPC
> systems.
>
> A lot of odd PPC work happened in a group a friend worked for in
> Austin
> TX, but not sure if they did Netware work there.? There was a lot of
> OS2
> work there as well, but that's off track a bit more.
>
> thanks
> Jim
I was lead tech at a small computer company in Asheville, NC. in those
days. I ran OS/2 from version 2 in the early 90's to Ecomstation in
the early 2000's.
Does Talingent Pink sound familiar? OS/2 was ported to powerPC, and so
was Netware iirc. The field was quite busy with hopeful Microsoft
killers. OS/2 was to be morphed into a cross-platform o/s, to wean
folks from dos/x86..... Then PPC kills the x86 and we all get a decent
os. That was the plan anyway. I never saw OS2 for PPC or Netware for
OS/2, thought I know both to have shipped.
Jeff
Hi all,
I snagged one of these Nixie-like displays (from a calculator I assume) and
I'd like to light it up. Does anyone know where I might find the datasheet
for it? Google hasn't turned up anything.
https://www.ebay.com/itm/264110638970
Any help is appreciated!
--
Anders Nelson
+1 (517) 775-6129
www.erogear.com
Bitsavers has a schematic of the ANSI interface version of the Priam
3450/7050 eight-inch hard drives, but does anyone happen to have the
schematics of the "normal" version (Priam interface, as opposed to SMD or
ANSI)?
Hello all, a new member here.
I?m in the UK where I?ve lived for 17 years now. Before that I lived in
Canada.
I got my computer bug as a kid playing with VIC20, TRS-80, APPLE ][ and a
mainframe. Presently I work as a .Net programmer mainly doing ASP.Net. Most
of the old hardware I had stopped working for one reason or another and was
binned ? my Dad didn?t like clutter. So I?m surrounded by laptops and a
couple of older machines which used to run the network in the office.
I?ve started looking around for some vintage machines that I used at Uni.
Sparcstation, NeXT Cube are the ones I used the most.
One machine that I would very much like to have is a SUN Sparcstation as
I?ve some old projects that I did at university which I?d like to carry on
working on (also to show my kids what I did at Uni) If anyone on here is in
the UK and has a Sparcstation 1,2,4,5 I?d be interested. If it has the ??
drive than I?d be interested in that too. SunOS would be OK as that?s what I
used. I am tempted in a NeXT but my project used X11 and a library called
InterViews which I think will only work on X. Maybe someone can clarify
that.
Anyway, enjoying reading the posts and happy to have found you.
Salik.
I just listed one of my TU55s on eBay
I have a second one available in a rack with a TC01 avalilable for pickup in Fremont, CA
that I'm accepting offers on.
I'll be in Chicago for a week soon for a work event. Limited time for
myself but I'll have some time Sunday to maybe Uber around. Any suggestions
or cool spots for a computer collector to hit?
I see a museum of broadcast communications is close to where I'll be which
may be neat. Not sure if there are any used stores that might have vintage
computers but always willing to try.