On 15 Oct 2008 at 12:16, Brent Hilpert wrote:
> I sure do remember that: as an undergrad, my first task for an OS
> research project was to convert the system troff-style fixed-pitch text formatter
> to support proportional font spacing. Output was to a daisy-wheel printer (don't
> recall the actual printer manuf/model) using that same sort of micro-spacing feature.
>
> This would have been late-'79/early-'80, so the same time frame as your task.
The first impact printer that I owned was a Diablo 1340 (? the one
with the very noisy separate PSU). Raw 12- bit interface. I hooked
it to a 3-port S-100 parallel I/O board and then went about figuring
out how to make it act like a regular printer under CP/M, including
bidirectional logic seeking. I even wrote up proportional spacing
tables and still have the code somewhere.
Sometime in the late 70's, I picked up a copy of "Proportional
Spacing with WordStar". It seems that WordStar 3.0+ did have hooks
for PS, but they were a bit buggy. The document I purchased (still
have it if anyone's interested) gives patches and workarounds for the
bugs. I used it for quite awhile.
FWIW, I have a Diablo 1620 (RO, serial interface) for adoption if
anyone wants to see to packing and shipping. It works.
Cheers,
Chuck
I am Looking for Gifford's Concurrent Dos-86 for CompuPro 8-16.
I have a set of 8" Floppies but the Files are not complete.
I need a CCP/M.sys that boots to Concurrent Dos-86 V 5.0
Hopefully someone out there can help me
Bob in Wisconsin
Brad Parker said:
> This is something I've never seen before; I'm trying to revive an old
> dead Compaq for a friend of a friend.
>
> I went to plug in a stock VGA cable (15 pin) and it would not go. The
> connector on the Dell motherboard (this is a very very old 386) has one
> pin blocked.
>
> Someone here must know what that means; what do I do? grab the needle
> nose and hack my cable?
The VGA connector specification shows that Pin 9 is not connected and sometimes used as a key, that is, blocked, see:
http://pinouts.ru/Video/VGA15_pinout.shtml
I doubt it would hurt any future use of the cable to pull/break the pin on your monitor cable, but if you want to keep that side of things stock, you could use a 1/32" bit and drill out the position on the motherboard's connector, to allow the pin to pass through the plastic.
- Jared
> A local auction site ( Switzerland ) lists a Data General
> DG/20 Micreclipse system. I believe it is rare enough to
> mention here .
>
> I would take it but there is just so much you can tackle.
>
http://www.ricardo.ch/accdb/viewitem.asp?AuctionNr=550137758
That is beautiful. And small. And and probably an odd
voltage for the USA. I can provide 220V, but if it requires
50hz I'm out of luck.
Greetings from an old DEC Tech, Australia.
I have a number of DEC LA 75 printers for repair.
I am looking for circuit diagrams/ service manual for the
LA 75 printer family. Can you help ..just a circuit diagram for the electronics board would be of assistance.
Regards,
Malcolm Holroyd malcolm_h at optusnet.com.au
31 Renwick Street, Marrickville. NSW
Australia. 2204
Ph: 61 2 9558 7808
Hey folks. Does anyone here have any information about the Heath
ET100 "Educational Computer"? Specifically, I'm looking for keyboard
protocol information, as I have one that's lacking a keyboard, but
I'd like to find any other available documentation as well.
Thanks,
-Dave
--
Dave McGuire
Port Charlotte, FL
Hey all --
I suppose this is extremely unlikely, but does anyone have a spare
keyboard for a Beehive B-100 terminal? Picked this up awhile back and
it needs some repair (cap kit, etc...) but I assume that I'm probably
never going to find a matching keyboard for this thing :). I'm not
nearly ready to take this one on as a project, but I'm making a list of
things that I'm keeping vs. things that need to get into other hands,
and while I'd love to hold onto this, if I can't get a keyboard I'm
never going to get any use out of it...
Anyone have any leads?
Thanks,
Josh
eBay item 360098064240
I'm not usually one to spam the list, but thought someone local
might be interested. Looks like a nice opening price, with no
reserve. I have no relationship with the seller.
- Jared
I've seen an assortment of LA75 printers, many "new in the box"
on e-bay over the last several months.???Several were selling for
$19.95, plus shipping per printer. . .
I'm not sure what they're going for "today",
but it might be worth looking into.? .? .
T
>Jeff Erwin said the following on 10/13/2008 1:44 PM:
>> OK, time again to dust off the old brains out there. I found a ("the")
>> ISIS-II emulator that runs under dos, which comes with a PLM80 compiler.
It
>> also comes with link, locate, objhex and other goodies. The PLM80
compiler
>> identifies itself as PLM80 V4. I worked on the development of the
ISIS-II
>> stuff at Intel in the very early 80's as well as on the National
>> Semiconductor Starplex system (anyone remember that one?) so I am able to
> >tinker around and remember how most of this works, but version 4 of the
> >PLM80 compiler is getting the better of me.
>>
>Yes, I remember the Starplex. But about all I remember was that it was
>NS's development system and competed with Intel's MDS.
The Starplex was the NS answer to the MDS, but was much more 'late 70's' in
its design. The prom programmer was built into the system, as was the
screen and floppy drives. All very modular. I learned asm80 writing the
editor and assembler for that beast.
>> I have the PLM80 Programmer's Manual, but it is for earlier versions of
the
>>two-pass version of PLM80, version 4 was a single pass version that used
the
>>inker and locator, all of which was the precursor to the PLM86 compiler
and
>> tools. I believe this version came out shortly before the 8086 was
>> introduced, everyone went on to the segmented world and never looked
back,
>> which may explain why there isn't much out there for it. I am not able
to
>> locate any information on this version 4 of PLM80 anywhere, and the use
and
>> format is definitiely different from prior versions of PLM80.
>>
>I've used PL/M-80 extensively in the past, but I don't remember V4 being
>that much different than earlier versions. All versions of PL/M-80 that
>ran under ISIS-II used the linker and locater. The only version that I
>know of that didn't was the Fortran version that ran on mainframes. It
>produced absolute object code, usually in the form of an Intel hex format.
Version 4 was radically different from the 3.X and prior versions. The
earlier versions used the $X controls, version 4 used the controls that were
then used in the PLM86 compiler. Also, the DATA statement was eliminated
and other language constructs were changed. PLM80 V3 code would not compile
without mods. I remember it being released at about the same time the 8086
and PLM86 was was released and the effort was to make PLM80 and PLM86
somewhat similar. The PLM80 3.x docs are pretty much worthless if you are
using the 4.0 compiler. 4.0 was also one executable, a big change from the
PLM81 and PLM82 2-pass method the earlier versions used.
>> Anyone out there have any information or pointers for me? I have tried
all
>> of the excellent repositories of manuals and emailed Herb, his site
>> indicates that he might have what I need. Anyone have an ISIS-II set of
>> manuals sitting around that can check for me?
>>
>I'm sure I have a version of the manual that applies to V4 of the
>compiler. It *may* be in pdf form, but certainly on paper. Are there
>some specific questions that you have? I'll check when I get home
>tonight. At work now.
I'd love to get a copy of whatever you have relative to 4.0. Emailing the
PDF is probably easiest, I am more than happy to pay any costs associated.
>> Specifically, I am in need of:
>>
>> 98-00268B plm 80 programming manual, V4
>>
>> Thanks.
>>
>> Jeff Erwin
>>
>> By the way, I am running the ISIS-II emulator in a DOS box under windows,
>> itself an emulator. Windows is running under Parallels on my Mac Pro
which
>> is running OSx. Is it possible to get further from reality here??
>>
>I've done many "jobs" using that DOS emulator. It works great! And
>these days it is much faster than my real MDS systems. But it isn't
>nearly as elegant as the big blue box powering up, dimming the lights in
>my house, and the whir of cooling fans and glow of a real crt. Oh,
>those were the days.
>Dave
Yes indeed! The rumble of the 7Mb hard drive (14" across if I remember
right) as it spun up. My favorite, of course, is the famous "Error 7, User
PC = xxxx" which covered almost every error you could make...
> The later the version, the more MSCP boot devices are
> supported, and you're supposed to upgrade the ROMs in a KDF11 to match
> those in the RQDX1 or RQDX2 controller *and* vice-versa, and you should
> definitely use -BF or later for RQDX3.? Version -BG (called -BH in some
> places, it's the same ROM set and same code) introduced TK50 boot
> support, and -BJ refined that to make it more reliable.
That would make sense, then.
I had the -BF proms, when my 11/23+ had an RQDX3 and some RD52's.
(This was back around 1990-ish)
At that time, I was using?a Cipher F880?under?TSV05 emulation,
so I wouldn't have noticed the lack of MU boot support. . .??
The TK50 was on my "new" 11/73.
Darned if I can remember what I was running for disk back then.
Fujitsu Eagle, with an SC03, maybe???? ;-)
T
"Antonio Carlini" wrote:
>
>Well a 386 may not count as vintage yet (or ever ...) but isn't it more
>in keeping with the spirit of what we do here to hack, twist and bend
>the modern to fit in with the old, where possible? Shouldn't the OP pull
>a pin on a common or garden cable rather than drill a mobo connector?
I pulled the pin :-)
I got the compaq setup program to work but it would still not boot.
I'm sure the DS1287 rtc has lost it's battery but I would have thought
it would be ok as long as I didn't turn off the power.
I reset all the settings but it complains when I reboot that it does not
have it's settings. %^$^$^%$#$.
Am I high to think that if I buy one of the DS1287's on ebay it might
work? Or all those so old that it's a waste of money? Anyone try
lately?
A while back I brought an IPX back to life replacing the dallas chip,
but that was easily 5 years ago, maybe longer.
(I even tried putting the old compaq ESDI controller in a newer pc, but
it's not happy; it does auto discover the drive & geometry but the boot
fails with an error that looks like a bios problem)
I'm going after the DS1287 with a dremel tonight and solder a 3v battery
to it :-) hi ho!
-brad
This is something I've never seen before; I'm trying to revive an old
dead Compaq for a friend of a friend.
I went to plug in a stock VGA cable (15 pin) and it would not go. The
connector on the Dell motherboard (this is a very very old 386) has one
pin blocked.
Someone here must know what that means; what do I do? grab the needle
nose and hack my cable?
-brad
This is a somewhat OT request.
I'm trying to recover files from a 4 disk (3.5") floppy set of Sybase SQL
Anywhere for QNX Version 5.5.05.
The first thing I tried to do is mount the disks under Linux using the
QNX4 filesystem, but it bombs out. So I imaged the disks using ImageDisk
(of course) and looked at the image file. It doesn't contain a filesystem
as I had initially guessed, so now I'm trying to figure out what it
represents.
As best as I can currently determine it looks to be some sort of archive
that spans across multiple disks. I'm not sure if this is a Sybase
specific format, a QNX specific format, or what.
The disks all have the following similar header information on T0, S0:
vol 00001 00002 000000 5d69b244 11/Jul/99-17:00 wsql50
Disk 2 has:
vol 00002 00002 000000 f9f96f2f 11/Jul/99-17:00 wsql50
...etc. So the first group of digits is obviously the disk number, the
third group is probably some CRC hash, etc.
The contents of the disk are entirely binary. There is no text, lending
further evidence that this is some sort of compressed archive.
Does anyone recognize this as a header for a known archive format?
Any help or insight would be greatly appreciated.
--
Sellam Ismail Vintage Computer Festival
------------------------------------------------------------------------------
International Man of Intrigue and Danger http://www.vintage.org
[ Old computing resources for business || Buy/Sell/Trade Vintage Computers ]
[ and academia at www.VintageTech.com || at http://marketplace.vintage.org ]
A local auction site ( Switzerland ) lists a Data General DG/20 Micreclipse system.
I believe it is rare enough to mention here .
I would take it but there is just so much you can tackle.
http://www.ricardo.ch/accdb/viewitem.asp?AuctionNr=550137758
Jos
cctalk-request at classiccmp.org wrote:
> S/370/158 maybe?
>
> Peace... Sridhar
>
> Amdhal? Looks like they might be Fujitsu chips.
>
> Bob
>
>
> ------------------------------
>
This looks like a match for the board on eBay:
http://www.deadprogrammer.com/amdahl-business-in-the-front-party-in-the-back
So what do I win? :) Also take note of the following statment:
"and pound for pound there was more dead Amdahl hardware repackaged as
kitsch on the desks in sales than we had actually moved in Amdahl
equipment. ?
with regards,
Michiel
> Are these the most recent versions of 11/23+ proms?? I have an 11/23+
> that I was going to update.? Are both of these versions compatible
> with all M8189 boards and would the M8189-BG version be the better
> image to use?
Got me on that one.?? All of the boards I've ever owned
have had proms -183 and -184.?? I was thinking those
boards were -BH, but I could be mistaken; they might
have been -BF . . .
As long as they would boot DU/MU, and supported auto-boot,
I wasn't terribly concerned about anything else. . .
T
Anybody recognize the board in this lot:
120314777595
transputer maybe? I hope the bidder isn't really going
to reclaim the obvious "pounds" of gold on it.
Stumbled across this in my closet,
it's a very old (probably about 8 years) Xyplex switch, 8-12 slot, chasis.
it's very large, at least half the size a PDP BA-123 chasis
it runs usual routing protocols, and *may* include BGP.
it hasn't been turned on in many many years
I have to move at the end of the month and would like to get rid of it before then.
Otherwise it's going to the scrappers.
Dan.
_________________________________________________________________
OK, time again to dust off the old brains out there. I found a ("the")
ISIS-II emulator that runs under dos, which comes with a PLM80 compiler. It
also comes with link, locate, objhex and other goodies. The PLM80 compiler
identifies itself as PLM80 V4. I worked on the development of the ISIS-II
stuff at Intel in the very early 80's as well as on the National
Semiconductor Starplex system (anyone remember that one?) so I am able to
tinker around and remember how most of this works, but version 4 of the
PLM80 compiler is getting the better of me.
I have the PLM80 Programmer's Manual, but it is for earlier versions of the
two-pass version of PLM80, version 4 was a single pass version that used the
linker and locator, all of which was the precursor to the PLM86 compiler and
tools. I believe this version came out shortly before the 8086 was
introduced, everyone went on to the segmented world and never looked back,
which may explain why there isn't much out there for it. I am not able to
locate any information on this version 4 of PLM80 anywhere, and the use and
format is definitiely different from prior versions of PLM80.
Anyone out there have any information or pointers for me? I have tried all
of the excellent repositories of manuals and emailed Herb, his site
indicates that he might have what I need. Anyone have an ISIS-II set of
manuals sitting around that can check for me?
Specifically, I am in need of:
98-00268B plm 80 programming manual, V4
Thanks.
Jeff Erwin
By the way, I am running the ISIS-II emulator in a DOS box under windows,
itself an emulator. Windows is running under Parallels on my Mac Pro which
is running OSx. Is it possible to get further from reality here??
I've just been sniped (again) for one of these on eBay (#290263627918).
I don't especially care about the physical artifact, I'd just like to
see what's on the thing. Anybody know where I can grab an ISO image?
Thanks,
--Steve.
>> Anybody recognize the board in this lot:
>>
>> 120314777595
>>
>> transputer maybe? I hope the bidder isn't really going
>> to reclaim the obvious "pounds" of gold on it.
>
>The logo on top of each post looks like the Fairchild logo. The numbers
>suggest a date of 1976, but it looks *very* high tech for something of
that
>vintage.
>
>Alexis.
I'm certainly no expert on mainframes, but I do recognise a Fujitsu logo
when I see one. So, my money is on this being a board out of a Fujitsu
mainframe computer. Chips like that, with cooling towers etc.... Maybe
ECL logic?
I remember many years ago visiting Fujitsu's main development location.
The whole of the basement was constructed as a museum of all Fujitsu
major products over the years, including tons of computer stuff. I
remember marvelling at PCBs with 20+ signal layers and integral fluid
cooling etc, in the days when most PCBs were only double sided or 4
layers at best. Fascinating stuff!
I suspect the winner of the auction has got himself something that would
have cost major $$$ when new.
Nick Jarmany
Well, once again I find myself with too much stuff and not enough places
to put it. And my GF is moving in sometime soon so I really need the
room :). So here's a few things I'm getting rid of, in case anyone's
interested:
Stuff is free, but local pick up (Seattle area) only! Works unless
otherwise indicated. Anything not claimed 'll end up being recycled,
most likely.
Monitors:
- Amdek Color-I. Color AND Sound!
- Mitsubishi DiamondScan (CGA/EGA, composite, TTL) (needs a cap kit)
- Magnavox Professional (EGA)
- Gateway 15" SVGA (Trinitron)
- NeXT 21" Color -- beat up, but worked last time I used it a few years
back.
- NeXT 17" Color -- same.
Computers:
- Dell Optiplex GX Pro - dual PPro upgraded to Dual PII (via overdrive
CPUs). I have some RAM for it somewhere... works.
- IBM PS/2 Model 25. Will not power up. Color screen, 20mb hard disk.
Printers:
- HP Laserjet 6P. Missing rear side covers (over power/parallel ports)
but works fine. Relatively new toner cartridge.
Misc Junk:
- HP 1200B Oscilloscope. Needs repair.
- Various AT and ATX cases, empty but I can throw in a power supply or
two assuming I have one that fits. Inquire for details.
>> Anybody recognize the board in this lot:
>>
>> 120314777595
>>
>> transputer maybe? I hope the bidder isn't really going
>> to reclaim the obvious "pounds" of gold on it.
>
>The logo on top of each post looks like the Fairchild logo. The numbers
>suggest a date of 1976, but it looks *very* high tech for something of
that
>vintage.
>
>Alexis.
I'm certainly no expert on mainframes, but I do recognise a Fujitsu logo
when I see one. So, my money is on this being a board out of a Fujitsu
mainframe computer. Chips like that, with cooling towers etc.... Maybe
ECL logic?
I remember many years ago visiting Fujitsu's main development location.
The whole of the basement was constructed as a museum of all Fujitsu
major products over the years, including tons of computer stuff. I
remember marvelling at PCBs with 20+ signal layers and integral fluid
cooling etc, in the days when most PCBs were only double sided or 4
layers at best. Fascinating stuff!
I suspect the winner of the auction has got himself something that would
have cost major $$$ when new.
Nick Jarmany
replying to
> From: Dave McGuire <mcguire at neurotica.com>
> Subject: Re: Seeking SunOS 4.1.4
A friend had a beowulf cluster of IPXs but all running BSD.
> I share your IPX affinity. I had one on my desk for a very long
> time, when they were state of the art. Wonderful little machine.
> And amazingly zippy, from a time when software wasn't so poorly-
> written and bloated.
I too was very satisfied with the Sun IPX when it was new,
particularly with Sun's Answerbook (far better
than any other online manual system I used at that time)
and programmer's workbench development system.
I got to know and like the S-Bus
when writing a device driver for an SDLC card.
I still remember the phonecall requesting assistance
with my device driver. It wouldn't work on the Sun 4m processor.
It turns out the processor delays bus writes
in order to share the bus with other processors,
so I had to add a magic .asm spell to flush the writes.
I would've figured that mapping the I/O registers
into the memory map would've implied write-thru.
-- jeffj
Hi,
I recently got a Tektronix 4170 and terminal from ebay. The terminal is
a 4108, which I can't find in the 1985 catalog that introduces the 4170.
The next catalog I have is 1989 and that lists no 41xx products.
The enclosure for the terminal is very similar to a 4105, except that
the finish is black and not that green-gray that is on most Tektronix
gear of the period. The 4105 has a small cover on the back where you
can add ROM to the terminal to enhance its functions. In this 4108,
there is a cover in a similar area of the case, but it covers a set of
4 expansion slots. In my terminal, two of the slots are occupied.
One looks to be memory and the other looks to be control.
Had the tektronix terminal "mainframe" evolved by this time to be a
substrate into which processing and memory cards were inserted to
round out the system? I haven't opened the monitor case to look at it
in detail.
--
"The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
<http://www.xmission.com/~legalize/book/download/index.html>
Legalize Adulthood! <http://blogs.xmission.com/legalize/>
>-----Original Message-----
>From: Paxton Hoag innfoclassics at gmail.com
>Sent 10/13/2008 4:23:32 PM
>To: General Discussion: On-Topic and Off-Topic Posts cctalk at classiccmp.org
>Subject: Re: "scrap" auction...
>
> Anybody recognize the board in this lot:
>
> [ebay item #] 120314777595
>
Question of the day:
Why is it listed under "Harley-Davidson" collectibles ?
2048KW
Start?
That must be a really old set of proms on that 11/23+
The newer 11/23+ proms will give you a 9-step memory test,
and a much more interactive menu.
Or do you have an MXV11 or BDV11 that you're using
instead of the on-board boot proms?
T
At 1:59 -0500 10/10/08, Curt wrote:
>Looking for diskette images of the OS, development,
>tcp/ip/ethernet, diagnostic diskette, etc....
>
>-- Curt
I have one, with a fair amount of stuff on its hard drive. It's
buried and I won't be able to get to it for at least a month,
probably after Christmas.
Please ping me again in December, and I'll try to bump it up the priority.
I'm going to feel very stupid if the hard drive won't come up when I
get to it...
--
- Mark 210-379-4635
-----------------------------------------------------------------------
Large Asteroids headed toward planets
inhabited by beings that don't have
technology adequate to stop them:
Think of it as Evolution in Fast-Forward.
I remember taking the first Apple Lisa in the UK to be demonstrated on
Tomorrows World.
They had me in the studio as the program went out live.
I sat on an unused display block about three feet off camera in case of
problems.
Presenters: Kiren Prendeville (photographic memory), Maggie Philbin
(very nervous), Judith Hann( Nice lady - brought me a coffee!!)
Rod Smallwood
-----Original Message-----
From: cctech-bounces at classiccmp.org
[mailto:cctech-bounces at classiccmp.org] On Behalf Of Pete Turnbull
Sent: 08 October 2008 08:22
To: On-Topic and Off-Topic Posts
Subject: Re: Unusual software carriers. (Was :Vinyl Data- Classic
Computers )
On 08/10/2008 01:47, Andrew Burton wrote:
> I remember Tomorrows World (and various presenters... Philippa
> Forrester, Judith someone, Howard Stableford etc.) and having various
> things demonstrated on it.
Judith Hann. I don't remember Philippa Forrester being on it but I do
remember Maggie Philbin.
Perhaps the flashing-square software was in the earlier era of Raymond
Baxter and James Burke (which I also remember).
--
Pete Peter Turnbull
Network Manager
University of York
> Does anyone here have the source code for the program (FORTRAN?) which
> produced the large Mona Lisa printout on the 1403?
I may have it on a couple of tapes with line printer art that have been given to
me.
The one I'm looking for is the one with Spock holding a model of the Enterprise...
I found the table to interpret the LEDs, buried around page 256 of
the KDF11-BA manual. It told me that 0011 is: waiting for SLU
Transmit. Odd, since there's no handshaking on the console lines
:)
That pointed me immediately to the console serial port, since I
already knew the VT220 and cable were working via the loopback
test. It didn't take long to discover (with my trusty Tek 545)
that there was no clock on either UART in transmit or receive.
The 5.0688 MHz oscillator was working (surprisingly - I figured
the recent move had broken the crystal), and its signal appeared
normal at jumper J21/20. But there was barely a wiggle on the two
gates that it connected to. Poor continuity also, which improved
when pushing sideways on wirewrap pin J21. Close visual inspection
with bright light and magnifying glass didn't show much. I
resoldered the pins and voila - RUN light on, startup message on
terminal, booted from DL0: etc.
So it was just a bad factory solder joint from the 1980's... Sorry
I panicked :)
-Charles
replying to:
> From: Tom Watson <tsw-cc at johana.com>
> Subject: Re: form feed tapes on printers (was Re: Mona Lisa)
>> Probably IBM--maybe 1620 SPS II printer mnemonics?
> Why right you are. For those of you who aren't reading at home,
> these mnemonics mean:
> SPIM: Space immediate (1-3 lines)
> SKIP: Skip immediate (to carriage control channel)
> SKAP: Skip after printing (carriage control)
> SPAP: Space after printing (1-3 lines)
I can't top that,
my Autocoder mnemonics page is out of reach :-(
> All of these were control instructions that referenced the printer
> (unit #9). The carriage control tape was a standard 12 channel one
> (IBM used them on LOTS of printers like 407's and 1403's).
And re-used the carriage mechanisms in later machines.
The tractor feed and carriage control tape from the 1132 printer
was recycled from earlier accounting machines.
> You could access any one of the 12 channels.
> The 1620 had two indicators for "summary line" (channel 9)
> and "end of printable page" (channel 12),
> which if you have a hard copy impact printer are probably still there.
RPG has program flags triggered by that for subtotals, totals,
page footers, etc.
They were triggered virtually if the printer was not real-time.
I don't recall the model number, but the IBM RJE terminal
my high school had around 1976 didn't have a carriage control tape
but was programmed with perhaps 4 "jobs" that defined the page size,
carriage control stops, horizontal tabs, etc.
It was a nice sit-down console with keyboard, chain printer
and cabinet on the left with a 8" floppy drive.
> Yes, if you skipped to a channel that WASN'T punched,
> you fed lots of paper, which is why (if you were smart)
> you punched the unused channels on the same line
> as the "end of paper" channel (12).
I punched them all for top of page.
Sigh, I wish I had taken photos of my college's IBM 1130s
and all the little things like the bottle of genuine IBM mucilage
for gluing the carriage control tape into a loop.
I still have a pad of IBM forms for planning printouts,
with the carriage control tape along the edge
to indicate where to punch the holes.
> Oh, standard Fortran:
> blank, single space; 1, top of form; 0, double space;
> +, overprint (not supported everywhere).
and - for triple space.
It took me a while to realize that there was nothing magic
about the first character as carriage control,
so instead of
format (" ","and more")
I evolved to
format (" and more")
> One of these days I'll dig out the computer pic I made back
> in the late 60's using a video camera connected to an 1130.
> 16 levels of gray, and 200x160 or so resolution. Cool for the day!
Wow! How was that interfaced? I'm trying to find ANYONE who
modded their 1130s, particularly with a
SAC (storage access channel) interface.
-- jeffj
> Seems odd - if other formats commonly used on this machine use
> standard enough encoding, headers and marks for a PC controller
> to read, I wonder why they went with a different format for the
> 8-sector variety. Is the 8-sector type older? (ie: perhaps the
> changed to a more standard format somewhere along the way?)
>
It's been many years since I've used my 3b1's, but I seem to recall
that while some of the distribution disks are indeed formatted (and I
believe that the 3b1 used a 10 sector-per-track format) and can be
mounted as per usual, I think that most of the factory distribution
disks actually contained raw data created by the Unix cpio utility.
These diskettes are essentially a backup set, and cpio treated the
drive as a raw character device. Again it's been years, but I don't
even recall having to format the disks prior to using cpio to back
up data...
Scott
I have some more stuff I need to clear out.
there' s the PDP-11 no one has asked for yet,
And I just found an old Xyplex switch *8 slot* I believe, loaded. was working last I checked it (many years ago), has BGP also
and some others:
cisco 1721 (2 of these)
cisco 2501
cisco 2505
I'm moving in a few weeks and they need to be gone by then.
In in scarbough (part of Toronto, Canada)
if I get no response, it's all going to the scrap dealer.
Dan.
_________________________________________________________________
> David, do you know whether ImageDisk will image them correctly?
It appears ImageDisk doesn't work with 8 sector ones.
The 3.51 utilities disks were copied OK with ImageDisk, except for the
VDI disk, which apparently is 8 sector.
Are DEC Greenblocks (wirewrap module sockets H803 or similar) available from any source -- Besides the obvious route of unwrapping an existing backplane which is tedious and destroys the device.
_________________________________________________________________
Want to do more with Windows Live? Learn ?10 hidden secrets? from Jamie.
http://windowslive.com/connect/post/jamiethomson.spaces.live.com-Blog-cns!5…
This is my periodic query for original install media for SunOS 4.1.4. I
have a special affinity for the Sun IPX and I'd like to get mine working
with SunOS.
By the way, has anyone here successfully attached an LCD monitor to an
older Sun?
--
David Griffith
dgriffi at cs.csubak.edu
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?
> In the early 80s, I think there were some very low-speed data stream
> systems via teletext ( http://en.wikipedia.org/wiki/Teletext )
> that could send the stream out RS-232. Is my memory correct?
Perhaps. In the mid 80s, many technologies were attempted
with similar (and often re-used) names
1) Reading the wiki entry, I was confusing Teletext with "Teletex"
and perhaps something else
http://en.wikipedia.org/wiki/Teletex
I remember entering a contest, suggesting how a computer interface
to the TV subtitles could allow linking things together
(such as capturing phone numbers, URL, etc).
My TV /still/ has no PC interface: USB or otherwise.
(I think Sega's Dreamcast system
received games via the cable TV channel).
I remember attending trade shows in the late 80s where
"smart phones" (desk sets with tiny terminals)
and Teletex were touted as "the next big thing".
Compared to Sears/IBM Prodigy, perhaps,
but nothing compared to the Internet with hypertext browsing,
multimedia and other new formats.
In a way, today's cellular phones have replaced the landline
"smart phones" since they allow texting and internet access.
But here in the USA, teletext was just a terminal standard
for low-res graphics, and it still used a modem via phone lines.
The surplus terminals were often from France
(obvious from the keyboard) since it was wildly popular there.
2) I'm unsure if it used the same technology as today's DSL,
but AT&T used to offer employees "CO-LAN": piggybacking
a dedicated serial line over the existing phone line.
3) Google finds nothing, but I remember project "Stargate"
where USENET newsgroups were transmitted
during the vertical blanking interval of the TV broadcast.
I forgot if that was via satellite or cable.
In one of the forums I belong to someone is looking for the EISA configuration files and drivers for a Everex Step VL/E type 18210 EISA motherboard (EISA config. utility !EVX1698.CFG).
I figured that company was popular in the early 90's and somebody might have mirrored the FTP here (we are all packrats I would think).
Thanks
TZ
P.S. I wish archive.org would do FTP sites as well as HTTP.
On 08 Oct 2008 22:28:12, Chuck Guzis wrote:
>On 9 Oct 2008 at 1:12, Dennis Boone wrote:
>
>> > Some funny words just came into my head in >connection with printers:
>> > SPIM, SKIP, SKAP, SPAP. Can't remember the system >or language they
>> > were associated with--although I'm certain it wasn't >CDC.
>
>No, I don't think so. Probably IBM--maybe 1620 SPS II >printer
>mnemonics?
>
>Cheers,
>Chuck
>
Why right you are. For those of you who aren't reading at home, these mnemonics mean:
SPIM: Space immediate (1-3 lines)
SKIP: Skip immediate (to carriage control channel)
SKAP: Skip after printing (carriage control)
SPAP: Space after printing (1-3 lines)
All of these were control instructions that referenced the printer (unit #9). The carriage control tape was a standard 12 channel one (IBM used them on LOTS of printers like 407's and 1403's). You could access any one of the 12 channels. The 1620 had two indicators for "summary line" (channel 9) and "end of printable page" (channel 12), which if you have a hard copy impact printer are probably still there. Yes, if you skipped to a channel that WASN'T punched, you fed lots of paper, which is why (if you were smart) you punched the unused channels on the same line as the "end of paper" channel (12).
Oh, standard Fortran: blank, single space; 1, top of form; 0, double space; +, overprint (not supported everywhere). Feel free to consult your friendly Unix man page for the program 'asa' for further reference.
One of these days I'll dig out the computer pic I made back in the late 60's using a video camera connected to an 1130. 16 levels of gray, and 200x160 or so resolution. Cool for the day!
> From: Mike Loewen <mloewen at cpumagic.scol.pa.us>
>
>
> Does anyone here have the source code for the program (FORTRAN?)
> which
> produced the large Mona Lisa printout on the 1403? The one I
> remember had
> 3 or 4 printouts taped together. Have any of the card decks survived?
I don't have it in Fortran nor for IBM but I think I have a deck of
cards for my ICT 1301 which produces a two or three page printout,
printing across the perforations. At the moment, I don't have a 100%
working card reader and I'm in the process of selling my spare 1301 so
all my 'spare' time is used up trying to put back together a 5 ton jig-
saw I dismantled over 30 years ago. At least I have an assembled one
for reference but I keep finding differences between the two machines,
one being the first one to leave the factory and the other probably
being one of the last.
I hope to make all my 1301 software, including the Mona Lisa, Snoopy,
the lady on a stool etc available online sometime together with some
of my many manuals and a simulator which will run on a Mac. Will need
to find someone to host the archive in perpituity, maybe BitSavers
would be willing to do it, but I haven't got the data off the Ampex
ten track tapes yet.
Roger Holmes
ICT 1301 S/N 006 and a cut and shut of 075 and 159.
At 8:50 -0500 10/9/08, Chris M wrote:
>But what are the practical applications that this thing could be set
>to use from the get-go?
1.) Wrong group to ask that question. 1.5 tonne paperweights are OK
here, if the kewl factor is high enough. One that says
"supercomputer" on the side is OK on kewl factor. (But it sounds like
Dave actually has an answer, which is even better.)
2.) http://www.distributed.net/ Drool! (I still want to get a Mac
OS 6.0.8 client going so I can put my Mac Plus on the stats
chart...then on to the Color Computer and NitrOS9! :-) )
--
- Mark 210-379-4635
-----------------------------------------------------------------------
Large Asteroids headed toward planets
inhabited by beings that don't have
technology adequate to stop them:
Think of it as Evolution in Fast-Forward.
DEC LA-36 and some spare ribbons
Tektronix Phaser 560 colour laser printer
Two not-entirely-working Superbrains
a Sanyo CP/M-86 machine (MBC-4050? possibly)
In Glasgow
I can hang onto them for a couple of days, but not much more than that.
Gordon
A friend is looking for 6 computer racks. He is looking for
ones with "high ventilation (mesh doors, etc) and locking is a
requirement".
Anyone got anything like this in the MA/RI/NH area (or possibly
local enough that can ship (at an affordable rate) via freight) ?
If you don't have 6 then let me know what you have, and I'll
pass it along with your contact info.
-- Curt
Hi, All,
I'm sure many of us remember the "computer photo" craze of the late
1970s - go to a mall, get your photo taken by a computer, then buy
one of a number of trinkets (calendars, coffee mugs, etc.) with your
photo rendered by dot matrix... an old family friend even had one
of those rigs - driven by an Ohio Scientific Challenger III (a machine
I've long lusted after).
There must be a way to simulate that look today - some sort of GIMP
filter or web app or something. I've been googling around for
"ASCII art" and "dot matrix photo", etc., and have found some interesting
stuff (http://blog.modernmechanix.com/2006/07/27/ascii-art-1939/) but
not what I'm looking for.
Ultimately, I just want to take a snapshot of me and filter it to
resemble that 1970s "computer photo" look. Any suggestions where to
turn? Discussions of how it was done and how it could be done with
vintage hardware now are interesting and probably on-topic, but not
the goal of my question.
Thanks,
-ethan
--
Ethan Dicks, A-333-S Current South Pole Weather at 9-Oct-2008 at 00:40 Z
South Pole Station
PSC 468 Box 400 Temp -67.5 F (-55.3 C) Windchill -105.5 F (-76.4 C)
APO AP 96598 Wind 12.7 kts Grid 31 Barometer 667.8 mb (11092 ft)
Ethan.Dicks at usap.govhttp://penguincentral.com/penguincentral.html
>
>Subject: AmproLB+ SCSI...
> From: Gene Buckle <geneb at deltasoft.com>
> Date: Wed, 08 Oct 2008 10:40:26 -0700 (PDT)
> To: "General Discussion: On-Topic and Off-Topic Posts" <cctalk at classiccmp.org>
>
>On Wed, 8 Oct 2008, Allison wrote:
>
>>
>> Jeff..
>>
>> I have a AmproLB+ and a SB180 both in use. Both have hard drives on them via
>> SCSI adapters.
>>
>I apologize for hijacking the thread. :)
>
>I've got an Ampro Littleboard with a SCSI interface on it (it uses the NCR
>chip) and I was wondering what drive you're using with yours? I've been
>unable to get mine to see any drives at all. Is there another board that
>plugs into the 50 pin header required to make it work?
No other board. Your suffering from PCism, you expect it to work like
a PC and it will not.
I'm using a 45MB fujitsu 3.5" scsi drive That was given to me and a
modified version of the ampro scsi bios. The base SCSI software
supports a limited number of drives and SCSI to MFM bridges that were
available in the mid to late 80s. Those would be the Xebec and Adaptec
and one seagate drive all in the 10-30mb size range.
Add to that at the time the AmproLB+ software was written SCSI nee SASI
was still somewhat developmental.
Yes, I had to take the Ampro sources and rework them a bit for that drive
and debug them. The basic code is online in one of the repository sites
and it's well done so modifying it should be resonable. I'll admit it's
been 17 years since I did it and it's running so I haven't looked at it in
a long while.
Hope that helps.
Allison
>
>tnx!
>
>g.
>--
>Proud owner of F-15C 80-0007
>http://www.f15sim.com - The only one of its kind.
>Message: 12
>Date: Wed, 8 Oct 2008 01:00:44 +0100
>From: "Pete Edwards" <stimpy.u.idiot at gmail.com>
>Subject: Re: Unusual software carriers. (Was :Vinyl Data- Classic
> Computers )
<snip>
>Does anyone else remember 'Tomorrow's World' in the UK transmitting software
>via a flashing square in the bottom right of the TV picture? There was some
>kind of photocell dongle that attached to the computer. Memory is vague -
>did it plug into the tape input? I can't remember what the target system
>was, possible several via the basic translater mentioned earlier in the
>thread? No idea what the data rate was.
>--
>Pete Edwards
My son had a Timex Ironman watch that you programmed by holding it up to a computer screen that flashed the data to a sensor on the watch. It would not work on an LCD, only a CRT.
Bob
http://www.kempa.com/wp/2004/03/09/vinyl-data/
Excerpt:
One strategy that major record companies have been employing lately to
deter downloading is adding bonus computer content to new CD releases. I
recently discovered that this technique is not unique to CD?s, but had in
fact been practiced in the vinyl era as well. That?s right: there were a
handful of records released in the late 70?s and early 80?s that contained
computer programs as part of the audio. This is totally insane, and totally
great.
Most of these programs were written for the Sinclair Spectrum home
computer series. The Sinclair Spectrum was a relatively cheap home computer
system that used a television set as a monitor and loaded programs from
tapes. It thrived in England in the early 80?s:
-----
240. [Literature] "It was the best of times, it was the worst of times,..." --
opening line of Charles Dickens, _A Tale of Two Cities_
--... ...-- -.. . -. ----. --.- --.- -...
tpeters at nospam.mixcom.com (remove "nospam") N9QQB (amateur radio)
"HEY YOU" (loud shouting) WEB: http://www.mixweb.com/tpeters
43? 7' 17.2" N by 88? 6' 28.9" W, Elevation 815', Grid Square EN53wc
WAN/LAN/Telcom Analyst, Tech Writer, MCP, CCNA, Registered Linux User 385531
I am working on an HP9836C, in particular the colour monitor part.
The original problem looked to be slight misconvergence, with red
fringes. But I think it wasn't really convergence problems at all. I've
been looking at the video amplifier PCB (the one at the back of the CRT)
which not suprisingly contaisn 3 identical video amplifiers along with a
blanking amplifier and components to pass the correct voltages to the CRT
electrodes.
Anyway, there's a resistor in each of the amplifiers that according to
the colour bands should be 12.4k. In the green channel it's close --
12.7k. In the blue channel it's nearer 17k, and in the red it's
open-circuit. And I think this could be messing up the HF response of the
red amplifer, hence the fringes.
The problem is that if I replace it, I'll have to set what HP call
'colour alignment' and what I grew up calling 'grey scale tracking'. I've
read the offical HP procedure (if you're interested it's pages 134-138 of
the pdf service manual on http://www.hpmuseum.net/), and there are at
least 2 problems
The first is that I don't have a suitable photometer. The second is that
even though it claims I need this photometer for the gain adjustment, the
cutoff adjustments are done to 'barely extiguish the raster' I've worked
on enough monitors to know that that's not precise at all, so I am
wonderign just how accurte the photometer _really_ needs to be.
Has anyone ever done this setup and can offer any tips?
-tony
This isn't my auction, and I don't know the seller. This thing
is totally over the top, however, for lots of screens and buttons.
Looks like the helmsman's station for a starship. It's in
Mineapolis, and, as of this writing, its $9.99 with no bids.
http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=170268552316
Aesthedes computer system vintage - eBay (item 170268552316 end time Oct-09-08 10:38:33 PDT)
All,
Out of the shadows to say, I need to sell/trade/other my Apple ][* gear.
I've detailed some of the Apple ][* items at
http://www.applefritter.com/node/23531
I'm also interested in hearing which items may be more valuable and
worth putting up on ebay (be that as it is).
If you have any interest or comments, contact me off-list.
Thanks,
Scott
us21090 at yahoo.com
-------Original Message:
Date: Tue, 07 Oct 2008 08:21:56 -0500
From: "Robert J. Stevens" <trebor72 at execpc.com>
Subject: CROMEMCO Systems & ZPU
I have a Cromemco ZPU I need to qualify. I also have a lot of Cromemco
Floppies. If I could get the ZPU Working then I might be able to set
up a Cromemco HD System. There is a lot of source on those floppies. I
posted them for making copies. I just was able to look at all of them using my
Compu-Pro 8-16 system booted up to CP/M 2.2. Is there anyone out there
still running CROMEMCO's. Got a bunch of CDOS Floppies as well [they
are also posted to make copies available]
There is a wealth of Stuff here that should be wasted. Need to get
them copied and saved somewhere. Job is to big for me right now.
Bob in Wisconsin
--------Reply:
Well, I've got several Cromemcos running here, but I'm not sure exactly
what you want; copy disks, check the ZPU, and/or??
mike
--------Original Message:
Date: Tue, 7 Oct 2008 07:57:22 -0700 (PDT)
From: Mr Ian Primus <ian_primus at yahoo.com>
Subject: Looking for some used floppy media
I'm in need of some blank floppies...
I need 8" soft sector disks for my TRS-80 Model II, I'm building an adapter cable to hook an 8" drive to a PC so I can write system disks for it. I've also got a Model 16 that's begging to get revived.
I could also use some more 5 1/4" DSDD disks - I'm beginning to run low. A while back I had rescued a very large box of used disks from a school basement - and it turns out that they must have gotten damp at some point in their past life. Many of them have that "disk fungus", and won't format. I thought I was set for disks, and hadn't sought more out in years.
I am primarily looking for used disks, I know that I used to run across large boxes of used 5 1/4" disks pretty regularly, but that was a few years ago.
Thanks!
-Ian
-----------Reply:
Well, I've got some boxes of each, but I like to get $10+S/dozen for the 8".
I'm sure others on here will have some free or cheaper; just thought I'd mention
it though, JIC.
mike
I revived my Servo-8 Z80 SBC (single board computer)
for the NJ VCF (Vintage Computer Fest).
Is anyone still running any, or have notes/materials?
Anyone still running Z80 Ampro Littleboards?
Circuit Cellar SB-180 ?
-- Jeff Jonas
jeff_jonas at att.net
Hi,
I've got several HP 264x terminals. These terminals expose a card
edge connector off the back of the terminal to which you attach an
RS-232 serial cable.
Before I go to the trouble of making one of these,
I wondered if anyone had one to spare?
Thanks!
--
"The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
<http://www.xmission.com/~legalize/book/download/index.html>
Legalize Adulthood! <http://blogs.xmission.com/legalize/>
I checked vt100.net/manx and manuals are listed there but are not
online and I couldn't find anything on bitsavers.
Does anyone have information on this? I just know its an X terminal.
Digging around on the net implies that this is a diskless VAX 3100
model 30. How does it get its X server loaded at boot up?
--
"The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
<http://www.xmission.com/~legalize/book/download/index.html>
Legalize Adulthood! <http://blogs.xmission.com/legalize/>
I have this drive sitting here, and no particular use for it. I'd started
talking about it to a list member some time back, but that never went
anywhere. A label on one side says "DFL413C04A" and "Alps Electric Co.
Ltd.", the drive has no faceplace on the front, and on the rear is a single
keyed edge connector and no separate power connector.
Anybody want to take this off my hands? I have no use for it.
--
Member of the toughest, meanest, deadliest, most unrelenting -- and
ablest -- form of life in this section of space, a critter that can
be killed but can't be tamed. --Robert A. Heinlein, "The Puppet Masters"
-
Information is more dangerous than cannon to a society ruled by lies. --James
M Dakin
I'm in need of some blank floppies...
I need 8" soft sector disks for my TRS-80 Model II, I'm building an adapter cable to hook an 8" drive to a PC so I can write system disks for it. I've also got a Model 16 that's begging to get revived.
I could also use some more 5 1/4" DSDD disks - I'm beginning to run low. A while back I had rescued a very large box of used disks from a school basement - and it turns out that they must have gotten damp at some point in their past life. Many of them have that "disk fungus", and won't format. I thought I was set for disks, and hadn't sought more out in years.
I am primarily looking for used disks, I know that I used to run across large boxes of used 5 1/4" disks pretty regularly, but that was a few years ago.
Thanks!
-Ian
All,
I'm wondering if someone can confirm my diagnosis for a problem with my VAX 4000-300. One day, after it had been running for the better part of a week, I found it unresponsive with only the AC light glowing. I suspected an overheat problem, but the overtemp light wasn't on. Nonetheless, I shut the machine down, left it for a while and came back. It started up again, booted into VMS and seemed fine. I let it run for a half-hour or so, then shut it down normally. That was two days ago.
I just tried to power it up again to do some work, and the power-on tests fail about halfway through (but never in the same spot, so I don't think it's actually a power-on test failure). The machine goes to the same state each time: just the AC lamp glowing. I even have the fans on high (and that's noisy), but no go.
I figure it's time to replace the power supply unit (or refurbish it, but replacements are still relatively cheap). Any other thoughts? Thanks -- Ian
>-----Original Message-----
>From: Dave McGuire mcguire at neurotica.com
>Sent 10/7/2008 11:52:25 AM
>To: General Discussion: On-Topic Posts Only cctech at classiccmp.org
>Cc: General Discussion: On-Topic and Off-Topic Posts cctalk at classiccmp.org
>Subject: Re: some odds and ends to get rid of
>
>
> Recent devices? The 2500 platform is upwards of fifteen years old.
>
> -Dave
>
Plus, the next task would be finding an IOS for it with DECnet. Back then, Cisco was
raping and pillaging for IOS. Then ya gotta hope the flash+RAM in the 25xx is enough
for an IOS with DECnet, assuming you find someone with a Cisco support contract to
get you an IOS for it.
Tony
At 12:00 -0500 10/7/08, Joe wrote:
>hello all,
>I have an original Mac SE here, which seems to be giving me lots of
>trouble. so far im in a new mobo, CRT (I let the magic gas out of the
>original one, second SE ive done that to!) SCSI and floppy cables, and
>floppy drive. the weirdest thing happens to it, and right now, im
>looking at power supply failure as the next logical guess. my problem
>is, I try to boot up my mac from either internal or external floppy,
>but regardless of which it is, it will read the disk, and on restart
>the floppy disk will be corrupted and will need to be reimaged.
>second, no matter the hard drive I put in it, the mac either will not
>see it, or it will go through, initialize, then at the end a dialog
>box will flash really fast on and off, and the computer I/O will lock
>up while doing this. the other thing that makes me think it is PS
>failure is the fact that one time i hooked the hard drive in to power
>while it was running, and when I did so, the fan speed bogged down
>significantly on spin-up of the drive. is there anyone with pinouts of
>this PS i can use to test it, or any advice as to what failure points
>I should check first? I tried google (they say its our friend...) and
>I get no info as to the voltages of the logic board connector or the
>like. any help is most appreciated!! thanks
On my Plus, I had sporadic problems which ended up being due to the
connector between the analog (including power supply) and digital
boards. I took that loose, scrubbed pins lightly with very fine
sandpaper and isopropanol, sprayed on silicone oil (but I'd recommend
a contact cleaner instead), and re-seated both ends of the cable.
Resistance across the cable (measured from solder joint on the back
side of the analog board to solder joint on the back side of the
digital board) went down from 10's of Ohms to fractions of an Ohm,
and the system turned reliable.
The resistance measurement is a pretty easy one to make, with the
system off. I'd recommend that, at least.
--
- Mark 210-379-4635
-----------------------------------------------------------------------
Large Asteroids headed toward planets
inhabited by beings that don't have
technology adequate to stop them:
Think of it as Evolution in Fast-Forward.
I have a Cromemco ZPU I need to qualify. I also have a lot of Cromemco
Floppies. If I could get the ZPU Working then I might be able to set
up a Cromemco HD System. There is a lot of source on those floppies. I
posted them for making copies. I just was able to look at all of them using my
Compu-Pro 8-16 system booted up to CP/M 2.2. Is there anyone out there
still running CROMEMCO's. Got a bunch of CDOS Floppies as well [they
are also posted to make copies available]
There is a wealth of Stuff here that should be wasted. Need to get
them copied and saved somewhere. Job is to big for me right now.
Bob in Wisconsin
As part of my Downsizing efforts I am making available Copies of any of the following to interested parties. I can only handle Money Orders and Certified checks as I don't have a PAYPAL Account
CP/M 2.2 4FDG XEBEC BIOS
63K CP/M 2.2 Diagnostics 4FDC 4 8" Drives
4FDC BIOS 8-16-83
64K System Bios Unk bootable on a 16fdc
48K System boots on a 16FDC ITCCPM2.2
ITC 64K CP/M 2.2 A= 8MB HD B= 2MB HD C&D 8" floppies
ITC 64K CP/M 2.2 A B C = 8"
CP/M 2.2 no source boot fails
4FDC MP/M MASTER
CP/M 2.2 56K 16FDC/WD1
4FDC TUART Routine Cromtvar ,asm, .com
Intelligent Terminals Corporation Replacement disk
CP/M 2.25 for 4FDC 3 SA800 drives 63K
4FDC SA800 A&B sa400 C&D 63K CP/M 2.2
Cromemco Bios CRBIOS.z80
Cromemco System Diagnostics
I also have a ZPU and a 16K static RAM plus a 48K ByteSaver
Bob in Wisconsin
As Part of my Downsizing efforts I am offering the following items to
the BEST OFFER. I Can only handle Money Orders or certified Check as I can't acquire a PAYPAL acct.
I will make copies Available to any Interested Party but will not be selling the Originals at this Time.
CDOS 2.36 Drivers SSSD
CDOS 2.53 64K SSSD
CDOS 2.53 64K SSSD
CDOS 2.53 SSSD
CDOS 5.0 DSDDsystem disk 2 CCPM SSSD
System rebuild disk 1 SSSD
System rebuild disk 2 SSSD
I believe all of these to be for a CROMEMCO System
Some of them were readable on my NEC APC
and some I was able to read on the Compu-Pro 8-16
I just had a bout With Colon Cancer and am Downsizing my Computer Collection.
I have a N*Horizon with a Wooden Cover. I am going to stuff all the N*
Cards I have into it along with a Pair of SA400's and Offer it to the
Highest Bidder "AS IS"
Got a CPU, W/Prom Option[Untested] a MDS-AD3, 2-MDC-A4, MDS-A2, 2-RAM
32A1, 2-16K RAM, 2-HRAM6,
a SIO Rev3, HSIO [4 port serial]
Weighs about 65# not including Packing. Then I have some Manuals and a
box of 5 1/4 Floppies that I will have to send Separately
Make an Offer. I can Only deal with Money Orders or Certified Checks
Don't have a Credit Card so can't get PAYPAL
Bob in Wisconsin
Bout 15 Miles NW of Milwaukee right off Hwy 41-45 in Menomonee Falls
Above E-Mail is good
As part of my Downsizing Efforts I am offering the Following three 8" SSSD Floppies
SCP DISK 1 MS DOS v2.0
SCP DISK 2 MS DOS v2.0
SCP 86 DOS Cromemco Format
I will make copies available to interested parties.
Please contact me off-line to arrange Details
Bob in Wisconsin
I'm trying to get some loose ends tied up, and that involves
duplicating tape cassettes.
I have a TC-WE635 "Stereo Cassette Deck". It says "DC Servo
Controlled Motor" on the doors, so it must be good! : )
It has "Automatic Tape Selection", so I will have to trust that...
It gives me a selection of:
Dolby NR
(OFF) (ON) (ON FILTER) and then a (B) and (C)
Which settings do I want to use?
It has stereo audio outputs on the back, of course, so I will also
record the audio into a computer. However these days I don't want to
put all of my trust into the computer...
Grant
Hello group:
Just a not to let everone know that the discussion groups are back at one of the Best OLD HP Computer site in the World!
great place to advertise HP stuff for sale, buying or giving away. look here
http://www.hpmuseum.net/forum/
Jim
hello all,
I have an original Mac SE here, which seems to be giving me lots of
trouble. so far im in a new mobo, CRT (I let the magic gas out of the
original one, second SE ive done that to!) SCSI and floppy cables, and
floppy drive. the weirdest thing happens to it, and right now, im
looking at power supply failure as the next logical guess. my problem
is, I try to boot up my mac from either internal or external floppy,
but regardless of which it is, it will read the disk, and on restart
the floppy disk will be corrupted and will need to be reimaged.
second, no matter the hard drive I put in it, the mac either will not
see it, or it will go through, initialize, then at the end a dialog
box will flash really fast on and off, and the computer I/O will lock
up while doing this. the other thing that makes me think it is PS
failure is the fact that one time i hooked the hard drive in to power
while it was running, and when I did so, the fan speed bogged down
significantly on spin-up of the drive. is there anyone with pinouts of
this PS i can use to test it, or any advice as to what failure points
I should check first? I tried google (they say its our friend...) and
I get no info as to the voltages of the logic board connector or the
like. any help is most appreciated!! thanks
Does anyone have the rom images for the TI990/10 (or other TI990?)
cassette interface board? Its mentioned on the archive at bitsavers, yet
I can't find a copy of the roms or mcu contents anywhere. Does it use a
TMS1000-series mcu or something actually dumpable?
--
Jonathan Gevaryahu
jgevaryahu(@t)hotmail(d0t)com
jzg22(@t)drexel(d0t)edu
The dumpster is here... and I'm prepping for the first pass which
I'll be doing this weekend.
In addition to stuff I've previously listed, I also have a ton of
Sun 411 drive boxes. Most people probably don't want any,
but if someone wants a spare power supply, the fan, or the
internal scsi cable, a replacement plastic top, etc... let me know...
That pile of 411 cases has dumpster written all over it.
I still have a bunch of SS10 bare bases. If you want a spare
mainboard, power supply, internal scsi cabling, etc... speak
up now....
I have one bare SS20 base left (with JPL Y2K 'OK' sticker on the
front :-) ).
I have a QMS PS810 printer that is going to the dumpster. It is
a parts printer. The fuser I think is gone, and the power supply
is suspect. The logic board is known good. This printer served
to 'rescue' a QMS PS815 (donating it's power supply, fuser, and
the plastic 'shell'). Any parts wanted off this (mainboard, etc)
let me know.
-- Curt
I'm a bit annoyed at the latest request that I falsely put a value of $25
on a customs form. At least he's asking before he bids. Would someone in
Europe please comment on customs duties and lying on forms?
--
David Griffith
dgriffi at cs.csubak.edu
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?
> Out of curiousity wouldn't 'dd' on UNIX, or a the following on VMS work?
A hybrid disk has multiple sessions recorded on it. On the DEC disk, the
first session is a music track, and the second is a 9660 file system with
Windows gunk on it. The tarball has everything from the second session.
I tried making an ISO image, and it only saves the first session.
The content is fairly lame. Some blocky AVI's, and the DEC timeline with
low resolution images from the DEC archives, pretty much identical to the timeline that was
on the DEC website. The whole thing is about 90mb.
Henk Gooijen wrote:
> Hi Fred Jan,
>
> are you sure those are 2114's?
> Not that I am 100% sure, but to me those are 2111 RAMs, 400 ns types.
>
>
Thanks for pointing out my camera optics are better than the internals
;-). The chips are clearly 2111s, even the schematics agree with this.
Making it an even weirder design; 256 bytes of stack RAM.
Fred Jan
I contacted a friend of mine who lives in Kentucky, and forwarded that post
to him. He's not interested in the machines, but might be willing to help
out a bit:
---------- Forwarded Message ----------
Subject: Re: Fwd: HP 9000/300 computers available
Date: Monday 06 October 2008 18:45
To: "Roy J. Tellason" <rtellason at verizon.net>
> > I work in Lexington, so it's not far at all. But, like you,
> > I don't have room for those systems. I could assist someone
> > in having them shipped somewhere if anyone wanted them
> Ok, since you didn't respond to my earlier post and since I have the
> feeling from earlier comments that you're not into putting your info out
> there the way I do, how about I just take the above and forward _that_ bit
> to the list? Then I can take what replies I get and forward 'em to you.
>
> Will that work for ya?
Ok, that'll work. It's been a hectic day at work.
I may be a bit slow about getting things shipped out, too. It's
beginning to look like I may end up working lots of OT in the next
few weeks.
Dave
-------------------------------------------------------
So, if someone wants those machines, email _me_. I'll batch up the replies
and pass 'em along to Dave, to work out whatever he's able and willing to
handle with the parties involved. How's that?
--
Member of the toughest, meanest, deadliest, most unrelenting -- and
ablest -- form of life in this section of space, a critter that can
be killed but can't be tamed. --Robert A. Heinlein, "The Puppet Masters"
-
Information is more dangerous than cannon to a society ruled by lies. --James
M Dakin
The disc is a hybrid audio/isofs, so I wasn't able to figure out how to make
an image. A tarball of the isofs part is up now under
http://bitsavers.org/bits/DEC/cd
Hi.
I'm looking for reference materials regarding very early implementations
of virtual memory and/or memory protection. I'm really most interested
in exploring the evolution of these features in operating systems.
Anyone have any pointers for me as to where to look for this information?
Thanks.
Peace... Sridhar
> I'm a bit annoyed at the latest request that I falsely put
> a value of $25 on a customs form. At least he's asking
> before he bids. Would someone in Europe please comment on
> customs duties and lying on forms?
I've had $giantUScorp expect me to lie to Customs officials
about my purpose to enter Canada. They wanted to avoid
paying a $200 work visa. I told them they can pay it or they
can get someone else to do the job. I doubt $giantUScorp was
going to bail me out of a foreign jail, hire a lawyer to get
me undone and pay me for all my wages during that time.
So whilst the GNU project was announced in 1983 I've heard many examples
being cited of the source to software being shared prior to this, E.g.
IBM's VM up to vN.N. And indeed recall reading somewhere that up until a
certain point in time the source to most if not all software was
available. As vendors made their money from hardware sales and you were
unlikely to be able to buy a clone or build a machine yourself, and so
safe-guarding source code was not a major concern.
Does anyone know if the history of closed/unavailable vs. open/available
source is documented anywhere? Ideally in a book or journal that can be
properly referenced.
Regards,
Andrew
----------------
Andrew Back
a at smokebelch.org
Thanks to TonyM, I have a replacement power supply that works and I now
have the Otrona mostly running. (I do intend to repair the original
power supply -- I found what looks to be a bad transistor and I've
ordered a replacement (can't find it at the local shop.)).
The Otrona almost works properly, it just won't boot from floppy. I
need a bit of help debugging the floppy controller. Thus far I've
verified that the following are good:
- The drives themselves and the disks I'm trying to boot from (hooked
the drives up to my PC and used ImageDisk to dump the disk contents
successfully)
- The drive cable
- The NEC 765 controller (was originally bad! replaced with a known-good
765 from an old PC floppy controller and this improved things somewhat.)
Symptoms are: Drive spins up, seeks to track 0 but won't boot; running
the ROM diagnostics (thanks to Bob for a scan of the service manual!)
helps narrow down things a bit:
- The "Format" diagnostic runs, which means the heads load, the drive
seeks, and enough is working so that the Otrona thinks it's formatting.
I've tried reading the resultant diskette using ImageDisk and it chokes
on it, so I'm not sure it's formatting correctly.
- Reading or Writing a sector on a known good, CP/M formatted floppy
fails. The error code returned (4004) indicates a missing Sector ID.
There aren't a lot of chips involved in the floppy controller (about 12
or 13) so I'm hoping this shouldn't be too hard to track down. Any
suggestions on where to start? (Schematic at
http://oldcomputers.net/Attache_Schematics.pdf on page 6). Would it
make sense to start investigating the chips leading back from the /RD
DATA pin?
Thanks as always,
Josh
>
> >Thanks for the replies, all, especially Tony Duell who had it
> >spot-on:
Alas I've seen it dar too many times...
> >
> >>This normally means there's a short in the keyboard matrix, as if one =
> key=20
> >>is stuck down.
> >>
> >>What I would do is open up the keyboard casing (there are 2 screws =
> under=20
> >>the plastic posts/feet) and remove the internals.=20
> >(snip)
> >>Connect the PCB to the terminal with the normal cable and power up. =
> Most=20
> >>likely the LEDs will go through the normal sequence and there'll be no=20
> >>error message, which shows the fault is in the keyboard itself.
> >
> >The LED's do indeed cycle when the isolated PCB is hooked up, and
> >eventually "VT220 OK" appears on the screen. So now I either have
So the electronics is almsot certainly working.
> >to find the shorted key (it's pretty dirty in there so blowing
> >with compressed air might help) or just get another keyboard. I
If uou are really keen, you could try to find the shorted key. I have a
pinout of the keyboard tails, it's a 17*8 matrix :
J1 :
N/C
Row 5
Row 7
N/C
LockLED/
Col 2
Col 3
N/C
Col 4
Col 1
Col 5
N/C
J2
N/C
Col 6
COl 7
Col 8
Col 0
Col 9
HoldLED/
Row 4
Col 10
Col 11
Con 12
LED+
J3
WaitLED/
Col 13
Row 0
Col 14
Col 15
Col 16
Row 1
Row 2
Col 17
Row 3
Row 6
ComposeLED/
If you're not sure what end the pins are numbered from, the 'Row' lines
go, in order to port 0 of the 8051 microcontroller, the column lines come
>from the outputs of the '145 chips E2 (cols 0-9( and E3 (10-17)
What you need to do is check each Row connection to each Column
connection with an ohhmeter. See if you van find one that's low
resistance. When you do, let me know the row and column and I can tell
you which key that is.
You might then be lucky in that removing the key and lifting the leaf
spring away from the membrant might cure it. But alas it rarely does.
> >won't try and wash it after reading the warnings here.
> >
> >BTW I see one on ebag right now (190254818657) but it's a
> >"VT220-Style" unit, made by another manufacturer. Think it'd work
> >with a real VT220?
I doubt it. Many manufactuered copied the keyboard layout and design but
not the interface.
I thought LK201s were not that hard to find.
-tony
Tony Duell wrote:
> the card. As soon as I spotted this was implemented with 2114s [1]s, I
> knew what to do. I replaced them, and put the card back in, not
>
I heard before that 2114 are considered unreliable. Is there an overview
of brands that are not reliable? I have a computer in repair, a DAI,
8080 CPU with special stack RAM implemented with 2114s, so that could be
the problem. But it would be nice to be more sure before soldering them
out.
An image of the suspect RAM is here:
http://electrickery.xs4all.nl/tmp/2114s.jpg.
Greetings,
Fred Jan
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I don't suppose anyone on this list has a DEC AXP 3000/800 motherboard
and/or I/O board kicking around? I have had one of these for a while but
it has a problem with one or other boards. If I can't get a spare I
can't justify keeping it and will have to ditch it. I'd rather not,
obviously.
Regards, Mark.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org
iEYEARECAAYFAkjqLekACgkQR0vMj/mgdjbObwCaAsIxiwtezq1282qjwhd4Wni8
y2YAoINpLApFj8dp5SXbcsH35hkmVG1V
=tgEA
-----END PGP SIGNATURE-----
(This is a resend - I never got my original message back so I suppose it got stuck in that list server hiccup a few months ago...)
Hello everybody,
we recently acquired a HP NetServer 4/33 LE (later upgraded to 100 MHz) for the University computer museum and are trying to get it going now. This involves some configuration changes for which one needs a configurator disk - the one we got with it is flaky (reads unreliably). We did download the Netserver LE ECU (EISA configuration utility) disk images from HP's website but when the changes are made, the program complains that the actual system board ID differs from the one in the configuration file and does not save the new configuration to the CMOS.
Clearing the CMOS via DIP switch did not improve the situation. We finally got the original disk to boot once but got the same message. A BIOS update/reflash is not possible because the update utility wants Video BIOS shadowing enabled, which would - you guessed it - be done by means of the configuration utility.
Am I doing something wrong here, do I have the wrong disk image or is our mainboard toast?
As usual, thanks in advance...
Arno Kletzander
--
Arno Kletzander
Student Assistant // Studentische Hilfskraft
Informatik Sammlung Erlangen
www.iser.uni-erlangen.de
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
Ideal f?r Modem und ISDN: http://www.gmx.net/de/go/smartsurfer
Hi,
I have a blog called "Vintage Technology Collector" (http://vintagetech.org)
and working on an article called "buying/selling vintage technology". I
have bought several vintage personal computers and device over the years,
and one of the best and most reliable sources of this equipment is eBay. I
am wanting to find out if anyone has any better places for buying/selling
vintage electronics.
Thanks,
Jason
Hi,
I have this Data General Nova 1220 sitting here which seems in good shape.
But I don't have the front panel key, which is in the "lock" position.
The PDP11 keys I have do not work :(
Any hint ?
Thank you !
--
Stephane
Paris, France.
Hi Dan,
I am interested, but you need to think about shipping it, on my cost no
question. On the other hand, I will try to organise a VAX-Station, I think,
I can get a 4000 or something like this, maybe more.
With best regards
Gerhard
PS: Do you have pictures?
Hi:
I have reciently gotten the HP 64223B control Board and 64224A 80186 emulation Pod
for the HP 64000 Development System and am looking for the software to use this hardware
in my system any help would be greatly appreciated.
Jim
jimgeneva at yahoo.com
From: "F.J. Kraan" <fjkraan at xs4all.nl>
Sent: Sunday, October 05, 2008 10:01 PM
To: <cctech at classiccmp.org>
Subject: Problems with 2114s
> Tony Duell wrote:
>> the card. As soon as I spotted this was implemented with 2114s [1]s, I
>> knew what to do. I replaced them, and put the card back in, not
>>
> I heard before that 2114 are considered unreliable. Is there an overview
> of brands that are not reliable? I have a computer in repair, a DAI,
> 8080 CPU with special stack RAM implemented with 2114s, so that could be
> the problem. But it would be nice to be more sure before soldering them
> out.
> An image of the suspect RAM is here:
> http://electrickery.xs4all.nl/tmp/2114s.jpg.
>
> Greetings,
> Fred Jan
Hi Fred Jan,
are you sure those are 2114's?
Not that I am 100% sure, but to me those are 2111 RAMs, 400 ns types.
- Henk, PA8PDP
I still have the following S-100 boards for sale if anyone's
interested:
Wameco QMB-9 "The Little Mother" 9-slot motherboard with five
connectors.
http://tinypic.com/view.php?pic=20qzvq0&s=4
8K static RAM (2102) board by Ithaca Audio, fully socketed and
populated. Needs a couple of heat sinks for the 7805 regulators.
http://tinypic.com/view.php?pic=29lefr8&s=4
Piiceon 8K Program Saver board (2708 EPROM programmer). Complete
except for the TL497CN switching regulator chip. Includes two
2708's, can hold eight.
http://tinypic.com/view.php?pic=2r7x7jt&s=4
NOTE: The above boards were never powered up or tested (lost
interest in the early '80's). No guarantee they will actually
work!
VB-1B Video Interface card by Solid State Music. This one was
actually working with a different (homebrewed) 8080A board way
back in 1979. I think it's 64 characters x 16 lines, monochrome of
course.
http://tinypic.com/view.php?pic=2qa6bde&s=4
Please make offer on one or all. Shipping will be from zip 65775
(US).
thanks
Charles