I've added a few user manuals and such to my manuals page, some of which
might be of interest...
http://mysite.verizon.net/rtellason/manuals.html
--
Member of the toughest, meanest, deadliest, most unrelenting -- and
ablest -- form of life in this section of space, a critter that can
be killed but can't be tamed. --Robert A. Heinlein, "The Puppet Masters"
-
Information is more dangerous than cannon to a society ruled by lies. --James
M Dakin
are now up under
http://bitsavers.org/bits/ATT/unixPC
with the exception of the virtual device interface disk, which
was completely unreadable (seems odd, since all the rest read
perfectly)
Thanks for the replies, all, especially Tony Duell who had it
spot-on:
>This normally means there's a short in the keyboard matrix, as if one key
>is stuck down.
>
>What I would do is open up the keyboard casing (there are 2 screws under
>the plastic posts/feet) and remove the internals.
(snip)
>Connect the PCB to the terminal with the normal cable and power up. Most
>likely the LEDs will go through the normal sequence and there'll be no
>error message, which shows the fault is in the keyboard itself.
The LED's do indeed cycle when the isolated PCB is hooked up, and
eventually "VT220 OK" appears on the screen. So now I either have
to find the shorted key (it's pretty dirty in there so blowing
with compressed air might help) or just get another keyboard. I
won't try and wash it after reading the warnings here.
BTW I see one on ebag right now (190254818657) but it's a
"VT220-Style" unit, made by another manufacturer. Think it'd work
with a real VT220?
thanks
Charles
Hopefully, this request is clear enough to be understood. Both the
software and the hardware portion of the questions are independently
important, so please answer one aspect even if you can't help with
the other.
Over the past 30 years of using PDP-11 software (RT-11 over 95%)
and hardware, I have never had occasion to use a Unibus system with
more than 256 KB of memory (such as a PDP-11/34).
I would appreciate help in understanding the Unibus Map hardware which
(if I understand its purpose correctly) is to convert 18 bit addresses given
to a Unibus controller into 22 bit addresses for real physical memory for
systems like a PDP-11/84 and perform DMA from / to the hard drive.
Also helpful would be an explanation of the related software used under
RT-11 along with exactly where the Unibus Map hardware is located
on a real DEC system (on the CPU board I presume) since the identical
CPU board is used for both the Qbus and the Unibus with both the
PDP-11/84 and the PDP-11/94.
-------------------------------------------------------------------------
DO NOT READ THE FOLLOWING if you don't use RT-11!!!!!!!
By way of context, I have successfully modified the HD0: device driver
originally written by John Wilson which obviously executes ONLY under
E11. Last week, John mentioned in a private e-mail that it is possible to
direct the HD0: "controller" (all references to hardware in quotes refers
to E11 software) to ignore the "Unibus Map hardware". Since I execute
under E11 using Qbus emulation in order to stay totally compatible with
the real DEC PDP-11/23, PDP-11/73 and PDP-11/83 systems (all Qbus
and all with 4 MB of physical memory) which I have available for comparison
testing, user buffers in physical memory above 256 KB are often a situation
which can't be avoided.
Consequently, it had always been a high priority to have a 22 bit device
driver
for HD0: under E11 BECAUSE HD0: is TWICE as fast as MSCP (DUX.SYS
device driver). In addition, I have also been able to write code that
avoids the
overhead of using the HD0: device driver which makes HD0: FOUR times as
fast as MSCP and also allows for direct access of 2 TB of disk space via a
32 bit block number. Since I have an immediate application for a data base
of 32 GB (I have a disk drive of 160 GB, so 32 GB is only 20% of its
capacity -
although under RT-11 15 years ago in 1992, 32 GB would have been only a
dream), the code which I have written will actually be used quite soon.
However, I would very much like the HD0: device driver to be able to execute
under both "Qbus" and "Unibus" hardware. And while I can test the code for
a "Qbus" and for a "Unibus" without a "Unibus Map", I am not clear about
what is required for a "Unibus" with a "Unibus Map" such as a PDP-11/84
running under RT-11.
Megan are you still watching the list? Allison, if you can't answer,
can anyone
but Megan help? Is anyone else familiar enough with the "Unibus Map" that
you can suggest what RT-11 actually needs to do with the "Unibus Map"?
A solution is to check the "hardware" configuration and refuse to allow the
HD0: device driver to LOAD or .Fetch if the modified version is not
executing under "Qbus hardware".
By the way, if anyone who is thinking of a controller for the Qbus which is
able to use SATA drives, I would be happy to modify an RT-11 device
driver to an HD0: type device that is able to handle drives up to 2 TB
in the same manner that DU(X).SYS can handle drives up to 8 GB.
Anyone interested??
Sincerely yours,
Jerome Fine
--
If you attempted to send a reply and the original e-mail
address has been discontinued due a high volume of junk
e-mail, then the semi-permanent e-mail address can be
obtained by replacing the four characters preceding the
'at' with the four digits of the current year.
I'm trying to use simh to create an RT-11 bootable RX50 disk and am
following some instructions posted by Megan Gentry a while ago. I've
created the disk image but am having trouble making it bootable. The
copy/boot command claims it can't find the RT-11 image but it is
clearly on the floppy (du0). Any idea what's going wrong?
.dir du0:
10-Apr-99
RT11XM.SYS 106P 20-Dec-85 DU .SYS 8P 20-Dec-85
TT .SYS 2P 20-Dec-85 PIP .SAV 30P 20-Dec-85
DUP .SAV 47P 20-Dec-85 DIR .SAV 19P 20-Dec-85
RESORC.SAV 25P 20-Dec-85 EDIT .SAV 19P 20-Dec-85
MACRO .SAV 61P 20-Dec-85 CREF .SAV 6P 20-Dec-85
LINK .SAV 49P 20-Dec-85 LIBR .SAV 24P 20-Dec-85
FILEX .SAV 22P 20-Dec-85 HELP .SAV 132P 20-Dec-85
BATCH .SAV 26P 20-Dec-85 FORMAT.SAV 24P 20-Dec-85
SETUP .SAV 41P 20-Dec-85 SPEED .SAV 4P 20-Dec-85
DATIME.SAV 4P 20-Dec-85 LET .SAV 5P 20-Dec-85
SPLIT .SAV 3P 20-Dec-85 CONFIG.SAV 7P 20-Dec-85
SWAP .SYS 27P 20-Dec-85
23 Files, 691 Blocks
95 Free blocks
.copy/boot du0:rt11xm.sys du0:
?DUP-F-File not found DU0:RT11XM.SYS
http://mysite.verizon.net/rtellason/pa020085.jpg
I haven't seen the inside of one for a while, but this may be for a Fortune-32
JAM or someone with a machine handy (Eric?) could confirm it.
There were different 'dash' configurations for the WD1001, according to the WD
catalog. The ones listed use ribbon cable connectors.
Roy, Al,
> http://mysite.verizon.net/rtellason/pa020085.jpg
>
> I haven't seen the inside of one for a while, but this may be for a Fortune-32
> JAM or someone with a machine handy (Eric?) could confirm it.
Yes, that's a hard disk controller for the Fortune 32:16 computer.
I would be happy to save it from going to the scrap heap.
James Markevitch
Hello,
The company I work for has approximately 15 HP 9000/300 computers
available. These are mainly the 310 models. There are a couple of other
models too. Most of them have the SRM boards installed. There is also a
HP9826 available. Also are keyboards and monitors. There are NO hard drives
or floppy drives.
We are going to do an renovation of the area they are stored in. They are
free for local pick up in Lexington KY or if you arrange for freight
pickup, we will put them on a pallet and wrap them. If there are no takers
in 30 days, they will be scrapped.
thanks
Max
> http://mysite.verizon.net/rtellason/pa020085.jpg
> I haven't seen the inside of one for a while, but this may be for a
> Fortune-32
> JAM or someone with a machine handy (Eric?) could confirm it.
Al - we have one of those machines here at the Personal Computer Museum
(pcmuseum.ca) - if you can give me a couple of days, I can confirm this if
nobody else has one handy.
I tend to look for the simpler explanations first.
If your keyboard was previously working,
the first place I would check is the MMJ
on the back of the terminal.
I've seen everything from malformed pins,
to corrosion, to spider webs, to dead bugs
inside RJ12 / RJ45 connectors.
Another point of failure is the?MMJ on the keyboard cable;
you can try removing that, and re-crimping it.
T
________________________________
Yo, Tony here (Sharkonwheels on VC)
Got any boards left? CPU board, ECB backplane, and (if ready) FDD/IDE board.
Tony
[snip]
-----REPLY-----
Hi Tony!
Thanks! Yes, I have several PCBs left. I have N8VEM SBCs, ECB backplanes,
and ECB bus monitor PCBs. I just received the ECB bus monitor PCBs and
haven't finished building mine yet. Some of the other builders are helping
out by taking the lead on the first ECB bus monitor for build and test phase
while I continue work on the Disk IO board.
The ECB backplanes are going fast which rather surprises me. I have only a
few left and am going to have to reorder. The builders who have ECB
backplanes seem to like them though.
The Disk IO prototype is working fine so I am writing up the schematic and
doing the PCB layout right now. I'll be posting the schematic and PCB
layout for some much appreciated peer review in the next few days. I am
still doing quality checking on them to make sure they are right. The IDE
portion looks OK but the FDC portion is complex and has me concerned. The
big difference between the prototype and the manufactured PCB will be
several option jumpers and a "feature" connector to help builders who want
8" drive support.
Thanks and have a nice day! Please contact me offline if you'd like some
PCBs. They are still $20 each plus shipping.
Andrew Lynch
Would anyone have a service manual for the Hazeltine 1410 terminal ?
I have a peculiar problem where several keys output a different
character. I found there's a pattern to this chaos. From looking at the
ascii data, bits 5 and 6 become swapped only for characters between 40h
and 5Fh. instead of an 'A' it displays a '!" and it continues like
this. I'm afraid the i8243 chip might be bad but I'm not completely
sure. I found the i8243 datasheet and currently trying to trace the
connections. I hear this chip is hard to come by. I only found one
supplier so far which I'm waiting to hear back on the rfq.
thanks
=Dan
--
[ Pittsburgh 250th --- http://www2.applegate.org/~ragooman/ ]
2nd request
_____
Subject: cashtrac.exe ???
Dear sirs
I have been using cash Trac for a long long long time but my disk got
mutilated and would like to use this program again
Please advise how can I download this again for free
Look forward to your prompt reply
Eric
Hi Joe,
I found a really old post that you put up many years ago.
I am trying to get hold of an old Wicat 150ws or similar and was wondering if you knew of of anybody who has one and would like to sell it. Any info would be much appreciated.
Kind Regards,
Ben Christie
_________________________________________________________________
Z80 home brew with FDC
Eric Smith eric at brouhaha.com
<mailto:cctalk%40classiccmp.org?Subject=Z80%20home%20brew%20with%20FDC&In-Re
ply-To=200809220822.16872.thrashbarg%40kaput.homeunix.org>
Sun Sep 21 20:02:25 CDT 2008
* Previous message: Z80 home brew with FDC
* Next message: Z80 home brew with FDC
* Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
________________________________
Alexis wrote:
> The FDC-1 uses a FD179x controller and it appears it uses the same
> data clock and raw data inputs as the 765.
Not quite. I don't recall the details of the difference, but I think it
may have just been the polarity of one of the signals. The 9229 and
9239 had a configuration input to select between 179x and 765 modes.
The 9216 would directly connect to one, and needed a small amount of
logic (maybe just an inverter) for the other.
> The decoder is made up of a 74LS197 (clock divider), a dual 74LS74
flip-flop,
> both used, a 74LS163 counter and an inverter. There are also some open
> collector NAND gates to select the clock rate for either 8" or 5.25"
drives.
> It'll use more individual IC packages, but they're *much* easier to find.
Sure, but it doesn't sound like it's a very good data separator. The
good ones have a PLL (either analog or digital), because it is necessary
to track speed variations, not just of the drive that you're using to
read a disk, but also of the drive that wrote it. Non-PLL data
separators work OK when the disk is both written and read under optimal
conditions, but are unreliable otherwise.
The 9216, 9229 or 9239 are *highly* recommended, as they have a good
digital data separator. The 9229 and 9239 also contain write precomp
logic. The 9239 uses higher resolution timing for its PLL, so it may
perform better.
------REPLY------
Hi,
Eric is right about the FDC9229 being mode selectable between 179x and 765
modes. It makes a difference in a number of output frequencies, etc. Check
the datasheet. It is at the bitsavers.org URL I posted previously.
I can't speak to the PLL issue but Eric is consistent with what I have read
and heard previously. You can make data separator replacements from TTL but
the FDC9229 data separators are really good and provide more than just data
separation. They do a whole host of functions such as FDC clock, data
window, variable write precompensation, etc. I recommend them and they are
fairly easy to work with. They are not easy to find but they are available
if you look enough.
Is anyone interested in adding a 765 based FDC to their Z80 home brew
computer? This design is mostly done and just needs some road testing and
another set of eyes to check it out. The software is kind of crude but
working. There are only a couple of modifications left on the hardware.
First is to attach the FDC9229 write precompensation pins to the latch and
second is to connect the remaining two latch pins to FDC interface pin 2 and
34. The hardware will probably get finished this week some time. The
software will probably take a while though.
Tonight I read and wrote sectors on the IBM PC 360K 5.25" floppy disk. On
the same disk, I formatted some tracks so these functions seem to be working
in both DD and HD mode. Also verified with Catweasel that the 1.4M 3.5"
floppy disk is generating correct tracks. All the sector header information
is checking out right it seems.
BTW, when working on this FDC project, I cannot say enough good things about
the Catweasel. It is like have having x-ray vision into what is being
written to the disk and shows all sorts of hidden stuff. Very helpful when
you can check independently what the i8272 is doing compared to what it will
tell you it is doing.
Thanks!
Andrew Lynch
In going through my stuff I've come across some boards that may be of
interest. I've uploaded some pictures here:
http://mysite.verizon.net/rtellason/pa020085.jpg
I'm not sure what this is. The big ceramic cased device is an 8x300 series
part, maybe 8x305? I can double-check that if anyone's interested. The
rest of the board is generic TTL mostly.
http://mysite.verizon.net/rtellason/pa020086.jpg
http//mysite.verizon.net/rtellason/pa020087.jpg
This one I have no idea about, most of the 14/16-pin parts are generic
4000-series CMOS and the 8-pin parts appear to be linear chips, op amps and
such. The second pic is the panel on the left side of the first pic.
Then there's this one:
http://mysite.verizon.net/rtellason/pa020088.jpg
...a PMMI modem! I remember seeing that referenced a whole lot when I was
hacking away at CP/M comm programs, that seemed to be included in a bunch of
them.
Anybody interested in taking any of this stuff off my hands, feel free to
contact me offlist. On that last one in particular, I'd like to get
somewhat more than shipping costs. :-)
--
Member of the toughest, meanest, deadliest, most unrelenting -- and
ablest -- form of life in this section of space, a critter that can
be killed but can't be tamed. --Robert A. Heinlein, "The Puppet Masters"
-
Information is more dangerous than cannon to a society ruled by lies. --James
M Dakin
Hi, All,
Since one of the first computers I ever got my hands on as a kid (Quest
Elf) happened to have TIL311 HEX displays, I've long been fascinated with
display technology of that vintage. I was poking around for images of
some of the related displays to the TIL311 and ran across a couple of
links with pictures and some history...
http://www.decodesystems.com/old-displays.htmlhttp://www.decadecounter.com/vta/tubepage.php?item=33
In particular, I notice that one of the displays I have one of is a
TIL305 or MAN2 (no logo on mine). I was also looking at the TIL306
or TIL308, but don't happen to have any of those.
I do have a reasonable quantity of TIL311s for my various Elf and Elf2000
machines and even a set that came with an INS8073 SBC. I would love to
find a couple more TIL305s so I can round out an old project, plus I had
an idea for a project that would be interesting to use TIL306s or TIL308s
(don't care about where the decimal point is, so either is acceptable),
but ISTR some discussion on the list a while back about those in particular,
possibly as replacements to some HP counter, and how difficult and
expensive they are to obtain.
TIL311s are frequently found on eBay for various prices; I've gotten
them myself for as little as $2.50 each in small quantities. I doubt
that TIL306s and TIL308s are anywhere near that inexpensive, no matter
what the quantity, but I thought I'd ask if anyone has recently found
any place selling them. I'm not trying to repair a bit of vintage kit,
so I'm not willing to pay "any" price for them - if they are too expensive
(as I suspect they are), then I will find some other display.
Yes, non-driven LEDs are inexpensive to free and modern microcontrollers
can drive wads of LEDs easily and cheaply, but what I'm going for is a
1970s look with 1970s components (i.e., popcorn-logic driven, not micro-
processor-driven). The advantage of the TIL306s and TIL308s is now what
it was then - a high level of integration reducing the overall wiring
complexity and parts count. The disadvantage now as then is that the
displays are more expensive than the entire rest of the device.
They still look cool, though, and that's the real point.
-ethan
--
Ethan Dicks, A-333-S Current South Pole Weather at 29-Sep-2008 at 22:20 Z
South Pole Station
PSC 468 Box 400 Temp -71.3 F (-57.4 C) Windchill -102.3 F (-74.6 C)
APO AP 96598 Wind 7.6 kts Grid 72 Barometer 683.5 mb (10496 ft)
Ethan.Dicks at usap.govhttp://penguincentral.com/penguincentral.html
Patrick,
It was in the late 70's that I was a young technician on the test line at Century Data Systems in Anahiem CA, I remember when the Trident line first got started (T25, T50, T80) they were the latest in high technology, I was one of the first techs to work on them. These disk drives were built to last, I beleive I have some of the old "theory of operation manuals" for them. Thanks for the memories. Do you have a web page with pictures? I also worked on some of the first disk drives that Century Data made back then, I had 18 years in with them untill 1988 just befor they went bankrupt, at lest that is what we were told.
Dave
I finally (months, years) boxed up the rt-11 v4 manuals I have. If I
remember correctly you said you wanted them.
If you email me your shipping address I will ups them to you.
-brad
Brad Parker
Heeltoe Consulting
+1-781-483-3101
http://www.heeltoe.com
A recruiter contacted me about a senior VMS (VAX, Alpha or
Itanium) sysadmin position in Cambridge Massachusetts. This
is for a permanent full-time position. The hiring company
prefers deep experience (15 years), but is having trouble
filling the position so my *guess* is that they are open to
lesser experience.
At this time, I do not know who the hiring company is.
If anyone is interested in this job, drop me an email
james at jdfogg.com.
A friend of a friend has an old xenix machine; Compaq DeskPro 386
running Xenix. He shut if off after running for years and it won't
boot because the cmos battery is dead.
The disk is an ESDI drive attached to a Compaq ESDI/FLPY controller
(copyright 1989) ISA bus card.
He says can't see any way to enter a "setup" mode in the BIOS.
Anyone know how to fix this?
apparently it has his Alfa Romeo motor club data on it (so it's clearly
+10yo :-)
Anyone know if the xenix fs can be mounted on linux? (I doubt it, but
I thought I'd ask)
-brad
Hey everyone,
I have a Tandy 1000 SX that I'm looking to get rid of. Anybody want it?
Here's the scoop.
Tandy 1000 SX (circa 1984)
- Motherboard, cards, and power supply (sorry, I don't have the case, long
story)
- Intel 8088 CPU dual-speed 7.16/4.77 MHz (switch on back), 640K RAM
- VGA graphics card (high-density 15-pin DSUB connector)
- 1 parallel port, 1 serial port, and a light pen port
- 2 Joysticks
- Keyboard (if I can find it) (large 6-pin DIN connector)
- 2x 5.25" floppy drives (A: and B:)
- ISA expansion card with a 20MB (I think) hard drive (C:)
- MS-DOS 6.22 installed on the hard drive
- Various 5.25" floppies\
Manuals
- Technical Reference Manual, Boxed (25-1511) (Schematics, low-level I/O
details, etc)
- BASIC Reference Manual, Boxed (25-1502)
- MS-DOS Reference Manual, Boxed (25-1501)
- Tandy 1000 SX Quick Reference, Spiral Bound
- BASIC: A Reference Guide, Spiral Bound
- Tandy 1000 SX Programmer's Reference, Spiral Bound (Assembly language
guide)
- Turbo Pascal 3.0 and 4.0 reference manuals
If you'd like it and are in the Columbus, OH area to pick it up, shoot me an
email! Highest offer gets it :)
-Matt
I have been on a quest to obtain one of these. If you have one for sale
at non-bandit rates (see classcomputermuseum's auction for an example of
the latter), or know of one, please advise!
Thanks.
(Have a real 820 motherboard and a Ferguson BigBoard already. I need the
actual machine)
STeve
--
Phil:
If you download the manual you will see that it is in color and was scanned at 300 dpi color. I believe that HP did this on purpose
so that you could not copy it on a copy machine but rather contact them and purchase another copy.
On the rom listing I had to even play with the contrast and brightness just to get it to be read. Please if you want take a crack
in reducing the file. As I spent the entire day just on the 40 pages it was the best I could do to get out the document for those
folks whom have the trainer without the manual when it came to the schematics those were scanned in black and white as they
are black and white.
Jim
>
>Subject: TU-58s (was Re: Some progress with my PDP-11/73 system)
> From: "Ethan Dicks" <ethan.dicks at gmail.com>
> Date: Wed, 11 Apr 2007 21:54:24 -0500
> To: "General Discussion: On-Topic and Off-Topic Posts" <cctalk at classiccmp.org>
>
>On 4/11/07, Jerome H. Fine <jhfinedp3k at compsys.to> wrote:
>> But I once had a project that
>> used a real DEC TU-58. Not the fastest "random"
>> access device!!!!!!!!!!!!!!!!!!
>
>They work better as "sequential" access devices - being long and thin
>and travelling in one dimension, go figure. We used to optimize file
>order on our console TU58s to speed up the boot times on our 11/725s
>and 11/730s. Since the file order doesn't change, one just builds a
>TU58 with EXCHANGE with each file following the other. The console's
>8-bit-micro must cache the directory block, since the tape didn't whip
>back to the start between each file.
>
>Using unaltered console tapes from DEC resulted in, IIRC, about 15
>minutes from turning the key to booting the hard disk. Replacing that
>tape with one of our own devising shortened that pre-boot time to well
>under 3 minutes.
>
>I'd hate to rely on a TU-58 and no other block-addressable media on a
>PDP-11, though. I survived a PDP-8 with a TD8E and TU56, but it was
>somewhat tedious (cool to watch, though). TU-58s weren't as cool,
>IMHO.
So happens one of my "small" pdp-11s uses a Tu58. the system is a BA-11V
with an 11/23 256k of ram, DLV11J and MRV11 rom(boot). Takes 10 minutes
to boot, setup VM: then copy key files to and reboot. After that it's
pretty decent even if I have to access a file on tape.
Everytime I runs it with a bunch of kids of the current PC generations
they go gaga and comment on how slow then I explain the amount of ram and
storage then they are amazed it can be a functional machine with so little.
They can't imagine a useful machine with 32kW of ram and 256kb of storage.
On the flip side I've used that same Tu58 to bring up iron that had no
removable storage. It's slow but very dependable.
Allison
Dear Classics:
I just gotta get a Flexowriter. Who has one that will sell it to
me? I had one years ago and gave it up in time of crisis. (Yes, I
deserve it.) No reasonable asking price refused!
Cheers, Dr. Bob
Hi!
I'm looking for ND-100 information. A couple of my friends have started
to work on a ND-100 emulator and it is progressing fast... fast to a
point where we are lacking information about the inner workings of the
ND-100 CPU.
Specifically we are looking for information on the real time clock
interrupt and micro code programming but other information (manuals,
schematics or programs) is also interesting.
I currently have the following manuals that I'm transforming into pdf:s
as time permits.
* ND-06.007 BIG MULTIPORT MEMORY SYSTEM
* ND-06.014 ND-100 REFERENCE MANUAL
* ND-06.016 ND-100 INPUT/OUTPUT SYSTEM
* ND-30.003.06A : SINTRAN III System Supervisor
* ND-30.025.02 : COSMOS Operator Guide
* ND-30.071.1 EN : ND-5000 Series User Guide
* ND-40.004.06 : Norsk Data Documentation Catalogue
* ND-40.012.1 EN : Information Pamphlet for Norsk Data Customers
* ND-60.014.01 : Page III-1-1 to A-9 (some pages missing)
* ND-60.046 TRACE ROUTINE
* ND-60.047.03A : NORD PL User's Guide
* ND-60.050.06 : SINTRAN III Users Guide
* ND-60.066.04 : ND Relocating Loader
* ND-60.074.01 : NORD-10 FORTRAN SYSTEM Reference Manual
* ND-60.088.03 : ND Screen Handling System
* ND-60.096.01 : Page 2-16 to D-3
* ND-60.111.03 : ND TPS User's Guide
* ND-60.132.03 : SINTRAN III Timesharing/Batch Guide
* ND-60.151.02A : SINTRAN III Utilities Manual
* ND-60.158.3 EN : SYMBOLIC DEBUGGER User Guide (2 ex)
* ND-60.163.4 EN : COSMOS User Guide
* ND-60.196.01 : BRF-LINKER User Manual
* ND-60.230.01 : SINTRAN III J-version Release Informaton
* ND-60.236.1 EN : ND-100/500 SORT-MERGE User Guide
* ND-60.264.1 EN : SINTRAN III User Guide
* ND-63.001.02 : Introduction to NOTIS-WP
* ND-63.026.02 : NOTIS-CALC Handbok (in Swedish)
* ND-63.042.1 EN : NOTIS-WP M Release Information for new users
* ND Ring binder with cable diagrams
* Am201B/Am2901C Four-Bit Bipolar Microprocessor Slice, AMD. Page
5-1 to 5-18
* PASCAL : Instructions in Swedish for running Pascal on ND-100
If you have anything outside of this list please let me know. I will
borrow for scanning, buy or trade anything of interest.
The hardware we got access to is a ND-100 satellite, two ND-100 racks
with disks and 8 inch floppys in parts and a nonfunctional NORD-10 in a
rack. When time permits we will try to get it running.
/G?ran
I recently had two more items packed and delivered to me by Craters &
Freighters. Holy shit, what a difference it makes with that company.
A Tektronix 4170 local graphics processor and an Evans & Sutherland PS
390 base unit arrived with no scratches, no falling apart pallets and
everything intact.
The tally so far:
+ seller freight packed deskside SGI Onyx
+ C&F packed lot from dovebid (Tektronix graphics terminals)
+ C&F packed Megatek graphics terminal
+ C&F packed E&S PS390
+ C&F packed Tektronix 4170
- CTS packed deskside SGI Onyx & Octanes
- adcom worldwide packed SGI Octanes, O2s and monitors
In the case of CTS/adcom worldwide, the only reason that I used them
and not C&F is that there wasn't a C&F that could go to Reading, PA
and pick up the stuff from a dovebid auction.
C&F may not be the cheapest; to be honest, when C&F service is
available I don't even bother to check with other freight shipping
service companies. However, what good does it do you to save a few
dollars on shipping and have something arrive smashed or cosmetically
ruined because of poor packing?
I heartily recommend Craters & Freighters for your packing and freight
shipping needs.
<http://www.cratersandfreighters.com>
--
"The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
<http://www.xmission.com/~legalize/book/download/index.html>
Legalize Adulthood! <http://blogs.xmission.com/legalize/>
Joe:
I'm with the Alaska Chapter of the 99s and we have two 510 ATC's, one works
and one does not. Do you have any for sell with the manuals? Also do you
know who works on them? Thanks, Brenda
I have 3 SS20s and 4 SS10s. Mostly complete. All have one or more
processors (ranging from SM41 to SM61), I believe all have RAM,
and some have one or more drives. No GFX as these were last
used for servers.
These are free for pickup in Sharon, MA 02067, or I can bring
them with me to work in Cambridge, MA 02140 (on the same
road as Alewife T station).
If you want one shipped... $10 + actual ship with the $10 to
cover the materials/time to pack and haul to PO/FedEx/UPS/etc.
If these don't move before that dumpster leaves here (1-2 weeks
>from Friday), then I'll pull the CPUs, RAM, and drives, and heave
them into the dumpster.
The SS20s are all Aurora I chasis. I don't recall any having CD
rom drives... one or two fo the might have floppy drives.
-- Curt
Date: Tue, 30 Sep 2008 03:48:31 +0000
From: Ethan Dicks <ethan.dicks at usap.gov>
Subject: Re: LED displays (TIL305, TIL308, etc.)
<snip>
>I have one or two of a few different types, but no loose 9368s (only
>installed in boards already).
>One thought I had for trying to use a reduced-pin-count MCU-based numeric
>display was a 7447-type chip on 4-bits of an I/O port, and a 74145-type
>BSD decoder on the other half of the port - up to 10 digits easily, or 9
>with simple blanking (write 0 to the '145 and don't hang a digit off of it).
<snip>
>-ethan
-----------------------
That's the way it was usually done, although depending on display size (current)
a '145 might not have enough oomph to drive the digits directly without a buffer.
I have a few 9368s if you're desperate; it decodes to hexadecimal (for common
cathode displays), whereas the 7446/7/8 displayed those odd symbols (and
blank for F of course).
m
I turned on my VT220 for the first time in nearly a year. The
screen says "VT220 Keyboard Error 4", all four green LED's (on the
top right of the keyboard) stay lit, and nothing appears on the
screen when I type.
Disconnecting and reconnecting the coiled-cord between the
keyboard and the terminal causes a cursor block to appear on the
screen, but the keyboard is still locked and the LEDs stay on.
Power-cycling the terminal shows the same error message.
However, the boot prompts from the 11/23+ are displayed normally,
so the receive part of the terminal at least is working.
Where should I start looking, before replacing the keyboard?
thanks for any hints
-Charles
Hi:
I have this manual and have scanned in 40 pages but its allready 125 megs and its 400 plus pages most emails will not allow
this much of an attachment got any ideas?
jim
jimgeneva at yahoo.com
I also recall one of the magazines from the early days championing computer-readable strips printed in the magazine, similar to a UPC code but obviously much longer. Byte? Kilobaud? It's not coming up from long-term archive....
________________________________________
From: cctalk-bounces at classiccmp.org [cctalk-bounces at classiccmp.org] On Behalf Of Chuck Guzis [cclist at sydex.com]
Sent: Tuesday, September 30, 2008 4:39 PM
To: General Discussion: On-Topic and Off-Topic Posts
Subject: Re: Vinyl Data- Classic Computers / Indie music tricks crossover
--- On Tue, 9/30/08, Tony Duell <ard at p850ug1.demon.co.uk> wrote:
> Not the same thing, but I beleive that Elektor magazine sold vinyl
> records of programs for their computer projects (the TV games computer,
> Junior computer, SC/MP system, etc). These were programs only, no
> human-type music on the same disk.
In keeping with the spirit of this list, who's going to be the first
to encode CUTS data on a wax cylinder?
Cheers,
Chuck
>> I have little experience with newer terminals, but the one I've wanted
>> for a while is a GiGi (VK100?).
>
> I had seen one of these when it first came out. I think we got a poor
> demo at the time from what I read of the specifications now.
>
> I picked up a couple of these from ebay recently.
Someone was looking for someone to dump the roms from a GIGI a few months ago.
Hello everyone,
My JrCaptain and its power supply (the wall wart) have become separated.
I'm pretty sure I still have it, it's just that I don't know which one
it is. Naturally none have the Tecmar name. I'm sure someone here has
one of these, so would you please look at the wall wart or power brick
and tell me what it says?
Thanks,
Jim
> I've been told using the compact Macs are an exercise in futility.
> But what about the Mac II's? (original II, IIx, IIfx, IIcx).
>
> I was just curious.
Right. For a pre-Mac II (e.g. Mac Plus), even Appletalk network file
sharing was an exercise in futility, let alone Ethernet. Until the
Quadras came along, an Ethernet interface was not built-in. You had
to buy a separate network card for you Mac II, and more likely than
not, it used "thin ethernet" (coax) not 10-base-T. I did use some 10-
base-T SCSI Ethernet adapters for non-expandable Mac laptops around
1975, but they were barely up-to-snuff.
While I was in grad school, from 1997 through 1999, I used a Quadra
700 running IE for browsing the web. It seemed unbearably slow even
then, and I think I switched to Netscape because its rendering engine
was more efficient (IE often had to redraw the whole web page twice--
e.g. to figure out how big the images were, and on a 68040 that was a
noticeable delay). Plus a lots of things have changed since then. I
don't think I even needed a Flash plugins at the time. Not that you
would even think of watching a YouTube video on a processor that
slow. For email I used GNU emacs RMAIL running on my group's Unix
server. I had to abandon it when MIME became the norm around 2000.
Bottom line: For small values of "access the internet" the older
Macs were serviceable. By modern standards, the old browsers are
curiosities at best. But if you need to transfer some old files off
your old Mac, the connectivity is there, and I have been grateful
that FTP still works even today.
--Tim
I just had a bout with Colon Cancer and will have to start downsizing my
Computer collection which goes back to the early 80's got some S-100
stuff then PC's from the first thru XT, AT, 286, 386, 486's, 586, up to
PII's
I also have a complete IBM Series/! 110V half rack and full rack and
spare External floppy. Plus 4978, some 3101's some TI 810 printers
Cabling. Everything has to go. I also have a Pair of NEC APC's that run.
Got two old IMS 8000 8080 cabinets. Have some S-100 cards and 8"drives.
Got a Teletek Systemaster 65K CP/m SBC that used to work. even a boot
floppy and Docs.
THIS Has been sold
Got a Mariposa Design 64K Static Memory Board plus Manual.;
Even have a Tarbell SBC 8-16 that used to run Got all the Boots and Docs
Boy Am I Puter POOR. Got a N* Horizon and a ton of Cards thats up for Grabs.
Got a Cromemco ZPU and a 16K static card Plus an 8K ByteSaver fully
populated sans Proms.
Got a ADS Promblaster wating for one chip. Found one at Unicorn but need
to sell something to get the Bread to purchase
Got a Advanced Digital Corp S-100 MFM Controller but not sure of its
Status.
Got a Tarbell FDC 1011C and a 1011D Fully populated that ought to work
Got two Vector Graphic CPUs and a Z80
Got some spare Compu-Pro cards 8085, Disk1 that needs fixing, Disk3,
couple RAM22.s RAM17.s Interfacer 3 and 4 that I may put up if the
price is right
Looking for Shipping and Handling and a few Bucks to put my pocketbook
to rest.
I'd go the E-Bay Route but they only allow Credit cards for PayPal and I
don't have one. I am strictly "Cash on the Barrel head" which includes
Money Orders
My E-Mail is good if anyone is interested.
I am located just NW of Milwaukee in Menomonee Falls right off of US
41-45 for PICK-UPS
I will be posting Vintage Computer Market Place and Comp.os.cpm and
Maybe even E-BAY
Bob in Wisconsin
Hello group:
I have a person whom was kind enough to post the PDF excerps from scanning "Practical Microprocessors"
which is the lab manual for the HP 5036 microprocessor trainer..
I scanned the schematics, rom listing and a few other pages.
You can find it on Dave's site here
http://www.neurotica.com/misc/practical_microprocessors.pdf
be warned that in order to make it worth while to read its 125 megs I suggest that you print it out the 40 so pages.
I printed it to make sure that its readable. Spent a day to scan it and build the pdf so I hope those with the trainer
and have no manual will find it usefull.
Jim
Before I go hauling all those little Torx screws out (yes Tony I *do*
have proper Torx bits, unlike the last person to be inside it), can
anyone point me in the direction of the CMOS battery?
I bet it's right underneath the monitor, or something.
Gordon
Hi,
Thanks for the encouraging responses, I'll go and have a read. Someone also kindly emailed me these URLs with further useful info:
http://www.pimpworks.org/ibm/aixled.htmlhttp://www.pimpworks.org/ibm/ledcomm.txt
I have contact with a AIX CD, and I have obtained (a few!) SCSI CD drive that cn be tweaked to the correct sector size.
Couple more questions though:
1. Is there a back-up battery (perhaps in a RTC chip like on a Sparcstation 2), that will have surely failed by 2008.
2. Is there a source to download diagnostic floppy set, I hadn't known about these until today.
Thanks again,
John
_________________________________________________________________
Discover Bird's Eye View now with Multimap from Live Search
http://clk.atdmt.com/UKM/go/111354026/direct/01/
You are probably right. Its not like I'm trying to hide anything but I
really don't know much about these. Other than the fact that it powers up
that's about it. Picked it up local with the idea of "wow IMSAI" but
realized it's a bit out of my realm of interest, I'll never actually use it,
and I need the money to go to school this Fall. I'm more than happy to
answer any questions anyone has though.
--------------------------------------------------------
Message: 1
Date: Fri, 19 Sep 2008 13:03:19 -0500
From: "js at cimmeri.com" <js at cimmeri.com>
Subject: re: IMSAI 8080 on eBay
To: cctech at classiccmp.org
Message-ID: <48D3E967.2020104 at cimmeri.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>From: "Mike" <michaelgreen42 at comcast.net>
>Subject: IMSAI 8080 on eBay
>To: <cctech at classiccmp.org>
>Message-ID: <7CA2A42621B44381A42EB354A4390329 at pal>
>Content-Type: text/plain; charset="us-ascii"
>
>I've decided to sell my IMSAI 8080. It is in excellent condition and comes
>with two Discus 8" floppy drives. It has been posted on eBay.
>http://cgi.ebay.com/IMSAI-8080-with-8-Floppy-Drives_W0QQitemZ120307050411QQ
c
>mdZViewItem?hash=item120307050411&_trkparms=72%3A1205|39%3A1|66%3A2|65%3A12
|
>240%3A1318&_trksid=p3286.c0.m14
>
For a big ticket item, that ad is really lacking in pics and information.
I stumbled on a disturbing thing on Ebay. There's a guy who seems to
specialize in taking apart perfectly good classic computer stuff to sell
the pieces. I found him when looking for a VT100. He's selling a naked
CRT that he says was taken from a working VT180. I asked him why. No
answer.
--
David Griffith
dgriffi at cs.csubak.edu
A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?
The first to reply has claimed the MD3. Thanks. I'll have some
motherboards for sale later on.
--
David Griffith
dgriffi at cs.csubak.edu
A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?
I have some more free-for-shipping stuff that I'm tired of looking at:
Seven LM-D501W 5.25" magneto-optical disks by Panasonic
Six LMR1300 5.25" magneto-optical 5.25" disks by Micro Design International
I'm in California.
--
David Griffith
dgriffi at cs.csubak.edu
A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?
I seem to recall someone asking for manuals for the Toshiba T1000. I have
the user and tech manuals on Ebay now (item 230296780064). If you're not
on speaking terms with Ebay, email me privately.
--
David Griffith
dgriffi at cs.csubak.edu
A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?
Date: Tue, 30 Sep 2008 22:58:00 -0400
From: "Roy J. Tellason" <rtellason at verizon.net>
Subject: Re: LED displays (TIL305, TIL308, etc.)
On Tuesday 30 September 2008 16:43, Chuck Guzis wrote:
> Didn't Motorola package one if its early mask-programmed RTL ROMs as
> a standard BCD-to-seven segment part?
I remember that, but if you wanted more bits either way than the number of
bits the chip was set up for their app info had you cascading some absurd
number of them.
-----------------------------
And then there's Motorola's MC14489, directly drives 5 7-seg LED displays
(and/or discrete LEDs &c), cascadable, hexadecimal decoding (among others) etc.
Serial input, only 1 resistor required to limit current.
mike
I have a Morrow MicroDecision 3 that won't post and I'm not interested in
restoring it myself. The case is in fair condition with some cracks to
the front. I have at least fifteen MD3 motherboards in storage. What I'm
offering is this nonworking computer and a couple motherboards marked
"good" by whoever put them in the box I found them in -- all this for cost
of shipping.
--
David Griffith
dgriffi at cs.csubak.edu
A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?
-- Dave McGuire <mcguire at neurotica.com> wrote:
On Sep 29, 2008, at 12:57 PM, Roy J. Tellason wrote:
>>>>> http://jet.mox.net/~six/i100.jpg
>>>>
>>>> Hmm, is that not a re-badged AT&T 3B1?
>>>
>>> I have no idea personally.
>>>
>>>> Also, where in the country is it?
>>>
>>> Harrisburg, PA area, or close enough to not matter.
>>
>> It sure looks EXACTLY like a 3B1 to me. It'd be a shame for this
>> to hit the dump.
>
> It won't, since three folks have expressed interest offlist in
> it. :-)
>
>> I can't afford it (even just shipping) right now, but if nobody
>> else lays
>> claim to it, would you be willing to grab it and sit on it for a
>> little bit?
>
> If all else falls through I would, yeah, as opposed to seeing
> stuff just go
> to waste.
>
> Most excellent! The 3B1/7300 is a really nice system, definitely
>worthy of rescue.
>
> -Dave
Yes, especially since this one appears to have an ethernet
adapter, which is an especially scarce item.
____________________________________________________________
Click for free info on business schools, $150K/ year potential.
http://thirdpartyoffers.juno.com/TGL2141/fc/Ioyw6i3l7gMth652FqUJAHFNUCDeDzY…
Chris Elmquist wrote:
> BTW, where does a guy find the nice RED plastic lens that is usually put
> in front of a bank of 7-segment displays to hide the view of the parts
> and show only the lighted segments showing through?
>
> Is it just red plexiglass or is there a specific color and transmissive
> capability that is typically used?
If you look for "bezel" in electronics catalogs you'll see both grey and red
filters... but that's a good way to pay a lot of money for ten cents
of plexiglass :-).
The Rohm-Haas color code for the red transluscent
plexiglass you want is #2423, it's fairly common at real plastics
supply houses. Now finding good plastics retail shops that'll sell
or even give away small scraps today is not as easy as 20 years
ago... a 4x8 sheet of this stuff is pretty huge for TIL305's! Shops
that make and sell signs might have some small pieces for you.
Tim.
On Mon, 29 Sep 2008 19:44:04, Tom Peters wrote:
> http://www.kempa.com/wp/2004/03/09/vinyl-data/
>
> Excerpt:
>
> One strategy that major record companies have been employing lately to
> deter downloading is adding bonus computer content to new CD releases. I
> recently discovered that this technique is not unique to CD?s, but had in
> fact been practiced in the vinyl era as well. That?s right: there were a
> handful of records released in the late 70?s and early 80?s that contained
> computer programs as part of the audio. This is totally insane, and totally
> great.
>
> Most of these programs were written for the Sinclair Spectrum home
> computer series. The Sinclair Spectrum was a relatively cheap home computer
> system that used a television set as a monitor and loaded programs from
> tapes. It thrived in England in the early 80?s:
The very first example of this 'computer encoding' on vinyl that I'm
aware of is on Isao Tomita's "The Planets" (1976) album of the Gustav
Holst piece done up with various -- new at the time -- synthesizers.
When I first heard this in 1977 I was just getting my fingers into
computing, but had no way to decode the message. According to my
memory, the liner notes specify that it is played into a certain
cassette I/O interface on an Altair 8800 (or was it Imsai 8080?)
one would find a special message. I never had the hardware for that,
nor have I thought much about it over the years.
I'm going to have to dig that album out (yes, I still have all of my
old vinyl!) and confirm the target system, and then see what can be
done to decode it with today's tools.
Hmmm.....yet another project on the list!
- Jared
PS. If anyone is more determined than I am, let me know and I'll
create a .WAV file of the section in question for your enjoyment.
As ppl have asked for a list... I've put together a non comprehensive
one... but the first list covers the most likely stuff to go into the
dumpster... the second one covers items that are not currently on the
dumpster list but are open to offers for anyone interested.
This stuff is definately going to the dumpster if unclaimed.
I will part most of this stuff out if you want parts.
---------------------------------------------------------------------------------------------------
SS10/20 bases
Gateway PC AT Tower 386/25 with power supply, no mobo, drives, etc
Packard Bell Legend 406CD complete (no monitor, kb, mouse)
Gateway G6-200 tower. PPro system with cpu (200mhz), no ram,drives
Apple Macintosh IIsi in excellent condition (no yellowing)
Macintosh LC III
Apple IIGS, unknown condition, believed bad PS, believed mobo good
Apple PowerMac 5260/100. no mobo, no drives, but can inc a PPC mobo
PowerMac 7100/66, nice shape
Packard Bell Pack-Mate 3500CD upgraded to PPro 200mhz (Intel mobo)
HP Scanjet 5P. cosmetic issue with the lid, unknown working status
Generic Pentium 166? (or 133?) in AT (not IBM AT size!) desktop case
Agfa Arcus II scanner (has lid + bed lights), may have hv or lamp prob
generic full and mid size AT tower cases (most if not all have PS only)
Apple Macintosh II monitor. works, bezel was 'repaired'... so not 'pretty'
HP Deskjet 660Cse (I'm sure this will need new ink)
Generic Pentium 200 (probably MMX) mini tower computer.
Laserwriter IINT
Laserwriter IINTX
Tektronix Phaser (don't have model # handy, pre Xerox), nds mech work
Apple Macintosh IIcx
Generic Pentium 133, 166, or 200 (I'd have to check) in AT mini tower
Minuteman Alliance A500 UPS, needs batteries
Xyplex Network 3000, two of them with different cards, one flaky?
56K CSU/DSU
Compaq 1600R rackmount, dual cpu box with 1 PII cpu
Sony 600meg external magneto Optical drive
2U Rackmount PC case, I think has PS, missing PCI riser
Make an Offer pile (some of this is in consideration for the dumpster)
---------------------------------------------------------------------------------------------------------------------
Sun Ultra-10. No HD, has CD. 333 mhz proc, 2M cache, ?Meg of RAM
Supermac 19" Sony Trinitron monitor, nice shape, fixed freq
Leading Edge fortiva 5000 (Pentium 60 desktop system)
Apple Macintosh II/IIx power supply (will work in IIfx too)
Commodore MPS803 printer in the box (not new)
Apple Quadra 950 mainboard
Digital (DEC) LN03X-CR cartridge
Digital (DEC) LN03X-CX cartridge (CG Times 24 font)
Digital (DEC) LN03X-CY cartridge (CG Triumvirate 10 + 12 font)
Digital (DEC) LN03X-CB cartridge (CG Times 10 + 12 font)
Digital (DEC) LN03X-TA toner
Digital (DEC) LN03X-AD maintenance kit (corona, filter, cart, glass)
APC SmartUPS 600 rackmount (w/o rack ears), needs batteries
Apple Workgroup Server 95 (w/o WGS board, so basically Q950)
SGI Indigo 2 Purple, Impact PS + midplane, R4400-250 2M, GR3-ELAN
SGI Indigo 2 Teal R4400-200 2M, GR3-ELAN
Livingston Portmaster 3 with modem cards
Cisco 2501
T1 CSU/DSU
OpenRoute GT60 router
OpenRoute GTX1000 router
Compaq 1600 tower, two 550mhz PIII Katmai CPUs, ? 384+M RAM, RAID
-- Curt
Hi,
Last year I bought an RS/6000 Model 34H as I wanted a cheap example of an old Unix/AIX workstation. Having sorted out a monitor (with 3W3 lead) the machine appears to be faulty.
So far whenever I power it up, I see:
- a series of numbers on the front LED display (got them listed on a piece of paper somewhere, sorry not got it to hand).
- Nothing on the monitor
- No activity on either of the 2 serial ports (using an RS232 break-out box to a PC running terminal emulator)
The machine didn't come with a manual, looking on the net I haven't found a source to buy a suitable manual let alone download one.
Currently the machine is sitting out of the way doing nothing, I would like to see what the problem is before deciding whether to scrap it or try and repair it (assuming it is something like a failed SCSI hard drive).
Can anyone advise what to try, or a list of what the LED numbers mean? Should for example the external SCSI connector have a terminator?
I think next time I buy an RS/6000, I will look for one that comes with a manual!
Regards,
John
_________________________________________________________________
Make a mini you and download it into Windows Live Messenger
http://clk.atdmt.com/UKM/go/111354029/direct/01/
I have a couple of power supplies, condition unknown, that I believe are for
some early Zenith Data Systems machine. There is some slight marking on them
saying "ZDS 234-999" and that's it. The connector is the molex-type and not
your typical PC type PS connector.
Are these worth anything to anybody? Or should I just scrap 'em out?
--
Member of the toughest, meanest, deadliest, most unrelenting -- and
ablest -- form of life in this section of space, a critter that can
be killed but can't be tamed. --Robert A. Heinlein, "The Puppet Masters"
-
Information is more dangerous than cannon to a society ruled by lies. --James
M Dakin
This guy is local to me and I know where he is, he mentions Tuesday as being
his deadline, but if there's some interest I can probably get a hold of it
and deal with it from there. I would be willing to pack and ship if somebody
wants it enough to cover my expenses "and a bit". Feel free to contact me
offlist.
---------- Forwarded Message ----------
Subject: [CPLUG] OT: Free: Computer Automation I100 UNIX terminal
Date: Sunday 28 September 2008 12:46
From: Chris Moates <six at mox.net>
To: cplug at cplug.net
I've got this UNIX terminal lying around, which is going to the big
computer graveyard in the sky unless someone wants it. Here's a picture:
http://jet.mox.net/~six/i100.jpg
And here's what I know about it:
Computer Automation I100 Workstation
40MB Hard Drive
5.25" Floppy Drive
Mouse
Keyboard
Green screen monitor
AT&T UNIX 3.5
Boots, works, root can log in with no password
Has AUI ethernet jack on the back
If you want it, let me know and make arrangements to come pick it up,
since we're not having another CPLUG meeting for 2 months. Otherwise,
it's on the curb on Tuesday. :)
Chris
_______________________________________________
CPLUG mailing list
To unsubscribe send a mail to cplug+unsubscribe at cplug.net
Archives: http://dir.gmane.org/gmane.org.user-groups.linux.cplug.general
-------------------------------------------------------
--
Member of the toughest, meanest, deadliest, most unrelenting -- and
ablest -- form of life in this section of space, a critter that can
be killed but can't be tamed. --Robert A. Heinlein, "The Puppet Masters"
-
Information is more dangerous than cannon to a society ruled by lies. --James
M Dakin
> I am with the Alaska Chapter of the 99s and we have two of the ATC-510
> simulators (desktop model). We do not have any manuals and one of them is
> giving us trouble. I am looking for two bits of information. 1) How can I
> get copies of the training and service manuals and 2) where can I have them
> repaired? Any help you can give me would be greatly appreciated. Thanks,
Try contacting the manufacturer at:
http://www.atcflightsim.com/
For those of you that might be interested ---
I am selling my Byte magazine collection, starting with the first 16 issues. They are
nearly newsstand mint, some in the original mailing wrappers and contained in a
decorative Banker's Box.
BYTE MAGAZINE Sept 1975-Dec 1976 First 16 issues! (260293045819)
Bidders: 2
Shipping cost: $10.00
Started: 09/27/08 at 17:25:29 for $9.99
Listed On: eBay
Duration: 7 Days
So, excuse the interruption but I thought some members might be interested...
Fred.
hi:
I Guess I was not clear in my message sorry! I need someone with a site that I could ftp or something to share this file with so others
whom dont have a manual could download it.
jim
> Date: Sat, 27 Sep 2008 18:05:23 +0100
> From: Philip Belben <philip at axeside.co.uk>
> Subject: Re: HP9836C colour alignment (grey scale tracking)
> To: General Discussion: On-Topic Posts Only <cctech at classiccmp.org>
> Message-ID: <48DE67D3.5080506 at axeside.co.uk>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> >> Well, apparently only in Great Britain since in Germany, we call
> that
> >> 'screen grid', too. Only the final anode is called anode.
> >
> > Waht, even in CRTs?
> >
> > In the UK, the electrodes of a pentode -- a signal ampiifying valve
> are :
> > cathode, control grid, screen grid, supressor grid, anode.
> >
> > But for a CRT they're cathode, (control) grid, first anod, second (or
> > focus) anode, somethimes third anode and final anode.
> >
> >> All other electrodes in a normal tube besides the cathode are called
> >> 'control grid' (or just grid), 'screen grid', 'supressor grid' and
> so on.
> >
> > Are you seriously saying that in Germany, the focus electrode in a
> CRT is
> > called a 'supressor grid'?
>
> Are you sure you two aren't talking at cross purposes? The biggest
> difference between UK and US English here is probably Tube (US) = Valve
> (UK). The usual German word for a thermionic valve, die Rohre,
> literally means "reed", and I think it is also used for "tube" or
> "pipe"
> in a lot of other contexts.
>
In German, a vacuum tube or valve is called "eine R?hre" (or "Roehre" for
those without umlauts), a pipe or other kind of tube is called "ein Rohr",
"(das Rohr)" AFAIK.
"?" is pronounced like "er" BTW.
Jonas
All,
I'm having to divest myself of some of my computer things.
Listed tonight is my Apple 1 Obtronix Reproduction. I built a hefty wood and plexiglass case for it.
http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=290263898155
Tomorrow I'm planning on listing a Apple-II Switch-A-Slot which I'm not using.
Thanks,
Scott
Joe:
I am with the Alaska Chapter of the 99s and we have two of the ATC-510
simulators (desktop model). We do not have any manuals and one of them is
giving us trouble. I am looking for two bits of information. 1) How can I
get copies of the training and service manuals and 2) where can I have them
repaired? Any help you can give me would be greatly appreciated. Thanks,
Brenda
Message: 26
Date: Fri, 26 Sep 2008 11:47:21 +0000
From: shumaker at att.net
Subject: Re: The Crossbar System That Controlled MIT Trains
To: "General Discussion: On-Topic Posts Only" <cctech at classiccmp.org>
Message-ID:
<092620081147.20383.48DCCBC900066D2000004F9F22243429029B0A02D29B9B0EBF9D0A050E039A089C at att.net>
Content-Type: text/plain; charset="us-ascii"
Is it modular enough to be shippable?
Have any of the more significant model railroad clubs - especially those with a historical focus been contacted?
(The one in Sacramento CA comes to mind: www.smrhs.com)
s shumaker
I don't remember it being modular enough for shipping
by UPS. Just to give you a sense of scale... The train
control system measures approximately 8'w x 6'h x 1'd.
and weighs at least one or two hundred pounds.
My estimates are all from memory, but I
have absolutely no doubt that it would have to be
shipped by truck unless it was disassembled
(that would mean, sadly, cutting wires).
It would fit in a big cargo van or a small U-Haul.
Someone with lots of space in their basement
(not already taken up by trains) and a passion both
for telephone technology and trains is the best
candidate.
--Tim
The reason this is OT-ish is that HPCC is not a classic computer
organisation. But at the mini-conference each year it's become something
of a tradition for yours truely to dismantle some strange piece of HP
computer hardware, almost always over 10 years old
Anyway, there are some pictures of this year's event on
http://www.voidware.com/
In case any of you care what I look like, I'm the 'high mass hobbyist' in
some of the pictures. In particular in the first picture (also on the
homepage IIRC) I'm the person holding up a length of paper tape.
Other photos are probably of more interest. This year I dismantled an
HP2748A paper tape reader. There are some pictures of the chassis and at
least 2 of the PCBs. Also a picture of some of my classic HPs, including
a 9830 which I used to demonstrate the reader. The laptop thing is an HP
PortablePlus. You see I needed to show the program listings and program
output to the audience and the HP9830 display is not ideal for this. So I
stuck the 11205 serial interface module in and linked that to the
PortablePlus running a terminal emulator. Now I have the somewhat rare
compositie video output module for the PortablePlus, the output of that I
pluggged into a borrowed, modern, video projector.
-tony
I'm having some roofing work done... and a dumpster is coming in....
I'm going to use the opportunity to unload (with great reluctance).
I have SS10, SS20 stuff, Mac stuff, PC stuff (some systems, some
'bases' (i.e. SS10 nds cpu, graphics, ram), lots of parts).
Way too much to list.
Most stuff will be free (donations or trades appreciated but not
necessary).
If there is anything Sun (ss1 through SS20 era), Mac (68K era with
some pre G3 PPC stuff too), SGI (Indy, I2 stuff), PC (286->P3 era
including CPUs, mobos, cases, power supplies, ISA cards, VLB
cards, early PCI stuff, smaller drives, controllers, etc).... that
people are looking for... let me know... I'd hate to throw something
out that someone would want... but I'm buried in too much stuff.
The dumpster may be here as soon as next weekend.
Local pickup is free (with donations/trades appreciated). If I have
something you want and I have to ship it, I'm going to want $5
to $10 (to cover materials/time/gas) + actual ship cost.
I can't even begin to cover adequately what I have here.... if
ppl don't come up with enough 'do you have any XYZZYs ?' I'll
try to make a list of the stuff (but it will be far from complete).
-- Curt
I found a S-100 Sound Effects card in the box with my Clock Calendar card ca 1980 by QT Computer Systems inc. It is marked Copyright DRC/ BEC. has anyone seen anything on this card.
I will be offering these cards to the Best Bidder.
Excepting only Money Orders and Cashier Checks.
Don't yet have a PAYPAL Account
Bob in Wisconsin
I have an Apple Lisa-1 for sale on consignment if anyone is interested.
If so, please contact me directly for details. Point of origin will be
Livermore, California. Will ship worldwide.
--
Sellam Ismail Vintage Computer Festival
------------------------------------------------------------------------------
International Man of Intrigue and Danger http://www.vintage.org
[ Old computing resources for business || Buy/Sell/Trade Vintage Computers ]
[ and academia at www.VintageTech.com || at http://marketplace.vintage.org ]
I have used the Acard AEC-7720U SCSI <> IDE bridges.
Thusfar, I have tested them with a few different brands of IDE drives;
a Caviar 2100, a Fujitsu MPA3026AT, and a Samsung SV04232A.
I have also used various sized CF cards, hung off the appropriate adapter.
During my testing, these?were attached to a PDP-11,
via a number of different Q-bus SCSI?controllers:
CMD CQD-200/M
CMD CQD-220/M
Dilog SQ706A
Emulex UC07
All performed similarly, and I had no trouble?formatting and using
the attached IDE disks and compact flash cards.
I don't pretend to understand the internal workings of the bridge card,
but it appears that the bridge auto-detects the capacity of the IDE drive,
and?translates that information to the SCSI side.
I don't know if there is any limitations to the size of the IDE drive used;
my testing was under RSTS/E, hence I couldn't use anything over 2.1 gig.
(Some older IDE drives support a 2.1-gig clip, which works well.)
Your mileage may vary.
If you don't need alot of storage, they do have these available on-line:
http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=360087484205
That at least eliminates the additional?IDE <> CF interface,
and makes for a smaller form-factor.? There are less expensive
models floating around on e-bay, if you look carefully.
For those with deep pockets wanting a one-piece solution to
SCSI <> CF, there is also this little puppy:
http://www.reactivedata.com/3-SCSIBridgeEmulators/legacy_scsi.htm
As info. . . .
T
> I have about 7 complete 5' standard 19" cabinets for sale.
> I'm not sure if they are genuine DEC (they are branded
> Helgeson Nuclear Services) but they used to hold DEC
> equipment.
Location?
Ian wrote:
> DEC loved that black filter foam that falls apart after fifteen
> or so years.
In the ozone of LA in the 80's, a more typical life for that foam
was 2 years or so before it fell apart.
After 4 years, it was nothing but a gooey yucky mess.
And that was the time in the shade;
Ozone+sunlight was far far worse to all sorts of stuff. Bike
tires made out of synthetic rubber would last for a few months;
real rubber had a chance of lasting a year or two.
Good that you found a source for small quantities; I always got the
equivalent from the HVAC suppliers and they sold it by the truckload only!
Tim.
I haven't seen anyone discuss this (nor is Google showing anything), so for all of you doing DEC restorations out there, I thought I'd pass along something I learned.
DEC loved that black filter foam that falls apart after fifteen or so years. I'm restoring a couple of VAX-11/785s and they were liberally dusted with black foam detritus. So I took a piece that wasn't beyond recognition to a local shop here in Seattle called Friendly Foam (www.friendlyfoam.com). They identified it as "40ppi (pores per [square] inch) reticulated foam." They were also kind enough to sell me several square feet of it. They warned me that yes, it will still fall apart after a couple of decades, but for now it looks sooo nice. The machines I'm restoring have good paint, so with the new foam in place they look like they just left Maynard. It's funny how the little touches make such a difference.
BTW, they also found adhesive-backed foam that is an exact match for the stuff DEC used on the cardcage cover panels.
I hope this helps everyone who's trying to keep their Olde Beastes healthy and happy. - Ian
UNIX is user friendly. It's just selective about who its friends are.
Ian S. King, Vintage Systems Engineer
Vulcan, Inc.
http://www.pdpplanet.org
http://annarbor.craigslist.org/sys/854491984.html
SGI computers - $50 (OH MI Line)
I have 11 SGI computers. 5 indigo's, 2 inidigo2's,
3 indigo2 impacts, and an octane. I also have 2 21" SGI
monitors and 4 spare 13w3 cables. 2 SGI keyboards and one
mouse. Make an offer on all of it or let me know what you
want individually. I'd like to get rid of this stuff as
soon as possible.
[Not my listing.]
--
Paul Santa-Maria
Maumee, Ohio USA
Chris,
Do you still have the motherboards available?
Fred
Fred M. Schwartz
Quality One Engravers, Inc.
9749 Crescent Center Drive, Unit 202
Rancho Cucamonga, CA 91730
Phone (909) 989-3898 Fax (909) 989-8617
fred at q1engravers.com
During the period 1962-1966, members of the Tech Model Railroad Club
of MIT conceived and constructed an unusual use for telephone
equipment that functioned essentially as a combinatorial network.
Specifically, they used five10x10 crossbar switches and more than 100
wire-spring relays to construct a control system for their large
HO-gauge model railroad. Pictures of this control system can be seen
at http://tmrc.mit.edu/progress/images.tcl?year=2002&month=5&day=26.
Like all good electromechanical telephone systems, it remained in
service for almost 40 years, even surviving a move between buildings.
In 2002, it was replaced by an electronic system (not related to
telephone systems) and retired to the New England Museum of Telephony
("The Telephone Museum") in Ellsworth, Maine, where it has been
stored since that time. Unfortunately, the folks at that museum have
decided to "de-accession" it, as it is not really part of their
mission, and is taking up too much space. It is also likely to get
damaged by future activities near its present location. If you have
confirmed that someone or some organization would like it, please let
me know. The deadline before scrapping begins is October 15th.
Sorry, I forgot to mention that I'm in Livermore, CA.
No, they aren't radioactive. These were employed for use in mobile whole
body counters. The nearest they got to anything nuclear was if someone
who was heavily irradiated walked into the trailer where these were
installed.
I don't think shipping would be worth it unless you really want one. This
is more of a hail Mary before they get scrapped.
--
Sellam Ismail Vintage Computer Festival
------------------------------------------------------------------------------
International Man of Intrigue and Danger http://www.vintage.org
[ Old computing resources for business || Buy/Sell/Trade Vintage Computers ]
[ and academia at www.VintageTech.com || at http://marketplace.vintage.org ]
Hi,
I have a Teac FD-235J drive (with the SCSI board on the base) for sale, this is $10 plus postage from the UK. The drive looks fine but I haven't tested it.
Regards,
John
_________________________________________________________________
Make a mini you and download it into Windows Live Messenger
http://clk.atdmt.com/UKM/go/111354029/direct/01/
I have a Nicolet Z80 NICE in-circuit emulator.
Unlike a logic analyzer, it MUST replace the CPU
(cannot just clip over the CPU
since some signals are asserted or blocked).
1) The 40 pin DIP's pins are on the bottom of the box
so it plugs in directly, if there's space.
If there's NOT enough space,
it comes with a ribbon cable
but with .6" 40 pin dip-PINS on both ends.
Mine came with a hand-made PCB with 2: 40 pin sockets
hand-wired together to act as a F-F adapter.
Is there are more "graceful" way to handle that,
such as a female/socket 40 pin DIP connector
directly to ribbon cable?
There are compact gender changers for DB9/DB25 RS232
connectors, why not something similar for 40 pin DIP?
2) What if the CPU is soldered to the board?
Must I desolder it entirely, or just certain pins?
Thanks!
Jeff Jonas
jeffj at panix.com
I have about 7 complete 5' standard 19" cabinets for sale. I'm not sure
if they are genuine DEC (they are branded Helgeson Nuclear Services) but
they used to hold DEC equipment.
See them here:
http://siconic.com/crap/racks/
They have front and rear (locking) doors (some have key, others do not),
removable sides, an internal power strip, and come with optional blower.
I'd like $25 a piece, or give me $30 and I'll throw in a blower. The
price will approach scrap value as the quantity you buy increases. I
mean, really, offer me anything more than scrap value and you can have it.
Priority (and the lowest price) goes to someone who says they want them
all.
These will go to scrap in a few days if there are no takers.
Please contact me directly!
Thanks!
--
Sellam Ismail Vintage Computer Festival
------------------------------------------------------------------------------
International Man of Intrigue and Danger http://www.vintage.org
[ Old computing resources for business || Buy/Sell/Trade Vintage Computers ]
[ and academia at www.VintageTech.com || at http://marketplace.vintage.org ]
Anyone on the list have a Wang 4205 terminal keyboard going begging ? Or even a complete 4205 terminal ? I will be bringing up a Wang VS45 in the next month or so and it'll be a challenge without a working terminal for the console.
Thanks,
-Dave
-- Diane Bruce <db at db.net> wrote:
On Fri, Sep 26, 2008 at 11:48:51AM -0400, Roy J. Tellason wrote:
> On Friday 26 September 2008 11:50, Diane Bruce wrote:
> > On Fri, Sep 26, 2008 at 11:18:24AM -0400, Bryan Pope wrote:
> > > And thusly were the wise words spake by Jules Richardson
...
> > > > know I have some in storage back in the UK, and they're not very
> > > > reliable either.
> >
> > Remex did a version.
>
> Those had a pretty bad reputation, as I recall...
>
>I didn't want to mention that, we had a "pet name" for them, starting
>with 'l'.
Is that why the ones I saw in the mid-80's also bore the brand name
'Ex-cell-o'?
--
- db at FreeBSD.org db at db.nethttp://www.db.net/~db
____________________________________________________________
Are you safe? Click for quotes on a home security system.
http://thirdpartyoffers.juno.com/TGL2141/fc/Ioyw6i3ni3ckXbGWr8w4P5yRK6ncjQi…
While my primary interest has been larger machines (Prime, DEC, etc.) for quite a while, I've begun to start working with the micros again. Specifically, the Apple II. I regret giving away a lot of my extra hardware several years ago. I have working IIe systems, but I don't believe I still have a complete II+ - I know I have one in storage with no keyboard, though.
So, I'm looking for a few machines, Apple II or II+, or clones. Working or not, I'm not picky.
Surely someone has raided a school sale lately and has a heaping pile of them...
-Ian
This clearly belongs in the MIT Museum in Cambridge, or in the Boston Museum of Science.
-----Original Message-----
From: John McNamara <johnmcnamara1 at verizon.net>
Subj: The Crossbar System That Controlled MIT Trains
Date: Fri Sep 26, 2008 2:53 am
Size: 1K
To: cctalk at classiccmp.org
During the period 1962-1966, members of the Tech Model Railroad Club
of MIT conceived and constructed an unusual use for telephone
equipment that functioned essentially as a combinatorial network.
Specifically, they used five10x10 crossbar switches and more than 100
wire-spring relays to construct a control system for their large
HO-gauge model railroad. Pictures of this control system can be seen
at http://tmrc.mit.edu/progress/images.tcl?year=2002&month=5&day=26.
Like all good electromechanical telephone systems, it remained in
service for almost 40 years, even surviving a move between buildings.
In 2002, it was replaced by an electronic system (not related to
telephone systems) and retired to the New England Museum of Telephony
("The Telephone Museum") in Ellsworth, Maine, where it has been
stored since that time. Unfortunately, the folks at that museum have
decided to "de-accession" it, as it is not really part of their
mission, and is taking up too much space. It is also likely to get
damaged by future activities near its present location. If you have
confirmed that someone or some organization would like it, please let
me know. The deadline before scrapping begins is October 15th.
I have here what appears to be a drive mounting plate, of the sort that what
my admittedly fuzzy memory is telling me was used in the Wang PC (not yer
typical clone). It's a fairly heavy bit of metal, seems to have holes in it
suitable for mounting a 5.25" drive, one folded-down lip to mount it to the
box with, and a bit of a tab sticking out the other side, which was
probably for orientation (I haven't seen one of those for probably 20 years
or more).
Anybody have a use for this? If not, it goes into the scrap metal box...
--
Member of the toughest, meanest, deadliest, most unrelenting -- and
ablest -- form of life in this section of space, a critter that can
be killed but can't be tamed. --Robert A. Heinlein, "The Puppet Masters"
-
Information is more dangerous than cannon to a society ruled by lies. --James
M Dakin
I've managed to find an 8 bit ISA SCSI card that I've identified through
it's FCC ID as an Iomega PC800 SCSI host adapter.
I've been unable to find jumper settings or info on this card via Google.
Can someone point me to where I can find the settings for this card? Even
Total Hardware 99 comes up short.
thanks!
g.
--
Proud owner of F-15C 80-0007
http://www.f15sim.com - The only one of its kind.
This was from 2 years ago but I thought I would check in with you. Do
you have any IBM processors for sale or trade? I collect IBM chips and
noticed this thread and couldn't help e-mailing you :)
Brennan
>
> Date: Tue, 23 Sep 2008 09:40:10 -0700 (PDT)
> From: "Zane H. Healy" <healyzh at aracnet.com>
>> Al, the auction link I posted was for a standard 50 pin to IDE interface
>> for $30. As of the time I posted the message he had 525 of them left.
>>
>> Buy 'em now before you need 'em. :)
>
> That's a **** good price! I don't need Narrow SCSI anywhere near as much
> as I need newer versions, but I'm still considering buying some. This
> could be a good way to get a cheap *BIG* disk on a VMS system for backing
> up the SCSI disks to. Anyone happen to know how large of disks these
> support?
Information about the Acard AEC-7720U is available on Acard's website:
<http://www.acard.com.tw/english/fb01-product.jsp?idno_no=23&prod_no=AEC-772…>
The 7720U includes mumble-HBA support so it does support large drives over
128 GB or 137 GB or whatever that limit is. Of course some older
computers do not support partitions that large. For example, a 750 GB
drive on a Mac SE/30 would need the drive broken into 375 partitions...
> Any idea if this outfit combines shipping? They're charging a pretty high
> shipping cost for something like this.
I don't know if they combine shipping. $10 for shipping does seem
excessive, especially since the things don't weigh anything.
Also, those are used 7720Us and do not include the power dongle. However,
the power dongle is simply a 'Y' splitter which terminates in a regular
hard drive power connector and a floppy drive power connector. Your hard
drive needs a power connector of course, and the 7720U draws its power
>from a floppy style connector.
That style of splitter is getting harder to find, but many of the folks on
this list may have them on hand--or a regular two-hard drive splitter and
a hard drive to floppy drive power adapter.
Oh, and the Ebay guy doesn't ship internationally.
I'm not trying to be discouraging; it's still a very good price, but
there are some details buyers should be aware of. I feel free to point
these things out since I sold the last of my *new* 7720Us ($39 + $4.85
shipping with power dongle) a couple of weeks ago. :-)
Jeff Walther
I'm in the process of moving and have to get rid of my Minc system. I'd
love to keep this machine but maintenance of domestic harmony necessitates
going to newer (ie considerably smaller) embedded systems for data
acquisition. The complete package consists of:
MINC - 11/23 + 512 Kb RAM + A/D, D/A, Clock and lots of expansion room
in the box which is in the orginal rack mount and on wheels for "portability"
2 RL02 disk drives
2 RX02 floppy drives (1 mounted with Minc + 1 spare)
About 10 or so RL02 disk packs
1 large box 8" floppy disk boxes
Several boxes of Minc manuals as well as a set of RT11 manuals
Depending on the home situation, I might have to throw in another 2 smaller
11/23 systems and a large box of 11/23 boards of various kinds.
Whoever wants this can have it for free but the deal is you have to come
and pick it up and also take all of the materials.
The last time I had this system running was in 1993 when it worked just
fine as a data acquisition front end for my Mac and room heater. It hasn't
been powered up since and I can't guarantee that the power supplies will
still work.
I've taken photos of the system and will post them on my website once I
have time. I'm hoping to be out of Vancouver by the end of October so
would like to find a new home for this system by them.
To get email replies through my spam filters, use the word "Aaardvard"
(with 3 a's) anywhere in the subject line.
Boris Gimbarzevsky
I don't remeber who made the chip, but I made several diy z80 machines
using a 279x. The 279x had an internal pll data seperator. All that was
needed externaly was a cap and resistor as I recall.
Les
Hi everyone!
I'm in the process of reviving an Atari pong system circa 1975. It's
actually a tele-games pong (Sears branded.) All the circuitry is
Atari, of course.
Can anyone point me in the right directions for schematics for this
beastie? Does anyone even have one and can just tell me what resistor
or cap or other fun toy is missing from C15 in this admittedly huge
graphic?
http://www.showyourmedia.com/files/1222309713.JPG
Thank you!
-Jon
jon at jonworld.com