At the weekend I got a MicroVax 3300 and a VaxStation II.
Badly the keyboard and monitor are lost but I believe a DEC Rainbow100 is a good terminal .
Or - I use OS/2 with a lot of comports- is there a terminalprogramm for os/2 with a good VT100 emulation ?
So I'll try to give the a new live but with VMS I believe I have no understood.
There is no diskdrive connected to the 2 vaxes but I have a lot of tapes, all (It looks so because there are so
much) manuals and some cd's.
I must look what I got and make a survey . First I make a hardware summary looking what modules , drives
and ports are there.
If someone can give me a shoot where to start I will be glad .
Fritz Chwolka
/collecting old computers just for fun\
Hey,
Someone saw my Lisa page and emailed me the following. I told him I'm pass it on to the list. Any ideas for this fellow? (I will fwd, or email him directly: adamg(a)trideja.com, Adam Goolevitch.)
Thanks,
-- MB
------------------------
>Hi, I have an Apple Lisa 2/10. I am having a problem with the internal
>Widget drive. When the drive is spinning, it makes a horrible noise -
>like the bearings are shot or something? It it is a rattly-grindy sound.
>Any ideas as to how to fix this?
The Retro Computing Society of Rhode Island will be holding a big flea
market to help us make room in our crowded millspace in Providence, Rhode
Island. It will be held during our September Open House on the 16th of the
month (third Saturday), from roughly 11am to 4pm. If you are going to be
around, stop by for a selection of very nicely priced computers - many
classic micros (sorry, no Altairs or Imsais!), terminals, printers, maybe
a workstation or two, cables, books, all sorts of things you never knew
you needed to have. Conditions vary from working and good to dead and
(half) buried.
Proceeds will of course go to various RCS/RI projects (electrical
upgrade, shelves, rent).
For directions, see our sight at www.osfn.org/rcs.
And of course, there will be the usual amount of RCS/RI fun and geekiness.
Show up early, Merle.
William Donzelli
aw288(a)osfn.org
If you are planning to participate in the VCF 4.0 Exhibit then now is the
time to register! The cut-off date for exhibit registration is September
20th.
http://www.vintage.org/2000/exhibit.html
Keep in mind that aside from the fabulous cash and prizes you can win,
you will have a group of adoring groupies worhsipping your nerdliness!
Register today!!
Sellam International Man of Intrigue and Danger
-------------------------------------------------------------------------------
Looking for a six in a pile of nines...
VCF 4.0 is September 30-October 1
San Jose Convention Center, San Jose, California
See http://www.vintage.org for details!
I have a fair # of the docs for these. I won't have the time to dig them
out until late next week however. If you will remind me off list toward the
end of next week and forward your add I will dig them out and drop them in
UPS to you. All I ask is please make copies and return them sometime within
a month or so.
Dan
>
>The remaining boards are from VG Data Systems. Someone here once mentioned
>they had information about some of these boards, and i'd like to know
>if any of these boards might be useful, or easily modified to be
>useful:
>
>PB-8E-101
>PB-8E-102
>PB-8E-202 on a standard DEC wirewrap board, should be able to make
> something out of it.
>PB-8E-504 2 of this board
>PB-8E-505
>PB-8A-603
>PB-8E-644 input connector has written: works as MS30, PDP8 [C:]
>
>-Lawrence LeMay
From: Eric Smith <eric(a)brouhaha.com>
>> Suffice to say IDE is not a protocal like SCSI it is a DEVICE
>> interface and is somewhat uncooked at that.
>
>That's a fairly disingenuous claim. Both SCSI and IDE have a "device
>interface" (physical layer) and a "protocol" (interpretation of bytes
>in various registers and phases).
In one sense your right and in another your making it look complex
where it's not.
For scsi I have to deal with the SCSI interface chip (really nasty if
it's
5380!). For IDE I write/read to registers at addresses, al having
specific function. there is some sense of sequence and if you want
it to work you need to talk to the right one in the right order or
garbage
ensues. I liken it more to talking to an Z80 SIO raw than making the
SIO do HDLC and at the end of that link getting something
to happen. IDE is much simpler. I've done SCSI it's not!
>IDE in fact has two different protocols, ATA and ATAPI; ATAPI protocol
>is by design very similar to SCSI protocol.
Already known.
>As of SCSI 3, there are *many* different SCSI physical layers and
>several different protocols.
The difference between IDE and SCSI(any) is that from the CPU side if
I want to write the cylinder address to IDE I address the correct
register
and write (assuming not LBA). For SCSI I first have to talk to the scsi
chip and tell it what to say to the disk. The later already is a full
layer
of protocal from what you want to do.
The point originally being that IDE is the simplest disk interface there
is of the available sets and from doing a driver for z80 I can say its
easier than floppy as the interface if buffered, not time critical reads
or writes as the data flys by.
Allison
Please note: I sent the following post to "alt.sys.pdp11" and
"vmsnet.pdp-11". While I presume that almost all of the RT-11
people also follow those two news groups, I thought that there
may be a few who don't. It is certainly on topic, since V5.03
of RT-11 was released in 1985.
After working with RT-11 for over 20 years starting with V2.0,
I was asked about Y2K patches for V5.04G by a customer who
finally could wait no longer. I had already produced these Y2K
patches for myself, but there seemed to be little if any interest among
commercial users in general. So when I set out to provide this
customer with the fixes needed to run that version when it was to be
used after 31-Dec-1999, it was not necessary to fix everything in
V5.04G. Only 7 of the utility programs were needed to be made
Y2K compatible, i.e. DIR, PIP, LINK, LIBR, IND, BUP and
MACRO. While I am sure that further work could be considered
if required (and there was interest), these 7 are probably the most
important and frequently used - along with the source code patches
needed for the monitor files. Note that these patches have been
in continual commercial use for many years without any problems
except that when they did their initial checkout, the dates of:
29-Feb-1999, 30-Feb-1999 and 31-Feb-1999 were found to
be acceptable to the DATE command. After working with RT-11
for so many years, I had finally accepted that bug as a feature and
forgotten to correct it in the KMOVLY.MAC file.
At this point, all of my Y2K work bubble is finished and complete,
and I would like to make these Y2K patches available to hobby
users. However, as far as I understand, only V5.03 of RT-11
qualifies to be used under the Supnik emulator for hobby use
free of charge. Since Megan Gentry has already provided some
source code patches for RMONSJ, RMONFB and KMOVLY
for V5.03 of RT-11, I thought that I could retro-fit the Y2K patches
made for V5.04G back into V5.03 so that hobby users could enjoy
a mostly Y2K version of RT-11 at this time.
I would therefore ask for four things:
1. If anyone, including Megan Gentry, would be willing to host
the Y2K patches, preferably the actual final SAV file which should
not pose a problem since the distribution SAV file for each of the
7 utilities mentioned is already freely available for download under
the restriction that it be used by hobby users under the Supnik emulator.
2. How much interest there actually is in having V5.03 made as Y2K
compatible as possible at this time.
3. If there is anyone who would be interested in helping with a beta test.
4. If there is anyone who is interested in helping with any questions as
the exactly what should be done, including how to insure that the legal
aspects are covered and that the code can not be taken over by any
commercial users, not that this latter aspect is likely at this time.
At this point, I intend to at the very least, to produce the Y2K patches
for one of the above utilities so that it can be seen that there is some
definite interest to begin the job.
Please note that while I have no work related projects that need to be
done at this point, I have a large number of household jobs that have
already been delayed for far too long and that it may take a few months
before I get into high gear on the Y2K patches for V5.03 project.
But, as wives have indicated on many occasions, there is often many
a slip between the cup and the lip and she may have other plans that I
am not aware of right now. However, I presently consider myself
totally in the hobby category at this point in time, especially and in
particular as far as RT-11 is concerned.
This would allow Mentec to finalize any plans for hobby releases of
PDP-11 software, as has been indicated on their web site for over two
months, but still nothing has been made public.
But in lieu of that happening - which would free up useful time for
other enhancements to RT-11, it is hopeful that at least the above
7 utilities in V5.03 of RT-11 could be completed for hobby users
sometime next year and perhaps before the end of 2000 if there is
sufficient interest - and I don't have too much snow to shovel starting
in December:-)
NOTE: The following paragraph is really only for "vmsnet.pdp-11"!!!!!!
----------------------------------------------------------------------------------
Finally, and completely contrary to what Stuart Brook implied some
months ago when he again complained that I was "whining" about
the lack of hobby use licenses for RT-11 by Mentec/Compaq/DEC,
I would be only too happy to see Mentec allow V5.07 to be made
available to hobby users at this time, as Compaq/DEC have already
done with current versions of VMS - and I understand at zero cost.
I have included this paragraph ONLY because in the past, there has
been this type of response from Stuart. If no adverse comments are
received from Stuart or anyone else, then I will assume that there are
no objections from Mentec as to the above course of action. I guess
that this paragraph can also be construed as a legal notice as to an
intended course of action.
Any and all feedback would be appreciated. Is there still anyone who
even cares? Also, in case anyone is interested, you can download
V5.03 at:
ftp://gatekeeper.dec.com/pub/digital/sim/software/rtv53swre.tar.Z
Sincerely yours,
Jerome Fine
Hi,
Does somebody here know the formulas for calculating the offsets and bits
in the CGA memory? Or maybe a quick routine for plotting a pixel? The BIOS
routine sure seems SLOW to me. I'm experimenting with these older
machines, so I'm working a little with these cool graphics cards! (The CGA
is great! Well, I LOVE IT! :-) )
Ciao,
Lionel
From: Jerome Fine <jhfine(a)idirect.com>
>> The later boards could possibly even be enough to fake the IDE
interface
>> directly. Even an old clunky 120mb WD2120 would seem large!
>
>Jerome Fine replies:
>
>Any ideas as to how the DRV11-J (M8049) might need to be programmed
>to interface to an IDE drive? Any could that become a device driver?
Some but it's too involved to talk about without drawing pictures.
Suffice to say IDE is not a protocal like SCSI it is a DEVICE
interface and is somewhat uncooked at that. It happens the devices
on the other side are fairly intelligent and thats an aid to the driver.
First off the driver would have to be written.
>I have heard that there is a possibility of using an IDE as the disk
drive
>behind a controller that would be able to use the HD(X).SYS device
>driver that John Wilson makes use of in the E11 emulation software.
??? I dont work with emulators so none of that is of any meaning to me.
>In addition, it has been suggested that even a SCSI drive might be OK
>as well. What might be involved in producing such an animal? While
SCSI is non trivial to do and also the driver can be a pain.
>HD(X).SYS is far too simple a concept to use in an OS that requires
>multi-tasking, like RSX, for RT-11 it seems like the perfect solution.
>Unfortunately, I have so little hardware knowledge that I do not know
>even what questions should be asked.
Actually a simple driver can work if it's reentrant. However, while
RT-11
is fairly simple to write drivers for the other OSs it definately more
work
as the driver has error recovery and other diagnostice code burried in
it.
Unix hwoever is a different case as a driver for something like RL02
might be easily bent to work with IDE.
Allison
Well, now that my PDP-8/E is apparently working, but has no peripherals
installed yet, my curiousity over what these 'mystery omnibus boards'
do is increasing. If anyone can shed some light, i'm all ears:
----
Computer Operations Inc, C-10450-01. This board intrigues me the most,
as someone has written this on the board with a marker:
[LINK DEC TAPE 2]
It has connectors for 3 ribbon cables to attach, 26 wires per cable.
Connectors are labeled: CDJ2, CCJ1, CDJ1.
----
The remaining boards are from VG Data Systems. Someone here once mentioned
they had information about some of these boards, and i'd like to know
if any of these boards might be useful, or easily modified to be
useful:
PB-8E-101
PB-8E-102
PB-8E-202 on a standard DEC wirewrap board, should be able to make
something out of it.
PB-8E-504 2 of this board
PB-8E-505
PB-8A-603
PB-8E-644 input connector has written: works as MS30, PDP8 [C:]
-Lawrence LeMay
Not strictly on topic, since these are fairly new - but they were old enough to
be thrown out at work, and I got them for L10 each.
Both machines say Alphastation 200 4/100 on the front, and I think Model
PB40H-CA on the back.
One of them boots openVMS, for which I have no passwords (same old story...).
This machine claims her name is Tracey.
The other gets to the console prompt (>>>), and I haven't tried booting further.
(This machine is in a graphics mode my monitor doesn't like. Time to get a
better monitor...)
Anyway, if I press ctrl-C when booting Tracey, I can get to the console prompt.
SHOW CONFIG then tells me a bit about what's installed in her:
SRM Console X3.9-1387
ARC Console 4.1-22
PALcode VMS X5.48-87 OSF X1.35-57
Serial ROM V4.6
Diag ROM V1.6
CPU DECchip 21064-2 at 100MHz
pka0.7.0.6.0 SCSI 7
dka0.0.0.6.0 RZ26L (this is whence it boots, BTW)
dka100.1.0.6.0 RZ28
mka400.4.0.6.0 TLZ07 (This is a tape drive on the SCSI bus. Presumably at
address 4 - forgot to look when I had it in bits)
With some random flag adjustments to the BOOT command, I got it into SYSBOOT,
which has another load of useless things to SHOW and SET. This seems to be part
of VMS, though.
Can anyone tell me, off list if necessary:
How do I break into OpenVMS from here?
If I put in the floppy and CDROM drives from the other machine, will it
recognise them automatically on boot, and if not, how do I tell it they're
there?
What OS are available, and whence do I obtain them? I found a FAQ somewhere at
compaq.com about installing Linux on some models of Alphaserver - not mine, but
could be helpful. Also, what are the various OS useful for?
What are the HDDs? (How big, how easy to replace? They are both SCSI afaik)
If I decide to stay with VMS, are there any good books on the subject? I have
almost no VMS experience (enough to know that I have to PURGE my files from time
to time to stop my disk filling up, but that's about it!)
Philip.
**********************************************************************
This message and any attachments are confidential and should only be
read by those to whom they are addressed. If you are not the intended
recipient, please contact us, delete the message from your computer
and destroy any copies. Any distribution or copying without our prior
permission is prohibited.
Internet communications are not always secure and therefore the
PowerGen Group does not accept legal responsibility for this message.
The recipient is responsible for verifying its authenticity before
acting on the contents. Any views or opinions presented are solely
those of the author and do not necessarily represent those of the
PowerGen Group.
Power Technology:
Telephone +44 (0) 115 936 2000
Fax +44 (0) 115 936 2711
E-mail techinfo(a)powertech.co.uk
www http://www.powertech.co.uk
PowerGen UK plc Registered Office: 53 New Broad Street London EC2M 1SL
Registered in England and Wales No: 2366970
**********************************************************************
From: Richard Erlacher <richard(a)idcomm.com>
To: classiccmp(a)classiccmp.org <classiccmp(a)classiccmp.org>
Date: Wednesday, July 05, 2000 7:30 PM
Subject: Re: Tim's own version of the Catweasel/Compaticard/whatever
>You may be onto something, Tim, but I'd make one observation here. The
>signal on pin2 of the 8" drive cable, though often driven with the
>1793's TG43 signal, does not turn write precomp on and off, but, rather,
>reduces the write current to the heads. This reduces the amplitude of
the
>signal
In many cases it's also used to alter write precomp. Most all have some
precomp (Esp DD controllers) and for the TG43 case they alter the precomp
to further compensate for bit shift due to the close magnetic domains.
>driving the heads, hence reduces the overall amplitude of the recovered
>signal as well. That same signal is used to enable write
precompensation on
Bogus. the levels are dealt with in the read amps with margin as well.
What's changing of the write current really impacts is the read bit shift
(aka peak shift) as the bit density goes up (inner tracks are shorter
than
outer).
>some controllers, many of which use a less-than-ideal timebase to define
>the precompensation offsets imposed on the data stream.
This is true, or worse used oneshots. generally the time base for the
bit encoding was always a crystal with not worse than 200ppm error
and less than 50ppm drift. The typical system was usually within
50ppm of exact and drifted less than 25ppm over temperature extremes.
Often the actual data rate was far lower than that reference(usually 1/4
or 1/8th).
>Do you think you could take a stab at swapping the timebase on your
>Catweasel board with a 32 MHz crystal? I think that would be VERY
>illuminating, particularly where these precomp/write-current-related
>effects
>are concerned, because phase noise introduced by the deviation of the
>Catweasel timebase from a harmonic of the data rate adds confusion.
There lies a connundrum, study the media and the magnetic domains therein
or get the data? A lower clock would be adaquate for getting the data.
Further, while I was studying digital PLL state machines I found a point
where increasing the clock (greater resolution) produced sharply reduced
improvement. Signal processing theory (analog) suggests the same.
From: Tim Mann <mann(a)pa.dec.com>:
>> So, what's the heuristic? It's quite crude and oversimplified too,
>> seems to work pretty well. The general idea is that if an interval is
>> a bit off from what you were expecting it to be, multiply the error by
>> some factor around 0.5 to 0.8 (you sometimes have to tune it for each
>> disk if they are particularly bad), and add that to the next interval
I'd suggest some factor less than .5, flux shift errors on floppies
rarely move a great amount unless the spindle bearings are rattling
loose. Actually based on media and expected recording rate it's
possible to plug in a set of expected timing windows and add/subtract
a "precompenstation" window amount based on adjacent bits. For
example adjacent ones or zeros (especially more than two bits)
tend to spread or compress over patterns like alternating ones
and zeros.
Further with all the "timing image" in a memory it should be possible
to look at longer strings of transistions and do simple predictive
forcasting (software PLL). Add to that the encoding form (FM,
MFM, M2FM, RLL or GCR), and previous bits history it should be
straightforward enough to predict the likely next transistion(s)
be they one or zero.
It is serediptious that the code you have effectively accomplishes
a tracking filter (type of PLL). Why, many of the parameters on
the media like peakshift and other behavours tend to average
themselves and cancle. Most of this stuff is not rocket science,
it does however require seeing into the set of abstractions to
make them obvious.
Allison
Got an 11/23 in a third-party enclosure ("Transduction 11/BLUE15") along
with a DSD dual floppy drive. Haven't powered it on yet; the drive
enclosure's fan has seized, and the main enclosure has a key switch....
As I found it, the arrangement of cards has gaps, unless the backplane is
*really* weird. The backplane itself is MDB model MLSI 40328 -- anyone
know the layout?
Any reason I couldn't just move this into a BA23?
The only non-obvious card in the system is an MDB DR11B... is this a
parallel interface?
--
Kevin Schoedel
schoedel(a)kw.igs.net
>
>The DRV11J with 64lines may be more resonable to work with.
>
>Allison
If you can find them. Current commercial value is $450+ for M8049's. I can
move them with 1 call typically and get calls for them all the time.
Dan
Okay, is this all true? I've never had the joy of VM.
-- forwarded message --
Newsgroups: rec.humor.funny.reruns
From: 22414843(a)wsuvm1.bitnet (Chet)
Subject: More IBM 3090/VM Humor, smirk
Why I like the IBM 3090:
First, there's the wonderful operating system, VM/SP which has SO many
advantages! Here are some of my favorites!
1. All of your files are in the same directory, you don't have to
worry about subdirectories and other nonsense,
2. For file names, not only do you get a file name, but you also get a
file type AND a file mode, with the name and type each being an
astounding 8 characters, plus a 2 character file mode, way more than
I ever had on my Apple II,
3. If you create a small file, it automatically makes sure it takes up
one 4K block on your disk, so you can add up to 4K of data to the
same file and not take any more disk space!!! WOW!!!!!
4. When you get an account you get an ENTIRE cylinder to yourself, an
amazing 465K, which is more than my 5 1/4 inch, single sided,
low density PC disk,
5. If a FORTRAN file is too long (250 lines) to compile on your disk
because the temp files fill up your cylinder, all you have to do is
unlink your A disk, create a big temporary disk, attach that as your
A disk, attach your old A disk as another disk, copy the source file
to the new A disk, then compile it,
6. You never have to worry about background processes, redirection, or
piping because the 3090 doesn't have any! Or command histories!
7. Or here (WSU) we are privileged to have RESLIM, which makes sure that
you don't use any more CPU time than you want to or have to,
8. We also have system administrators who also make sure we don't use
more CPU than we have to, not to mention they tell us what we can
and can not do, and what they think they legally can and can not do,
such as maintenance on our accounts to make sure there is nothing
wrong with any of our personal files,
9. If any files have sat in your reader/mailbox too long, they will
automatically be discarded for you,
10. And finally, all of the USEFUL on-line help! All you have to know
is the name of the command and whether it is in CP or CMS or SOFTWARE
or one of the other help menus, and you can get a GREAT description
of that command AND some examples how to use it like you would want
to every day!
Not only is the operating system fantastic, they have an AWESOME full
screen editor, XEDIT. Boy, it's quite a step up from EDLIN on my PC!
Just look how powerful it is:
1. If you want to move your cursor to the middle of the screen, all you
do is hold down the arrow keys until you get there.
2. If you wanna delete a whole bunch of characters in the middle of the
line all you have to do is hold down the DELETE key until they all
magically disappear.
3. If you wanna insert something, all you do is hit the INSERT key and
type in what you want, unless it's too long for that line, then all
you gotta do is split the line where you want by using the PF11 key,
which if you are on a VT100 is just an ESC minus sign.
4. After you do any commands in that neat prefix area, your cursor
almost always goes back to the command line at the bottom of the
screen.
5. You never have to worry about anything nasty like tab keys, there are
no tab stops by default (unless you wanna set them).
6. And, unless you tell it otherwise, XEDIT always creates fixed length
lines of 80 characters, so if you ever want to put more stuff on the
same line sometime later, there is room for it!!
Add to all of this such things as COBOL, disk linking, EBCDIC
character set (I mean who says J should follow I?), and even
some AWESOME graphics capabilities, and you'll have to agree that the
IBM 3090 is the system for me!!!!
(Thanx to those people who sent me some of the ideas used herein)
--
----------------------------- personal page: http://www.armory.com/~spectre/ --
Cameron Kaiser, Point Loma Nazarene University * ckaiser(a)stockholm.ptloma.edu
-- FORTUNE: Today is an excellent day to have a totally rotten day. -----------
I have a box of five "Genuine Centronics Zip-pack Cartridge Ribbons" and one
ribbon that's something else. If anybody wants them they're $5 shipped.
Tom
>Jerome Fine replies:
>
>I have attempted on a number of occasions - all without success - to
>get a CD on a CMD220/TM host adapter on a PDP-11 system
>under RT-11. I suspect that I am using the wrong CD drive. Does
>anyone have any suggestions as to model number that would work?
>I have asked around and there does not seem to be any DEC CD
>drives available like the RRD42.
You need a CDrom that can do the different block size that DEC
systems (software) require. Many of the older Toshibas seem to.
Allison
From: Chuck McManis <cmcmanis(a)mcmanis.com>
>At 09:27 PM 8/9/00 -0400, Allison wrote:
>>Read up on parallel ports for PC first, the M8027 WILL NOT be
sufficient.
>>Most parallel ports ahve enough bidirectional lines and the 8bit data
is
>>bidirectional (only the old XT ports aren't).
>
>I have, and they are, _if_ they are CENTRONICs compatible. There are 11
>output bits and 6 input bits. When you have such a port on your PC (and
>even PC/AT and some 386 machines had them) you could use them in
"nybble"
>mode. In this mode four of the 8 data bits are outputs, Busy/SLCT/Paper
Stiill it's of no help to you as the DEC cards (LAV and LPV-11s) are
useable
for centronics but, are data products interface as such you have only one
programable ouput bit (D8) and three input lines (busy, online, error).
The done bit reflects the status of the transfer (ack recieved in
response
to strobe).
The M7941s are general ports with 16 out and 16 plus strobe and req
lines.
You have to deal with the fact that the lines are seperate and not
inheirently
bidirectional.
The DRV11J with 64lines may be more resonable to work with.
Allison
From: Chuck McManis <cmcmanis(a)mcmanis.com>
>At 05:42 PM 8/9/00 -0700, Zane wrote:
>>Is the LPV11 a bi-directional port? If you're trying to talk to a
Parellel
>>port Zip Drive I believe that will require a bi-directional port.
>
>Not the old ones, they wrote 8 bits out and did "nybble-i/o" in for
>non-bidirectional parallel ports. Makes them significantly slower on
>transfer rate but their still faster than an RX50 :-)
>
>--Chuck
Still, the LPV11 does not have a lines the average PC port has
with respect to bidirectionality and that includes some of the
control lines.
Allison
Can whoever I was supposed to ship the TI Explorer floppy disks to, contact
me again and give me your shipping address?
-Lawrence LeMay
lemay(a)cs.umn.edu
Mike typed thusly:
> There was
> also a Apple Color RGB monitor that worked specifically with
> the Apple IIgs and I think the IIc/c+.
Ta for that - I need to find one of those for the museum then :) It just
looks like a Mac monitor in some of the ][GS pix I've seen.
cheers
a
>Allison's right, an M8027, LPV11 (Q-bus version of the LP11). I'm not
>interested in driving a printer with it, I want to talk to a Zip Drive.
As
>long as I can create a "Centronics" compatible interface (even with all
8
>data bits being output only) I have a chance of getting it to talk to
the
>zip drive. That would give me 100 MB of removable storage, on a PDP-11
that
>would be like heaven.
>
>--Chuck
Read up on parallel ports for PC first, the M8027 WILL NOT be sufficient.
Most
parallel ports ahve enough bidirectional lines and the 8bit data is
bidirectional
(only the old XT ports aren't).
Look into a m7941 (DRV11) parallel line unit sa that give you lots of
bits for
parallel IO. Another would be the M7950 DRV-11B general purpose DMA
interface (also a parallel IO). The latest one was the DRV-11J (M8049)
and that has enough lines to interface anything (32 in and 32 out).
The later boards could possibly even be enough to fake the IDE interface
directly. Even an old clunky 120mb WD2120 would seem large!
Allison
Vintage Computer Festival 4.0
September 30 through October 1, 2000
San Jose Convention Center
San Jose, California
http://www.vintage.org
Mark your calendar! The fourth annual Vintage Computer Festival is
scheduled for Saturday, September 30th though Sunday, October 1st at
the San Jose Convention Center in San Jose, California.
The Vintage Computer Festival is a celebration of computers and their
history. The event features speakers, a vintage computer exhibition,
a vintage computer marketplace, and contests like The Nerd Trivia
Challenge. We showcase all different types of computers for all
differents kinds of platforms in all different shapes and sizes.
REGISTER EARLY AND SAVE!
Register by September 20th and pay only $25 per person! Your
registration includes complete event access, including speakers,
the exhibition and the marketplace. And just like last year, the
first 32 registrants will receive a VCF t-shirt! Act fast to secure
your early registration and a free VCF t-shirt.
We've made it easier than ever for you register online as we are
now accepting credit card payments. Visit the VCF website for
complete details!
VCF AND CAEX2000 TOGETHER IN ONE VENUE!
The VCF is proud to announce it is being held in conjunction with
California Extreme 2000, the world's premier classic arcade game
extravaganza! Hundreds of classic arcade and pinball games beeping,
buzzing and booming. The VCF and CAEX2000 share the same venue,
making it easy to attend both events. Even better, admission is
reduced for those who do come to both events (details at the door)!
For complete details on California Extreme 2000 see:
http://www.caextreme.org
SPEAKERS AND WORKSHOPS
Every year, the VCF assembles an amazing line-up of talks and
workshops. This gives attendees an opportunity to interact with
the people who laid the foundation for computing today, as well
as those who are helping to document and preserve it.
Our speaker roster so far includes:
Bill Godbout Bill was the King of S-100 for well over a decade,
providing kits, boards and complete systems for
the hobbyist and businesses worldwide. Godbout and
CompuPro products were a basic staple for computer
hobbyist's throughout the late-70s and 80s.
Jim Warren Jim was responsible for bringing about the West Coast
Computer Faire, the seminal computing event of the
70s and 80s. Jim will be waxing poetic about the
political activism that transmogrified into the
microcomputer revolution of the 70s. Jim will be
engaging in a roundtable discussion with fellow
revolutionary Larry Tesler.
Larry Tesler Larry has left his mark at two of the Silicon
Valley's most hallowed institutions: Xerox PARC and
Apple. But Larry's vision began well before he went
on to help create the foundations of modern day
computing. Larry will join Jim Warren in a roundtable
discsussion.
Paul Freiberger Sixteen years ago, Paul and Mike surveyed the Silicon
Mike Swaine Valley and then wrote about it. Their tome, _Fire in
the Valley_, has become a legend in its own right.
Paul and Mike will be sharing what they learned in
writing this biography of the center of the high tech
world. Bring your own copy to have it signed!
Christine Finn Christine is an archaeologist. So how did her
research lead her to vintage computing? Christine
is studying the Silicon Valley and the effects it
has had in bringing about a global transformation
in the way we live. Christine will tell us why
it happened in the Santa Clara valley of California.
Curt Vendel Curt is the founder of the Atari Historical Society.
On his website (http://www.atari-history.com/) he
documents the amazing ups and downs of one of
computing's most celebrated and innovative companies.
Curt will also be bringing along a great interactive
Atari exhibit.
Jim Willing Jim, our Official VCF Celebrity, is back to wow you
with more amazing words of wisdom, incantations of
innuendo and sentences of sarcasm. This year in two
separate talks he takes on the topics of computer
collecting and computer preservation: one is not
exclusive of the other!
Dwight Elvey Dwight has achieved the ultimate in computer
restoration. He acquired a relatively unknown mini-
computer from the early 70s, the Nicolet 1080,
resurrected it, wrote a cross-compiler for it, and
brought it back to life. This talk is perfect for
those wishing to take on their own restoration
projects but don't know where to start.
More speakers to be announced soon! Check the VCF website for the
latest updates:
http://www.vintage.org/2000/speakers.html
EXHIBIT YOUR VINTAGE COMPUTER
Vintage Computer Collectors: we want you! Exhibit your favorite
computer in the Vintage Computer Exhibition. Prizes will be
awarded in 12 different categories, as well as a Best of Show
prize which includes $50 cash!
For complete details on the VCF Exhibition, visit:
http://www.vintage.org/2000/exhibit.html
To see the exhibits from VCF 3.0 go to:
http://www.vintage.org/exhibit99.html
BUY/SELL/TRADE AT THE VINTAGE COMPUTER MARKETPLACE
Do you have some vintage computer items you'd like to sell? Whether
you rent a booth or sell on consignment, the Vintage Computer
Marketplace is the premier venue for selling old computers and
related items. If you would like to rent a booth or inquire about
consignment rates, please send e-mail to vendor(a)vintage.org for more
information or visit:
http://www.vintage.org/2000/vendor.html
CHECK OUT THE NEW SITE!
If you haven't visited the VCF website in a while, come on over and
have a look at the completely new design. You'll find it easier to
navigate and easier to find the information you're looking for.
We've got plenty of good stuff to read and hundreds of new links to
explore vintage computing on the web. We're constantly adding new
content. Stop on by for a visit!
TELL A FRIEND! TELL A NEIGHBOR! TELL A STRANGER!
We really hope to see you at VCF 4.0! And remember, tell everyone
you bump into about the Vintage Computer Festival!
Vintage Computer Festival 4.0
September 30th through October 1st, 2000
San Jose Convention Center
San Jose, California
http://www.vintage.org
"Richard Erlacher" <richard(a)idcomm.com> wrote:
> A plug in module for PALASM? What would give you that idea? I've seen only
> one place on a model 29 for anything to plug in, and that's the programming
> site. (there are several different ones)
Yes. There's a plug-in adapter called a LogicPak, and that can take a
PALASM Design Adapter, an H&L Design Adapter, or one of several
programming/test adapters. I've got some of these (PALASM and a
couple of p/t adapters) as well as manuals but haven't used them.
With the PALASM Design Adapter you can apparently send the programmer
your logic equations and have it generate the fuse map and test
vectors. Then I guess you plug in one of the p/t adapters to program
the actual device because the PALASM Design Adapter doesn't have a
socket on top. Like I said, I haven't actually used this, and barely
cracked the manuals -- it was gradually tossed by a previous employer
and at a price of $0 I figured it would make a useful [[E]P]ROM reader
and programmer.
Which is sort of what I've been doing with it lately -- writing a
Tcl/Expect script to control the 29A w/UniPak 2 and read data from
ROMs. It's not what I'd call baked yet (all it does is read a 27512),
but I'll post a note when it's a bit more complete.
-Frank McConnell
Eric wrote:
> I think that works. The older Mac 800K external drives, in
> the very slim beige case,
This is the one I've got....although I've got a fatter one that also came
with a Mac Plus that also doesn't have a passthru connector.
> in the chain, which means IIRC that you can't combine them
> with 5.25-inch
> drives, since the 5.25 inch drives must follow any 3.5-inch drives.
That's fine for now - I just want to get GS/OS running and all I can create
>from my Macs are 3.5" floppies anyway.
cheers!
a
From: Daniel T. Burrows <dburrows(a)netpath.net>
>My archive RSX11M+ system currently has 2) 9Gb and 1) 3 Gb drives on it.
>Along with the 1GB boot, a CDROM and a ZIP. RZ25's get swapped more
often
>than the ZIP gets used now however.
>
>It also has a quad density 9 track, TZ30, and a 4mm for tapes.
>The only DEC item in it are grant cards and a DELQA
>
>Dan
Well I happen to have a 11/73 that is all DEC and it has the one think I
like
and that is I can easily document it fully and duplicate it. If I need
SCSI
I have a CDM200 I can borrow from the VAX for CDrom use or whatever.
I happen to like RT11FB or XM so a rx33 plus three RD52(Quantum D540s)
on a RQDX3 is a roomy setup with RL02 and RX02. Come to think of it
one of the RD53s boots as RSTS.
If there were any PDP-11 config I'd love to do it's a micro Qbus box
with say 11/23 IDE and RX23/24 3.5" drives in a PC minitower or
smaller format.
Envision this (all dual width cards):
11/23 m8186 KDF-11A (11/23 Q22, I have one overclocked).
boot M8021 MRV11 (Eprom card with boot)
ram M8059(x4) MSV11LK (4x =1mb)
serial M8043 DLV11j 4port serial
One possible Disk system, all DEC
disk M7555 RQDX3
M9058 disk distribution
flop TEACFD55GFV RX33
HD RD52 RD52
OR hybrid DEC:
CMD200, RZ23, Cdrom
all in a H9281-AC(12 dual slots) which has a footprint
nearly as large as MINI AT sized card though much
thicker. ;-)
I also have a few M7142s, VK170 base Vt52 video on
a dial card so the system would use a mono CRT
and a keyboard like a real PC.
I should do it as I have all the bits and it would be
fair system perfomance wise. Not bad for 1984-87
technology!
Allison
Anyone have a pinout for the "magic cable" listed below.
It's the console cable for an IBM AS/400. It's just a DB25M-DB25F, but
has some magic wiring to make it work as a console.
I have a 3477 Terminal that should suit, and there is a 2612 in the AS.
Have a VTxxx if it can speak ascii, but I STILL need the pinout.
(I refuse to buy one from IBM on general principles - even assuming it
didn't cost 2 arms and 2 legs, I might need a sys pwd and have wasted my
time and money, don't mind the time, but the money is another thing
entirely.)
Have several Twinax terms and cables as well, however the AS doesn't
have anything in it that speaks twinax.
Part Number 46G0450 or 46G0479
Feature Code 9026 or 9027
I'd really like to get this AS/400 to work, it seems to boot, so I'm
assuming it ain't gonna ask for
the system password crap. Can't tell until/if I get a console working
on it.
Can some kind soul (Eric?) talk me through the process? Off list if you
prefer.....
Cheers
Geoff Roberts
Computer Systems Manager
Saint Mark's College
Port Pirie,
South Australia
geoffrob(a)stmarks.pp.catholic.edu.au
netcafe(a)tell.net.au
ICQ: 1970476
From: Chuck McManis <cmcmanis(a)mcmanis.com>
To: classiccmp(a)classiccmp.org <classiccmp(a)classiccmp.org>
>Hi, I've got several Unibus LP11 interfaces and I was wondering if
anyone
>was interested in trading a couple for M8207's (Q-bus version) of same?
I'd
>like to put a centronics printer port on my VAX and test out some code
in
>NetBSD for said port.
M8207?? For unibus or what?
LPV11 for Qbus is M8027 (lp05/la180) but with the right cable kit also
work with LP25/26/27, LN01 and a few others with data products I/F
It wouldn't be hard to use that with Centronics.
other choices are M7941 (DRV11 parallel line unit) or LAV11 printer
interface(M7949).
for most small vaxen the serial interfaced DEC printers was
the common choice. (La50, LA75, LA100, LA210, LA120, LA180, LN03).
Allison
Anyone out there know anything about IBM AS/400's?
Looking for some info on the following system.
This is the first AS/400 I've ever seen, so bear with me a little.
I'm not familiar with IBM stuff at all (pc's excepted) Digital Vaxen,
yes.
I picked up a Type 9402-2xx with 4 x Type 0662 1.05Gb SCSI Hard drives
and a 2Gb Tape drive for $30 at an auction in Adelaide last Friday.
Cool looking ~Microvax II sized box, solid metal, with a black plastic
5 piece shroud. (The back bulkhead cover is missing). A badge with the
IBM logo is on the front shroud, with AS/400 Advanced also in the badge.
Thing appears to boot, rattles away at drives, status display is live
etc, but have no idea what/where/how to connect anything to it. Have
numerous cables etc, and an IBM 3477 terminal I found in my back room.
Looking for advice on how/what to connect to it.
Not sure if this fits in the 10 year rule, though the AS/400 itself goes
way back, this machine appears more recent. Early/Mid 90's?
It appears to have at least 16mb of ram on a board inside. (2 x IBM 72
pin SIMMS). There is a DB25F on the back that appears to go to what I
take to be the main board, (which has part no 74G9701) that I assume is
a console port (do these have a console port?) the ram is on a board
with a part number of 74G9722 which I assume is a memory expansion board
of some description. I suspect it's running some version of OS/400
rather than SSP (I think that's the original O/S for these). This
appears to be a RISC machine based on the pic in the docs on the IBM
site, which show that it is a Version 3 AS/400. (Whatever that means.)
The following modules are fitted in the rear bulkhead. Searching for
module no's on the web found virtually nothing to my surprise.
2612 x 1 (A chance encounter in a newsgroup reveals this is an EIA
232/V.24 One-Line Adapter) I translate that as a serial port.
There is a blanking panel below it that would probably allow another to
be fitted there.
2609 x 2 I have some cables that mate to these, IBM P/N 21F9345
(9843),they terminate in a 'black box' with 2 x DB25M's minus pins 9, 14
and 16, marked P1 and P2 which I suspect are terminal ports. I have 4 x
P/N 22F0152 (9835) DB25F to DB25M, with pins 9-14, 16 and 19 missing,
these were hanging off the DB25M's on the 'black boxes'. I assume these
are to connect to a terminal, they certainly fit one of the ports on the
3477. One 22F0152 cable has an oddball DB25F in a plastic shell that
seems to be "wrapped around" the cable, it turns freely, it has 8 wires
that each jump one pin to another pin, and no connection
to the cable itself. Some kind of loopback connector? Spare part?
Inductive pickup? Who knows?
264A (Blank/space filler)
2641 (Blank/space filler)
2623 (some kind of interface, the 2 x 2609's fit into it)
None of these appear to be an ethernet connector, so I will have to hunt
up one of those too I guess.
Some 3180 "R2D2" Twinax based terms and cables came with it, however
there does not appear to be any kind of Twinax connector on the machine.
There were also some 'clone' type terms with it, but someone else got
them. I suspect these ran off the
IBM's web site has some docs etc available, but the physics of what and
how to connect terms etc are buried deep if they even exist there.
>From sticker on metal side of unit
(Under the black plastic cover)
Type 9402 S/N 10-1428A
Release Level V3ROM5
PTF Level C4179305
TSP (Y/N) : NO
Software License Type: NONE
On a small sticker on the back panel
Type 9402-2xx
S/N 10-1428A
MS9402101428A
Any help appreciated, replies off list if this is off topic most
welcome..
Thanks in advance,
Geoff Roberts
Computer Systems Manager
Saint Mark's College
Port Pirie,
South Australia
geoffrob(a)stmarks.pp.catholic.edu.au
netcafe(a)tell.net.au
ICQ: 1970476
From: Geoff Roberts <geoffrob(a)stmarks.pp.catholic.edu.au>
>----- Original Message -----
>From: "Eric Smith" <eric(a)brouhaha.com>
>To: <classiccmp(a)classiccmp.org>
>Sent: Wednesday, August 09, 2000 3:31 PM
>Subject: Re: AS/400?
>
>> I believe that to be false. The IBMLink sales information for that
>> model says that it runs OS/400 V3R1 or V3R2, which only run on CISC
>models.
>> RISC models run V3R7 or V4Rx.
I though the AS400 is CISC to the max and the RISC solutions were
called RS6000.
Allison
>Allison's right, an M8027, LPV11 (Q-bus version of the LP11). I'm not
>interested in driving a printer with it, I want to talk to a Zip Drive.
As
>long as I can create a "Centronics" compatible interface (even with all
8
>data bits being output only) I have a chance of getting it to talk to
the
>zip drive. That would give me 100 MB of removable storage, on a PDP-11
that
>would be like heaven.
>
>--Chuck
Read up on parallel ports for PC first, the M8027 WILL NOT be sufficient.
Most
parallel ports ahve enough bidirectional lines and the 8bit data is
bidirectional
(only the old XT ports aren't).
Look into a m7941 (DRV11) parallel line unit sa that give you lots of
bits for
parallel IO. Another would be the M7950 DRV-11B general purpose DMA
interface (also a parallel IO). The latest one was the DRV-11J (M8049)
and that has enough lines to interface anything (32 in and 32 out).
The later boards could possibly even be enough to fake the IDE interface
directly. Even an old clunky 120mb WD2120 would seem large! Seriously
someone has done a Qbus IDE interface adn it's fairly trivial task.
Considering that CDroms, IDE ZIPs, Superdisks and even big hard
drives all can be found real cheap this has appeal. What makes it
mildly hard to do is PDP-11 (Q, U or any) All do a read before write
and IDE control registers don't like that. So you have to do like the DL
cards were the TX and RX registers are different addresses.
I might add that IDE is much faster than ZIP drives, I have a Parallel
port IDE disk and a Syquest 270 and both scream compared to
ZIP.
Allison
Subject: Re: M8207 anyone?
><snip>That would give me 100 MB of removable storage, on a PDP-11 that
>would be like heaven.<snip> Err.. wouldn't it be more like, on a PDP-11
that
>would be like 1/2 of an RA60? Heh..
>
>Will J
My archive RSX11M+ system currently has 2) 9Gb and 1) 3 Gb drives on it.
Along with the 1GB boot, a CDROM and a ZIP. RZ25's get swapped more often
than the ZIP gets used now however.
It also has a quad density 9 track, TZ30, and a 4mm for tapes.
The only DEC item in it are grant cards and a DELQA
Dan
Just hang it on a SCSI controller. If it is an internal SCSI zip you can
set the SCSI id to whatever you want. If it is an external you will have to
use the CMD/Emulex or whatever firmware to map ID 5or 6 to something lower.
The other aleternative is to leave it at 5 and SYSGEN 7 DU devices to your
SCSI controller. (My archive system is that way) RSX11M+ V4.6 warns you
but allows it. In fact that system is doing another sysgen as I type this.
Had to add a few other devices.
I have routinely used various ZIP and JAZ drives on both CMD CQD220T/M and
Emulex UC08's.
However with the batch of RZ25's I got 6 + months ago I have gone to using
them as ZIP drives. They were cheaper than ZIP media. They also don't
eject themselves when you dismount them. I had to come back up to the
office a while back when I dismounted one my mistake from the house via
telnet.
Dan
Subject: Re: M8207 anyone?
>Allison's right, an M8027, LPV11 (Q-bus version of the LP11). I'm not
>interested in driving a printer with it, I want to talk to a Zip Drive. As
>long as I can create a "Centronics" compatible interface (even with all 8
>data bits being output only) I have a chance of getting it to talk to the
>zip drive. That would give me 100 MB of removable storage, on a PDP-11 that
>would be like heaven.
>
>--Chuck
>
>At 06:43 PM 8/9/00 -0400, you wrote:
>>From: Chuck McManis <cmcmanis(a)mcmanis.com>
>>To: classiccmp(a)classiccmp.org <classiccmp(a)classiccmp.org>
>>
>>
>> >Hi, I've got several Unibus LP11 interfaces and I was wondering if
>>anyone
>> >was interested in trading a couple for M8207's (Q-bus version) of same?
>>I'd
>> >like to put a centronics printer port on my VAX and test out some code
>>in
>> >NetBSD for said port.
>>
>>
>>M8207?? For unibus or what?
>>
>>LPV11 for Qbus is M8027 (lp05/la180) but with the right cable kit also
>>work with LP25/26/27, LN01 and a few others with data products I/F
>>It wouldn't be hard to use that with Centronics.
>>
>>other choices are M7941 (DRV11 parallel line unit) or LAV11 printer
>>interface(M7949).
>>
>>for most small vaxen the serial interfaced DEC printers was
>>the common choice. (La50, LA75, LA100, LA210, LA120, LA180, LN03).
>>
>>Allison
<snip>That would give me 100 MB of removable storage, on a PDP-11 that
would be like heaven.<snip> Err.. wouldn't it be more like, on a PDP-11 that
would be like 1/2 of an RA60? Heh..
Will J
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
>> There's a binary V6 system in the PUPS Unix archives that will run on a 11/23
>> with 64K and attached RL02 drives. I rescued it from a pile at a UBC SERF sale
>> about 4 years ago.
>>
>> Note that the "Standard" V6 system doesn't support RL02's; the exact
>> lineage of this find hasn't been completely researched yet - and it may
>> never be, as the sources haven't been found.
>I might be able to help you a little bit on this. In the late 1970s
>and early 1980s a number of Canadian universities built V6 systems
>for PDP 11/23 based systems. These systems were relatively cheap
>and were great for teaching and some research. At the University of
>Toronto we build at least three systems for the undergraduate
>database course, and when I moved to McMaster University I built two
>for project courses. With some modifications to the kernel an 11/23
>could support 6 or 7 students working on programming projects.
>
>I suspect the UBC system that you picked up served a similar purpose.
Any idea who might have a copy of the modifications to the V6 source to
support RL02's? It'd be wonderful to put that into the PUPS archive.
This particular V6 system is indeed a very nice environment for someone
with a "small" 11/23 and RL02 drives.
That particular 11/23 system from UBC was used in the biology department,
judging by the non-system files found on the "user" disk.
Tim.
Heh, PDP-11's are *light*... the last computer I had shipped to me, which
was only the CPU, disk controller, and hard drive, along with a terminal, a
graphics interface box, 2 terminal controllers and a rack of manuals weighed
in at 5700 pounds... The trick with shipping big stuff is to get it from big
companies, and then instead of choosing the shipper yourself, you ask them
who they use most, and have them coordinate it in-house... It's truly
disgusting how much of a break the big shippers get versus a single-time
shipment from somewhere... As an example, the 5700lbs of stuff cost me
$801.80 to ship, whereas my Burroughs B80, which they said weighs 800lbs
(yeah right!), they rated it as if it weighed 1000lbs, and for that single
machine it cost $817.07 or so... The rate on the 5700lbs was like 31 bucks a
mile and the other one was 81 a mile, but since the 5700lbs was shipped by a
major user of the carrier, I got like a $1500 "Incentive" i.e. discount...
Talk about highway robbery!
Will J
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
Hi, I've got several Unibus LP11 interfaces and I was wondering if anyone
was interested in trading a couple for M8207's (Q-bus version) of same? I'd
like to put a centronics printer port on my VAX and test out some code in
NetBSD for said port.
--Chuck
Hi everybody,
I'm (finally) getting around to write Part III of the "Collecting" article
on retrobits.com. I'd like to include a web page reference for parties
interested in getting more info (and subscribing) to the ClassicCmp list. I
found multiple info sites out there, but it's not clear to me which is the
most up-to-date and authoritative.
Can someone provide me the "official" web page for ClassicCmp? (Or at
least, where should I send folks who want to find out more...)
Thanks!
- Earl
Earl Evans
retro(a)retrobits.com
Enjoy retrocomputing today!
Visit the Retrobits web site at
http://www.retrobits.com
From: healyzh(a)aracnet.com <healyzh(a)aracnet.com>
>Yes, $40-50 isn't bad, but as mentioned you've got to consider shipping,
plus
>it will probably go for quiet a bit more.
Never ship a PDP-11... way to heavy.
>Ah, OK. I should have known there was a /23 equivalent of the dual and
quad
>hieght /73's.
Yep! M8189 come in two flavors, the difference is the roms. The +(B)
will
boot MSCP while the older ones don't know the RQDXn Controller.
The 11/23+ (11/23B) was used in the BA23 box aka micro pdp11/53.
>> With RL01/2, RX01/2 and BA11S or N box that could be stuffed into a
36"
>> small office rack, likely it's a 40, 48" or larger one.
>
>Hmmm, a 36" rack could be fun!!!
I've set up two RL02 and a RX02 in a 48" rack with BA11S and a few
filler pannels.
A 36" rack is very doable too. The RX02 is ~11in, the RL01/2 is ~12in
and BA11S/N boxes are ~6" you might get that in a 30" rack.
An 11/23 with 256kb and RL02s will run V7 if it's not the I&D version.
Allison
In a message dated 08/08/2000 10:48:47 AM Eastern Daylight Time,
ghldbrd(a)ccp.com writes:
> According to the back
> panel it is an analog RGB with a DB9 female input. Does anyone out there
> have a pinout on that plug, or shall I attempt to contact Sony on this
one??
> I am presuming that it is NTSC/CGA scan frequencies.
We obtained a whole pallet of these two or three years ago, and still use one
(too scarred-up to sell) for one of our test-bench monitors. When I asked
the seller about the nine-pin connector he said they required a "multisync
cable" and included them with the monitors. These are VGA monitors and I've
run them up to 1024x768 with good results.
Have fun!
Glen
0/0
>Smile, and keep your eyes open for a better system. As has been pointed
out
For 40$ thats not bad but it's incomplete unless the disks are there then
it's
much more.
If you were seriously into PDP11 and shipping it didn't cost a bomb
$40-50
isn't much for spares.
>it doesn't have any serial port boards and it took Allison's note to get
me
>to wondering if there are even any on the CPU board... There are on my
>/23+'s, but not on my /23. There is a good chance that isn't a usable
>system.
Serial cards are gotten cheap. The M8189 (11/23 and 11/23+ <or B>)
has two serial ports and the equvilent of the M8012 on it, the M8186
does not have anything but basic CPU so you need the M8012
and a serial line card or two. Either CPU can be used in the same
box.
Besides if that is a complete system it's probably in a 4' 19" rack!
With RL01/2, RX01/2 and BA11S or N box that could be stuffed into a 36"
small office rack, likely it's a 40, 48" or larger one.
Allison
Eric Smith <eric(a)brouhaha.com> said:
> The //c disk controller is for all reasonable intents and purposes the same
> as the Disk ][ controller used in the Apple ][ and ][+, simply with a
> different connector pinout (D-subminature 19 pin instead of a 2x10 header).
> It's reduced from seven chips to one, but functions the same.
In fact I remember about 1988, buying a small connector from Jameco. It
had
pins on both sides almost like a wire wrap header. (I seem to me that
the pins
were straight through). One side plugged into the //c floppy port and
the
other side plugged into the ribbon cable from the Apple ][ drive. And
it
cost two or three dollars. I couldn't find it on their web site just
now,
but I was surprised to see that they still sell power supplies for the
Apple ][,][+,][e.
--Doug
====================================================
Doug Coward
Curator
Analog Computer Museum and History Center
http://www.best.com/~dcoward/analog
====================================================
> Well, since you're into Linux, you might want to take a look at:
> http://minnie.cs.adfa.oz.au/PUPS/
> I'm not sure though if you'd be able to get any form of UNIX up on this
> system.
There's a binary V6 system in the PUPS Unix archives that will run on a 11/23
with 64K and attached RL02 drives. I rescued it from a pile at a UBC SERF sale
about 4 years ago.
Note that the "Standard" V6 system doesn't support RL02's; the exact
lineage of this find hasn't been completely researched yet - and it may
never be, as the sources haven't been found.
Tim.
Got the attached in the evening's mail. If anyone on the list can help,
please contact Mitch directly. Thanks!
-=-=- <snip> -=-=-
>Delivered-To: kyrrin(a)mail-sttl.uswest.net
>Delivered-To: alias-bluefeathertech.com-kyrrin(a)bluefeathertech.com
>Date: Tue, 08 Aug 2000 20:03:52 -0400
>From: "mbillian" <mbillian(a)erols.com>
>To: kyrrin(a)bluefeathertech.com
>X-Mailer: Mozilla 4.5 [en] (Win98; I)
>X-Accept-Language: en
>Subject: Vintage Calculator Restore
>
>Bruce, was wondering if you might be able to help me restore a piece of
>obselete equipment. I recently acquired a Compucorp 140 (nixie) desktop
>calculator which works perfectly, however it's missing 3 keys: 'chg
>sign' key, 'reset' key and the key with 2 bell shaped curves on it. I
>would buy the keys or ones of the same style with different
>markings. Let me know if you could suppy them or know of a source.
>Here is a picture:
>http://www.geocities.com/SiliconValley/Lab/7510/compucorp140.html
>
>thanks
>
>Mitch
>
>
>
>
>
>
>
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Bruce Lane, Owner and head honcho, Blue Feather Technologies
http://www.bluefeathertech.com // E-mail: kyrrin(a)bluefeathertech.com
Amateur Radio: WD6EOS since Dec. '77 (Extra class as of June-2K)
"Our science can only describe an object, event, or living thing in our
own human terms. It cannot, in any way, define any of them..."
Congratulations--may boot camp pass quickly and your CC not learn your name!
--Mike
-----Original Message-----
From: owner-classiccmp(a)classiccmp.org
[mailto:owner-classiccmp@classiccmp.org]On Behalf Of David Vohs
Sent: Tuesday, August 08, 2000 5:45 PM
To: classiccmp(a)classiccmp.org
Subject: I must bid you all a temporay farewell.
Due to my commitment to enter the U.S. Navy, I will not be able to check my
e-mail for a good 8-10 weeks. In light of this situation, I must bid
everybody in this group a temporary farewell. I do intend to re-register
once I have the chance, & I will never forget all of the happenings here
over the past year & a half.
So, for the last time, my signature...
____________________________________________________________
David Vohs, Digital Archaeologist & Computer Historian.
Home page: http://www.geocities.com/netsurfer_x1/
Computer Collection:
"Triumph": Commodore 64C, 1802, 1541, FSD-1, GeoRAM 512, MPS-801.
"Leela": Macintosh 128 (Plus upgrade), Nova SCSI HDD, Imagewriter II.
"Delorean": TI-99/4A, TI Speech Synthesizer.
"Monolith": Apple Macintosh Portable.
"Spectrum": Tandy Color Computer 3, Disto 512K RAM board.
"Boombox": Sharp PC-7000.
____________________________________________________________
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
Due to my commitment to enter the U.S. Navy, I will not be able to check my
e-mail for a good 8-10 weeks. In light of this situation, I must bid
everybody in this group a temporary farewell. I do intend to re-register
once I have the chance, & I will never forget all of the happenings here
over the past year & a half.
So, for the last time, my signature...
____________________________________________________________
David Vohs, Digital Archaeologist & Computer Historian.
Home page: http://www.geocities.com/netsurfer_x1/
Computer Collection:
"Triumph": Commodore 64C, 1802, 1541, FSD-1, GeoRAM 512, MPS-801.
"Leela": Macintosh 128 (Plus upgrade), Nova SCSI HDD, Imagewriter II.
"Delorean": TI-99/4A, TI Speech Synthesizer.
"Monolith": Apple Macintosh Portable.
"Spectrum": Tandy Color Computer 3, Disto 512K RAM board.
"Boombox": Sharp PC-7000.
____________________________________________________________
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
From: Neil Cherry <ncherry(a)home.net>
To: classic <classiccmp(a)classiccmp.org>
Date: Tuesday, August 08, 2000 6:22 PM
Subject: PDP 11-23 questions
>I've found a PDP 11-23 computer oand I haven't the foggiest idea
>about it. What should I look for?
>
>Claims to have:
>
>M8044 DB
>M8044 DB
Two 32KW memories, second rev 32kw, no parity. You can have
more of those up to 128KW (256KB)
>M8186
11/23 KDF11A cpu if the handle has a C melted into it anywhere it's Q22
otherwise Q18 (assuming the second chip is there, the MMU).
>M8013
>M8014
RLV11 set, used for RL01 or RL02 removeable 14" 10mb disk.
>M8029
RQDX21 interface for RX02. the is an interface you need the
RX02 for a complete floppy system.
>M8012 YA
diagnostic/Boot/terminator card, a must have with M8186
as the CPU has NO boot (it does have microODT).
there is a field guide for PDP11s! Also there is no serial IO
that you have listed. Typically a M8043 (DLV11J 4 port serial)
or a M8017 maybe an old M7940 both similar DLV11 type
single serial ports.
Allison
Hello,
Still haven't found a boot disk, and not having a vintage Mac, I can't
download an image from the net either.
Would someone out there who has one be able to make a copy for me? I can
send DSDD disks for the process. The internal drive is 3.5", and I have a
5.25" external as well.
Cute little devil -- just want to play with it a bit.
Kind regards
--
Gary Hildebrand
Box 6184
St. Joseph, MO 64506-0184
816-662-2612
or
ghldbrd(a)ccp.com
Anyone know anything about the Proapp 20? It appears to be a
harddrive that works with Apple IIe, IIc, IIgs or a Mac 512 and Mac
Plus. It plugs into either the floppy port or a scsi port. Anyone
have any more info on these?
Thanks.
-----
David Williams - Computer Packrat
dlw(a)trailingedge.com
http://www.trailingedge.com
There's a question - since I can't get to the FAQs ATM can anyone tell me
which Mac monitor I can use with the ][GS? And the ][c+ for that
matter......
> -----Original Message-----
> From: Paul R. Santa-Maria [mailto:paulrsm@ameritech.net]
> Sent: 06 August 2000 18:28
> To: classiccmp(a)classiccmp.org
> Subject: Re: Apple IIc+ boot disk for DOS3.3
>
>
> > > There are, of course, many other features in the ROM; it's just a
> matter of
> > > digging up the programming info. And (since you have such a late
> member of
> > > the ][ series) there are also features in the hardware,
> such as double-
> > > resolution text, low-res, and high-res modes, that the
> ROM was never
> updated
> > > to handle.
> > How do you get at these modes? Are they in the IIgs, also?
> >
> > Speaking of which, can you drive the IIgs graphics chip and
> sound chip,
> > whatever they're called, from Applesoft?
>
> The double-resolution text mode is 80-column mode, and can be
> turned on
> with PR#3. This mode is supported by the ROM.
>
> The double low-res (twice as wide, not half as wide!) and
> double hi-res
> modes are not supported by the ROM. You can write BASIC
> routines to use
> them, but it is much faster to use assembly language routines
> called by
> BASIC. These modes are also in the Apple IIe and IIc.
>
> The IIgs has super-res modes with hardware color fill
> available. I am not
> a IIgs programmer (I use mine as a IIe) but there may be ROM
> routines in
> the toolbox to support those modes. The same may be true for the IIgs
> sound chip. I have seen a BASIC program that used the sound
> chip, but all
> it did was POKE the data into memory.
>
> No Apple II has real support for even the built-in speaker in the ROM,
> except for the Programmer's Aid #1 option for Integer BASIC
> which had tone
> routines.
>
> Paul R. Santa-Maria
> Ann Arbor, Michigan USA
> paulrsm(a)ameritech.net
>
> Hi folks,
Hi folks too! It's over four months since I was last on Classiccmp, and I
almost feel I need a delurk!
> I recently stumbled across a Commodore 16 power supply. I'd like to keep it
> on hand as a spare. But I'm a little worried. The output is specified as
> 9.5VDC, but when I measured with my DMM, I got 14VDC! I didn't know if it
> needs a load to bring it down, or if the PS is just shot.
>
> Any thoughts?
My thoughts:
These beasts use 5V for the logic, and somewhere around 9V (not critical) for
tape motors and things.
A 9.5V power supply is bound to be unregulated (why regulate it to a voltage
that's not critical when all you're going to do is regulate it again to the
voltage that is). Recent threads have pointed out Commie machines of that date
with regulators on the board. And finally, the two voltages in the PET (the
Commie with which I'm familiar) are 5V (regulated) and 9V (unregulated) (FWIW,
the PET 8296D just took 5V and 12V from a SMPSU, but that was a special case -
an internal disk drive wanted 12V fairly well regulated for motors)
So I am 99.99% certain that it just needs a load to bring it down.
To test it, the easiest load to use is an auto bulb. A stop lamp / indicator
bulb is rated about 2A at 12V (well, 21W is 1.75A). Stick that on the output -
the bulb should survive if it remains up at 14V, but I expect you'll see it come
down to about 10V.
Just my 2d worth.
Philip.
________________________ Disclaimer Notice ____________________________
This E-mail message is private and confidential and should only be read
by those to whom it is addressed.
If you are not the intended recipient, you are hereby notified that any
dissemination, distribution, copying, reproduction, modification or
publication of this communication is strictly prohibited. Please delete
the message from your computer and destroy any copies.
This message is not intended to be relied upon by any person without
subsequent written confirmation of its contents. This company therefore
disclaims all responsibility and accepts no liability of any kind which
may arise from any person acting, or refraining from acting, upon the
contents of the message without having had subsequent written
confirmation.
If you have received this communication in error, or if any problems
occur in transmission please notify us immediately by telephone on
+44 (0)24 76 424000
Hi folks,
I recently stumbled across a Commodore 16 power supply. I'd like to keep it
on hand as a spare. But I'm a little worried. The output is specified as
9.5VDC, but when I measured with my DMM, I got 14VDC! I didn't know if it
needs a load to bring it down, or if the PS is just shot.
Any thoughts?
- Earl
Found an HP85 and HP9825, both in working order, except presumably for
the tape drives. The latter is an HP9285A with the full-travel keyboard,
and a full set of ROMs: string/adv. programming; 9872A plotter / general
i/o; matrix; and 9885 disk. No interfaces though; I went back to the
du^H^Hstore to look, but they were nowhere to be found. Question: Are the
interfaces the same as those used on the HP9845?
Elsewhere, (perhaps slightly off-topic), bought a Litton/Monroe 1655
programmable desktop calculator (with nixie-tube display). Cracked case
and a couple of missing keys; haven't powered it on yet.
Also got a 6800 evaluation board, MEK6800D2, with hex keypad & LED display.
--
Kevin Schoedel
schoedel(a)kw.igs.net
Hello,
I was given this monitor at the Springfield hamfest. According to the back
panel it is an analog RGB with a DB9 female input. Does anyone out there
have a pinout on that plug, or shall I attempt to contact Sony on this one??
I am presuming that it is NTSC/CGA scan frequencies.
Kind regards
--
Gary Hildebrand
Box 6184
St. Joseph, MO 64506-0184
816-662-2612
or
ghldbrd(a)ccp.com
John didst scribe:
> First got a call from a gentleman in Ohio that he had a model 4 TRS 80
> he wanted to give me along with some other items after he read the
> article about me collecting in his local paper there. The machine and
> other items were here MN with his son. After phone contact
> with the son
How did you manage to get in the local paper? That's a great form of
advertising....
Things I picked up this weekend:
Adman Grandstand 5000 Pong, boxed
Adman Grandstand SD070 cart pong, boxed
Adman Grandstand VEC (aka Fairchild Channel F II), boxed
Micro Genius IQ501 (Super Famicom clone), boxed
2 boxed Atari 2600jrs, with a shedload of games
Boxed Grandstand Astro Wars tabletop
half a dozen Vic-20 carts
Issue 2 Spectrum in DK'Tronics keyboard enclosure
Not bad for ukp25!
>the HSC sign...
>
>HSC, off the central expressway, no idea how I got to >it. Very much like
>the first two places, too tidy, too >retail. This isn't really that bad, I
>mean if I lived in >the area and needed something between swapmeet times I
>just might head over to one of these places to get that >needed item, but
>nothing got me excited during the >visit. Some prices were comically high,
>but some were OK >if you needed the item. Big collection of data books to
> >read with free coffee over in the corner too.
Yeah, I know what you mean. I recently took a trip to a used computer place
in Witchita that wanted *way* too much for their stuff ($65 for a
refurbished Apple/Conner 2.5" 60 Mb SCSI hard drive? I could probably find
one for $6, just for the cost of shipping)
>General trip notes, WOW have prices gone up. Gas was >$2.19/gal, which is
>about $0.40 higher than Orange, CA, >food prices were also higher, even in
>supermarkets on >some items (bottled water, but not soda). Rooms were
>outrageous, we paid $300/night staying at the Holiday >Inn Crowne Plaza
>(very nice, but an older work in >progress), and MUCH worse a rathole
>(beatup old >motel/apt on its first leg of fix up) on the east side >of San
>Jose called the Whitehouse Inn was $102 when a >page at 7PM forced us to
>stay Thursday night. Much >better rooms at slightly better prices were
>available >earlier in the day, but by 6PM they were gone.
I hate to make you jealous or anything, but here in Texas it's right about
at $1.35-$1.45 for cheap grade gas.
Also, If you are ever in that area again, look for a hotel chain called
MicroTel, (No, this is not a company that made computer modems in the 80's!)
you will be surprised at how much you have to pay, as well as the
facilities.
____________________________________________________________
David Vohs, Digital Archaeologist & Computer Historian.
Home page: http://www.geocities.com/netsurfer_x1/
Computer Collection:
"Triumph": Commodore 64C, 1802, 1541, FSD-1, GeoRAM 512, MPS-801.
"Leela": Macintosh 128 (Plus upgrade), Nova SCSI HDD, Imagewriter II.
"Delorean": TI-99/4A, TI Speech Synthesizer.
"Monolith": Apple Macintosh Portable.
"Spectrum": Tandy Color Computer 3, Disto 512K RAM board.
"Boombox": Sharp PC-7000.
____________________________________________________________
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
In a message dated Mon, 7 Aug 2000 2:19:10 PM Eastern Daylight Time, "Richard Erlacher" <richard(a)idcomm.com> writes:
> While there seems to be a fair amount of information about the older apples,
> i.e. ][, ][+, and the IIc+, I've been unable to find any menaingful
> information on the web about the plain-old IIc. It has an external
> connector to a floppy disk drive, but I've found no information about the
> drive itself. The IIc+ has an external "intelligent" drive, and I'd like to
> know what that means, in this case, not to mention that I'd like to know
> about the "intelligent" hard disk that attaches to the IIc+ via that same
> connector, though perhaps not using the same protocol.
>
> There's also little definitive information about the memory usage for I/O
> and how (and how closely) they emulated the ][+ slot usage. They've
> apparently memory mapped the keyboard, so I would also like to know where in
> the memory map the keyboard lives.
>
> I'm considering cutting a hole in the side of the box to accomodate some
> sort of I/O channel. I understand that there was an expander available from
> a third party, but have little information about that. The slot I'd make in
> the box would accomodate a 40-pin, or perhaps 50-pin inline cable connector.
> Since I'd prefer to make an internally buffered I/O channel as opposed,
> simply, to bringing out the CPU's signals, it would be useful to have some
> information.
>
> Any suggestions?
>
> Dick
>
sounds like what you really want is a laser128. it's 99% apple compatible (the 1% was the apple version of aol which wouldnt connect right) and it also has an i/o connector on the left side which is really just a regular old slot mapped to slot5 IIRC. I ran a disk ][ controller off there for a total of 3 drives. any other card *should* work in the slot also.
I'm full of questions this morning :)
Speaking of external floppies, can I use a Mac 800K external on the ][GS? I
really want to get it running this week if I get the chance, but its
driveless ATM.
a
> -----Original Message-----
> From: Richard Erlacher [mailto:richard@idcomm.com]
> Sent: 06 August 2000 21:21
> To: classiccmp(a)classiccmp.org
> Subject: Re: Apple II FAQ
>
>
> Does anybody have specifics on the data format/modulation
> used on the Apple
> IIc external disk drive port? I read that the IIc+ uses an
> intelligent
> drive and that suggests that the data appearing on the
> interface may not be
> in the usual APPLE-II GCR format. Of course, the IIc+ may
> have yet another
> protocol, so the spec's from the IIc+ may not be what I need.
>
Need a ppointer to info on changing where the list-server send mail to.
I'm moving to ajp166(a)bellatlantic.net as a DSL hook up.
The old address allisonp(a)world.std.com will still be active for several
months though I'd prefer if everyone uses the other.
Allison
Please contact the person listed at the end of this newsgroup
post, not me...
- - - - -
I also have a working VAX 4000-200, 32MB RAM, CMD SCSI disk controller,
TU80 tape drive, CXY08 8 port serial and CXY16 16 port serial boards.
Rack mounted BA213 chassis, and TU80 is rack mounted too. Cables for
CXY boards. I will throw in a couple Micropolis 650MB SCSI drives too.
There is a TF86 tape drive that has a problem, may be broken tape
header. Extra DELQA ethernet board too. This machine was running when
shut down 6 months ago.
The catch? You have to pick it up in Las Vegas NV, and no I won't give
away just the boards. I would rather it all goes to someone who wants
to preserve an old VAX (I got a 4000-90 now, no space for the 4200).
Along with the 4000-200 there is another rack mount BA213 with a VAX
3500 CPU (KA650), 32MB 3rd party memory (doesn't work in the 4000-200
but just fine in the 3500), CMD SCSI controller, dual DELQAs, and a
TK50. Same deal, it's your's if you haul it off, and I believe I have
an RZ58 (980MB) drive for it too. It was running when shut down 6
months ago.
Now if someone has a spare 200Mhz CPU or memory card for an Alpha 2100
200/4 (what used to be called the A500MP) I would love to trade.
Interested? Boss says give it away or throw it away. Send me an email
if you want to drive a truck to Vegas for a quick vacation and get some
clean goodies for the trip home.
Jack Peacock
peacock(a)simconv.com
- - - - -
First got a call from a gentleman in Ohio that he had a model 4 TRS 80
he wanted to give me along with some other items after he read the
article about me collecting in his local paper there. The machine and
other items were here MN with his son. After phone contact with the son
I went over to the house and picked up the stuff. It was great a
working 64k model 4 with 2 FD that both read fine and tons of business
software and games, with some the highlights being Sublogic Flight
Simulator, Paddle Pinball, TRSDOS Ver6, Viscalc Ver 02.09.02, LS.Dos
upgrade kit to 6.3, pfs:file and report in boxes, TRS-80 Renum Line
program, TRSCROSS a utility for IBM PC that reads and writes specific
TRS-80 formats, QuikPro + II Automatic program writer, and many more
titles on both 51/4 FD (over 55+) and cassettes (over 50+). There were
over 20+ manuals with this lot and some them are really cool, like the
TRS-80 Pocket Handbook by William Barden Jr. great read. Also got a
working DMP100 printer and a VS100 Voice Synthesizer with manual and box
it came in when purchased. This unit works with the Model 1, III, and 4.
All together the amount of items given to me filled four notebook pages
listing the items and sn, pn and other information about each. Other
items from this week:
1. Over 20 mousepads and mice for the collection, one mouse I had not
seen before was a commodore C04140 date 08/90 has a unusual shape to it.
2. Dynatech Codewriter for the Commodore64.
3. Half a dozen computer buttons for the collection, from intel,
drafix, creative lab, and microsoft.
4. Some cartridges for the Atari 2600
5. Some old Burroughs and Sperry notebooks full various spec's
6. Mits 4.1 Boot Loader cassette tape - New unopened
7. Over 25 books to add to the library
8. Apple PowerBooks 100 that needs a little body work but powers up
fine and came with tons of extras like ext 3.5 FDD, SCSI cable, leather
carrying case, manuals and more.
9. Amiga OS 3.1 in the box with diskettes and manuals but missing the
roms.
10. Amiga Dos 1.3 in the box complete with manuals.
11. Sun SPACStation 1 model 147 ServCode 4/60 loaded but does not seem
to work, I get nothing on the screen when unit is turned on but the fan
works.
12. Tons of cables to sort out and label.
13. SuperGraphix by Xetec mounted on wooden block
14. Epyx Fast Loader for C64
15. APROSPAND 64 by APROTEK
16. Amstrad PPC640 complete and working fine.
17. Many more that I can not list that are 7 to 4 years old.
Keep on computing
John Keys
> > There are, of course, many other features in the ROM; it's just a
matter of
> > digging up the programming info. And (since you have such a late
member of
> > the ][ series) there are also features in the hardware, such as double-
> > resolution text, low-res, and high-res modes, that the ROM was never
updated
> > to handle.
> How do you get at these modes? Are they in the IIgs, also?
>
> Speaking of which, can you drive the IIgs graphics chip and sound chip,
> whatever they're called, from Applesoft?
The double-resolution text mode is 80-column mode, and can be turned on
with PR#3. This mode is supported by the ROM.
The double low-res (twice as wide, not half as wide!) and double hi-res
modes are not supported by the ROM. You can write BASIC routines to use
them, but it is much faster to use assembly language routines called by
BASIC. These modes are also in the Apple IIe and IIc.
The IIgs has super-res modes with hardware color fill available. I am not
a IIgs programmer (I use mine as a IIe) but there may be ROM routines in
the toolbox to support those modes. The same may be true for the IIgs
sound chip. I have seen a BASIC program that used the sound chip, but all
it did was POKE the data into memory.
No Apple II has real support for even the built-in speaker in the ROM,
except for the Programmer's Aid #1 option for Integer BASIC which had tone
routines.
Paul R. Santa-Maria
Ann Arbor, Michigan USA
paulrsm(a)ameritech.net
I have been using PALASM during the last 20 years, and only last year
swicthed to Abel. I still consider PALASM one of the best tools around,
since it allows me to program at the gate-level, not at a logic level removed
by
many layers from the actual gate level as more modern tools force you
to do. I also have a running copy installed on one of my computers.
Just drop any questions you have. Maybe you send me privately
your PALASM file, and I look through it ?
Regards
John G. Zabolitzky
Hello,
Finally found a good Commodore 128 for yours truly there. Is there in our
midst a person who might have the cp/m boot disk for one? Or point me in
the right direction?
I was even given a Sony CPD-1320, so I'm sitting pretty good now.
There's an electronic surplus company that is also located there -- I went
up to peruse it and found in the front window a complete Rockwell Aim-65
developer, including keybaord, and eprom burner attached. And some sort of
off-brand computer with two external style 8" floppy drives. by the name I
know it is a 6800 based machine of some sort. I will be calling back there
later on to get the straight skinny on that. I'll post the info if any of
you might be interested.
Kind regards
--
Gary Hildebrand
Box 6184
St. Joseph, MO 64506-0184
816-662-2612
or
ghldbrd(a)ccp.com
Sorry for the intrusion...Kevin, if you're out there, shoot me an e-mail. I
have a question about the Highgate server.
Thanks for the bandwidth...
Rich
Of course, the only valuable thing about it is that it has the damn near
impossible to find model number medallion on it... I wish I could find an
11/83 one, and a VAXstation II/GPX one..
Will J
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
Doug,
My email to you bounced...
clint
---------- Forwarded message ----------
Date: Fri, 4 Aug 2000 07:24:39 -0400
From: System Administrator <postmaster(a)TheEstopinalGroup.com>
To: vaxman(a)uswest.net
Subject: Undeliverable: Re: Slightly OT: OS/2 2.1 for sale/trade/free
Your message
To: dhquebbman(a)theestopinalgroup.com; root(a)bony.umtec.com;
hans.franke(a)mch20.sbs.de
Subject: Re: Slightly OT: OS/2 2.1 for sale/trade/free
Sent: Thu, 3 Aug 2000 19:30:25 -0400
did not reach the following recipient(s):
dhquebbman(a)theestopinalgroup.com on Fri, 4 Aug 2000 07:24:34 -0400
The recipient name is not recognized
The MTS-ID of the original message is: c=US;a= ;p=The Estopinal
Gr;l=TEGNTSERVER0008041124Q2B4LZRK
MSEXCH:IMS:The Estopinal Group:TEGJEFF:TEGNTSERVER 0 (000C05A6) Unknown
Recipient
Anyone familiar with an HP 1631D logic analyzer/scope?
I just got one used (with pods and grabbers)... no manual yet, so I'm
shooting in the dark on this.
There's a selftest dip switch on the back. If I set it and power up, the
screen says...
------------
Ram OK
Rom OK
Acquisition OK
Analog Error:
21 00 00
Reset back panel switch to........
-------------
I talked to the company I bought it from - they're not familiar with the
unit but said they'd gladly send me a different one if mine was bad so I'm
not worried about that. However, I'm wondering if anyone can tell me if this
really indicates a problem or does the selftest expect a probe to be
connected or something (nothing is connected to it now). Any ideas?
On a different note... HP quotes the manual for this unit at $72.00USD.
Would anyone have one I can borrow and copy for less?
Please reply to the list or to west(a)tseinc.com, not this address.
Thanks!
Jay West
> Check out this site which I found through slashdot.org. An
> interesting use of those old beasts as musical instruments.
>
> http://www.sat.qc.ca/the_user/dotmatrix/en/intro.html
>
> And I thought using printers for music went out with the old
> line printers of the (50's? and ) 60's! :-)
Surely you jest! We were playing "Row-Row-Row Your Boat" on our
Dataproducts LPM300 well into the 1980s...
In fact, I have the "music" on the [dead] Prime at home, just
no line printer to play it on!
-dq
I'm frantically finishing the last of the projects at work so I can execute
the "Getting The Hell Out Of Here" manuever. To those members of the list
with whom I have active dialogs (PET parts, Amiga docs, Cisco ROMs...), I
will be away from e-mail for two weeks. I'll pick up where I left off when
I return.
Later,
-ethan
=====
Even though my old e-mail address is no longer going to
vanish, please note my new public address: erd(a)iname.com
The original webpage address is still going away. The
permanent home is: http://penguincentral.com/
See http://ohio.voyager.net/ for details.
__________________________________________________
Do You Yahoo!?
Kick off your party with Yahoo! Invites.
http://invites.yahoo.com/
Hello, all:
It's been a long time since I've banged around pure DOS, so I can't
remember all of its tricks. Here's what I want to do. I want to occasionally
hook a terminal to a small 486 SBC/data collector which is running
"headless." I seem to remember that the console I/O can be redirected to a
COM port with a command like "MODE COM1:=CON" or something like that. I'm
not at home now, so I can't try it, but am I on the right track? Will that
redirect both screen and keyboard I/O?
Rich
==========================
Richard A. Cini, Jr.
Congress Financial Corporation
1133 Avenue of the Americas
30th Floor
New York, NY 10036
(212) 545-4402
(212) 840-6259 (facsimile)
I think you're thinking of the CTTY command. IIRC, just CTTY COM1:
after you've set the port parameters with MODE.
--Mike
-----Original Message-----
From: owner-classiccmp(a)classiccmp.org
[mailto:owner-classiccmp@classiccmp.org]On Behalf Of Cini, Richard
Sent: Friday, August 04, 2000 8:39 AM
To: 'ClassCompList'
Subject: Stupid DOS tricks-redirecting console
Hello, all:
It's been a long time since I've banged around pure DOS, so I can't
remember all of its tricks. Here's what I want to do. I want to occasionally
hook a terminal to a small 486 SBC/data collector which is running
"headless." I seem to remember that the console I/O can be redirected to a
COM port with a command like "MODE COM1:=CON" or something like that. I'm
not at home now, so I can't try it, but am I on the right track? Will that
redirect both screen and keyboard I/O?
Rich
==========================
Richard A. Cini, Jr.
Congress Financial Corporation
1133 Avenue of the Americas
30th Floor
New York, NY 10036
(212) 545-4402
(212) 840-6259 (facsimile)
"Cini, Richard" <RCini(a)congressfinancial.com> wrote:
> "headless." I seem to remember that the console I/O can be redirected to a
> COM port with a command like "MODE COM1:=CON" or something like that. I'm
> not at home now, so I can't try it, but am I on the right track? Will that
You are thinking of the "ctty" command. "ctty com1" should do what you
want.
-Frank McConnell
Thanks to a generous seller, I'm now the proud owner of a
* Lt. Kernal 20MB hard drive (Commodore)
* host adaptor that connects the drive to the 64's expansion port
* port muxer allowing multiple Commodores to be networked to one
drive
* billions of copies of the manual (whew!)
* sysgen disk
The problem is the installation. You have to find these cables that connect
to a 2-pin jumper on one side and certain pins on the Commodore motherboard
on the other with a clip. Does anyone have, or know where I can get, these
types of cables? The clip I've seen, but I don't know where I'd find the
little two-hole female jacks that connect up to the pins on the HA.
Anyone know what I'm talking about? (hopeful :-)
--
----------------------------- personal page: http://www.armory.com/~spectre/ --
Cameron Kaiser, Point Loma Nazarene University * ckaiser(a)stockholm.ptloma.edu
-- NOBODY EXPECTS THE SPANISH INQUISITION! ------------------------------------
> Most scanners have a non-reflective black pad on the back side. If
> you put something reflective behind (a mirror?) the transparency,
> the light will go through and be reflected back. A potential
> problem is the reflection from the front side of the transparency.
A much bigger problem than that exists. If you put a mirror on a Xerox
machine, time as we know it will stop!
Tim.
Anyone up for a VAX rescue in Las Vegas? If so, contact the author
of the attached message. Nice equipment being offered!
-=-=- <snip> -=-=-
In article <1afi5.8660$GS1.163272(a)news-west.usenetserver.com>, you say...
> Path: news.uswest.net!news-out.uswest.net!newsfeed.cwix.com!howland.erols.net!cyclone2.usenetserver.com!news-out.usenetserver.com!cyclone1.usenetserver.com!news-west.usenetserver.com.POSTED!not-for-mail
> From: "Jack Peacock" <peacock(a)simconv.com>
> Newsgroups: comp.sys.dec.micro,comp.sys.dec
> References: <9ekhos0urqlvn47uhn6obaqvq8j9bui2bi(a)4ax.com>
> Subject: Another FREE Working Vax 4000-200 and 3500
> Lines: 28
> Organization: Simco
> MIME-Version: 1.0
> Content-Type: text/plain; charset="iso-8859-1"
> Content-Transfer-Encoding: 7bit
> X-Priority: 3
> X-MSMail-Priority: Normal
> X-Newsreader: Microsoft Outlook Express 5.00.2919.6600
> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600
> Message-ID: <1afi5.8660$GS1.163272(a)news-west.usenetserver.com>
> X-Abuse-Info: Please be sure to forward a copy of ALL headers
> X-Abuse-Info: Otherwise we will be unable to process your complaint properly
> X-Complaints-To: support(a)usenetserver.com
> NNTP-Posting-Date: Thu, 03 Aug 2000 10:17:33 EDT
> Date: Thu, 3 Aug 2000 07:17:17 -0700
> Xref: news-out.uswest.net comp.sys.dec.micro:1211 comp.sys.dec:11530
>
> I also have a working VAX 4000-200, 32MB RAM, CMD SCSI disk controller,
> TU80 tape drive, CXY08 8 port serial and CXY16 16 port serial boards.
> Rack mounted BA213 chassis, and TU80 is rack mounted too. Cables for
> CXY boards. I will throw in a couple Micropolis 650MB SCSI drives too.
> There is a TF86 tape drive that has a problem, may be broken tape
> header. Extra DELQA ethernet board too. This machine was running when
> shut down 6 months ago.
>
> The catch? You have to pick it up in Las Vegas NV, and no I won't give
> away just the boards. I would rather it all goes to someone who wants
> to preserve an old VAX (I got a 4000-90 now, no space for the 4200).
>
> Along with the 4000-200 there is another rack mount BA213 with a VAX
> 3500 CPU (KA650), 32MB 3rd party memory (doesn't work in the 4000-200
> but just fine in the 3500), CMD SCSI controller, dual DELQAs, and a
> TK50. Same deal, it's your's if you haul it off, and I believe I have
> an RZ58 (980MB) drive for it too. It was running when shut down 6
> months ago.
>
> Now if someone has a spare 200Mhz CPU or memory card for an Alpha 2100
> 200/4 (what used to be called the A500MP) I would love to trade.
>
> Interested? Boss says give it away or throw it away. Send me an email
> if you want to drive a truck to Vegas for a quick vacation and get some
> clean goodies for the trip home.
> Jack Peacock
> peacock(a)simconv.com
>
--
-=-=-=-=-=-=-=-=-=-=-=-
Bruce Lane, Owner/Head Honcho,
Blue Feather Technologies (http://www.bluefeathertech.com)
kyrrin [a-t] bluefeathertech {d=o=t} com
"I'll get a life when someone demonstrates that it would be
superior to what I have now..." (Gym Z. Quirk, aka Taki Kogoma)
"Richard Erlacher" <richard(a)idcomm.com> said:
>What??? They've got 'em again??? I'd best get down there and snag a couple!
>Those are among a very few decent items they've had in the 25 years or so
>since I first visited RS. It has a wire stripper in the handle, IIRC.
>That's one of the handiest tools I've had. It is quite capable of producing
>highly serviceable wraps, yet doesn't require you to mess up your circuit.
What happened, did everyone throw away their electric wire wraping guns???
I still have mine. :-> With it's power cord it's too big to misplace, what
I keep losing is the unwrapping tool. Does this tool (P/N: 276-1570A) have
a unwrapping tool at one end??
"Zane H. Healy" <healyzh(a)aracnet.com> said:
>(I was dumbfounded to find someone that more or less knew what I was
>talking about).
I was just in a Radio Shack to pick up two sets of mono phono plugs
(earphone,microphone,remote) to build my own Sorcerer dual cassette
cable. Now I remembered that on cassette recorders, the earphone
and the microphone plug are the same size and the remote is smaller.
But I couldn't remember the sizes, so since the saleman was in my face
to help, I ask if he could show me a cassette recorder. I wanted to
compare the size of the jacks to the plugs. He show me several, they
only had earphone jacks. I said don't you have any cassette recorders?
It took him a couple of minutes to find one, but it had no remote jack!!!
All this time, he kept asking "what is it you want to record", and I would
say "computer data". Ten second seconds later he would ask again.
In between he would say "Oh, we would not have anything like that!"
Again I scolded myself for going to Radio Shack without knowing exactly
what I wanted.
So if you have a cassette recorder with a remote jack, hang on to it,
"it's a good thing".
--Doug
===================================================
Doug Coward dcoward(a)pressstart.com (work)
Sr Software Engineer mranalog(a)home.com (home)
Press Start Inc. http://www.pressstart.com
Sunnyvale,CA
Visit the new Analog Computer Museum and History Center
at http://www.best.com/~dcoward/analog
===================================================
Thoughts on drum scanners for scanning microfiche.
The best scanners are supposed to be drum scanners.
***WARNING more than you ever want to know about film scanners***
I was once approached by a printing prepress company that used drum scanners
that wanted to diversify and scan 14 X 17 inch x-ray film for teleradiology.
Here is a little of what they said about drum scanners.
1. They were accustomed to images that were each 1-6 GB.
2. They do the printing of the "slicks" inside the Sunday papers.
3. Each color is on a separate negative.
4. Three colors and black.
5. They use about 3000-8000 dpi, real not interpolated resolution.
6. The negative film is mounted on a clear glass tube.
7. There is a standard light source inside the tube.
8. The tube spins on air bearings and a detector system progresses along the
length of the tube measuring the light transmittance of each point in the
negative.
9. Transmittance is much more accurate than reflectance.
10. This is not a rapid process. However it is very accurate.
11. Similar systems are used for scanning aerial photographs and magazine
printing negatives.
12. Mounting the negative on the drum is very important, any skew will
distort the image when the colors are overlaid. This step is very time
consuming.
13. I looked into building a simpler version, and determined that the higher
the speed of the scan the lower the quality. We needed speed and high
quality
14. Now if you want a current model SCSI scanner that could scan microfiche,
I suggest a mammography film scanner. High resolution and relatively
speedy, however high cost. The shape of the little microcalcifications in a
mammogram are very hard to see with anything less than 10 micron spot size
scanner. The images are about 5K X 5K over a 8 X 10 inch area.
Other scanning systems.
Dupont made a laser scanning system for x-ray films, that was the size of a
washing machine, about 8 years ago that used a laser beam and would scan a
14 X 17 inch film in 10 seconds and produced a 4K X 4K image. You dropped
in the film and the image was scanned and then the film dropped out.
However it took the PDP-11 controlling the scanner about 1 minute to
transfer the image to a MicroVAX II which then transferred the image via
decnet to another MicroVAX II controlling a display. Lots of failure
points, the hardware was solid, the software was unable to detect and retry
simple timeouts. Especially neat when trying to send images across Kansas
on POTS lines during spring weather.
Scanners for aperture cards may be another option.
Mike
mmcfadden(a)cmh.edu
All scanned out.
* There are also four "Avalon" boards
* which are quad width, have a Mot 88K
* processor on them, something like a
* 4MB daughter card, one edge connector
* (26 pin) and a couple of LEDs. No clue
* what these do.
Avalon made Q-bus and Unibus co-processors for special applications.
As of a couple of years ago, you could get Unibus Alpha CPU boards from
them, if your wallet was thick enough :-).
* A couple of Sigma Q-bus extenders (labels inside say "do not put a CPU in
* this rack"
Because they're serpentine ABAB all the way through. If you put a CPU
board with PMIÂ stuff on its CD slots, those PMI signals get mixed with the
Q-bus signals and things don't work. At worst, the magic smoke comes out.
[Kennedy 9400]
*for most of its life. Tony or anyone else, is there a way to power this up
*without connecting it up and seeing if it can load a tape?
Yeah, turn it on, put in a tape, hit load!
*I've also got a Emulex quad width board that looks like an SMD controller,
*part number is: QD3510206.
Yeah, that's one of their later SMD controllers. Pretty smart - IIRC
it actually has a 68020 on-board!
Tim.
> Yes. The HP pad is felt-covered foam from the looks of things, but plain
> felt might well work well enough to get the data off the tape (which,
> honestly, is all I care about at the moment).
>
> Next job is to find suitable felt. The stuff sold by craft shops is too
> thin. Maybe a musical instrument repairer place or something?
Since the tape itself is the same size as that of a compact casstte(tm),
might I suggest butchering am otherwise un-needed unit, and slice the
pad off the comparable leaf spring? As to the proper cement to use, I
leave that to you...
regards,
-dq
> On Thu, 3 Aug 2000, David Gesswein wrote:
> > When I first spin up the pack I run a program which quickly seeks seeks
> > through each track and then repeats.
> >...
>
> Aaron Nabil:
> I'd routinely (on other drives, not specifically an RK05) kill the servo
> and manually move the head actuator across the disk to do the same thing.
>
Watch out on the RK05, the power fail battery seems to still unload the
heads on power fail even if that switch is off. If your finger is in the
way the head positioner will win. Never put your finger/tools where unexpeced
motion can get it (insert all the other obvious warning here). Also if you
flip the switch back on when the heads are loaded the servo can get confused
and go full steam ahead to the end of travel. This didn't seem to harm
anything but did make me jump. A quick snap of the switch may help prevent
this but I didn't try to verify.
Just a real quick FYI for everyone that has sent me a message about the
computers I'm wanting to get rid of. A combo of real life and work has just
kicked in with a vengence, I don't think I'm going to have time to go
through and look at the messages until next week sometime.
Basically just wanted people to know that I'm not ignoring them. But if it
wasn't for remote access to my mail, I wouldn't even be seeing them till
next week...
Zane
I received this email this morning.
============ Begin Paste ============
"Dear Sir,
I will soon take a new position at the University of T"ubingen,
Germany.
The department has still an analog computer build by "Electronic
Associates Inc.", Type EAI 2000 which was purchased in the mid seventies
and seems to be ready to work. The original handbooks are also
available.
I have no further use for this device and therefore I am trying to find
a museum or a collector who is interested in this machine. Any
suggestions would be welcome."
=========== End Paste ===============
This computer is located at the Max-Planck-Institutes in Tuebingen,
about 40 km from Stuttgart.
I don't have any information about this model, so I have no idea how
large this computer may be. I'm leaving it up to intereted parties to
check this out. If someone in Germany is interested in this computer
or is willing to check it out and arrange shipping for someone else,
please contact me. I'll pass your name along and send you the email
address. I'm hoping to just pass one name along, hopefully someone
local. But if you are interested but not local, email me anyway.
You maybe you will be the closest.
This may be a decktop unit, but I really doubt it. In the 70's, EAI
was moving more to hybrid computers, so this computer MAYBE one that
can be interfaced to a digital computer, I just don't know.
I don't have any interest in this computer because of the cost of
shipping to California.
--Doug
====================================================
Doug Coward dcoward(a)pressstart.com (work)
Sr. Software Eng. mranalog(a)home.com (home)
Press Start Inc. http://www.pressstart.com
Sunnyvale,CA
Curator
Analog Computer Museum and History Center
http://www.best.com/~dcoward/analog
====================================================
I came across a deliciously mysterious computer today in a local thrift
store.
I took the following photos of it in various states of undress:
http://www.siconic.com/crap/BMC-1.jpghttp://www.siconic.com/crap/BMC-2.jpghttp://www.siconic.com/crap/BMC-3.jpghttp://www.siconic.com/crap/BMC-4.jpghttp://www.siconic.com/crap/BMC-5.jpghttp://www.siconic.com/crap/BMC-6.jpg
It's a machine made by OKI of Japan (the same company apparently that made
the Okidata printer line). It's called the Small Computer Model 10 (as
indicated by the photo of the nameplate). At first I thought it was just
some dumb terminal until I started looking closer at it and discovered it
was indeed a computer.
Upon examining the innards I found that it has a Z80 processor and seems
to be circa 1982. I couldn't tell how much RAM it had because the chips
are all funky Japanese types. My guess would be 32K-64K.
As one can see from the photos, it incorporates a dot matrix printer in
the main unit. If you've got one to compare to, the machine is almost
exactly the same dimensions as a Sol-20 (and just as heavy). It has an
expansion bus inside, and two cards are plugged in: a floppy drive
controller (marked 5-FDD) and some sort of CRT interface (marked C-CRT,
probably color CRT).
The right-hand side has three DIN connectors, labelled L-PEN (lightpen),
TV (probably an RF connector), A-CMT (?). Finally, there is a DB-25
RS-232C connector.
The left-hand side features the power switch and two momentary buttons,
one marked IPL and the other NMI.
I was hoping when I plugged the machine in I would get output to the
printer but no go. I tried blindly typing some BASIC commands like LPRINT
but that had no effect. When it first turns on, there is a 3 second beep
that comes out of the speaker. If I hit the IPL button it seems to reset
the machine: there's a moment of about 3 seconds after pushing the button
where nothing happens but then the speaker beeps for about 3 seconds
again.
I tried pressing various keys (like HARD COPY) but could not get any
action out of the printer. I imagine it wants to be connected to a CRT.
I didn't know at the time to look for a CRT so I'll probably go back
tomorrow to check around. I'm also going to check for any floppy drives
that might go with it.
I'd like to try to hook it up to a TV but I don't know what pins I should
use. I have a working scope but it's huge, old and is at my warehouse.
What would be a good way to try to determine which pins carry the signal?
Any help or info would be appreciated.
Sellam International Man of Intrigue and Danger
------------------------------------------------------------------------------
Looking for a six in a pile of nines...
VCF 4.0 is September 30-October 1
San Jose Convention Center, San Jose, California
See http://www.vintage.org for details!
One more note, this from the Emulex marketing sheet on the CS21: "Controller
Interface: 2 50-conductor flat cables, compatible with DEC's H317
distribution panel." The standard Emulex distrib. panel for it is a CP22,
btw.. damn I pitched one of these a few months ago...
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
For the cleaning of dirty packs I use a lazy susan (rotating table) and
put the pack on it. This allows me to rotate it and view a various angles
to look for dust and other defects. If you put a light at the correct
angle dust will show up much better.
I use the alcohol to clean disks like others have said and also use the
canned "compressed air" dust off to blow the dust off. Make sure you squirt
the first bit away from the disk in case some of the liquid comes out. I
also use a photo/lens brush to remove the stubborn dust. Depending on
house dust level you may have trouble getting it all off. Running a
air cleaner or filtered fan in a closed room can cut the airborne dust down.
If the packs may of been dropped at some time you need to watch out for
them being bent. Most lazy susan will have a lot of play so may not
allow you to see. If you have the top of the drive off and watch the
shadows on the pack from the head positioner assembly they will move if
the pack is bent. Just blip the run switch for a short time to get a slow
rotation or rotate by hand.
You should also check that the battery pack is still good. It is a
rechargable nicad and will go bad after a while. Measure with a load
after charging if needed. This is used to retract the heads if power
is lost. It is located on the left side near the back.
I have various maintenance information for the RK05 available at
http://www.pdp8.net/query_docs/query.shtml
RK05 docs:
http://www.pdp8.net/pdp8cgi/query_docs/query.pl?Search=rk05&stype=Partial+W…
This search/convert to PDF is new so let me know if you have problems.
David Gesswein
http://www.pdp8.net/ -- Old computers with blinkenlights
Ok, so after a day of intermittantly going out to the pile and moving it
indoors I've got the final VAX fairy tally:
2 - BA123 Chassis
Chassis 1 has a VAXStation II badge
a KA630, 8MB (+1) of RAM the DEQNA
RQDX3, and TQK50. Peripherals were
two RD53's and a "hole" where the
TK50 would have been.
There are also four "Avalon" boards
which are quad width, have a Mot 88K
processor on them, something like a
4MB daughter card, one edge connector
(26 pin) and a couple of LEDs. No clue
what these do.
Chassis 2 has that I've been stored
in the outside air about it. It had
the tighted MV2 system I've seen,
KA630, MS630-BA, and a dual width
MS630-AA (4MB total) and an RQDX3
all in the first three slots. No
ethernet, nothing else. One RD53
and one hole where the TK50 would
go. (hope they didn't think they were
DLT drives :-)
2 - BA23 chassis
Chassis 1 was badged MicroVAX III and
yielded a KA655 + two third party memory
boards, both with socketed ram chips, one
only half populated. Weird. This system
also had an Emulex QD32 SMD controller
for Q-bus, and an Emulex Pertec tape controller.
Chassis 2 (separate rack) was badged MVII
and had a KA630 + 8MB, a DEQNA, and an RQDX3.
Then on the bottom it had an Emulex UC07 scsi
controller, but the board literally had a spiders
nest on it. I'm going to clean it up and see
if it works. that would be a great deal if it
did.
The MicroVAX 3 appeared to be complete but the rack it was in had clearly
fallen on its side at some point (perhaps during transport or in the
parking lot) the damaage actually looked pretty old, but it had to be noisy
because the BA23 was _bent_. Now I've done a lot of things to BA23's since
I started playing with them and I can tell you it takes a hell of a whack
to bend one. The top cards were fine but the bottom card (a DHV11) was
bowed from the stresses placed on it. So much for that chassis!
Also in this rack was a pair of Fujitsu SMD drives that were on a dual disk
sled. Unfortunately there heads were not locked and they had been forcibly
bounced out of the rack slides. I'm not expecting them to have survived :-)
A couple of Unibus extender boxes (BA11-K) one with switching power supply
(about 25 lbs) one with linear supply (about 85 lbs!) The latter however
matches the decor on my 11/34a which has no backplane space left so to that
rack it goes. One had an M9313 terminator in it. (guess I can replace my
9302 in the 11/34 now)
A couple of Sigma Q-bus extenders (labels inside say "do not put a CPU in
this rack", I wonder why.) The one in the damaged rack was unsalvagable.
These both had the sigma qbus extender pairs.
Then there was one rack with a beautiful Kennedy 9400 Pertec tape drive.
I'm dying to see if this thing works, it actually looks like it was indoors
for most of its life. Tony or anyone else, is there a way to power this up
without connecting it up and seeing if it can load a tape? I've got an
emulex controller for it but the cables were shredded and so they are of no
use to me. I'm wondering if I can plug it in and power it up to see if it
works.
Then a few misc Unibus boards, docs for various things, the rattiest
MicroVAX 2000 I have ever seen, all rusted at the connectors. (Looks like
it could have literally been used as a boat anchor!) It was hiding yet
another RD53 inside.
I've also got a Emulex quad width board that looks like an SMD controller,
part number is: QD3510206. I've got no use for it, I'm not crazy enough to
try to run every type of disk technology and SMD is right out.
Anyway, it was a remarkable thing to find literally on ones doorstep. Now
to see how many of the systems can be salvaged, get parts to people who
need them and who knows. I'm hoping to have a fully restored MVII in a
BA123 available at VCF for sale. Sort of a complete system for the new
collector who doesn't have furniture yet :-)
--Chuck
--- Bruce Lane <kyrrin(a)bluefeathertech.com> wrote:
> At 16:47 02-08-2000 -0700, Chuck wrote:
> I've got three boards that are made by
> >Emulex, go in the Unibus and are marked CS2110203/H2B. There are two 50 pin
> >connectors on the top (channel 0-7, 8-15), an LED labelled "fault", and two
>
> <snip>
>
> Exactly right on your guess that they're comm controllers. The kicker is
> that, in order to function properly, I believe they require the specific
> Emulex distribution panel.
We used CS21s at Software Results. I have a quantity of them with random
numbers of busted ports. Depending on the PROMs installed in it, the
emulate DH-11s or DZ-11s (TTA0, TTB0, etc., or TXA0, TXB0, etc.) It is
possible that they have reused DEC's pinout for the DZ-11 patch panel, but
I do not know this for sure.
We never used their patch panels. One of our gurus divined the wiring
scheme, made a telco-50 pin swabber and plugged them into Nevada Western
RJ21 - octal RJ11 patch panels and boxes. We had patch panels grouped
by CPU and room. We would connect individual lines with RJ11 patch cables.
At the office end, there was a block of 8 RJ11 jacks that the user would
connect to VT100s at the desktop through a Nevada Western dongle (like
the ones that Rat-Shack currently sells).
I wired up one of these at my house - I have an RJ21 cable going from the
uVAXII and the 8300 in the basement to a 8-way block in the computer room
on the second floor. It's nice to have the option of hooking to various
machines without going downstairs to do it (we also had RJ11 switchboxes
for "power users" ;-)
Now... back to your dilemma... You will need a way to get the signals from
the Berg-50s on the CS21 to some sort of breakout board or cable. If all
I had was a board and a lot of time, I'd trace out one or two of the 2661
serial chips to the line drivers to establish where TxD and RxD (and ground!)
were on the Berg-50, then take a SCSI ribbon cable out to a prototype board
and wire up another 50-pin connector to a bunch of 2x5 .1" pin blocks set
up with the same configuration as modern PC serial ports (the cables are
easy to get and cheap). With that made, plug in DB9 or DB25 PC cables and
off you go.
I will attempt to find a CS21 manual, but I can't do it until the end of
August.
-ethan
=====
Even though my old e-mail address is no longer going to
vanish, please note my new public address: erd(a)iname.com
The original webpage address is still going away. The
permanent home is: http://penguincentral.com/
See http://ohio.voyager.net/ for details.
__________________________________________________
Do You Yahoo!?
Kick off your party with Yahoo! Invites.
http://invites.yahoo.com/
Found on Usenet: Anyone up for a rescue in the Pasadena area?
Why don't these things ever happen in WA? :-(
-=-=- <snip> -=-=-
In article <9ekhos0urqlvn47uhn6obaqvq8j9bui2bi(a)4ax.com>, you say...
> Path: news.uswest.net!news-out.uswest.net!newsfeed.direct.ca!look.ca!nntp2.giganews.com!nntp3.giganews.com!news4.giganews.com.POSTED!not-for-mail
> From: Charles Shartsis <cascas(a)earthlink.net>
> Newsgroups: comp.sys.dec.micro,comp.sys.dec
> Subject: FREE Working Vax 4000-200
> Organization: Logicon
> Message-ID: <9ekhos0urqlvn47uhn6obaqvq8j9bui2bi(a)4ax.com>
> X-Newsreader: Forte Agent 1.7/32.532
> MIME-Version: 1.0
> Content-Type: text/plain; charset=us-ascii
> Content-Transfer-Encoding: 7bit
> Lines: 11
> NNTP-Posting-Date: Wed, 02 Aug 2000 21:57:32 CDT
> X-Trace: sv2-SgZHCPRPJjcUxRO9XKJE7j/u/LGP3MdtuQCXJujyl4aejFfxXf+YmgV0yGoBQ8d30UV0Umn6lFZjAqf!kF+vR4j5iWNq
> X-Complaints-To: abuse(a)GigaNews.Com
> X-Abuse-Info: Please be sure to forward a copy of ALL headers
> X-Abuse-Info: Otherwise we will be unable to process your complaint properly
> Date: Wed, 02 Aug 2000 20:05:09 -0700
> Xref: news-out.uswest.net comp.sys.dec.micro:1210 comp.sys.dec:11527
>
> Free Vax 4000-200 with 3 disks, 32MB memory, cabinet-type enclosure.
> It boots, it runs VMS. What more do you want? Also tape drive (don't
> know if this works) and other stuff. This was abandoned by a bank.
> We took it. Now we don't want it. The catch: it weighs around 200
> pounds. You pick it up and its yours. Please don't ask me to pack it
> and ship it. I want to do as little work as possible here. We are in
> Pasadena, CA. Respond by E-Mail or call me:
>
> Charles Shartsis
> H 310-379-8630
> W 626-351-0089 x13
>
>
--
-=-=-=-=-=-=-=-=-=-=-=-
Bruce Lane, Owner/Head Honcho,
Blue Feather Technologies (http://www.bluefeathertech.com)
kyrrin [a-t] bluefeathertech {d=o=t} com
"I'll get a life when someone demonstrates that it would be
superior to what I have now..." (Gym Z. Quirk, aka Taki Kogoma)
One more thing I thought of (and since I get the digest probably has
been said)
When I first spin up the pack I run a program which quickly seeks seeks
through each track and then repeats. This hopefully does a couple of things,
if a defect/dust is still on the platter it won't sit on that one spot long,
and it lets you quickly know how the pack it while you are standing next
to the drive to hit the load switch if it starts sounding too bad.
Even with the best cleaning effort I sometimes have some faint pings
>from certain areas of the disk but after a couple of passes they frequently
go away. I assume the head manages to knock the contaminate away. If it
doesn't clear I either give up on the pack or take it apart again using
where the head positioner was to figure out where to look more. I was
working with a bunch of packs which were not stored in bags so they
were pretty dirty to start with.
I can't tell you how to figure out how to tell when a ping is too loud,
but I would be conservative, especially if you got plenty of packs.
Start with one that doesn't have anything valuable on it, I got better
with practice.
After unmounting a pack that made noise I always inspect the heads and
then clean them anyway. I found oxide on them once with a pack that
sounded enough different I didn't let it finish its pass.
David Gesswein
http://www.pdp8.net/ -- Old computers with blinkenlights
Jarkko Teppo <jate(a)uwasa.fi> wrote:
> Does anyone know of the autochanger extensions for HP 35401 eight tape
> jukebox ? It's based on an HP 9144 cartridge drive and is compatible
> with it in normal operation, but I can't find the autochanger extensions
> *anywhere*!
Hmm, I wonder if that's what the CS/80 "Set Volume" command is for.
The command is 0x40, with the volume number (0-7) or'd into the
three least significant bits.
> If nothing helps I'll just chuck it back to my screaming dual-processor,
> WIN/TCP enabled HP 9000/550:)
You know with a hook like that I can't resist, right? I'm (or was,
anyway, TWG is pretty much gone now) the last maintainer of WIN/TCP
for the HP9000 series 500.
How does the changer work from HP-UX on the 550? Can it be told to
pick a specific cartridge, or does it just step through cartridges as
each is unloaded? We didn't have a changer; well, we did, but it was
either me or the guy who did the backups.
-Frank McConnell
That list, plus some related classiccmp stuff, is still here:
http://www.cs.unc.edu/~yakowenk/classiccmp/
Guess I should advertise more. I'm still maintaining the Classic
Computer Rescue Squad list, albeit without the quick response time
of the good old days. If you need a change, just drop me a line.
If the change hasn't been plugged in within a week or so, you may
want to write again and remind me about it. :-/
Cheers,
Bill.
On Tue, 1 Aug 2000, "Jay West" <west(a)tseinc.com> wrote:
> Subject: Re: classiccmp list archive, digest changes, and a free offer
>
> John wrote...
> - ----- Original Message -----
> From: John R. Keys Jr. <jrkeys(a)concentric.net>
> To: <classiccmp(a)classiccmp.org>
> Sent: Tuesday, August 01, 2000 8:39 PM
> Subject: Re: classiccmp list archive, digest changes, and a free offer
>
>
> > How does one go about updating their address and for phone number on the
> > rescue list ?? Thanks
>
> You mean the classic computer rescue squad? :)
>
> That's a different site. It's at http://www.cs.unc.edu/~yakowenk/classiccmp/
>
> on that page it says to change your info email to
> mailto:yakowxenk@csx.unxc.edu (remove all 3 x's)?subject=CCRS
>
> HTH
>
> Jay West
Chuck,
Well I tried emailing you direct, and it bounced sooo... anyways, the CS21
is, according to the Spring 1988 Emulex Products Catalog, a multiplexer
which comes in three flavors. Yours is the /H, which would make it a DH11
equivalent. It is indeed a 16 line, asynchronous mux, 19.2Kbps max speed,
full duplex transmission, partial modem control, 50,000cps throughput, and
receive fifo of 64-256Kw per 16 lines. Hope that helps some...
Will J
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com