On Nov 20, 23:11, Tony Duell wrote:
> > Do I have a point? I guess my point is I'm trying to get off 10Base2,
why
>
> Hmmm... I'm moving towards 10Base2 and away from 10BaseT
>
> For older (classic) computers, the bus bandwidth won't support 100Mbps
> ethernet, so you have to go with one of the 10Mbps standards (I'll ignore
> the original 3Mbps.. :-)).
>
> 10BaseT seems to have advantages when :
> The computers are spread out all over the building (which doesn't apply
> to my setup, where most of the networkable machines are next to each
other)
>
> The network is being used by a number of people. After all, unplugging
> the 'wrong' BNC connector from a T-piece can bring the entire network
> down. This doesn't happen if you're the only person fiddling with the
> network.
>
> Against that :
>
> 10BaseT needs a hub. This is one more thing to find space for, one more
> thing to have to power, and one more thing that you have to maintain.
> Getting spare chips for most hubs is a lot harder than getting spare
chips
> for 10base2 transceivers.
>
> Adding a machine to a 10BaseT network means running a cable back to the
> hub. Adding a machine to a 10Base2 network can mean just patching it to
> the cables on the nearest machine. Yes, the latter does bring the network
> down, but with my setup, that's less of a problem than running another
> cable.
>
> The BNC connector is a lot faster to wire than that darn RJ45,
> particularly when you have fiddle about with the wires to get them to the
> right contacts. And the solid, metal, BNC connector would seem to be more
> reliable than the RJ45 as well.
I tend to disagree with that. I've had lots of BNC's come off or go flaky
after someone has pulled the cable, but I've only once had that happen to
an RJ45. And I bet I can strip and crimp an RJ45 as fast as most people
can crimp a BNC.
The reason I like UTP is that if you once put in the infrastructure, you
can use the structured wiring for lots of things. At work, we run
Ethernet, RS232, telephones (POTS), ISDN, and video over Cat5/5e structured
wiring. At home, I put in cables in lots of places and use it for serial,
network, ISDN, and POTS. You do need to put enough cable in enough places,
though.
The other reason, of course, is that there are lots more LEDs to flash if
you use a hub :-)
--
Pete Peter Turnbull
Dept. of Computer Science
University of York
--- Tony Duell <ard(a)p850ug1.demon.co.uk> wrote:
> Much of the random logic in the 380Z (address
> decoding, video timing
> decoder, etc) is done in small bipolar PROMs. These
> look a bit like TTL
> devices, and may even have 74xxx numbers.
>
> The blank chips are identical (both are 74S2872,
> 256*4 bit PROMs), but
> the programming is different.
>
AH! Controrary to what I was led to believe. I never
new there were 74xxx coded proms. I do now :)
)
> >
> > In what format? Electronic? (i.e. easily
> sharable?)
>
> No, on paper. I don't have a scanner, heck, I only
> have a text display on
> my PC, so I don't ever use electronic manuals. Quite
> apart from the fact
> that paper ones are a lot more portable.
Shame :(
> The official _commented_ source listing would have
> been interesting for
> the comments. I know these can be recreated, but...
>
Fair enough. I'll keep my eyes open for it...(sad
optimism)
> The schematics show that the COS ROMs (on the CPU
> board) are 3 rail ones,
> needing +5V, +12V and -5V. A lot of modern
> programmers can't handle these
> (the last 3-rail EPROM that I came across was the 2K
> byte TMS2716, which
> is _ancient_).
>
OH! Something else that became obsolete before I
started taking things apart...(I'm only 23)
That would explain rather a lot. I'll have to build
me an eprom dumper then.
I'll get one of them 24 bit (8255 based) ISA IO cards
>from maplin (about 25 quid ISTR) and make one up.
I'll probably be needing some data on the chips then -
normally I would generate the -5v with a simple
switched-capacitor or 'flying capacitor' inverter
arrangement - but if it needs more than a couple of
millamps, i'm gonna need a -5v psu as well :-/ Hmmm!
How about the one in the RML380z! I will get the
contents of those roms - even if it kills me...
> > > Are you sure this is a standard RML disk
> controller?
> > > I can't find any LED
> > > on the schematics, and I don't remember there
> being
> > > one when I looked
> > > inside my machine. The standard disk controller
> is
> > > one card that fits
> > > onto the 50 way 'bus' ribbon cable, and which
> > > contains a 1771 disk
> > > controller (Single density only) and a
> 8251-based
> > > serial port (device SIO-4)
> >
> > Um, no! I know nowt about this box - I'll check
> the
> > disk controller very carefully tonight. Its
> software
> > is certaining interesting - very wacky code, quite
> a
>
> What softwre? and for that matter, you mention a
> disk ROM, which I have
> never heard of...
>
> The disk cotnroller schematic I have shows the
> following chips (only).
>
> Location Type
> AQ 74LS244 (address buffer)
> AR 74LS245 (data buffer)
> AP 74LS244 (Control line buffer)
> BR 74LS138 (address decoder)
> BP 74LS32
> CP 74LS02
> BU 74LS393 (clock divider)
> DP 4020 (more clock division)
> CQ 74LS32
> ES 74LS74
> DQ Z80A-CTC (baud rate, timing generator)
> ER 8251 (serial USART)
> CR 74LS00 (?)
> DU 74LS123
> AV 1488 (RS232 driver)
> BV 1489 (RS232 receiver)
> CS WD1771 (disk controller)
> BT 74LS157
> AT 7416 (disk output driver)
> BU 74LS244 (disk input receiver)
> CT 74LS193
> DT 74LS42
> CU 74LS96
> ET 74LS00
> EU 74LS08
>
> No RAM, ROM, or CPU.
>
After checking it out some more it has:
dated '83, where most of the box is '79
Z80A CPU,
Z80 CTC,
8Kbyte EPROM (HUUUUGE!)
MK4802 2Kbx8 SRAM
MK3884N which is a mostek sourced Z80SIO-a-like POSH!
MB8877a which I believe is a 5voltonly WD1793
i.e. A double density controller. There are obviously
other devices - I just didn't note them.
Looks like a more advanced double density dual drive
controller then :) I wonder if it's double-sided as
well??? I'll have to check my WD1793 docs.
So! Have I got something a bit different then?
Dave.
__________________________________________________
Do You Yahoo!?
Yahoo! Shopping - Thousands of Stores. Millions of Products.
http://shopping.yahoo.com/
On Nov 20, 15:05, Shawn T. Rutledge wrote:
> On Mon, Nov 20, 2000 at 01:44:17PM -0800, healyzh(a)aracnet.com wrote:
> > Do I have a point? I guess my point is I'm trying to get off 10Base2,
why
> > would I want 10Base5 :^) I'd much rather have another 10/100 Switch
than
> > any 10Base5 stuff!
>
> Last I checked, 10base2 still has a distance advantage, perhaps enough
> to matter for really large buildings.
Yes, 185 metres instead of 100m -- and 10base5 will go to 500m. But you
can do better and faster with fibre.
--
Pete Peter Turnbull
Dept. of Computer Science
University of York
Plotters and parts
The local computer surplus exchange in Kansas City has several HP 7475A's.
They would probably go for $10-15 plus shipping, make them an offer. There
are carousels for them. Contact them at sesales(a)crn.org.
Mike
mmcfadden(a)cmh.edu
While cataloging this huge pile of TI and Amiga stuff I recently
received, I took a moment to flip through some of the stacks of old
magazines that were with it. I noticed a 5 & 10 meg hard drives for
the TI. That's interesting I thought but what really caught my eye
was the add from Morning Star Software for a CP/M processor
board for the 99/4A. 5 MHz 8085, 64K RAM with 8K ROM. Has
anyone ever seen one of these or any other coprocessor boards for
the 99? I've always had a fascination with coprocessor cards for
different systems. There was a 6809 card for the Apple II I would
have killed for years ago. I'd assume these 99/4A CP/M boards
would be few and far between.
-----
David Williams - Computer Packrat
dlw(a)trailingedge.com
http://www.trailingedge.com
Jarkko Hermanni Teppo <jate(a)uwasa.fi> wrote:
> I have a couple of HP related questions. I started thinking about these
> while I was scanning all the 9000/500 docs that I have and in HP 27110B
> HP-IB card manuals I saw a sentence similar to this "..supported in all
> HP computers with CIO bus..".
>
> 1. Which machines had the CIO bus ? I know of 9K/550, 520 and at least some
> version of the bus in some 800-series machines.
Some (earlier) HP 3000 series 900s too. Of course they are similar hardware
to 9000/800s. If Stan Sieler is reading he can probably say more about this.
> 2. I know about 200/300/400/500/700/800-series but what is 9000/600 which
> I've seen in a couple of manuals.
I don't remember but think they are PA-RISC-based. I don't remember seeing
much about the series 600s so I suspect it was a marketing thing that didn't
last real long.
> 3. Is the HP 7970 tape drive vacuum column or one of these newer streaming
> devices (like the 7974A).
None of the above. It's older, non-streaming, and it uses tension arms.
> And extra bonus-points for the person who recognizes the app in the cover
> of the HP 9000 550 manual at
>
> http://www.tec.puv.fi/~s99137/kuvat/cover.gif
No idea, but it's interesting to see that the 9000/550 also had the
number 9050.
> And a couple of low-quality "recognize the peripheral"-pics at:
> http://www.tec.puv.fi/~s99137/kuvat/uudet/ (none of those are mine, btw.)
>
> Particularly cipher.jpg, HP2000[12].jpg, nauha.jpg, hp3kcons.jpg.
hp20001.jpg is an HP 2114 minicomputer.
hp20002.jpg is a 21MX mini of some sort. I'm away from my manuals so
can't easily tell which series.
hp3kcons.jpg pictures an HP 2647F that was sold with an HP 3000 series
64/68/70 for use as its console. I'm thinking that for about the first year
of shipments of the 3000/64, the 2647F did not have the "hp3000" plate
on the front, just the usual 2647F plate.
> --
> Jarkko Teppo | Lahjoita HP 7933:n levypakka hyv??n kotiin!
ObUglyAmerican: what are you saying about the 7933?
When I first saw one, in 1982, I thought "wow, it's so big!". Imagine
my surprise when a new cow-orker saw a 7935 at Wollongong in 1995 or
so and said about the same thing. I had been thinking about the
capacity: 404MB was pretty impressive for a washing-machine drive back
in 1982. He was clearly thinking about the size, and comparing it
with 540MB drives then popular in desktop Wintel PCs.
-Frank McConnell
Please contact original message author (shown below) if you have rescue
this one.
-jim
---------- Forwarded message ----------
Date: Mon, 20 Nov 2000 12:05:18 -0500
From: Nathan Lauver <nlauver(a)acsworld.net>
To: jimw(a)computergarage.org
Jim,
My company is in posession of an IBM System/36, most of the docs, lots of software,
the line printer, two terminals, and an ISA-based emu card for a pc. I can't
find anyone to buy it, and it's getting cold. It's in a pavillion-like storage
area outside.
I talked to the powers that be, and said if I can even just get it out of our
way, they'd be happy. Would you be interested in picking it up, or having it
shipped? We're located in Central PA.
-Nathan
I guess it passes the 10-year rule, and it's got some CPUs in it (Z8xxx's)
so maybe it's not as off-topic as I thought... ;-)
We (my fellow techo-packrat housemate and myself) were recently given a
Toshiba Strata XXe phone system and about 35 EKT-series phones by his
company when they got a new system. It was working when disconnected, but
we received no installation manuals - just phone user guides. It's all
there, with (from what I've gathered from various web sites) an HCAU (CPU),
an HCBU (aux CPU), two HCOU (central office) cards, an HINU (intercom) card,
three HSTU-2 and one HSTU-5 (station cards), and an operator's console, but
when they removed it, they just hacked off the 25-pair (or are the 50 pair?)
cables from the HSTU cards, so I've got no way of knowing which pairs go to
the phone jacks. Was wondering if anyone can point me to some information
about this. Several hours of web searching has turned up some tantalizing
hints, but nothing I want to risk blowing something up by trying. Any help
would be very much appreciated. I found one company that will sell me a
manual, but it's a weekend and this phone system _really_ wants to be hooked
up! :-)
Background info (if you're interested):
We have half the stuff in the house automated with X-10 power control
modules and the "Mister House" software using motion sensors, etc. to run
lights, a 300 disc CD changer, software-based phone answering machine, etc.
Mister House (www.misterhouse.net) is mostly a bunch of Perl scripts that
can be made to do most anything with enough work. It also has voice I/O
capability. I've got the whole place wired with ethernet, with laptops in
most of the rooms. I've also got 4-pair CAT3 phone wire to each room. I'd
like to use the XXe to run our phones, as well as letting "Mister House" use
the hands-free intercom functions to talk to us around the house and/or
receive commands from us.
-Bill Richman (bill_r(a)inetnebr.com)
Web Page: http://incolor.inetnebr.com/bill_r
Home of the COSMAC Elf Microcomputer Simulator, Fun with
Molten Metal, Orphaned Robots, and Technological Oddities.
--- Pete Turnbull <pete(a)dunnington.u-net.com> wrote:
> > Last I checked, 10base2 still has a distance advantage, perhaps enough
> > to matter for really large buildings.
>
> Yes, 185 metres instead of 100m -- and 10base5 will go to 500m. But you
> can do better and faster with fibre.
I've already got fibre - a pair of StarLAN 10Base-T to 10Base-FL media
converters (old and huge, but they work) and a pair of more modern
10Base-FL transceivers. I have a single fibre pair run up the walls
>from the basement to the computer room on the second floor and my eventual
goal is to lay fibre between my farmhouse and my quonset hut.
I even have _one_ fiber long-haul modem - it looks like a DB25 - RJ11/RJ45
shell, but has one ST connector on it. Over a single fiber it multiplexes
a full duplex 9600 baud signal and a second full duplex 1200 baud signal that
can be used for flow control or an additional, low-speed channel. A friend
of mine has its mate and if he ever finds it, I'll probably use it to monitor
some console port on a PDP-11 in the quonset hut. Maybe I'll build a 20Ma
to RS-232 converter and run an ASR-33 over it. :-)
But I still want a piece of thicknet on my network, just for the amusement
value. The fibre is for "gee whiz" value.
-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! Shopping - Thousands of Stores. Millions of Products.
http://shopping.yahoo.com/
Don't forget the oric 1 and atmos, Amstrad cpc and the MSX representatives
and other "WOW L@@K Spectrum Era" types of computers.
I though Air France was going to fix the Concorde... Then forget it I don't
want these computers to end up in a hotel in some big city's suburb.
Francois
>
>All we have to do is wait for British Airways to get the
>Concorde fixed, and stuff it full of BBC micros,
>Whitechapel workstations, Acorn Atoms, Tangerines, Dragon
>32s, UK101s and transputers.
>
>:-) :-)
>
>--
>John Honniball
>Email: John.Honniball(a)uwe.ac.uk
>University of the West of England
>
In a message dated 11/21/00 3:12:15 AM Eastern Standard Time, red(a)bears.org
writes:
> One more thing, I believe that Linux has loadable filesystem module
> support for EFS, which would be the filesystem used by these systems. I
> can't say whether this is read/write support or simply read-only, but it
> might be worth investigating. I don't make a point of staying abreast on
> what's new and improved with Linux.
>
I am going to try that as soon as I have a spare few minutes. I knew Linux
supported EFS but wasn't sure which file system type this old SGI had. As
far as I know the Linus EFS support is read only, so I'll have to grab the
password file and run John the Ripper on it in hopes of a breakthrough I
guess. As far as Linux goes, I have to stay abreast of changes since I am on
of the co-founder's of the Lehigh Valley Linux User Group.
-Linc Fessenden
http://members.aol.com/lfessen106 (Computer Collection)
http://thelinuxlink.net/lvlinux (LVLUG)
On Nov 19, 22:18, Tarsi wrote:
> >Yes, 185 metres instead of 100m -- and 10base5 will go to 500m. But you
> >can do better and faster with fibre.
>
> Well, wouldn't we ALL like fiber, but I just don't think it's in my
budget. :)
Not really in mine either, but I have a few bits of cast off FOIRL and long
patch leads that were discarded (wrong connectors for the more modern kit).
Anyway, since most of my machines are within 50m of each other, and few can
manage 100MB let alone more, there's little point in buying fibre for my
home systems :-)
--
Pete Peter Turnbull
Dept. of Computer Science
University of York
On Nov 20, 20:35, LFessen106(a)aol.com wrote:
> They both have the PS2 KB port.. I tried an actual PS2 KB, it lit up as
> expected, but I got a no console error.. Do you think it will actually
use a
> PS2 KB and just needs to detect a mouse as well (with a PS2 splitter) or
the
> SGI PS2 KB/Mouse is proprietary? I did read somewhere that some SGI's
use a
> standard PS2 KB...
Indy, Indigo^2, O2, etc use a PS/2 keyboard (or a PC-AT keyboard with a DIN
to miniDIN adaptor) and PS/2 mouse, running at +5 volts. All the earlier
machines use one of several variants of a proprietary protocol/pinout,
basically RS423 running at +/- 8 volts or more.
>From the manual page:
The pin assignments for the DIN-6 keyboard connector on the CPU board
of
some of the newer systems are shown in the following table:
___________________________________
|_____KEYBOARD_CABLE_PINOUT_______|
|Pin | Signal | Description |
|____|________|___________________|
| 1 | KRCD | Keyboard Receive |
| 2 | MRCD | Mouse Receive |
| 3 | GND | Ground |
| 4 | +8Vdc | Power |
| 5 | KTXD | Keyboard Transmit |
|_6__|_-8Vdc__|_Power_____________|
For machines whose keyboards have the DIN-6 connector on the keyboard,
as well as on the CPU, the pinout is shown in the following table.
The
connectors on both sides of the keyboard have identical pinout, either
may be used for the mouse and the cable to the CPU.
__________________________________
| KEYBOARD CONNECTOR PINOUT |
|_________________________________|
|Pin_|_Signal_|_Description_______|
| 1 | KTXD | Keyboard Transmit |
| 2 | MTXD | Mouse Transmit |
| 3 | GND | Ground |
| 4 | +8Vdc | Power |
| 5 | KRCD | Keyboard Receive |
| 6 | NC | Not Connected |
|____|________|___________________|
The interface between the keyboard and the system is 600 baud
asynchronous. The format used is one start bit followed by eight data
bits, an odd parity bit and one stop bit, with one byte sent per key
up
or down transition. The MSB of the byte is a "0" for a downstroke and
a
"1" for an upstroke. Control bytes are sent to the keyboard with the
same speed and format. The system software does all the processing
needed to support functions such as capitalization, control
characters,
and numeric lock. Auto-repeat for a specified set of characters can
be
turned on or off by the system software by sending a control byte to
the
keyboard. When auto-repeat is enabled a pressed key will begin auto-
repeating after 0.65 seconds and repeat 28 times per second. The
keyboard initializes upon power-up. The configuration request control
byte causes the keyboard to send a two-byte sequence to the system.
The
second byte contains the eight-bit value set on a DIP switch in the
keyboard. All keyboard lights (if any; some newer systems have
keyboards
without user controllable lights) are controlled by the system
software
by sending control bytes to the keyboard to turn them on or off.
Control
bytes are also used for long and short beep control and key click
disable.
For the mouse:
Signals: The serial data interface signal level is compatible with
RS-423
which has roughly a 10V swing centered about ground. The idle state
and
true data bits for the interface are Mark level or -5V whereas false
data
bits and the start bit are spaces or +5V. The serial data is
transmitted
at 4800 baud with one start bit, eight data bits, and no parity.
Protocol: The mouse provides a five-byte data block whenever there is
a
change of position or button state. The first byte is a sync byte
which
has its upper five bits set to 10000 and its lower three bits
indicating
the button states where a 0 indicates depression. The sync byte looks
like this: 10000LMR. The next four bytes contain two difference
updates
of the mouse's change in position: X1, Y1, X2, and Y2. Positive
values
indicate movement to the right or upward. System software ignores
bytes
beyond the first five until reception of the next sync byte.
--
Pete Peter Turnbull
Dept. of Computer Science
University of York
In a message dated Mon, 20 Nov 2000 2:52:29 PM Eastern Standard Time, Mark
Green <mark(a)cs.ualberta.ca> writes:
<<I would strongly advice getting the console working. The monitor
part is easy, most VGA monitors will work. Depending on the graphics
option that's installed in your machine you should have either a
VGA or BNC connectors (some of the later graphics options used
13W3 connectors). I've had success with a wide range of monitors.
The standard resolution is 1280x1024 I believe (they came standard
with 19 and 21 inch monitors), but I've used 1025x768 monitors, a
bit fuzzy, but it works.>>
Yes, I got a monitor hooked up to it without prblms. I have both SVGA's that
will handle it and also a few RGB's that'll take care of it as well.
<<The keyboard and mouse is much harder. There were several models
of keyboards used on these machines. What type of keyboard
connector to you have? The popular ones were DB9 and PS/2 (note
I don't think a PS/2 keyboard will work, but I haven't tried).>>
They both have the PS2 KB port.. I tried an actual PS2 KB, it lit up as
expected, but I got a no console error.. Do you think it will actually use a
PS2 KB and just needs to detect a mouse as well (with a PS2 splitter) or the
SGI PS2 KB/Mouse is proprietary? I did read somewhere that some SGI's use a
standard PS2 KB...
<<I can look up the part number tonight when I get home. The keyboards
are not that common, but I have seen them on eBay. The mouse attaches
to the keyboard.>>>
I would really appreciate that.
<<The easiest way to get these machines running is through the
console. There is a way to set a terminal to be the console,
but I'm not sure how its done on the PI. On some SGIs there is
a hardware mechanism, but on others the console must be use (this
won't help you much).>>
I can get the console through a dumb terminal easily by using a regular modem
cable (NOT null) on serial port 1. Works like a charm, but no lovely grfx..
<<Its difficult to do much without a console, since all the installation
and maintenance procedures assume that you are working through the
console by default. What devices do you have? There are two forms
of the OS media. The older systems were on tape, and the newer ones
were on CD. A may have IRIX 4 tapes at home, which could get you
started. The 4D/35 will run up to IRIX 5.3 (something I recommend),
and the CDs can be found regularly on eBay. Note that these machines
are a bit picky about the CDROM drives they use, older ones are
better.>>
I would be eternally gratefull for somekind of media. There are no tape
drives on these things at all - they both have 2 scsi drives and a scsi
floppy installed. The only OS info I can find is that the one runs Irix 4.0.
(5 or 2 can't remember). I do (of course) have an external scsi cdrom (works
on a sun) and a couple external DAT drives that I bet would work on teh SGI's.
<<It sounds like the previous owner on your second machine wiped
the disk. The lack of a disk label is a good indication that there
is nothing on the disk.>>
Unfortunately I think you're right.
<<Do you have access to any of the accounts on the first machine?
Quite often the guest account had no password, so you could
try that. If you are successful, run hinv to get your machine's
configuration.>>
Tried 'em all - Nope..
<<If you have a console the easiest way to change the root password
is to boot a mini-root (this may be on partition 8 of your disk).
>From there you can modify the /etc/passwd file.>>
How would I go about doing this?
<<SGI tended to use there own file system structures, so you may
not be able to read the disks on other UNIX systems.
Let me know if this helps you. My machines are at home, so I
can provide any detail until tonight. One word of warning the
4D/30 series machines had a habit of catching fire. The CPU
used in the 4D/30 machines generated much more heat than the
4D/20 machines, and the cabinet really wasn't designed for them
The upgrade included an extra fan. If any of the fans fail the
system overheats. Also run with all the skins on for better
heat flow. One of the 4D/35s I had a work caught fire one
day, filled the room with smoke.
>>
Thanks for all your help Mark, I appreciate it!
-Linc Fessenden
In a message dated Mon, 20 Nov 2000 3:48:10 PM Eastern Standard Time, Corda
Albert J DLVA <CordaAJ(a)nswc.navy.mil> writes:
<< I've played with a number of SGIs over my career, both at home
and at work. I put up a web page a while ago with most of the info I've
gleaned ("This Old SGI", http://www.geocities.com/SiliconValley/Pines/2258)
Unfortunately, the web page is woefully out of date as I haven't
had time to go back and restructure it the way I'd like.>>
I love that site - it's the one that provided nearly all the info I have on
these up to this point!
<<Just as in the comments below, I recommend going with Irix 5.3. It will
run reasonably on this machine (with sufficient memory), and provide quite
a bit of functionality.>>
Anyone interested in helping me with *inexpensive* media for these?
<<One thing I _strongly_ recommend... Use an air gun (or canned air) to blow
out the dust throughout the entire case (including air plenums, power
supply and e-module(where the circuit cards are)). I disassembled mine
(including removing the power supply and popping it cover) to clean it.
This critter acts just like a vacuum cleaner and will suck dust and dirt
up from the bottom airgrate faster than you can imagine. At work, we
mounted these things on small (6") pedestals to try to cut down the
amount of internal dust they sucked up. I imagine the accumulated dust
might contribute to the fire problems mentioned below.>>
After opening the cases I noticed that these suck dirt better than a
hoover!!..
<<...Good Luck!...
-al->>
Thanks for all the info Al!
-Linc.
On Nov 20, 12:47, Mark Green wrote:
> The keyboard and mouse is much harder. There were several models
> of keyboards used on these machines. What type of keyboard
> connector to you have? The popular ones were DB9 and PS/2 (note
> I don't think a PS/2 keyboard will work, but I haven't tried).
> I can look up the part number tonight when I get home. The keyboards
> are not that common, but I have seen them on eBay. The mouse attaches
> to the keyboard.
I haven't checked thoroughly, but I'm fairly sure all the keyboards use the
same protocol (a serial protocol, 600 baud IIRC), just different plugs.
The 4DFAQ (aka "This Old SGI" -- try a web search) is helpful about this
sort of stuff.
> The easiest way to get these machines running is through the
> console. There is a way to set a terminal to be the console,
> but I'm not sure how its done on the PI. On some SGIs there is
> a hardware mechanism, but on others the console must be use (this
> won't help you much).
I thought all the PIs use the first serial line automatically if the
keyboard isn't connected?
> > 1 of them still has a working OS, and the other doesn't. I do not have
any
> > OS media for them at all, and the one that IS working has (Of Course) a
root
> > password which I do not have. What I really need here is a copy of the
> > installation media here. Pleeeaaaasssee Contact me if you can assist
in
> > getting these systems running. I believe the 1 with the OS problem has
the
> > OS, but has no scsi disk label. Perhaps if someone were to have a
root/boot
> > disk they could copy off for me, I could get them working. I believe
they
> > run Iris 4.0.somthingorother.
> >
>
> Its difficult to do much without a console, since all the installation
> and maintenance procedures assume that you are working through the
> console by default. What devices do you have? There are two forms
> of the OS media. The older systems were on tape, and the newer ones
> were on CD. A may have IRIX 4 tapes at home, which could get you
> started. The 4D/35 will run up to IRIX 5.3 (something I recommend),
> and the CDs can be found regularly on eBay. Note that these machines
> are a bit picky about the CDROM drives they use, older ones are
> better.
I agree; definitely get 5.3 if you can. It does take more disk space,
though.
> If you have a console the easiest way to change the root password
> is to boot a mini-root (this may be on partition 8 of your disk).
> >From there you can modify the /etc/passwd file.
If you can't get to that, because there's a password set in the NVRAM, so
you can't get to the PROM monitor, the FAQ describes one way to defeat the
NVRAM password.
> SGI tended to use there own file system structures, so you may
> not be able to read the disks on other UNIX systems.
Did 4.0.5 etc use EFS? 5.3 does, and Linux can mount/read that.
> PS: Are there other SGI collectors on the list?
Yes, but most of mine are later than these -- three Indigos, two Indys, and
an Indigo^2.
--
Pete Peter Turnbull
Dept. of Computer Science
University of York
On Nov 20, 13:17, Ethan Dicks wrote:
> But does anyone out there use Thicknet at home?
Is there another kind? :-)
> I have one vampire tap
> transceiver (and a bunch of 10Base2). I would love to set up a segment
> of 10Base5 just for the historical sake of it all. I suppose I would
> need at least one more 10Base5 transceiver to make it worthwhile.
I've got a bit of most common types at home. Well, thick (with nice long
blue drops to complement the thick yellow coax), thin, and UTP, anyway.
And a few feet of FOIRL too.
--
Pete Peter Turnbull
Dept. of Computer Science
University of York
On Nov 20, 6:59, kebabthesheep wrote:
> I have a dual 3 1/2" + 5 1/4" drive, but I can maybe I
> can use one of the drives out of the RM if it doesn't
> do 360K correctly? I'd better check on that one...
Assuming the drive is a "1.2MB" 5.25", it will probably be capable of
reading a 40-track disk, but writing is a different matter -- the track it
will lay down will only be approximately half the width of the track a real
40-track drive will use. You will probably get usable results if you
bulk-erase the media before writing, but it would be best to make a good
copy on the RML drives as soon as you can transfer the disk. Look in the
classiccmp archives for the full debate on 35/40/80 tracks,
single/double/high density, and the rest :-)
--
Pete Peter Turnbull
Dept. of Computer Science
University of York
Ah, does this mean that his computer will go to
heaven?
<Ducks>
On Mon, 20 Nov 2000 15:59:11 -0800 (PST) Cameron Kaiser
<spectre(a)stockholm.ptloma.edu> writes:
> This is absolutely *disturbing*.
>
> http://people.ne.mediaone.net/brochner/bornagain/showme.htm
>
> --
> ----------------------------- personal page:
> http://www.armory.com/~spectre/ --
> Cameron Kaiser, Point Loma Nazarene University *
> ckaiser(a)stockholm.ptloma.edu
> -- FORTUNE: The moon is in Venus' house. This will make no
> difference. --------
________________________________________________________________
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 have a dual 3 1/2" + 5 1/4" drive, but I can maybe I
> can use one of the drives out of the RM if it doesn't
> do 360K correctly? I'd better check on that one...
Hmmm... I should have read that more carefully. If it's what I think you
mean, it's a single/double density 80-track 5.25" in there. The same
argument about reading/writing 40 tracks on an 80-track drive applies (just
as for a 1.2MB "HD" drive) but you won't have to worry about speed (300/360
rpm) or (de)selecting HD.
If you're using a PC, though, you may have to find a controller capable of
single density.
--
Pete Peter Turnbull
Dept. of Computer Science
University of York
I posted this earlier but never received any response or a return message
myself so forgive me if this actually made it to the list and I am
re-posting........
Just got 2 SGI Personal Iris's 4D/35's today (Thanks again Tom) and no KB,
Mouse, monitor for either. Finally got dumb terminal hooked & working, and
was pleased NOT to find boot password protection, HOWEVER....
1 of them still has a working OS, and the other doesn't. I do not have any
OS media for them at all, and the one that IS working has (Of Course) a root
password which I do not have. What I really need here is a copy of the
installation media here. Pleeeaaaasssee Contact me if you can assist in
getting these systems running. I believe the 1 with the OS problem has the
OS, but has no scsi disk label. Perhaps if someone were to have a root/boot
disk they could copy off for me, I could get them working. I believe they
run Iris 4.0.somthingorother.
I am also in the market for an inexpensive KB and mouse combo for at least
one of these.
I also got an HP Apollo 9000/715. Seems to work fine but has abscent hdd for
right now. I hooked it up using my other HP's HPIB KB/Mouse and monitor.
Problem here is for some reason I can not get a serial console to work on
this machine. Can't figure out what the heck I am doing wrong and was
wondering if anyone here knew if I had to set that up in the HP's settings to
get it to work as it doesn't seem to by default. (Before you ask, I tried
both a null-modem and a regular cable on this on both the rs232 and parallel
ports with no luck)
Also will be looking for inexpensive HPIB KB/Mouse for this..
Thanks for any help you have to offer.
-Linc Fessenden
In a message dated Mon, 20 Nov 2000 3:56:37 PM Eastern Standard Time, James
Jackson <jjackson(a)salsa-digital.com> writes:
<< Sun Sparc Stations (at least the II's) had the ability to allow the
user to boot to single-user mode. (Don't remember the OS.)
When in the single-user mode, then the operator was the 'root'
operator and could change the password.
It was necessary to do this on one system I was using. I just got the
job, the previous employee had set the root password to god knows
what, and I was locked out of several features - since I wasn't the
root operator.
This 'feature' (booting to single-user mode) was not really
publicized, as it was a sort of 'loophole' in the system.
Regards,
James Jackson
>>
Yep, you can still do this on Suns (I have a few). Tried it on the SGI as
well, however right before the "glory prompt" I was asked for a "Single User
Password".. Bummer...
-Linc.
--- David Gesswein <djg(a)drs-esg.com> wrote:
> > From: Ethan Dicks <ethan_dicks(a)yahoo.com>
> > Subject: Re: Anyone have an RK8E to sell?
> >
> > I did happen to go look at my RKV11D
> > and verified that there is an M993 card at the end of it...
>
> I thought that the RK8E needed the IC
Perhaps. I've never owned a working RK8E.
> and the original cable I am using with my RK8E does have it installed.
That's pretty suggestive. OTOH, perhaps that's there for RK01/RK03
compatibility? (Just a WAG)
> I have a schematic in the RK8E printset but it doesn't show the IC.
I, too, have the RK8E printset and the lack of information there is
why I had the question in the first place.
> If find you need the parts on the board I can pull
> the cable and find out what they are.
That would be wonderful. A scan of the board would be more than
adequate. I can puzzle out the component values from there.
> The RK8E (with M993C) and RK05 schematics are on my web site
Roger. As I said, though, I have a set, too.
Thanks,
-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! Calendar - Get organized for the holidays!
http://calendar.yahoo.com/
Hi,
Has anyone on the list got any response from DECus lately
(2~3 months)? I tried signing up about 4 weeks ago and got
no response. I would like to do whatever's necessary to join.
John A.
I've played with a number of SGIs over my career, both at home
and at work. I put up a web page a while ago with most of the info I've
gleaned ("This Old SGI", http://www.geocities.com/SiliconValley/Pines/2258)
Unfortunately, the web page is woefully out of date as I haven't
had time to go back and restructure it the way I'd like.
I am still quite interested in SGIs, but I've broadened my interests
to include DEC (PDP-series) and SUN (both old and new) stuff as well.
BTW, I agree with the approach below... although you can do quite a bit
through the serial console, getting the graphics console up would be
much better. The 4D/35 keyboard/mouse is proprietary, but should be
available from places like www.reputable.com, www.mce.com and www.mashek.com
(and many others who's name escape me at just this moment) The mouse
might be fudged using an old Sun mouse and some mods, but I would still
recommend getting a "real" SGI mouse as the modified sun mouse doesn't
work as well as the real SGI version.
Just as in the comments below, I recommend going with Irix 5.3. It will
run reasonably on this machine (with sufficient memory), and provide quite
a bit of functionality.
One thing I _strongly_ recommend... Use an air gun (or canned air) to blow
out the dust throughout the entire case (including air plenums, power
supply and e-module(where the circuit cards are)). I disassembled mine
(including removing the power supply and popping it cover) to clean it.
This critter acts just like a vacuum cleaner and will suck dust and dirt
up from the bottom airgrate faster than you can imagine. At work, we
mounted these things on small (6") pedestals to try to cut down the
amount of internal dust they sucked up. I imagine the accumulated dust
might contribute to the fire problems mentioned below.
BTW, as far a CDROMS go, SGI used Toshibas (I think the models were
3401 or 3501)for quite a while. The important thing is to make certain that
they are jumpered for 512K bytes/sector. I believe some of the older Texel/
Plextors will work also. The recommended SCSI ID for SGI CDROMs is ID 4.
Another Gotcha... SGI uses scsi ID 0 for it's controller ID, so you should
jumper all your scsi drives/devices for id 1-7.
...Good Luck!...
-al-
-acorda(a)1bigred.com (also acorda(a)geocities.com)
> -----Original Message-----
> From: Mark Green [mailto:mark@cs.ualberta.ca]
> Sent: Monday, November 20, 2000 2:47 PM
> To: classiccmp(a)classiccmp.org
> Subject: Re: Need SGI Classic Cmp Help
>
>
> > I posted this earlier but never received any response or a
> return message
> > myself so forgive me if this actually made it to the list and I am
> > re-posting........
>
> I hadn't seen it either, otherwise I would have replied.
>
> >
> > Just got 2 SGI Personal Iris's 4D/35's today (Thanks again
> Tom) and no KB,
> > Mouse, monitor for either. Finally got dumb terminal
> hooked & working, and
> > was pleased NOT to find boot password protection, HOWEVER....
>
> I have about 6 PI's, covering most of the models and options. The
> 4D/35 was the top of the line. There are basically two generations
> of PIs. The first generation is the 4D/20 and 4D/25. The 4D/30
> and 4D/35 were added a few years later. There is considerable
> difference between the two generations. For example the memory
> architecture was changed rather drastically. The 4D/30 memory is
> the same as Indigo memory (but not Indigo2). There were also several
> changes in keyboards. In addition, there was an upgrade path from
> the 4D/20 to the 4D/30 models, which didn't quite produce an off
> the shelf 4D/30. There are a number of very interesting bastard
> configurations out there due to the different upgrade paths. Some
> of my answers will be kind of vague because of this.
>
> I would strongly advice getting the console working. The monitor
> part is easy, most VGA monitors will work. Depending on the graphics
> option that's installed in your machine you should have either a
> VGA or BNC connectors (some of the later graphics options used
> 13W3 connectors). I've had success with a wide range of monitors.
> The standard resolution is 1280x1024 I believe (they came standard
> with 19 and 21 inch monitors), but I've used 1025x768 monitors, a
> bit fuzzy, but it works.
>
> The keyboard and mouse is much harder. There were several models
> of keyboards used on these machines. What type of keyboard
> connector to you have? The popular ones were DB9 and PS/2 (note
> I don't think a PS/2 keyboard will work, but I haven't tried).
> I can look up the part number tonight when I get home. The keyboards
> are not that common, but I have seen them on eBay. The mouse attaches
> to the keyboard.
>
> The easiest way to get these machines running is through the
> console. There is a way to set a terminal to be the console,
> but I'm not sure how its done on the PI. On some SGIs there is
> a hardware mechanism, but on others the console must be use (this
> won't help you much).
>
>
> >
> > 1 of them still has a working OS, and the other doesn't. I
> do not have any
> > OS media for them at all, and the one that IS working has
> (Of Course) a root
> > password which I do not have. What I really need here is a
> copy of the
> > installation media here. Pleeeaaaasssee Contact me if you
> can assist in
> > getting these systems running. I believe the 1 with the OS
> problem has the
> > OS, but has no scsi disk label. Perhaps if someone were to
> have a root/boot
> > disk they could copy off for me, I could get them working.
> I believe they
> > run Iris 4.0.somthingorother.
> >
>
> Its difficult to do much without a console, since all the installation
> and maintenance procedures assume that you are working through the
> console by default. What devices do you have? There are two forms
> of the OS media. The older systems were on tape, and the newer ones
> were on CD. A may have IRIX 4 tapes at home, which could get you
> started. The 4D/35 will run up to IRIX 5.3 (something I recommend),
> and the CDs can be found regularly on eBay. Note that these machines
> are a bit picky about the CDROM drives they use, older ones are
> better.
>
> It sounds like the previous owner on your second machine wiped
> the disk. The lack of a disk label is a good indication that there
> is nothing on the disk. Note, these machines can be network booted,
> so you could boot from the other machine.
>
> Do you have access to any of the accounts on the first machine?
> Quite often the guest account had no password, so you could
> try that. If you are successful, run hinv to get your machine's
> configuration.
>
> If you have a console the easiest way to change the root password
> is to boot a mini-root (this may be on partition 8 of your disk).
> From there you can modify the /etc/passwd file.
>
> SGI tended to use there own file system structures, so you may
> not be able to read the disks on other UNIX systems.
>
> Let me know if this helps you. My machines are at home, so I
> can provide any detail until tonight. One word of warning the
> 4D/30 series machines had a habit of catching fire. The CPU
> used in the 4D/30 machines generated much more heat than the
> 4D/20 machines, and the cabinet really wasn't designed for them
> The upgrade included an extra fan. If any of the fans fail the
> system overheats. Also run with all the skins on for better
> heat flow. One of the 4D/35s I had a work caught fire one
> day, filled the room with smoke.
>
> PS: Are there other SGI collectors on the list? I have a fair
> amount of documentation on the early systems, I also have a
> working 3130 at home.
>
> --
> Dr. Mark Green mark(a)cs.ualberta.ca
> McCalla Professor (780) 492-4584
> Department of Computing Science (780) 492-1071 (FAX)
> University of Alberta, Edmonton, Alberta, T6G 2H1, Canada
>
I also have a couple of the CBM books on PET BASIC that were printed
very early on.
I'm doing this from memory, but I believe that one of the authors was
Adam Osborne (of the same Osborne computer fame?).
I also have a very early book by him about computers and computing in
general. It was used as a 'textbook' for a class I took at a junior
college here called 'Microcomputer Kit Building'.
All of the students were required to start assembling a computer -
some even completed their kits. I was about middle-way through with my
SwTPC 6800 kit at the time.
It was a really cool class - I didn't understand very much of it - way
over my head at the time. <grin>
Regards,
James Jackson
In a message dated 11/18/2000 10:36:35 PM Eastern Standard Time,
spectre(a)stockholm.ptloma.edu writes:
> For people who
> don't know what one is, visit
>
> http://www.retrobits.com/ckb/secret/pet.html
Hey Cameron:
Thanks for posting this -- I'd never heard of this machine and it looks like
a lot of fun. A $199 system with support for five mainstream languages?
Seems like they could have sold a million of them just to developers and
students . . .
Glen
0/0
--- Sellam Ismail <foo(a)siconic.com> wrote:
> Speaking of which, I just received the complete set of manuals for the
> Waterloo languages this weekend. I also got the SuperPET manual (and
> while I'm at it, the first 30 tapes of the Cursor software library...I'm
> sure Larry will take notice, unless he already has all of them, which I
> think he does :)
Does this mean that there are any .T64 files for these? I only have a couple
of Cursor tapes, but love to use them to show off what the PET can do (either
on the real hardware or on VICE).
If there's a place to nab these, I'd love to know about it. If they need
to be made, I'd be glad to help (I have a Datasette on a parallel cable and
a 486 I use for tape slurping).
-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! Calendar - Get organized for the holidays!
http://calendar.yahoo.com/
All this talk recently, reminds me of the computer that I just had to
have... the B-128.
I always liked its' looks, and finally found one many moons ago, so I
bought it.
It turns out to be a really neat computer... too bad C= didn't promote
it. (I think that they must've had many new ideas at the time, and
weren't sure which ones to pursue.)
Anyway, I linked it to an 8050 floppy drive, and played with it for a
bit.
I soon grew tired of it (well, not really - just needed the space),
and sold it to a fella locally. He probably still has it in storage,
too.
I had invested much in this computer - getting the schematics for it,
and other documentation.
It was sort of a cross between a C-64 and PET80xx(?) seies computer.
Was real fast at 2-Mhz, and would run many of the C-64 programs
straight out - provided they didn't get too graphics intensive.
I used to do timings between the B-128 and my ol' C-64.
Ahhh... those were the days.
Regards,
James Jackson
Doug:
I got the Mac services working. Apparently it wasn't a problem on
the Mac side. The one item that the NT manual left out is that the directory
in which the UAM volume resides has to be shared and have the permissions
set. I found a Web page dealing with this setup. So, when I shared the
directory on the NT Server, the directory was visible by the Mac client. All
machines are on the same subnet. The NT Services for Mac is set with routing
enabled because there are no other Mac servers on the net. This is per the
SFM docs. Thoughts?
Now, I need to get printing working. I have a PS laser printer
connected to the server. Is shared printing a possiblity?
>> Re-reading the NT docs, I'm supposed to see the
>>AppleShare icon in the
>> Chooser, which I don't. I only see AppleTalk. Hmmm...
>>???
I was having all sorts of problems at this point. In the MacTCP
control panel, I would only have LocalTalk and no Ethernet. I rebooted and
reinstalled from the Network Installer disk and then the Asante disk. Then,
EtherTalk appeared. Originally, in the Chooser, when I selected AppleShare,
no zones showed-up (which was fixed by the above).
I've been using TransMac to move disk images to the ci. Moving them
across the network doesn't work because the type/creator information is not
moved. As far as I can tell, neither TransMac or HFV work with remote
(network) drives, so I can't get their translation benefits. Also, using a
null-modem setup doesn't transfer the credtor information. So, the
transferred programs are not usable. So, I've been relying on TransMac 4.1c
which works well.
I'm making images of System 7.5.3 plus the update.
I also want to get Web access on that machine. I've got a simple
browser, an email and telnet program moved over, but I have to work on the
broadband access. I have a cable modem connected to a NAT firewall. All
internal machines are on the same subnet with the firewall (192.168.1.x).
Could you make me a BinHex or SEA image of the 3.6.4 client disk?
Thanks.
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)
-----Original Message-----
From: Douglas Quebbeman [mailto:dhquebbeman@theestopinalgroup.com]
Sent: Friday, November 17, 2000 1:26 PM
To: 'classiccmp(a)classiccmp.org'
Subject: RE: AppleTalk over NT
> Does anyone have any experience with Mac-NT compatibility? I want
the Mac
> to have access to my NT server so that I can move large files across my
home
> network which is decidedly Windows-based.
I run Services for Macintosh for a very few legacy Macs here...
> Here's the setup. NT4 Server has the Services for Macintosh
installed. The
> NT configuration is set for routing, seeding the network, and a node range
> of 11-254.
Ok, I don't have SFM set for routing. It's simply bound to the
Ethernet adapter. In that mode, the NIC is in the "default zone".
> The IIci has an Asante NuBus Ethernet card which passes internal
> diagnostics and indicates "link". So, I know the connection to my hub is
> good.
Ok.
> I have the AppleShare 3.0.1 client installed. The ci runs System
7.0.1.
> Re-reading the NT docs, I'm supposed to see the AppleShare icon in the
> Chooser, which I don't. I only see AppleTalk. Hmmm...
???
I don't see AppleTalk in the Chooser; I see AppleTalk in Control Panel.
In Chooser, I see icons for each type of printer driver I'm using,
and I also see the AppleShare icon.
However, none of our legacy Macs are that old; System 7.5.5 is the
oldest in use, OS 8.1 the newest. ISTR that AppleShare Client 3.6.4
is the oldest version of the client in use here.
> I configured the MacTCP to point to my firewall for Internet access.
Maybe
> this should point to the NT Server? It's a private subnet configuration
> where the NT server is for file and print sharing only; the Internet
> connection is through a broadband firewall/router.
NT Services for Macintosh doesn't have the capability introduced in
the AppleShare Fileserver IP 5.0 that permits clients to make connections
over TCP/IP; and the earliest AppleShare Client that supports the TCP/IP
connections is 3.6.4 (we had to make that the baseline while we were
still running a Mac fileserver).
If you're trying to access the NT Server across anything other than
the LAN that the NT Server's NIC is connected to, you're out of luck.
No bridges, routers, etc.
Additionally, you have to create a directory somewhere, share it for
access by Windows clients, then use NT File Mangler to create a Mac
Volume from that shared directory before the macs can see them. But
it sounds like you're having trouble before you get that far.
Hope some of this helps...
-dq
--- Don Maslin <donm(a)cts.com> wrote: >
> David, I cannot help you in the documentation arena,
> but if you
> have access to TeleDisk and a PC with 5.25" floppy
> drive -
> preferably 360k - I will email you any or all of the
> following
> disk images:
>
> Research Machines Limited
>
> Name Format Description
> RML14B31 SSSD CP/M 1.4B (31K) system disk
> for 380Z
> RML14B56 SSSD CP/M 1.4B (56K) system disk
> for 380Z
> RML22C31 SSSD CP/M 2.2C (31K) system disk
> for 380Z
> RML22C3R SSSD CP/M 2.2C (31K) system disk
> for 380Z (reformatted)
> RML22C56 SSSD CP/M 2.2C (56K) system disk
> for 380Z
Um, yes please! I've downloaded a 'teledisk'
shareware thingy. I'll give it a blast :) Please can
you mail me any/all images you have?
I have a dual 3 1/2" + 5 1/4" drive, but I can maybe I
can use one of the drives out of the RM if it doesn't
do 360K correctly? I'd better check on that one...
Cheers,
Dave.
__________________________________________________
Do You Yahoo!?
Yahoo! Calendar - Get organized for the holidays!
http://calendar.yahoo.com/
--- Pete Turnbull <pete(a)dunnington.u-net.com> wrote: >
> I think I have an RML380Z CP/M disk somewhere here.
> I suppose I could make
> an image copy, but I'm not sure if it's bootable. I
> know it has ZASM and
Excellent - I'd like a copy of anything you have for
it, if you would be so kind :)
> various utilities on it. I'd bet Don Maslin has
> boot disk, though.
>
> I also have 12 A4 pages of circuit diagrams for the
> 380Z, and a photocopy
> of the appendices to the TXED manual, if they're any
> help.
>
No *that* would be useful. Are they in an electronic
format?
> Pete Peter Turnbull
> Dept. of Computer Science
> University of York
Would that be York UK, or USA?
Dave.
__________________________________________________
Do You Yahoo!?
Yahoo! Calendar - Get organized for the holidays!
http://calendar.yahoo.com/
In a message dated 11/20/00 9:33:56 AM Eastern Standard Time,
dogas(a)bellsouth.net writes:
>
> Heh.. I've had a few private emails assuring me my home decore was not
> unique. ;)
>
> Cheers
> - Mike: dogas(a)bellsouth.net
>
>
>
I was happy to see your pics as well. In fact I can't wait to show them to
my wife... She thinks MY collection is bad :-)
-Linc Fessenden
In a message dated 11/19/00 7:18:14 PM Eastern Standard Time,
pechter(a)pechter.dyndns.org writes:
> > > I figure we need a support group in NY and area. Drink coffee, whine
> > > about systems we've not the space for, and drink more coffee. :)
> >
> > Sounds good to me.
> >
> > -Dave McGuire
>
> Well... I'm in central New Jersey (near Freehold and Asbury Park).
>
> Bill
>
And I am in Eastern Pennsylvania (Allentown).
-Linc Fessenden
Hello!
I have a couple of HP related questions. I started thinking about these
while I was scanning all the 9000/500 docs that I have and in HP 27110B
HP-IB card manuals I saw a sentence similar to this "..supported in all
HP computers with CIO bus..".
1. Which machines had the CIO bus ? I know of 9K/550, 520 and at least some
version of the bus in some 800-series machines.
2. I know about 200/300/400/500/700/800-series but what is 9000/600 which
I've seen in a couple of manuals.
3. Is the HP 7970 tape drive vacuum column or one of these newer streaming
devices (like the 7974A).
And extra bonus-points for the person who recognizes the app in the cover
of the HP 9000 550 manual at
http://www.tec.puv.fi/~s99137/kuvat/cover.gif
And a couple of low-quality "recognize the peripheral"-pics at:
http://www.tec.puv.fi/~s99137/kuvat/uudet/ (none of those are mine, btw.)
Particularly cipher.jpg, HP2000[12].jpg, nauha.jpg, hp3kcons.jpg.
TIA,
--
Jarkko Teppo | Lahjoita HP 7933:n levypakka hyv??n kotiin!
jate(a)uwasa.fi |
:wq! |
Dry Silver Paper of Type 7772, 78-6577-2000-5 or Type 7770
are used by recorders of Medelec and Tektronics !
M3's Immaging Division were tranfered to Imation, who
discontinued
Dry Silver Paper production end of 1999.
Type 7772 Data: Roll-format 8.5" x 131',
Papers thickness 0.0044" (incl.
coating)
Core I.D.: 2.225" +/-
0.005".
Winding: CSI (coated
side inward),
Are there probably any substitute for the product available
?
Hwo has mor than 40 ea rolls onhand available ?
Appreciate any available information,
Regards
HGR
On November 19, Tim Harrison wrote:
> > Jeeze, I'm jealous. Here on the east coast things are much more
> > bleak hamfest-wise.
>
> Where are you, Dave? For some reason, I thought you were out west.
I'm in Laurel, MD, right off of the stretch of Route 95 that
connects the DC and Baltimore beltways, just south of the middle.
> I just finished part of my move back to New York from Toronto. I say part
> because of some fishy dealings with an prior landlord here, who said that
> our old apartment was available, then rented it once we had sent our
> money. So, we're staying at a friend's place, with all of our stuff in
> storage.
Eeeeeeek!! Sounds like some legs need to be broken.
> I figure we need a support group in NY and area. Drink coffee, whine
> about systems we've not the space for, and drink more coffee. :)
Sounds good to me.
-Dave McGuire
On 2000-11-19 classiccmp(a)classiccmp.org said to kees.stravers(a)iae.nl
cl>;) I recently moved and was missing the ole place... and ran
cl>across some (aged, because there was apparently *some* room to move
cl>around in ) digital snaps. Since there were alot of old systems
cl>in the pics, thought I'd share them...(about 60k a piece)
cl>http://personal.lig.bellsouth.net/~dogas/
You made me very happy. Sometimes, when I have trouble moving around in
my own house, I think, I can't be the only crazy guy who lives like this.
Thanks to your pictures, now I'm sure I'm not the only one with a house
like that! :) You even had a pinball machine too. I hope it survived
the move.
Kees.
--
Kees Stravers - Geldrop, The Netherlands - kees.stravers(a)iae.nl
http://www.iae.nl/users/pb0aia/cm/ My Computerhome page
http://www.vaxarchive.org/ Info on old DEC VAX computers
Net-Tamer V 1.08.1 - Registered
On November 16, Mike Ford wrote:
> >> Wonder what happened to the swapmeets/hamfests/etc?
> >
> > Hamfests? Hah. Hamfests turned into "new taiwanese PC clone hardware
> >dealer fests" years ago.
>
> Not so in SoCal, the four regional hamfests, Santee, Fontana, Pomona, and
> TRW, all are old style drop the tailgate, empty the trunk events. Real
> "dealers" are less than 50% of the crowd and a good half of them are radio
> related or tools.
>
> Computer fairs are the only all dealer events, and we even still have quite
> a few local swapmeets that are at least 25 to 50% casual sellers.
Jeeze, I'm jealous. Here on the east coast things are much more
bleak hamfest-wise.
-Dave McGuire
On November 18, Billy D'Augustine wrote:
> > Also most importantly is anyone
> > seriously interested in this?
>
> I'd be interested!
You know, call me crazy, but I think I'm interested as well. Yeah.
I, too, miss the dialup BBS days, and it'd be neat to do something
even remotely like that again.
I ran the Mercerville RCP/M system for about three years up near
Trenton, NJ, when I was in high school...I shut it down in 1987 in
favor of putting my pdp11/34a (running RSTS/E) on a dialup line for my
friends to hack on.
My favorite part of the whole old BBS scene were "storyboards".
Anyone remember those? Of course, the concept could be approximated
with netnews, but it's just not the same. Having a specific interface
designed for that sort of writing...chapter navigation, stuff like
that...is really, really nice.
I tried to bring up another BBS many years ago (1990 or so) on an
AT&T 7300 (UnixPC, 10MHz 68010, 512K, SysVr2). I ran a program called
"unaxcess" which I really liked. Has anyone here ever seen it?
-Dave McGuire
.From: THETechnoid(a)home.com <THETechnoid(a)home.com>
..>It is statistically interesting that the minority of women on the list
>produce such a disproportionately large fraction of the quality traffic
on
>the list. Was DEC a particularly liberal company when it came to hiring
>able women? This might be the beginning of a nice lesson in company
>history.
.
Briefly, DEC and a lot of determination. I was in engineering for over
ten years before that. DEC was a very good place to work. As was
NEC (when they were in Wellesly and Natick). Some other places
I have less fond thoughts of.
The determination part is not new to anyone here, you find something
interesting and you do it. That do it part is despite naysayers or
other attempts to discourage.
Allison
Allison
Hi, as is customary for many a mailing list, I should
introduce myself first.
My name is David Rowntree, I am a systems engineer,
working for Philips Semiconductors, based in
Southampton, UK. My interests centre mainly on UNIX
systems, but I like anything computational and old.
I recently found my Research Machines 380Z in a pile
of junk, and got interested in it again. For those
who don't know, its a Z80 based CP/M machine sold in
the UK, mainly to schools and other educational
establishments. Mine came from Imperial College,
London, where I studied for my Meng in Electronic
engineering.
The box in question is a RML-380Z-D model, with dual 5
1/4" drives, and I think, 32K RAM. It has two video
boards (I believe this is the hires option) and an
additional ram board(cpu board with most bits removed)
an analog i/o card, and seems to have firmware
'COS4.2A'
The date of the box is '83, and is complete with its
keyboard, and even the dust cover!
Unfortunantly - NO SOFTWARE AT ALL. Not even cp/m :(
I know next to nothing about this box, so my query:
Does anybody have the system disks? How about
documentation of the firmware?
I've found various bits of cp/m source, but nothing
specific to the 380z. I believe it ran cpm2.
One other point - I believe you hit 'b' to bootstrap
the floppy - when I do this there is NO disk activity
(even with a floppy in the drive) I've tried both
drives, and both cable positions. The drive psu gives
stable volts, so that's not the problem. I'm sure it
should do something! There is an LED on the floppy
controller, it flashes with a kind of 'heart beat'
pattern i.e. Flash-flash--pause--flash-flash--pause
etc. Anybody know if this is normal?
You guys are possibly my last hope - I've spent a
total of over 20 hours scouring the web for info, and
have come up with very little. I'd like to get as
much on this box as possible, for preservation reasons
- and so I can build a website about it.
Many thanks in advance for anybody who can help me
out!
Dave.
__________________________________________________
Do You Yahoo!?
Yahoo! Calendar - Get organized for the holidays!
http://calendar.yahoo.com/
Dear Mr. 9000,
HAL, you seem to be using the wrong AlGorerhythmn. You say that
'Resistance is useless', when it should be 'Resistance Is Futile'.
As in:
"We are Microsoft. Resistance Is Futile. You Will Be Assimilated."
Unless of course there is some sort of mental aberration, as in:
"I am Dyslexia of Borg, fusistance is retile. Your ass will be laminated."
I would ask that you incorporate the following lines of program code
so that things are done right in 2004.
Can we count them with our nose?
Can we count them with our toes?
Should we count them with a band?
Should we count them all by hand?
If I do not like the count,
I will simply throw them out!
I will not let this vote count stand
I do not like them, AL GORE I am!
Can we change these numbers here?
Can we change them, calm my fears?
What do you mean, Dubya has won?
This is not fair, this is not fun
Let's count them upside down this time
Let's count until the state is mine!
I will not let this VOTE count stand!
I do not like it, AL GORE I am!
I'm really ticked, I'm in a snit!
You have not heard the last of it!
I'll count the ballots one by one
And hold each one up to the sun!
I'll count, recount, and count some more!
You'll grow to hate this little chore
But I will not, cannot let this vote count stand!
I do not like it, AL GORE I am!
I won't leave office, I'm stayin' here!
I've glued my desk chair to my rear!
Tipper, Hillary, and Bubba too,
All telling me that I should sue!
We find the Electoral College vile!
RECOUNT the votes until I smile!
We do not want this vote to stand!
We do not like it, AL GORE I am!
How shall we count this ballot box?
Let's count it standing in our socks!
Shall we count this one in a tree?
And who shall count it, you or me?
We cannot, cannot count enough!
We must not stop, we must be tough!
I do not want this vote to stand!
I do not like it, AL GORE I am!
What's that? What? What are you trying to say?
You think the current count should stay?
You do not like my counting scheme?
It makes you tense, gives you bad dreams?
Foolish people, you're wrong you'll see!
Your only care should be for me!
I Will not let this vote count stand!
I do not like it, and AL GORE I am!
Sincerely,
G@K
From: Zane H. Healy <healyzh(a)aracnet.com>
>>the phone network. Hey you VMS bigots, how bout some Decnet over IP?
>>Endless possibilities.
>
>Wait a minute.... Who you calling a VMS bigot! I seem to recall you're
>pretty heavy into VMS!
Feh, ip over DECnet!
>Using VMS you'd have mail and DEC Notes at least. Plus it's possible to
>setup dialup access. The question is, how secure is DECnet over IP?
Can
>you send it via an encrypted link? I've not read up on it yet.
Extremely secure if IP is done right. DECnet is good in itself. Doing
it
as wrapped decnet would be hard for outsiders to crack unless they knew
it was DECNET inside. It's basically VPN. FYI, back in the old days
(early 90s) DECNET was used to wrap appletalk and Novell so it could
be run over wans (DECNET is routable).
Allison
Hi,
I recently received an HP 9815A ... working, except that the
display is dead. (I.e., I can enter numbers, do calculations,
and print the results on the integral printer.)
Does anyone have experience with this machine?
The display (about 5 or 6" wide, 1" tall) is a Burroughs
Panaplex II, with the following markings:
Kr 85
BR 16252
An odd little pointed glass cone juts out of the back of the panel,
in the center.
thanks,
Stan
Stan Sieler sieler(a)allegro.com
www.allegro.com/sieler/wanted/index.htmlwww.allegro.com/sieler
Hello, all:
Yesterday, I received my first modern Mac, a IIci. It comes with 8mb
of RAM an Apple TokenRing card and the Workstation Display card (Apple#
630-4179). The monitor is the 12" hi-rez monitor. It runs System 7.0.1. I
have a few random questions...
The workstation display card has a 13W3 connector on it. I
understand that if you use an external display adapter, you can reclaim some
system RAM by disabling the built-in video. Is this true? If so, How can I
connect the 13W3 to the Hi-Rez monitor which has a DB15 connector? I looked
in some catalogs, but there doesn't seem to be an adapter made for this.
The TokenRing card is useless to me, so it's up for trade. I
installed an Asante ethernet card, but I still have to install the driver
for the card, which I downloaded to my PC. I'm going to use TransMac or
workalike to transfer to 1.4m diskette.
What is the best internet browser for this configuration? I have a
cable modem connection, so dial-up is no issue.
Like I said, it has 8mb of RAM. I have a few random 30-pin PC SIMMs
laying around. Can I typically use these? What should I watch for?
The ci also has an X-eyes-like application that shows-up on the menu
bar. I looked in the usual places for where this could be installed, but I
can't seem to find the file. There's also no configuration menu to disable
it. If I can't find it, no big deal, but I'd like to disable it if I can.
Again, the token ring card is up for trade. If anyone's interested,
contact me off-line. Thanks again.
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)