Hi, gang.
I have a boxed copy, on tape, of Island Write/Paint/Draw for SCO.
It was given to me a couple of years ago, and since I have neither a
tape drive of the necessary format nor a SCO box, I really don't
need it. Pay shipping and it's yours.
If you need more details, email me off-list and I'll see what I can
come up with.
I also have an old Intel SBC developers board with some docs.
Don't know if it works or not. It's a little dirty, but considering it's
age...if you need more details, email me. Once again, pay
shipping, give it a good home, and it's yours.
Thanks!
Paul Braun WD9GCO
Cygnus Productions
nerdware_nospam(a)laidbak.com
"A computer without a Microsoft operating system is like a dog without a bunch of bricks tied to its head."
At 09:43 PM 1/26/01 -0800, you wrote:
>> >If the HP runs PalmOS then it can be used. Let me know and I'll send
>> >it.
>On Fri, 26 Jan 2001, Joe wrote:
>> Nope, it runs MS-DOS. AFIK only the PalmPilots run PalmOS.
>
>This may be stretching things. A lot.
>The Code Warrior package for software development for PalmOS is available
>in Mac and Windoze versions. It includes a Palm emulator.
>Would the HP be capable of running that emulator?
Some of the newer HPs like the Jornada might since it runs Windows CE
but my 200LX only runs MS-DOS so it can't. FWIW I just bought a Jornada.
It's a nice machine but the OL has claimed it.
Joe
>
>
>
>
From: Jerome Fine <jhfine(a)idirect.com>
>
>I have been told that starting with V5.05, "the high priced spread" was
>split onto 2 RL02 cartridges with each only slightly more than half
full.
>Which versions of the RT-11 Source distribution do you have? Also,
DEC internal copy of the source kit for 5.4. Nominally you could buy
a license for it at some really obcence price (more that 3000$). It
fills
the better part of one RL02.
>I missed something - or I just don't understand what you are getting at.
>What was partitioned - RD52 or RL02 or a much bigger drive? And
>I also don't know if "run" means "boot" or something else.
The RD52 into 3 10mb "RL02s" as virtual images.
>I tried the TK50 - ONCE. Since I do a verify on any backup tape 99%
>of the time, anyone who has tried to do a BUP verify using a TK50
>vs a hard disk will understand. While it took about 19 minutes to write
>one 32 MByte RT-11 partition, it was over an hour during the
>"/VERIFY:ONLY" operation that I gave up.
>
>Now the TK70 (which uses the IDENTICAL DLT tape - CompacTape I)
>is another matter. The TK70 drive writes 4 times as much data on one
>tape and writes the data three time as fast and the "/VERIFY:ONLY"
>operation is just as fast as the BACKUP. So a BUP with the TK70
>can place 8.5 RT-11 partitions on one tape using a TK70.
Apparently a difference in how it handle streaming of small block sizes.
The TK50 does very poorly at writes of short blocks.
>Reliable - yes. Useful as compared with 256 MBytes - NO!
Well it doesnt require a SCSI board and I had it. If you have MO
Cool and all the better. If I had one I'd have used it.
>But if you restrict the comparison to RD51,2,3,4 drives, then
>yes!!!!!!!!!! I have had too many RD53 drives go in the last
>few years to count. Most were Micropolis 1325 drives with
>the R7 jumper inserted so that the RQDX2 thought they were
>a real DEC RD53.
Which is a M1325! That drive was the poorest of the lot and
only a bit better than RD32 (ST251). The XT2190 (RD54) is a
good drive but like many of that type and size 31 Watts is a
lot of heat that is unhealthy over time. RD52 was the coolest
running of the pack and still fast for it size (and MFM).
>But with Hitachi DK515-78 drives and a Sigma RQD11-EC
>that handles four drives, there is not much to choose between
>4 * RD52 (= 120 MBytes) and 4 * DK515-78 (=2.4 GBytes).
Killer if you have MSCP compatable SCSI, useless with the
more common RQDX3.
>Now this is one area I would like to solve as well. But what
>OS is needed if I want to use the first 64 blocks on the CD?
With that many who cares? I'd just use it as an image copy of
the real thing. I'd have little interest in booting RT-11 from CD
as CDs most are slower than MFM! Also how would you handle
RT-11 SWAP.SYS? That has to be read/write.
Allison
Hm, I know Richard Ottosen, I suppose I can ask him on Tuesday if he bought
it. Looks like the next CU surplus auction may have some Tek things, as the
auction catalog lists a few "Tektronix terminal"{s}. I really love their
totally detailed descriptions, lemme tell ya.. If anyone would be interested
I can try to find out more details.
Will J
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com
I've been looking for "Multimedia Extensions for Windows, Version 1.0" (for
Windows 3.0) for many months now. Anyone know where I can find a copy? I
saw someone in an old message from 1999 mention that he had it on a CD
(along with Windows 3.0) but when I e-mailed him, it bounced back.
The DSD-880 I had offered earlier has been claimed.
Thanks much.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
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)
"I'll get a life when someone demonstrates to me that it would be
superior to what I have now..." (Gym Z. Quirk, aka Taki Kogoma).
From: Tony Duell <ard(a)p850ug1.demon.co.uk>
>2) The physical address to write it to.
>
>To get the first may involve calculating the parity bits based on the
raw
>data word. This, agreed, takes some time, so the parity bit is available
>later than the data.
>
>To get the second involves an MMU-type operation. We have to map the
>program-generated virtual address to a physical address. This will also
>take some time, so the relocated address is available some time after
the
>virtual address.
Usually the physical address is the only one we talk of at the memory
pins
and any virtualization, mapping and all is prior history.
>We then have to apply the address to the memory. Probably in 2 parts,
row
>and column. Until both parts have been applied to the memory, in general
>the state of the data lines is irrelevant. Again, strobing in the
address
>in two parts takes time.
Usually the address for the memory preceeds the data. If the system
expects
DRAM it's often far earlier to permit the MUX operation.
However, in the PC world where the conversation started considerations
of MMUs and the like were limited to the older 286s as the 386 class
and later were alrady delivering physical addresses to the memory
subsystem.
>Now, suppose the parity calculation takes p ns. Now, if the parity
>generator circuit can get the raw data more then p ns before the address
>can be got into the RAM, then the parity logic is not slowing things
down
>at all. The parity bit is available before the RAM can use it anyway.
Save for that is speculative as most cpus deliver data AFTER the address
of in coincidence at best. Even then it's meaningless as the timing
relative
to what ever strobes declare the address valid and qualify the data read
or write.
One generalization that has mostly held true for most years is that
memory (at the system level) usually slower than cpu. This leads to
things like pipelining, caching and burst mode(block) transfers to get
stuff in and out of the finite bandwith resource. That consideration
was as true for the PDP-8 as latest PentIV/1.4G. It's also true that
things like DMA and video(bit blitters) are also competing for
the same ram bandwith.
Allison
To make up for my blunder (too much Canadian on an empty stomach
interferes with the keyboard-mashing apparatus), can anyone give or point
me to some solid information on the aforementioned machine? All I can find on
the Web is pretty vague. Also , it looks like only 7 or so were actually
built. Were they all eventually turned into Toyotas, or does anything remain
of them anywhere?
Thanks,
jbdigriz
From: Tony Duell <ard(a)p850ug1.demon.co.uk>
>I see what you're saying, but I don't think it's as simple as that.
>
>After all, in a reasonably complex system you're going to want to write
a
>given word to a given address. The address is probably going to have to
>be relocated by some kind of MMU, and then applied to the DRAM in 2
>halves. And while the address is being processed in this way, it's
Parity is either in parallel or downstream of the MMU. Also the
parity is always applied at the byte level so for 72pin and larger
simms there are two (or more) bytes to apply parity to.
>possible that the data is already 'available', so the partity bit could
>be calculated at the same time. Then it doesn't take any longer to
>calculate and store parity -- in a sense the critical path could be the
>address relocation.
Still no. Parity is calculted from the data and by default has
some inherent propagation delay associated with the logic.
For example the old and venerable 74180 that delay is 10s
of nS (about 40 from the 1985 databooks) LATER than the
the data.
>It depends -- a lot -- on the design of the entire machine.
While there may be exceptions parity is generally downstream
and part of the memory system rather than CPU. The expections
are some of the big iron that had parity on all data as part of the cpu.
>So I guess that it might well be the case that parity memory _for a
>particular machine_ might have to use faster chips than non-parity
memory,
>and this might be one reason why they're so much more expensive. But
it's
>certainly not the case that all memory modules that store a parity bit
are
>faster than non-parity modules.
They are expensive if only for they are Nbits wider (more rams).
Allison
From: Tony Duell <ard(a)p850ug1.demon.co.uk>
>> Is it? Someone also told me that parity was usually faster, though.
True?
>
>There's no reason at all why parity memory should be faster than
>non-parity memory. Parity memory just stores a parity bit for each byte
The assumption is that parity is available at the ram at the time of
write
and while true it was calculated some where.
Parity can only be calculated (simple combinational logic with attendant
delays) at the time of a wirte so the write must for a given ram speed
take longer. So if you want the parity to fit in a given memory write
cycle time you must use faster ram.
>of normal data, so you can detect (but not recover from) some memory
errors.
There is also ECC ram, those are slower (over all) as the ECC bits have
to be
calculated. Expensive, errors are caught and recovery is possible.
Allison
From: Tony Duell <ard(a)p850ug1.demon.co.uk>
>> That would be interesting. You could use duct tape to attach a
soldering
>> iron to the board so it would generate the same heat that 512MB does
:-)
>
>Many a true word is spoken in jest.
;)
>I've seen PCBs in some systems that are nothing more than an array of
>high-power resistors connected between (one of?) the supply lines and
>ground. Said PCBs are generally fitted if a particular option
(consisting
>of a PCB containing logic chips, etc) is not installed. And the only
>purpose of the board of resistors is to load the PSU so that it stays in
>regulation -- the load of the rest of the machines (without the optional
>logic board) is not enough for the PSU to remain happy.
The best known and classic is Microvax2000 diskless systems. The
disks of the day were 30W loads and if they were not used there was
a board (array of resistors). The matching tape (TK50..) used the same
box, PS and the resistor array to load it.
Allison
From: Tony Duell <ard(a)p850ug1.demon.co.uk>
>Perhaps somebody could expain the aims of this hobby of ours. Is it to :
>
>Obtain as many machines as possible without caring what they are
>
>Obtain as many of particular types of 'interesting' (to you) machines
>
>Getting (again) the machine that you 'used as a kid' and enjoying those
>ancinet games again (say)
>
>Getting machines that you dreamed of owning many years ago and could
>never aford back then
>
>Getting machines that have particular hardware (or software) features
>that you find interesting, whether or not you've ever heard of the
>machine before
>
>Preserving a piece of computer history
>
>Programming a machine that is really simple enough to fully understand
>
>Repairing a machine that's built from parts you can get and understand
>
>Learning about the operation of a computer by understanding a processor
>at gate level
>
>
>I guess for me it's many of the above and more besides.
Amen..
... and not every machine I have is for the same set or subset of
reasons.
Some I hack for the hardware, some represent MY history, other computing
history and the handfull that were out of my reach when new.
>But most of those 'reasons for the hobby' don't depend on getting a
>bargain, and thus it's not unsporting/against the aims of the hobby to
>pay for a machine.
Generally, though dropping a bomb for a given machine like a ceratin rare
painting or other object is as much personal as business.
>OK, I know most of us (myself included) can't afford to spend as much
>money as we'd like on this hobby, and we'd love it if the machines were
>free... However, it wouldn't bother me to spend say \pounds 100.00 on a
>machine of particular interest to me, knowing that I would get at least
>that much enjoyment/education from programming it, repairing it,
learning
>about it, etc. And I don't thing that's against the aims of the hobby.
That is the clearest explanation I've read.
Allison
In a message dated 1/26/01 9:39:33 PM Eastern Standard Time,
spectre(a)stockholm.ptloma.edu writes:
<< > Let me cheer you up, $515 for 128MB kit for an AlphaStation 500/333, or
> Sparc 5 RAM 32MB $50-100, or Sparc 20 RAM at about $1.50-2.00 per MB. Of
> course it's the AlphaStation RAM I need the most followed by at least a
> couple sticks of 64MB Sparc 20 RAM. BTW, the Sparc RAM prices listed above
> take eBay into account on the low end! Then there is the 8MB VSIMM I want
> for my Sparc 20, it's about $240.
Oh, I do sympathise :-) Remember the Apple Network Server that I was trying
to get parity FPM for? $500 for 64MB.
I'm going to throw in the towel and just stick non-parity in it. That's what
everyone seems to be doing these days with ANSes. But I would really love
that extra security that parity affords, unless someone wants to convince me
that parity is not all that useful in memory? (I'd love to be convinced since
you will save me around $300.)
>>
well, its my understanding that all that parity memory will do for you is
stop processing when getting a memory error unlike standard memory which will
supposedly keep going. The ECC memory I have in my IBM PS/2 95 can fix on the
fly if one bit gets out of order as far as i know.
www.nothingtodo.org
CC to port-vax and classiccmp.
I'll be hauling a goodly amount of stuff to the upcoming Puyallup
electronics swap this year (Saturday, March 10th, Puyallup Fairgrounds,
WA), but I've also got some stuff that I know would probably never sell.
With that in mind, I'd like to offer the following to the listmembers.
Two complete VCB02 video subsystems, including board sets, cab kits,
monitors (VR290's if I'm not mistaken), keyboards, 'hockey-puck' rodents,
and cabling. These are out of MicroVAX II's.
A MicroVAX 2000 "Lunchbox" system. This is one that I kitted out to do
low-level formats on RD52 and RD53 drives in the form of adding a
longer-than-normal flat cable so the drive could be placed outside the box
and still remain connected.
I'm pretty sure I have a couple of BA23 boxes I can part with.
A DSD-880 floppy/hard drive subsystem with manuals, diag diskettes, and at
least one Qbus controller. I may or may not still have a Unibus controller
for it as well. Note that this is the only piece I'm going to ask for
actual money on (see below).
I know I have some MicroVAX II CPU/Memory board sets. I can probably stand
to get rid of them.
Various other bits and pieces that I have yet to go through. Possibly a
VAXStation 3100, probably a DECStation RISC box as well. I've yet to look.
I would far rather see this stuff go to good homes than see it scrapped,
but I know it's sometimes hard to put a price on things. With that in mind,
here's how I'm going to work it.
The only piece from this list that I'm going to ask for actual money on is
the DSD-880, mainly because it's complete right down to the rack slides,
and was known to be fully functional when removed from service about two
years ago. I would like to ask $50 or best offer for it.
As for the rest of the stuff, it's going up as "Free to good home, but
donations to the 'Classic Collecting Fund' will not be refused." ;-)
Pickup would be in Kent, WA, southeast of Seattle by about 30 or so miles.
I would greatly prefer not to ship anything due to other time-constraining
activities like school, running a side business, etc.
Get in touch with me if anything looks tempting. Thanks much.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
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)
"I'll get a life when someone demonstrates to me that it would be
superior to what I have now..." (Gym Z. Quirk, aka Taki Kogoma).
Don't know how on-topic it is for port-vax, but...
Added to the 'Available' list in my previous message: An ApplicationDEC
433MP box in great shape. I had it running NetBSD for a little while, so I
know it works. It is one of many things that I Just Don't Need right now.
Thanks.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
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)
"I'll get a life when someone demonstrates to me that it would be
superior to what I have now..." (Gym Z. Quirk, aka Taki Kogoma).
Joe Rigdon wrote:
> Did anyone on htis list but the Tektronix 4051 that was on E-OverPay?
> "Tektronix 4051 Desktop Graphics SystemItem #1208941360"
I was going to bid $100 but I'm glad I didn't bother. The selling price --
$356.01 -- seems excessive considering that the tape drive has a problem.
Also, the seller has changed his Ebay userid within the last thirty days --
why? I like to see a seller's feedback.
Glen
0/0
In a message dated Fri, 26 Jan 2001 6:01:04 PM Eastern Standard Time, Mike Ford <mikeford(a)socal.rr.com> writes:
<<
There are two kinds of shipping, one that messes up your stuff, and one
thats real expensive and still may mess up your stuff. Road trip is my
preference.
>>
So I guess I am not the only guy that will drive 200 miles for a free DecStation then huh?
-Linc.
From: Jerome Fine <jhfine(a)idirect.com>
>Jerome Fine replies:
>
>Just curious - if you are referring to software distributions and
especially
>RT-11 (maybe I am confused), in most cases, the RL02 will not be filled
I had other non RT-11 stuff... Also I have a RT-11 disti that is the
high
priced spread (macro with comments) and that does fill the disk. The
standard V5.x BIN disti is maybe 30% of the disk.
With say RT-disk I'd archive (same for RSTS) is to do a SQueeze.
Of course you want to image copy (RSX) and unix V7.
>Of course if the RL02 was full, Allison is correct that a single RD52
>will hold only 3 RL02 disk packs and in much less volume.
I know. ;) Though a few were partitioned so I could run them as
if they were nominal RL02. That wastes space if they were to be pure
archival.
>Currently, I have managed to find a very OLD Magneto Optical disk
>drive with cartridges that hold 295 MBytes (8.75 RT-11 partitions)
>on each side. That is the equivalent of 26 RL02 disk packs on
>each side or a total of 52 RL02 disk packs on the MO cartridge
That works. I also have that archive on DLT (TK50).
>I also duplicate important cartridges. I suspect that the MO cartridges
>will last longer that the MO disk drives. Of course, I also had to
>acquire a SCSI host adapter as well - considerably more costly
>than 8 free RD52 drives, but each MO cartridge is MUCH smaller
>that the 17 RD52 disk drives it replaces.
Yep, though the RD52s are likely the most reliable of the pack
and if the problem is not in the HDA a board swap is possible.
It was a direct approach.
Next pass will be to move them to a PC with a Cdburner.
Allison
-----Original Message-----
From: margie jerve <moe8222(a)hotmail.com>
To: classiccmp(a)classiccmp.org <classiccmp(a)classiccmp.org>
Date: Friday, January 26, 2001 1:55 AM
>Do you still have your 8080A's?
>
Yes, and also some of the varients.
Allison
These are nice, real nice, but I dont have the space for books. I am sadly offering these up for trade. I hope to make someone happy with these.
Paper covers are intact and all there. Some of these might have a rare "scribbling" in pen or pencil but it's very, very rare.
There are 1 or 2 that need to have the bound page part reglued to the hardcover but a little bit of glue can make these perfect.
Prodos Technical Reference Manual 186 pages Softcover
Apple IIgs ProDos 16 Reference 338 pages Hardcover
Apple IIgs Toolbox Reference Vol.1 Hardcover (700+ pages?)
Apple IIgs Toolbox Reference Vol.2 Hardcover (700 + pages ?)
Apple IIgs Toolbox Reference Vol.3 Softcover (700 + pages ?)
Apple IIgs GS/OS Reference Softcover (500+ pages?)
Programmer's Introduction to the Apple IIgs Hardcover (500+ pages?)
Apple Numerics Manual 295 pages Softcover
Apple IIgs Firmware Reference 328 pages Hardcover
Imagewriter II Tech. Ref. Manual 204 pages Hardcover (not iigs still...)
See a pic at:
http://computer_collector.tripod.com/iigs/iigsbks.jpg
Ill throw in if needed...
65816/65802 Ass. Language Programming (Fischer, Osborne/McGraw Hill 679 pages)
Programming the 65816 (Labiak, Sybex 370 pages)
Thats over 35 pounds of books...I guess...
Once again, no money offers please. I am looking for nice systems to add to my 197x-198x early 1990s micros collection.
Claude
Canuk Computer Collector
http://computer_collector.tripod.com
Last summer I picked up a Tek 2230, a 100 MHz two-channel
digital storage oscilloscope.
I think I'd like to check it checked out by a repair
service to confirm whether all its functions are working or not.
Can anyone recommend a service for this? I don't need a
full NBS certification, just a check-out.
- John
I'm looking for a manual for the Koby Electronics HS300-01 p/s.
Has anyone ever heard of this power supply, much less have a manual for
it?
If so, please reply to me directly <sellam(a)vintage.org>.
Thanks!
Sellam Ismail Vintage Computer Festival
------------------------------------------------------------------------------
International Man of Intrigue and Danger http://www.vintage.org
Date: Tue, 23 Jan 2001 12:38:52 -0800
From: joseph.gaspard(a)gensiasicor.com
Subject: VAX 4000/200
I am actively looking for a working DEC VAX 4000/200 with Open VMS,
drives,
SCSI capable and in good repair. It will be used to support an existing
VAX
in our system. If anyone has one or can tell me where to find one, I
would
appreciate it very much.
Joseph Gaspard
How do you mean "support"?
Is this going to be "up on blocks" or are you going to cluster or
just use as a contingency system?
Try
Island Computers
ask for David Turner
dbturner(a)islandco.com
877-636-4332
Tell him I sent you.
WWWebb
________________________________________________________________
GET INTERNET ACCESS FROM JUNO!
Juno offers FREE or PREMIUM Internet access for less!
Join Juno today! For your FREE software, visit:
http://dl.www.juno.com/get/tagj.
From: Ethan Dicks <ethan_dicks(a)yahoo.com>
>> That is exactly the info I needed... Do you know if a M8061 (RL01/RL02
>> controller w/22 bit addressing) will work in a uVAX II?
>
>I have used an RLV12 in a uVAX-II (in a BA-23 upgraded by DEC from
uVAX-I
>to uVAX-II, just for painful accuracy). It's one of my favorite ways of
it works well and there is support for it through V4 and V5 has the
drivers
though they are "unsupported".
>> I have a number of RL02s that I want to archive, but I don't want to
>> load them into an unknown drive hooked to a system of unknown status
>> running software I don't know... If I can test the drives out using
>> my uVAX, and archive the software, I can create a new disk pack and
>> use it it test the PDP-11/23+...
I did it on my 11/23B. I copied them to RD52s (quantum D540) as they
are the most rugged drive I know and I had 8 of them free. That's enough
to hold 24 RL02s and be bootable with RT-11. For safety the most
important ones are duplicates (used two RD52s as images of each other).
Testing so far says RD52s have a shelf life of not less than 12 years.
Allison
On January 25, John Foust wrote:
> At 08:29 PM 1/24/01 -0500, you wrote:
> > Personal Author: Smith, Robert L.
> > Title: A tutorial for using the TERAK/RT-11 / Robert L.
> > Smith.
> > Edition: Prelim. ed.
> > Publication info: Dubuque, Iowa : Kendall/Hunt, c1982.
> > Physical descrip: 128 p. : ill. ; 28 cm.
> > Subject: RT-11 (Computer operating system)
> > Subject: TERAK (Computer)--Programming.
>
> A "preliminary edition"? Hmm. And there's a Robert (M.?) Smith
> credited in the PDP-11 FAQ at rmsmith(a)csc.com.
Hmm...I believe I know that guy. ;)
-Dave McGuire
OK, I just found online and purchased the following books:
Programming with RT-11 Vol. 1 Program Development
by Clinch, Simon & Stephen Peters
Programming with RT-11. Vol. 2 Callable System
by Peters, Stephen, et al.
Working with RT-11
y Beaumont, David, et al.
Tailoring RT-11. System Management and Programming Facilitie
by Clinch, Simon, et al.
Now I'm wondering if there are any other books on RT-11 available (besides
the actual doc sets) and if these books were worth getting?
Zane
--- "Clint Wolff (VAX collector)" <vaxman(a)qwest.net> wrote:
>
> Thanks!
>
> That is exactly the info I needed... Do you know if a M8061 (RL01/RL02
> controller w/22 bit addressing) will work in a uVAX II?
I have used an RLV12 in a uVAX-II (in a BA-23 upgraded by DEC from uVAX-I
to uVAX-II, just for painful accuracy). It's one of my favorite ways of
migrating smallish amounts of data between DEC boxes not on the same
wires (site-to-site moves), at least it was back in the days of 1200 baud
dial-up. Never underestimate the bandwidth of a VW Beetle with a backseat
full of 10Mb removable cartridges.
> I have a number of RL02s that I want to archive, but I don't want to
> load them into an unknown drive hooked to a system of unknown status
> running software I don't know... If I can test the drives out using
> my uVAX, and archive the software, I can create a new disk pack and
> use it it test the PDP-11/23+...
Good plan. Eventually, I plan to do something similar. My problem
at the moment is a lack of happy RD54s in my BA123. I'm about to
stick a KDA-50 in that puppy and fire up my MBA ESDI<->SDI box that
happens to have a couple of 1.2Gb 5.25" disks in it. If that doesn't
do it, there's an RA-81 in the same rack as the MBA box, but I'd rather
not heat my house with it.
-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!?
Yahoo! Auctions - Buy the things you want at great prices.
http://auctions.yahoo.com/
Sigh, just thought I would relate a tail of woe, not sure what happened but
if someone has something to try I'm open to it.
I've got a DEC VAX 4000/60 that I've been running VMS on lately. I shut it
down and took it apart to take pictures of it for the "House of VAX" pages.
I carefully re-assembled it and when I turned it on again it wasn't working.
The failure mode was "all lights on" which on the VAX generally means that
it didn't get through the basic system integrity tests. Yikes! I turned if
off, carefully re-checked my assembly and verified everything was correct.
Tried re-seating a few of the connected bits (lights & switches, frame
buffer, etc) and nada, zip, same dead machine.
One person suggested that the PSU might be misaligned, I verified that this
was not the case. I verified that the PSU voltages are all correct, and
replaced the PSU to be sure that I had a good power supply. Then I tested
the old one and it works fine (well I can draw a couple of amps out of all
the voltages and they stay solid).
Then I took the memory and verified in another vax that it was still ok. It
was.
Then verified the frame buffer and scsi drives.
Everything still works, just the mainboard refuses to do anything. Does
anyone have the pinout on the VAX chips on the board? I could check for
clock I suppose and see if the oscillator can took a dump, but beyond that
I'm stuck. Since nothing else seemed to die I can't imagine what fault
would cause these symptoms. I even reset the NVRAM in an effort to verify
that it hadn't been corrupted somehow.
Very strange, any clues or other avenues to explore would be appreciated.
--Chuck
--- healyzh(a)aracnet.com wrote:
> > ...Make since nes-paw? (How DO you spell nes-paw?)
AFAIK, "n'est pas".
-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!?
Yahoo! Auctions - Buy the things you want at great prices.
http://auctions.yahoo.com/
I can happily report that a rescue I'd been trying to coordinate
since July finally took place. I'd been hanging out in the USENET
newsgroup comp.sys.apollo for a while, hoping to find someone who
would be willing to donate some Apollo hardware for my collection.
Apollo was formed by people from Prime Computer, and the architecture
of their operating system (Domain OS/Aegis) grew out of issues they
found that they couldn't achieve with PRIMOS (notably, a virtual
memory that can be shared across the network).
So, it came to pass that a software engineer from Cummins Engine
(maker of the diesel engines used in Dodge Ram trucks) contacted me.
He was helping to decommission the Apollos that Cummins had been
using. Way back in July, he set aside the following items, which
I was to go and pick up. However, at the time, my car was facing
imminent breakdown (which finally occurred in October), so we went
back and forth looking for a way to make the transfer. Finally, he
decided (after being reallocated after a reduction in force) to bail
and head to Kalifornia. Befre leaving, he decided he'd just bring
the systems from Columbus (Indiana) down hre to Clarksville to me!
Not just a rescue, but I got them to bring the systems to me!
Anyway, here's a thumbnail list of what I got:
one DN2500 workstation
two HP425 workstations
one Apollo 19 inch monochrome monitor
one HP 19 inch monochrome monitor
three apollo keyboards with Logitech mice
an external shoebox hard drive for the DN2500 that
contains the latest version of DomainOS, 10.4
and a virgin registry
an external shoebox containing an Exabyte 8mm drive
(probably an 8200)
two apollo token ring cards, four interface boxes, and
four boxes that let you switch nodes in and out
of the ringnet
All in very clean shape! The HP 425s each contain two hard drives,
and have Ethernet built-in (thinnet & AUI). The DN2500 has a single
ISA slot which currently contains an Ethernet card. I'll be saving
the token ring hardware and will play with it, but will likely use
the Ethernet on a regular basis.
The only glaring ommission: No paper documentation.
The newsgroup has a very well-developed FAQ, and there are many
resources on the web for Apollos. Th first thing I'll need to do
is to back up the DN2500's shoebox drive, so that I can put it
back in the virgin state if need be.
Personally, I'm grateful that the engineer took the time to put
a fresh OS on the system; I know that some of you like rescueing
systems taken directly out of service, so that ther actual day-to-
day use can be documented and preserved. However, while I think
that's cool, I think I prefer hat I've got.
The engineer had intended to help me set up the systems and get
them running, but I really don't have room to do that right now,
nor do I have the time.
These systems almost don't qualify (the 425's were made in '93),
but it's a dead architecture, so anything so consigned should
probably be exempt from the 10-year rule.
Well, that's all for now; I've had no prior experience with the
Apollos, just considered them kindred to the Primes, so I was
someday going to have to have them.
Regards,
-doug quebbeman
I'm in need of a DOS version of Bob Supnik's PDP-11 emulator as I've a old
486/25 handheld I want to use to run RT-11 on an upcoming vacation. I know
some people have got copies of this compiled for DOS. Does anyone on this
list have a copy I could get?
Zane
--
| Zane H. Healy | UNIX Systems Administrator |
| healyzh(a)aracnet.com (primary) | OpenVMS Enthusiast |
| healyzh(a)holonet.net (alternate) | Classic Computer Collector |
+----------------------------------+----------------------------+
| Empire of the Petal Throne and Traveller Role Playing, |
| and Zane's Computer Museum. |
| http://www.aracnet.com/~healyzh/ |
I just recently acquired a whole bunch of stuff out of a company's
basement, including a VAX-11/780, VAX-11/750, 4 RA81's, a TU80, a
pdp-11/44, 4 RL02's, an RP06, a TS11, and spare parts and printsets
galore. (Yes, John Foust, the little pdp-11/44 in Milwaukee led to all
that.) All the equipment was brought up a flight of carpeted stairs by a
refrigerator dolly and human power, except the RP06 and the 780 where we
used a come-along and a lifting frame I made. Heavy!
Anyway, the 780 needs a floppy to boot. The previous owner says he
doesn't have it, and I can't find it (although I'm not done searching
yet). Is this the sort of thing that is generically available, on the
WWW
for instance, or is it something that is built up specifically for the
mix
of options I have in the machine?
Incidentally, does anyone here that has a 780 (I know there are several
in
the group) run theirs? It takes 3 phase power, but there are no loads
connected phase-to-phase, only phase-to-neutral (although there is a
small
3-phase transformer in the power controller, it could probably be wired
to
only use one phase or else bypassed completely) so it can run entirely on
110 volts, at about 60-70 amps continuous draw. I was thinking of using
split-phase 220, putting 2 phases on one hot and 1 on the other, then
putting the Unibus cabinet and disk and tape drives on the hot with only
1
phase on it. I figure this would about balance the draw at 40 amps, 220
volts, which isn't too unreasonable.
Richard Schauer
rws(a)enteract.com
Richard, you *really* should post this on comp.os.vms.
These guys are before my time, as I didn't start doing VMS until 1990.
Also, see how far back the Encompass (formerly DECUS) hobbyist program
goes. You might get free licenses.
WWWebb
________________________________________________________________
GET INTERNET ACCESS FROM JUNO!
Juno offers FREE or PREMIUM Internet access for less!
Join Juno today! For your FREE software, visit:
http://dl.www.juno.com/get/tagj.
I've recently encountered some odd DEC contraptions, looking like baby SCSI
terminators. They are plastic shells with a DB15 connector and a green LED at
the end. I found these plugged into the back of a DECserver 200, but what is
their purpose?
--
En ligne avec Thor 2.6.
Life begins at '030. Fun begins at '040. Impotence begins at '86.
--- "Clint Wolff (VAX collector)" <vaxman(a)qwest.net> wrote:
>... I need a quick way to hook an 8" floppy up to a running computer to read
> it...
>
> Anyone know if I can plug an RX01 drive & QBus controller into a uVAX II?
I think you need an RXV21 and an RX02.
-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!?
Yahoo! Auctions - Buy the things you want at great prices.
http://auctions.yahoo.com/
Hi everybody-
I just recently acquired a whole bunch of stuff out of a company's
basement, including a VAX-11/780, VAX-11/750, 4 RA81's, a TU80, a
pdp-11/44, 4 RL02's, an RP06, a TS11, and spare parts and printsets
galore. (Yes, John Foust, the little pdp-11/44 in Milwaukee led to all
that.) All the equipment was brought up a flight of carpeted stairs by a
refrigerator dolly and human power, except the RP06 and the 780 where we
used a come-along and a lifting frame I made. Heavy!
Anyway, the 780 needs a floppy to boot. The previous owner says he
doesn't have it, and I can't find it (although I'm not done searching
yet). Is this the sort of thing that is generically available, on the WWW
for instance, or is it something that is built up specifically for the mix
of options I have in the machine?
Incidentally, does anyone here that has a 780 (I know there are several in
the group) run theirs? It takes 3 phase power, but there are no loads
connected phase-to-phase, only phase-to-neutral (although there is a small
3-phase transformer in the power controller, it could probably be wired to
only use one phase or else bypassed completely) so it can run entirely on
110 volts, at about 60-70 amps continuous draw. I was thinking of using
split-phase 220, putting 2 phases on one hot and 1 on the other, then
putting the Unibus cabinet and disk and tape drives on the hot with only 1
phase on it. I figure this would about balance the draw at 40 amps, 220
volts, which isn't too unreasonable.
Richard Schauer
rws(a)enteract.com
There is another set of packages I know are real that work even 8086s
that are very small but this one claims more and is far smaller. I'm
not a believer.
FYI: it's only 2mb! Even the dos 6.22kit is larger and
www.newdealinc.com
stuff wants something like 5mb zipped.
Also MSwindows ME is on Win98 base which does run (slowly) on 386s.
It runs better if you apply 98lite to it and get rid of the IE5x and
some of
the other sillyness.
Allison
-----Original Message-----
From: Jeff Hellige <jhellige(a)earthlink.net>
To: classiccmp(a)classiccmp.org <classiccmp(a)classiccmp.org>
Date: Sunday, January 21, 2001 11:30 AM
Subject: Re: Windes ME
>>Has anyone here heard of this?
>>
>>I just had an email saying that this had the functionality
>>of Win ME but ran on older machines. They have a web site
>>which adds suspision.
>>
>> http://216.183.9.122/windesme
>
> From thier website, I'd say it's functionality is as a
>'work-alike' that they've made to have the same 'look' as Windows
>2000 and which they've written a few applications for. it says
>nothing about actually being compatible. Maybe a shell running on
>top of something like a FreeDOS base?
>
> Jeff
>--
> Collector of Classic Microcomputers and Video Game Systems:
> Home of the TRS-80 Model 2000 FAQ File
> http://www.geocities.com/siliconvalley/lakes/6757
From: Ethan Dicks <ethan_dicks(a)yahoo.com>
>
>--- "Clint Wolff (VAX collector)" <vaxman(a)qwest.net> wrote:
>>... I need a quick way to hook an 8" floppy up to a running computer to
read
>> it...
>>
>> Anyone know if I can plug an RX01 drive & QBus controller into a uVAX
II?
>
>I think you need an RXV21 and an RX02.
>
>-ethan
You can install either RX01 or RX01 with their respective controllers. I
forget
if there is device support beyond V4.7 but usually there are drivers (if
they
are there they may be officially unsupported).
Allison
>
>=====
>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!?
>Yahoo! Auctions - Buy the things you want at great prices.
>http://auctions.yahoo.com/
I went out to a scrap place yesterday and found a large white Intel box
sitting out in the dirt. It looks like some kind of emulator. It's *about*
12" tall, 24 deep and 16 wide. There's no marking on the front except
"Intel" on the top RH corner. It looks like there may have been another tag
on the front at one time but it's gone now. The back has a tag that gives
the voltage, etc and says model no. "PIII515". There's a large ribbon
cable connected to it that ends in a cigar sixed box. A thin flex cable
comes out of the other end of the box and has plug on it. It's marked "286"
so I assume it replaces a 286 CPU. There are no displays, switches or other
controls on the box. However it does have some more sockets on the back but
I didn't note the labels on them. Does anyone know exactly what this is?
Of course, we brought back with us but it's now here now so I can't give
better details.
Other finds included an I/O expander for the HP 1000 (pn 12979), a HP
MultiProgrammer and lots of extra cards, a complete monitor for a HP 9835
(With a good CRT! Yippee!), a pile of VME cards, a CPU card to replace the
bad one in Bob's Sun 670(?), two more Exor-bus cards (Hey Mike!), a big
pile of chip clips and EZ-hooks, several HP-IB cards for PCs, also three
circuit boards and a gyro from a Hellfire missile!
Joe
NeXT wanna-owners:
A surplus electronics place, Electronics Plus, located in
Kerrville, TX (about 70 miles from me) has contacted me with a surplus of
NeXT equipment. They have N4000A monitors, keyboards, and mice - no CPU's,
but if you have or contemplate acquiring a headless system, these would
(obviously) be useful. They are as-is, and "the dust is free".
Contact email address is
sales(a)elecplus.com
or phone 830-792-3400 and ask for Cindy. (You are welcome to mention my
name if you wish.) I believe she is looking for prices in the $10-20 range
for the monitors; I don't know whether she's willing to box and ship, but I
can help out with that if needed.
Electronics Plus has about 10,000 square feet of space, with a very
wide variety of equipment, from military surplus to just about anything
else. Cindy specifically mentioned AT&T 3b2 equipment and IBM printers and
other systems.
I have not been there yet, but plan to soon, and I'll try to take
notes/digital snaps on anything I see that looks interesting.
- Mark
All this talk of the KIM-1 reminded me that I'd prepared an
HTML file of the MOS Technology paper tape format, also
used by other 6502 machines (UK101 in particular). Anyway,
without further ado, here's the link:
http://www.gifford.co.uk/~coredump/mosptp.htm
Hope this helps anyone who's trying to get data on/off a
KIM, or indeed anything that uses this format. Many EPROM
programmers will accept it, for instance.
--
John Honniball
Email: John.Honniball(a)uwe.ac.uk
University of the West of England
I have one excess IBM/Lexmark model 4033-001 token ring print server to part
with for what I paid for it. It's in like new condition, has the power
supply and manual. Has it's own unique ID, 16/4 switch and serial/parallel
ports. The serial port is a standard 9 pin d-sub and the parallel is a
standard 25 pin d-sub. It does not include a token ring whip, you add your
own style with 9 pin end to the unit. The 4 I installed on an AS/400 network
and they flawlessly installed and I have spoken with others that have used
these on System/3x and RS/6000 systems without problems, although they say
it's a little more manual due to the older OS. The unit is in great cosmetic
shape as well.
I had bought 6 of these and used 4 on a projest and had 2 left. One is now
spoken for and I have the last one left(the best of all of them I think). I
paid $7.50 per unit and that's what I need to get from it plus shipping.
Shipping should be minimal as the whole unit w/PSU weighs about 2.5lbs (prob
3 packed).
I would prefer that this be shipped only within the US 50 states and APO/FPO
addresses to preclude all the time I'd have to invest in international
shipping documents.
If I don't get this unit spoken for by Monday 1/29 I'll be putting it on
eBay.
Russ Blakeman
Clarkson KY 42726 USA
From: Iggy Drougge <optimus(a)canit.se>
>ajp166 skrev:
>
>>Also for those that dont know or havent tried, the image the mop loader
>>sends
>>out does nto have to be VMS. We used it for ELN and other toys at DEC.
>
>ELN?
ELN was a real time framweork for stand alone applications that was
somewhat compatable with VMS filesystem. MDM {microvax diagnostic
monitor} is written on the ELN framework.
Allison
Upon the date 11:37 AM 1/23/01 -0600, Richard W. Schauer said something like:
>Hi everybody-
>
>I just recently acquired a whole bunch of stuff out of a company's
>basement, including a VAX-11/780, VAX-11/750, 4 RA81's, a TU80, a
<snip>
Nice basement! What a great haul Richard!
>phase on it. I figure this would about balance the draw at 40 amps, 220
>volts, which isn't too unreasonable.
Not if you live in California nowadays! :-)
Have fun with all of it! That's what can be great about our hobby (a.k.a.
affliction) ;-)
-Chris
-- --
Christian Fandt, Electronic/Electrical Historian
Jamestown, NY USA cfandt(a)netsync.net
Member of Antique Wireless Association
URL: http://www.antiquewireless.org/
Hi, does anyone know where I can get hold of Sun monitor cables (ideally
in the UK)? I have four SS2 pizza boxes, an IPX, monitors, keyboards,
mice, and lots of external drives, but no monitor cables! I did get one of
them running after wiring the monitor with individual soldered wires from
connector to connector, and I have also had a couple of them running over
a serial console, but I'd like to get some proper monitor leads so that I
can set them up and sell them as full systems (I want to keep one for my
collection, but the rest are just taking up space that could be used for
other junk, er, classic hardware). They use 13W3 D type connectors, and I
did actually manage to get hold of the connector shells from Farnell, but
they don't seem to be able to get hold of the signal pins for them.
Also, about half of the external SCSI boxes use a weird oversized-D SCSI
connector (I think it might be an early SCSI 1 format) that I haven't been
able to find cables for either. I'm not as bothered about those, but if
anybody knows where I can find them (and adapters to SCSI2, which is what
all the controllers use) cheaply, that would be cool too.
--
------- Alex Holden -------
http://www.linuxhacker.org/http://www.robogeeks.org/
I am actively looking for a working DEC VAX 4000/200 with Open VMS, drives,
SCSI capable and in good repair. It will be used to support an existing VAX
in our system. If anyone has one or can tell me where to find one, I would
appreciate it very much.
Joseph Gaspard
Senior Systems Engineer
GensiaSicor Pharmaceuticals
Irvine, California.
On January 23, Richard W. Schauer wrote:
> I just recently acquired a whole bunch of stuff out of a company's
> basement, including a VAX-11/780, VAX-11/750, 4 RA81's, a TU80, a
> pdp-11/44, 4 RL02's, an RP06, a TS11, and spare parts and printsets
> galore. (Yes, John Foust, the little pdp-11/44 in Milwaukee led to all
> that.) All the equipment was brought up a flight of carpeted stairs by a
> refrigerator dolly and human power, except the RP06 and the 780 where we
> used a come-along and a lifting frame I made. Heavy!
Wow...that's an excellent haul!
-Dave McGuire
I spent an enjoyable weekend dissassembling, cleaning, and re-assembling a
433MP (introduced 1990, so just on-topic). It came from an industrial
environment, and was one of the filthiest computers I've ever seen. I didn't
get any manuals, and there's very little info about these machines on the
Web (Compaq, as usual, pretends these machines never existed), so I was
hoping one of list DECkers could help with a few questions:
- the machine has 2 memory boards, which give a maximum of 32 megs of ECC
RAM, with 40 x 1 meg SIMMs. Can the system use more than 2 memory boards, to
go to 64 megs? Or can the 1 meg SIMMs be replaced by 4 meg SIMMs?
- on powerup, the system BIOS reports 640K of main memory, and 13312K of
extended memory; there are 25 x 1 meg SIMMs installed, so I'm expecting 20
megs after subtracting the ECC SIMMS. Any ideas why the BIOS isn't seeing
all of the available RAM?
- the system has 2 x 486/33 processor cards installed - one base CPU card,
and one CPU/SCSI card. The system can hold up to 4 processor cards; were
there any OSes that could use 4 processors at a time? Is it worth hunting
down two extra CPU cards?
- there's a TZK10-AA tape drive in the system. What tape cartridges does
this drive use?
- the processor cards use Intel 80486 DX chips at 33 Mhz. I dimly recall
that the 80486DX2/66 is a drop in replacement for the 80486DX33. Can I get a
quick speed boost by swapping the processor chips?
- finally, how popular were these machines? They're nicely built and
engineered, but I had never heard of them before I found this one, and the
MicroPDP-11 that I got with it ... but that's another story.
Thanks a lot for any help.
Mark Gregory
Hi,
I'm currently designing and building a 6502-based computer system for my
own use. Right now, everything is done. Except the damn floppy controller. I
read about the Apple floppy controller on the 'net (woz.org) and I would
like to get hold of some schematics. Anyone got any idea where I could get
these? Better yet, anyone mind scanning and e-mailing me it?
Thanks.
--
Phil.
http://www.philpem.f9.co.uk/
philpem(a)bigfoot.com
PGP Key Fingerprint:
1FA6 6C7F A2FD BB15 84BF
4993 2B27 0628 E54E 33B1
Yup, definetly a decent haul... I think my record is 3 Interdata 7/32C's, 3
Perkin-Elmer 3210's, a Perkin-Elmer 3205, 2 Perkin-Elmer 3203's, 5
terminals, 3 tape drives, 16 or so hard disks, some graphics terminal with a
joystick, and an entire pallet of manuals. All together: 14 pallets of
stuff...
Will J
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com
At 11:37 AM 1/23/01 -0600, Richard W. Schauer wrote:
>I just recently acquired a whole bunch of stuff out of a company's
>basement, including a VAX-11/780, VAX-11/750, 4 RA81's, a TU80, a
>pdp-11/44, 4 RL02's, an RP06, a TS11, and spare parts and printsets
>galore. (Yes, John Foust, the little pdp-11/44 in Milwaukee led to all
>that.)
Wow, so does this mean you'll deliver the 45 to me? :-)
Congratulations on a great haul!
- John
I have a partially-functional KIM-1 (date code 0378) I'd like to
restore.
(And if anyone has one in good condition to sell, I'm also interested.)
Currently, there are two things wrong, and I'm looking for general
advice on what if anything can be done to fix them:
1. The keypad is pretty flakey. Several keys register erratically,
and when they do, they bounce and report multiple times.
The '0' key is particularly bad in this respect.
The 'PC' key is utterly caved in. But all but the PC key
registers in with varying degrees of retries and effort.
I'm handy with soldering, and could remove the keypad, but
don't have any idea how to clean / fix a keypad, let alone repair
any broken springs, contacts, etc. Can it even be done? Has
anyone here even seen the inside of one of these?
2. The cassette interface doesn't read. It writes fine, the +12 supply
is
showing up where it's expected (pin 8 of LM311) and +11-ish on the
565 PLL, but I have no idea what the "normal" voltages on each pin
are to assist in further troubleshooting. All I'm sure about is that
the
output of the LM311 is not anything like what's expected, and the
trimpot doesn't affect the PLL frequency one iota according to my scope.
Any thoughts on how to tell what section is bad?
Thanks for any ideas out there.
In the meantime, I am thinking of wiring an outboard keypad and hooking
it
to the application connector. Hand-wired, of course. Where else would
you find a 3x7 matrix?
.
It's not labled as such, but there's a Hyperion currently on eBay
with the 'purchase now' option set at $40. It's got the canvas carrying
case as well. It's URL is:
http://cgi.ebay.com/aw-cgi/eBayISAPI.dll?ViewItem&item=1209583008
Again, I have no connection to the seller. Just thought I'd pass
this on since a number of people have mentioned being on the look-out for
this machine.
Jeff
Ok, I have not had any responses on my request to buy a TRS-80 Expansion
Interface serial board. I am really getting desperate now.
I don't need to keep the board so if anyone is willing to lend or even
RENT me one then that would be fine.
$$$
Please reply to <sellam(a)vintage.org>.
Sellam Ismail Vintage Computer Festival
------------------------------------------------------------------------------
International Man of Intrigue and Danger http://www.vintage.org
> Date: Mon, 22 Jan 2001 08:57:30 -0800
> From: Chuck McManis <cmcmanis(a)mcmanis.com>
> Subject: Re: Intel ???? rescued, weekend finds
>
> This is "The ICEBox" an in-circuit emulator for Intel
> processors. It is a
> great way to bring up new designs and defeat copy protection
> schemes :-)
I've got a similar beast manufactured by Amtron. It's a 386PC with a
specialized interface card that you plug these bloody huge and heavy boxes
into that you must piggyback over a CPU or something. It came with pods for
8086, 8088, 286, 386SX, 386DX, 486 and 68K chips. Haven't powered it up yet,
and some of the pods have never been taken out of their rather large boxes.
No docs though.
> Date: Mon, 22 Jan 2001 18:17:44 -0500
> From: Jeff Hellige <jhellige(a)earthlink.net>
> Subject: Re: Machines I'm looking for...
>
> According to an ex-Commodore engineer I used to correspond
> with, they were one and the same thing, as Commodore never did
Have you still got his details? Could you ask him about the European P500?
:)
> Date: Mon, 22 Jan 2001 23:02:00 -0500
> From: Gene Ehrich <gehrich(a)tampabay.rr.com>
> Subject: TI Expansion Unit
>
> I have the following that I am selling for an acquaintance.
>
> Let me know if you know anyone who is interested.
>
> Texas Instruments Home Computer Peripheral Expansion System
> Model No. PHP1200 in Original Box
>
> Never used
<puts hand up>. I'm interested but I guess I'm in the wrong country :(
> Date: Mon, 22 Jan 2001 23:40:04 -0500 (EST)
> From: "r. 'bear' stricklin" <red(a)bears.org>
> Subject: Re: Windes ME
>
> And the N9000 Communicator uses a pair of 80386 CPUs. The 9110 uses an
> 80486. I know, I was there. (:
Does it? Ooo - I've got a 9110 right next to me ATM, but it looks a bit dead
:(
> Date: Mon, 22 Jan 2001 23:26:14 -0700
> From: "Mark Gregory" <gregorym(a)cadvision.com>
> Subject: applicationDEC 433MP
>
> - - the machine has 2 memory boards, which give a maximum of
> 32 megs of ECC
> RAM, with 40 x 1 meg SIMMs. Can the system use more than 2
> memory boards, to
> go to 64 megs? Or can the 1 meg SIMMs be replaced by 4 meg SIMMs?
These things top out at 16mb and only report 14mb available......
> there any OSes that could use 4 processors at a time? Is it
> worth hunting down two extra CPU cards?
The only OS to use the dual CPU was a SMP version of SCO U**x 3.x, but I
could never see the point of a dual CPU machine with so little RAM
available!
> - - there's a TZK10-AA tape drive in the system. What tape
> cartridges does this drive use?
Off the top of my head I can't remember, so I'll go downstairs and get the
DEC bumf for it.
> engineered, but I had never heard of them before I found this
> one, and the
> MicroPDP-11 that I got with it ... but that's another story.
We only ever sold 1 (the mini version) to a local college to run some
financials on, we used one internally for SCO development (ack - what a
terrible OS), another one ended up with NT on it as a server and it ended
its days as a humble fax server - the other one ended up with Winduhs 95 on
running as a Quake server :o))
I think they were eclipsed 'cos that was around the time the PC market
started exploding.....
> Date: Tue, 23 Jan 2001 01:16:55 -0700
> From: "Richard Erlacher" <edick(a)idcomm.com>
> Subject: Re: KIM-1 restoration advice sought
>
> switch matrix to match what's on the KIM. I've built memory
> circuits, etc,
> for the KIM, but never paid much attention to the KIM itself,
> hence, I can't
> remember anything specific about the keypad, except that it
Do you know anything about memory modules for the KIM made by "The
Computerist"? My Kim's got one and I was told it's also an EPROM blower....
Ross:
> Thanks for the offer, but unfortunately I don't think it
> has anything like standard parts. Everything about it looks
> custom-molded to fit the
> unusual key shape (curved keytops with painted legends and
> smoothly-rounded key edges), unusual key layout (slide switch
> + two independent buttons and 3 x 7 matrix of scanned buttons).
>
> The way it's put together suggests to me a very well-designed
> custom keypad that would only make sense if sold in the
> thousands.
>
> Of course, as always, I could be wrong. :)
I think that the keypad for the KIM is actually from one of the CBM
calculators of the day since they'll have had one or two lying around!
Certainly from a looks point of view its identical to the keypad on one of
my non-scientific calcs from around '76/'77, both layout and power switch
are the same.
Back on me head :o)
--
Adrian Graham MCSE/ASE/MCP
C CAT Limited
Gubbins: http://www.ccat.co.uk (work)
<http://www.snakebiteandblack.co.uk> (home)
<http://www.binarydinosaurs.co.uk> (The Online Computer Museum)
0/0
eBay's prices for HP 95LX's are ridiculous. It doesn't have to be the 1MB
model but I need another one to do some hardware hacking on. Does anyone
have a source for these, or would be willing to sell?
Also, I came up with an Aquarius 4K memory pack this weekend. Seems to
be in good condition. If anyone's after one of these, let me know and we'll
work out something.
--
----------------------------- personal page: http://www.armory.com/~spectre/ --
Cameron Kaiser, Point Loma Nazarene University * ckaiser(a)stockholm.ptloma.edu
-- The optimum committee has no members. -- Norman Augustine ------------------
>Subject: New One-Liners.......
>
> 1. Home is where you hang your @
>
> 2. The E-mail of the species is more deadly than the mail..
>
> 3. A journey of a thousand sites begins with a single click..
>
> 4. You can't teach a new mouse old clicks..
>
> 5. Great groups from little icons grow..
>
> 6. Speak softly and carry a cellular phone..
>
> 7. C:\ is the root of all directories..
>
> 8. Don't put all your hypes in one home page..
>
> 9. Pentium wise; pen and paper foolish..
>
> 10. The modem is the message..
>
> 11. Too many clicks spoil the browse..
>
> 12. The geek shall inherit the earth..
>
> 13. A chat has nine lives..
>
> 14. Don't byte off more than you can view..
>
> 15. Fax is stranger than fiction..
>
> 16. What boots up must come down..
>
> 17. Windows will never cease..
>
> 18. In Gates we trust..
>
> 19. Virtual reality is its own reward..
>
> 20. Modulation in all things..
>
> 21. A user and his leisure time are soon parted..
>
> 22. Know what to expect before you connect..
>
> 23. Oh, what a tangled Web site we weave when first we practice...
>
> 24. Speed thrills..
>
> And, finally...
>
> 25. Give a man a fish and you feed him for a day;
> teach him to use the Web and he won't bother you for
weeks.............
>
>
Last night, at the user group, we tried to fire up an old HP 9000/822 (I
trust this falls inside the classic frame?). Unfortunately, the key has
been lost somewhere along to road, so we had to hotwire it (is this the
correct term?). We have two large sets of manuals, but they only cover
HP-UX and various monitors, so we have no idea what all the error codes at
the front panel might mean. Also, where do we connect a console? We've got
two serial muxes at the back, as well as ethernet, but that's all the I/O
we've been able to find.
Any pointers to useful beginners' HP?
OK, here is the question of the day. I was just doing a search on RT-11
and came up with the following:
Browser Statistics for Monday 17/Jul/2000
http://www.ews.uiuc.edu/bstats/days/00-07/000717.html
The line of interest reads as follows:
1 WEBROW/1.1 (RT-11; PDP11/45)
Anyone know what this is? This could just be someone having their system
setup to report as being something else.
In searching on just WEBROW I'm guessing this might be a piece of Russian
software (most of the hits were Russian web pages).
Zane
--
| Zane H. Healy | UNIX Systems Administrator |
| healyzh(a)aracnet.com (primary) | OpenVMS Enthusiast |
| healyzh(a)holonet.net (alternate) | Classic Computer Collector |
+----------------------------------+----------------------------+
| Empire of the Petal Throne and Traveller Role Playing, |
| and Zane's Computer Museum. |
| http://www.aracnet.com/~healyzh/ |
Hi all,
I just scored a Lego mindstorm 1.5 this week end unfortunately I am missing
the CD any one around got one and can make a copy? Pleas contact me off
line.
To bring it back to charter I also found an Atari Videon Touch Pad for the
2600. Were there many games that made use of it?
Thanks
Francois
At 11:23 22-01-2001 +0000, Alex Holden wrote:
<snip>
>Does anybody know what this drive is, how old it is, what type of machine
>it was used with, what capacity it is, how much it cost when new, etc.
That sounds an awful lot (and the part number format bears this out) like
the HDA from a Fujitsu 'Eagle' or 'SuperEagle' drive.
Any other guesses?
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
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)
"I'll get a life when someone demonstrates to me that it would be
superior to what I have now..." (Gym Z. Quirk, aka Taki Kogoma).
On Mon, 22 Jan 2001 11:23:44 +0000 (GMT) Alex Holden
<alex(a)linuxhacker.org> writes:
> position sensor). The mounting frame is shock mounted to the base
> via four rubber bushes. On the mounting frame is a label which says
> "B030-4840-T031A". On the top cover panel next to the head
^^^^^^^^^^^^^^^
This looks like a Fujitsu number to me . . .
________________________________________________________________
GET INTERNET ACCESS FROM JUNO!
Juno offers FREE or PREMIUM Internet access for less!
Join Juno today! For your FREE software, visit:
http://dl.www.juno.com/get/tagj.
>> One reason I would think Atari BASIC would be a bit larger is
>> the fact that it included support for all the advanced features of
>> the Atari hardware, such as collision detection and player-missle
>
>Jeff, keep in mind that Microsoft BASIC came from the same source tree no
>matter what the target CPU. The interpreter was written in a kind of
>macro language and run through a post processor for the target platform.
>Because of this there was very little, if any space optimizing done unless
>the OEM either got the generated source to work on, or they paid MS for
>the task. A couple of years ago someone posted a bit of this macro like
>code to alt.folklore.computers with a brief description of how it all
>went together. A dejanews hunt might even find it.
But that has little to do with my comment since Atari BASIC is not
Microsoft BASIC. MS BASIC was available seperately. Atari did thier own
interpreter which was written specifically for the 400/800 series machines
and incorporated functions specific to the hardware. Commodore on the other
hand did not build this same level of functionality into thier variants of
BASIC for the C-64 and I was just wondering if anyone knew if the MS BASIC
available for the Atari had any of it included. By your comments above, I
would assume not.
Jeff (replying to this from work)
Folks,
A few days ago, someone mentioned a dutch auction on eBay for four
TRS-80 Model II computer systems (#1208570093), but there was some
confusion as to whether or not the seller actually had four systems.
I've just exchanged email with the seller, and he says that he does
indeed have four units for sale.
-Dave McGuire
The CDC drive of which RDD speaks has auto-parking heads... no head
clamp/shipping lock there...
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com
Don't I need some DLLs or other proprietary software to be able t
communicate with it?
I can take this discussion over to the lego mail list where it will be more
appropriate.
Thanks
Francois
>The CD contains the tutorial, case-based programming tool and the firmware.
>The latest firmware can be downloaded from the mindstorms site.
>The case-based programming tool is quite weak. I would consider using NQC
>or legOS which is much more powerful and easier to use. Very C like for
NQC
>and legOS uses GCC...
>
>Ram
>
>----- Original Message -----
>From: "Sue & Francois" <fauradon(a)mn.mediaone.net>
>To: <classiccmp(a)classiccmp.org>
>Sent: Sunday, January 21, 2001 10:06 PM
>Subject: Re: OT: Lego Mindstorm
>
>
>> Nope gotta buy the upgrade version from 1.0 to 1.5 (includes 77 pieces).
I
>> already bought the thing... Just that the CD was missing. And It gonna be
>> impossible to return or exchange it.
>> Thanks
>> Francois
>>
>> ----- Original Message -----
>> From: "Jim Strickland" <jim(a)calico.litterbox.com>
>> To: <classiccmp(a)classiccmp.org>
>> Sent: Sunday, January 21, 2001 3:52 PM
>> Subject: Re: OT: Lego Mindstorm
>>
>>
>> > I have one. Have you checked the lego mindstorms website, they may
have
>> the
>> > newer version for sale.
>> >
>> > >
>> > > Hi all,
>> > > I just scored a Lego mindstorm 1.5 this week end unfortunately I am
>> missing
>> > > the CD any one around got one and can make a copy? Pleas contact me
>off
>> > > line.
>> > >
>> > > To bring it back to charter I also found an Atari Videon Touch Pad
for
>> the
>> > > 2600. Were there many games that made use of it?
>> > > Thanks
>> > > Francois
>> > >
>> > >
>> > >
>> >
>> >
>> > --
>> > Jim Strickland
>> > jim(a)DIESPAMMERSCUMcalico.litterbox.com
>> > -----------------------------------------------------------------------
>> > BeOS Powered!
>> > -----------------------------------------------------------------------
>
On January 21, Claude.W wrote:
> Anybody ever burn your own EPROM from a rom dump and just put it in a socket of a cartridge?
>
> I opened up a cart today to see a socketed ROM in there in only one of the 2 possible PCB locations for chips.
>
> I suspect 2 were used in some cartridges...not in the breakout game I opened today.
>
> Anybody know what eprom types are pin compatible for these if any?
I bet it's a relatively ordinary pinout...probably the ROM version
of a 2716 or 2732. I believe those chips have part numbers like
"2316" and such, if memory serves. There were lots of mask ROMs that
were pin-compatible with EPROMs in that era, before one-time
programmable EPROMs (plain EPROMs but in plastic packages with no
erasure window) became cost-effective.
Are the numbers on your chip readable? If so, what are they?
-Dave McGuire
From: Iggy Drougge <optimus(a)canit.se>
>ajp166 skrev:
>
>>>Can't the VAX netboot?
>
>>It can but you need a network partner that understands MOP boot such as
>>another VMS box.
>
>MOP d?mons are available for BSDs and Linux, too, IIRC. Have a look at
>http://www.netbsd.org/Ports/pmax for instructions.
I know about linux MOP. I suggested VMS box as they already know how.
Also for those that dont know or havent tried, the image the mop loader
sends
out does nto have to be VMS. We used it for ELN and other toys at DEC.
Allison
John:
> On Thu, 18 Jan 2001 10:13:30 +0000 Adrian Graham
> <agraham(a)ccat.co.uk> wrote:
> > Hehe - I found one yesterday in a thrift store along with
> another ebay
> > perennial, the Binatone TV Master MK10 pong, boxed :)
>
> Ah, Binatone, whatever happened to them?
I still see the name on telephones so either they're still going or someone
else has the name.
> So how come the charity shops in Bristol aren't full of
> Good Stuff like this??? They seem to be scared of anything
> with a mains plug on it!
They're not allowed to sell electrical items because they need to be fully
tested for electrical safety, and that testing costs money. The shops can't
afford to be sued by someone who gets zapped!
This place is a true junk shop so he can sell absolutely anything.....
I asked him how much he'd want for the machines he's got and he said a
tenner each (what's that, around $15?), so if any of you across the Pond
want an Archimedes or an Amstrad I don't mind parcelling one up on receipt
of the postage money.
> Having said that, I did find two Amstrad PCW8512s and an
> Acorn Electron in a junk shop the other day. Eight quid
> for the lot!
heh....
--
Adrian Graham MCSE/ASE/MCP
C CAT Limited
Gubbins: http://www.ccat.co.uk (work)
<http://www.snakebiteandblack.co.uk> (home)
<http://www.binarydinosaurs.co.uk> (The Online Computer Museum)
0/0
I have here a large hard disk drive which I know very little about. It is
very solidly built of what looks like thick aluminium castings (with lots
of fins) which has been anodised to a kind of light grey-gold colour.
According to the bathroom scales it weighs about 37.5Kg or 85lb, and is
about 40 * 27 * 34 cm or 1'4" * 11" * 1'1" in size. There is no control
circuitry in or on the drive itself as far as I can see. The heads are
connected to two 40 pin IDC connectors on top of the unit marked CN91 and
CN92, the head motor is connected to a two pin plug marked CN93 underneath
the unit, and the platter motor (which drives the spindle directly) is
connected to a 5 pin plug marked CN94 to the left of CN93. There is an
empty space for a CN95 connector next to CN94, and there is also a
connector marked CN95 on the main drive motor itself (it looks like a
position sensor). The mounting frame is shock mounted to the base via four
rubber bushes. On the mounting frame is a label which says
"B030-4840-T031A". On the top cover panel next to the head connectors is a
label with two barcodes on it, one above the other. Below the top barcode
it says "S/N A43396 REV B0". Below the bottom barcode it says
"C/N 1A9840". On the casing above the head drive motor is another barcode
label which says "S/N 3A43396". The main drive motor has a label that says:
UGBT1D-TP0FU11
B90L-1560-0101A
24V 4A
701297-2
YASKAWA ELECTRIC JAPAN
I don't have a digital camera, so no pictures I'm afraid.
Does anybody know what this drive is, how old it is, what type of machine
it was used with, what capacity it is, how much it cost when new, etc.
Also, does anyone have a use for it? I'm willing to give it away to a good
home, though I'd rather it was collected in person (from Burnley, in the
NW of England). Failing that, I'd be willing to accept the cost of the
postage (bearing in mind that it won't be cheap due to the weight) and a
reasonable contribution towards the cost of packing materials and the
effort involved in lugging the thing to the post office.
--
------- Alex Holden -------
http://www.linuxhacker.org/http://www.robogeeks.org/
Is there anybody out there, preferably in the UK, that wants a couple of
Bondwell model 2 laptops. They both work, I have floppies for CPM and
various other bits of software. I have currently found one of the power
bricks, but I am sure I have another somewhere.
--
Kevan
Collector of old computers: http://www.heydon.org/kevan/collection/
larry:
I've got a couple of these units too. It records about 20 seconds of sound
(at least mine do, I believe there were other models) and plays it back in
a loop at the desired FM frequency. The input power is a 5 pin male DIN
rated 22VAC and 20VA (reads on supply).
Looking at the the plug, from left to right the pinout is as follows 1 4 2
5 3 (with standard DIN numbering, measured with multimeter): (1) 23V
[between 1&2] (4) n/c (2)common (5) n/c (3) -11V [between 1&3 or 2&3]
1 3
4 5
2
I believe this unit only requires 22VAC between 1&2. These units were used
in realestate to give a short blurb about a house. Apparently they
retailed for $11 000 (?) back when the previous owner bought them.
Devon
> I have a box in a nice well padded soft-case called a Compu-Voxx.
>It was manufactured by Manutronics. It has a removable antenna.
>It appears to be some sort of transmitting device for sending
>messages. Based on the instructions on the face you record a
>message (to a chip I imagine) and then send if the selectable
>digital readout frequency is between 88.1 and 107.9.
> That sounds like the AM band to me. Could this be some sort of
>civil defense emergency device ?
> It has a 5-pin DIN plug for power which unfortunately didn't come
>with it which is not an unsurmountable problem.
> Anyone know what this might be.
>
>ciao larry
>
>Reply to:
>lgwalker(a)look.ca
If there's a listmember or two that are running NetBSD on an Apple
quadra, or knows their way around BSD, could you please p-mail me?
<mailto:jrasite@eoni.com> I'm having a bit of a problem getting it to
come up.
Thx.
Jim
Hi, gang.
I'm going through boxes of stuff, and came across a pile of ribbons
and several daisy wheels for a S-C printer that came with the one
Kaypro II I was given. I'll never use all of these ribbons or even the
alternate wheels....if someone can use them, mail me off-list and
we'll work out the details. I'd hate to pitch 'em, but I need the room.
Thanks.
Paul Braun WD9GCO
Cygnus Productions
nerdware_nospam(a)laidbak.com
"A computer without a Microsoft operating system is like a dog without a bunch of bricks tied to its head."
Hello, all:
The Altair32 project is progressing nicely. I've completed the coding, so
it's feature complete *except* for the Telnet server code. The emulator now
can load and save files, accept disk images (the "controller" is the
standard MITS 88DSK), and produce printer output. I also modularized it a
bit so that it's easier to add devices to it in the future.
Obviously, the Telnet server code is key since that's what will serve as
the attached terminal. So, we are unfortunately still restricted to using
the FP.
I have a few bells and whistles I like to add. For example, I'd like to add
real Altair fan noise. Spin up. Run. Shutdown. I'd also like to change the
FP to the original 8800 instead of the 8800b that was originally used. What
I'd want to do is superimpose the graphic switches and LEDs over a picture
of an actual 8800. The existing graphics size is 600x320, but I can make it
larger if need be.
I haven't posted the code to my Web site yet because I'd like to first
offer it up for "beta testing" to the ClassCmp group. If anyone is
interested in seeing the full source distribution including bitmaps and VC6
project files, please email me off-list and I'll send you a zip file.
Just a personal reflection. Before this project, I never programmed in C,
much less in "Windows." What a learning experience. I do have to say,
though, that C is fairly easy to learn and use, but I'm sure that I'm only
using about 20% of what C offers. And even at the end of the project, I
still have trouble with pointers :-).
Rich
ClubWin! Group 1
Collector of Classic Computers
Web site: http://highgate.comm.sfu.ca/~rcini/classiccmp/
/*****************************************/
On January 21, Claude.W wrote:
> They arent anything obvious, thats the deal...
>
> AMI 8147BXW (date code...8147...?)
> CO12406-01 (your guess...)
> (c) 1980 Atari
> Korea
Hmm...nonsensical numbers... :-(
Hey, you could look at the board and see how many address lines are
wired up...
-Dave McGuire
Can anybody please tell me or point me to a diagram explaining which
connectors on the back of this disk are for what?
In addition, an explanation of how to interpret the diagnostic LEDs on the
top panel would be most helpful.
Tony, thanks for your information. It was a good start for me, but I
need some drive-specific information now. Seagate's web pages are worse
than useless for this.
ok
r.
From: Tony Duell <ard(a)p850ug1.demon.co.uk>
>> I am suspecting a 2716 or 2732 too but...
>> ...
>
>I'd be suprised if you could fit a reasonable BASIC interpretter into 2K
>or even 4K of 6502 code....
Bizzare statement from you. The 6502 was fairly code efficient and there
were
basics that easily fit in both 2k (integer) and 4k (with floats).
>There is/was an 8K*8 mask-programmed ROM in a 24 pin DIL package (one of
>the versions of the 2364 IIRC), and I wonder if that's what you have. I
>can find pinouts of that ROM in the Rockwell databook if you need them.
Yes there was Mask roms were available in both larger and less costly
for before the Eprom versions.
Allison
On Jan 21, 20:14, Alex Holden wrote:
> Hi, does anyone know where I can get hold of Sun monitor cables (ideally
> in the UK)?
[...]
> They use 13W3 D type connectors, and I
> did actually manage to get hold of the connector shells from Farnell, but
> they don't seem to be able to get hold of the signal pins for them.
Farnell do list the coax inserts (they also stock the high-current power
plugs that can be used in other 13W3 appications), and IIRC they list the
13W3 shells in two places in the catalogue (which I don't have handy).
They might be out of stock, I suppose. If so, you can also get them from
Electrospeed (www.electrospeed.com):
169.23.1415.421 50 ohm straight plug 252-38733D ?4.08
23.2415.421 50 ohm straight socket 252-38734A ?6.17
FMX 003 P102 75 ohm straight socket 252-3104J ?3.05
FMX 003 S102 75 ohm straight plug 252-3106A ?2.36
(I'd check those part numbers; S102 sounds like it should be a socket and
P102 sounds like it should be a plug!)
Electrospeed also sell Siemens inserts for DIN 41612 mixed-body connectors,
which AFAIK are interchangable -- but the Siemens ones are (even) more
expensive.
You can also get them from RS (rswww.com) or Electromail:
485-164 RG178B/U straight plug ?4.16
485-170 RG174A/U straight plug ?4.57
485-186 RG178B/U straight socket ?4.84
485-192 RG174A/U straight socket ?3.89
You can get the cheap version from CPC (www.cpc.co.uk):
CN04661 RG179B/U 75 ohm plug ?1.43
CN04662 RG178B/U 50 ohm plug ?1.43
CN04663 RG179B/U 75 ohm socket ?1.52
CN04664 RG178B/U 50 ohm socket ?1.52
You can get Sun-to-VGA adaptors (both genders), half-pitch 50 D plug
(SCSI-2) to 50-pin 3-row D (which is probably what you called "weird
oversized-D"), and 50-pin D to 50-pin D from Videk (www.videk.co.uk).
--
Pete Peter Turnbull
Network Manager
Dept. of Computer Science
University of York
Well, this is more a brag than something constructive, but I wrote my first
automatic Commodore 1541 disk drive re-aligner out of desperation this
weekend. I couldn't get it to read any disks and since this drive was the
internal 5.25" in the 128DCR, I couldn't just replace it. So I wrote a program
that commanded the FDC to whack the head into the restraining rail until it
could read the disk again. Voila. ;-)
The things you do when you're desperate ...
--
----------------------------- personal page: http://www.armory.com/~spectre/ --
Cameron Kaiser, Point Loma Nazarene University * ckaiser(a)stockholm.ptloma.edu
-- Violence is the last refuge of the incompetent. -- Salvor Hardin -----------
From: Jeff Hellige <jhellige(a)earthlink.net>
> Where can PC/GEOS, aka New Deal, be found? It sounds pretty
>interesting and something I'd like to check out.
>
> Jeff
Uh try www.newdeal.com I posted it earlier in the string.
Allison
Hi
Anybody ever burn your own EPROM from a rom dump and just put it in a socket of a cartridge?
I opened up a cart today to see a socketed ROM in there in only one of the 2 possible PCB locations for chips.
I suspect 2 were used in some cartridges...not in the breakout game I opened today.
Anybody know what eprom types are pin compatible for these if any?
Claude
From: Cameron Kaiser <spectre(a)stockholm.ptloma.edu>
>> FYI: it's only 2mb! Even the dos 6.22kit is larger and
>> www.newdealinc.com
>
>That's PC/GEOS. Trust me, it works. I was a PC/GEOS believer back in the
>early days and I think it's one fabulous GUI.
Dont have to trust you, I've got it and it does work very well.
Allison
Derek Peschel and I are sitting here scratching our heads making confused
noises trying to figure out why my Symbolics is broken.
It worked (to a point) before I moved to this new house. Now it's not
working even tot hat point.
Power good. We can't get the FEP booted.
I wonder if I haven't gotten the SMD disk hooked up correctly?
At the drive end, there ar four possibilities for where to connect the
60-pin A cable, and two possibilities for where to connect the B cable. I
have a terminator. We have wasted lots of time searching the web for this
informaiton.
How do I hook up the drive so I know it's connected properly? It's a 760
MB CDC Sabre 9720.
Help!
ok
r.
ps. Does anybody know enough about these machines to help me troubleshoot
it? I think the basic parts all work, but just not yet together. It's a
Symbolics 3650.
I found this in a news group, If anyone is interested reply directly
to the originator.
Joe
In comp.sys.intel.ipsc310, <dkitchen(a)hotmail.com> wrote:
>Anyone interested in a possible donation of an Intel IPSC 860 SuperComputer,
>a spare chassis, and many, many related spare parts & boards, along with a
>ton of software and manuals please contact me. We used these for digital
>video processing but the nature of digital video has changed along with the
>ease of processing with modern computing systems has made this obsolete for
>digital video applications.
>
>Again, we are willing to donate this to the organization the will give it
>proper care and feeding. Otherwise it will be in a landfill in the near
>future. Yes, you have to pay all shipping and transport costs or pick it up
>in Southern California.
>
>Please contact me at dkitchen(a)hotmail.com
>
>
>
From: Richard Erlacher <edick(a)idcomm.com>
>Has anybody got good logic analyzer pictures of the signals on the S-100
>driven by the really early 8080 CPU cards? I'm looking to get a
reference
Real simple start with a schematic of the MITS 8080 or IMSAI 8080 CPU
card
so you get to see how much buffering (mostly and only) and combinational
logic applied to some signals (nearly none). Then get an 8080 datasheet,
that IS THE TIMING for early S100.
All of the later Z80, 6502, 6800, LSI-11, TI9900, COSMAC, 8085 and
808X to name a few boards tried to approximate that timing (before it
morphed to IEE696) with combinational logic.
Allison
--- John Lawson <jpl15(a)panix.com> wrote:
> Basically, the yoke coil is calculated to 'ring' at a certain frequency...
> ...The circuit is designed so that at that freq, the yoke is in resonance,
> and therefore uses less current to get the job done; hence less wire and
> lighter, cheaper parts... it begins to draw large amounts of power trying to
> do the same work, and, in a lot of the 'cheap' monitors, the whole thing
> actually overheats and burns up while you are looking at the jagged lines
> and trying to figure out what to do next.
We lost a 19" Dell monitor (not cheap) at work last year when our Webguy
punched in an unfortunate refresh rate and didn't hit test first. I wasn't
there at the time, but my two buddies in IT who were in his cube (but facing
away at the time) said the flash was impressive.
> ALSO: Long ago in the Big Iron days... the were some machines in the
> Philco line whose power supplies in some configs were marginally
> inadequate. It was possible to load the machine (with programs and data)
> and trip (or burn) the power units...
I heard about someone who disassembled a "worst-case" memory diagnostic for
some DEC machine with core, perhaps the PDP-8, perhaps some other 1960's
model. He calculated that the program did not, in fact, perform a worst-
case test for memory access/data loss. He described his ideas to improve
the program to a Digit (DEC employee) who was familiar with the hardware
and software in question. The curious customer was warned against implementing
his idea because it was already known that a true worst-case scenario would
result in too much current being drawn through the core stack, causing
serious thermal problems if left to run for extended periods of time.
Also, there were programs in the days if Big Iron to abuse hardware built
with a particular duty cycle in mind, print hammers coming to mind. One
I was told about by the perpetrator was simple and fiendish - he analyzed
the pattern of letters on the band and devised a print line that caused all
the hammers to trip at once, rather than the usual 10%-20% that fired when
ordinary text was printed. The resulting current drain from a relatively
small number of lines of this, fried the power supply.
Then there's the practice of writing disk diagnostics that take advantage
of harmonic oscillations when the drive's voice coil is slammed from inner
to outer track, causing the drive to walk across the room. There are stories
of this happening entirely due to heavy usage and disk thrashing, not just
college pranksters seeing what the limits of physics are.
Disks that weight one kg. and inkjet printers just aren't as much fun as the
older stuff, one might think.
-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!?
Get email at your own domain with Yahoo! Mail.
http://personal.mail.yahoo.com/