[cctalk] Re: Any RSX-11 fans able to identify file types?

2023-06-25 Thread Torfinn Ingolfsen via cctalk
On Sun, Jun 25, 2023 at 1:39 AM Chuck Guzis via cctalk
 wrote:
> Okay, I guess that's okay.   Here's the data from the MFD:
>
> https://icedrive.net/s/Q56ZY2Sv4g62Gi9vZ9jzNQ2CD6Bu
>
> Since this is customer data, I can't publish the contents of the files
> themselves.
>
> Does anyone recognize this stuff?
>
> --Chuck
>

Not specifically, no. But the .RPT files might be reports - text files
or printed output, so they might provide a clue.
But I guess you have looked at them already and found no clues.

-- 
Regards,
Torfinn Ingolfsen


Re: TU58 / DECtape II: Capstan goo

2021-12-08 Thread Torfinn Ingolfsen via cctalk
On Wed, Dec 8, 2021 at 8:43 AM Jos Dreesen via cctalk
 wrote:
>
>
> >
> >Also, when the tapes arrive, are there recommendations in case their
> > drive belts are gone?
>
> You can 3D-print replacements.
> Use Innoflex filament, 100% fill-in and the following OpenScad formula :
>
which Innoflex filament? There are several different hardness variants.

> module ring(d1,d2,w)
> {
> difference()
> { cylinder( w, d1/2, d1/2,  $fn=230);
>   cylinder( w, d2/2, d2/2,  $fn=230);
> }
> }
> ring(38.2,35,6); // TU60 Dectape-II
>
> Already 2 TU60 have been repaired with the above.

Useful. Thanks!
-- 
Regards,
Torfinn Ingolfsen


FYI: NDWiki - planned downtime

2021-09-10 Thread Torfinn Ingolfsen via cctalk
Bitraf[1] is moving, and the NDwiki[2] server moves with it. The move
starts Saturday September 11th 2021 at 12:00 hours local time, and is
expected to be completed sometime before midnight.

References:
1) https://bitraf.no/
2) http://www.ndwiki.org/
-- 
Regards,
Torfinn Ingolfsen


Re: Scanning Suggestions (Bookmarks & Colour)

2021-08-27 Thread Torfinn Ingolfsen via cctalk
On Sat, Aug 28, 2021 at 12:43 AM Van Snyder via cctalk
 wrote:
>
>
> This isn't a default part of Debian distributions, and apt-get can't
> find it.
>
> I found it on github
>
> https://github.com/brouhaha/tumble
>
> I had to install several packages that are not default parts of Debian
> "Buster" 10, such as bison, flex, libtiff-dev libjpeg-dev libnetpbm11-
> dev
>
> I wasn't able to compile it on Debian "Buster" 10.  Ultimately, "make"
> gave up:

FWIW, I got it to compile on Debian 11  by applying the fixes in pull request 7
https://github.com/brouhaha/tumble/pull/7
Unfortunately, I no longer have any Debian 10 machines to test on.

HTH
-- 
Regards,
Torfinn Ingolfsen


Re: 3d modelling software

2021-08-24 Thread Torfinn Ingolfsen via cctalk
On Mon, Aug 23, 2021 at 10:29 PM shad via cctech
 wrote:
>
>
> For 3D printing, depending on the technology of 3D printer, you need to 
> process original model to convert compact sections into hollow honeycomb 
> structure, and add small plastic bars into empty volumes to support the model 
> while it's printed.
> I'm not expert of this latter procedure and tools.
>

With FDM ("plastic glue gun") printers, this process typically
involves a program called a "slicer". You export the model from the 3D
modeling program (.amf, .wmf and .stl are the most common formats) and
input that into the slicer program, which "slices" the model into
layers, and outputs commands to the printer (commonly G-code) into a
text file. The text file is then transported to the printer (via
network, or modern sneakernet aka SDcard) where you load it and start
the printing process.

Common slicer programs are Cura
https://ultimaker.com/software/ultimaker-cura and PrusaSlicer
https://www.prusa3d.com/prusaslicer/
In general, it is easier to start with the slicer program recommended
/ supplied by the 3D printer manufacturer - they have taken the
guesswork out of the settings, which gives you better printing results
from the start.

If I have to choose between Cura and PrusaSlicer, I prefer PrusaSlicer
because it has an easier user interface.
HTH
-- 
Regards,
Torfinn Ingolfsen


Re: 3d modelling software

2021-08-23 Thread Torfinn Ingolfsen via cctalk
If you prefer programming, OpenSCAD https://openscad.org/ might be the
3D modeling software for you.

HTH
-- 
Regards,
Torfinn Ingolfsen


Re: Discord (was: DEC Computer Lab for sale)

2021-05-30 Thread Torfinn Ingolfsen via cctalk
On Sun, May 30, 2021 at 5:20 AM Mike Stein via cctalk
 wrote:
>
> Any way to get a Discord invite?
>

The original post about Discord is in the mailing list archives
http://www.classiccmp.org/pipermail/cctalk/2019-November/050588.html
not sure if the invite still is working.

-- 
Regards,
Torfinn Ingolfsen


Re: Greaseweazle

2021-02-02 Thread Torfinn Ingolfsen via cctalk
On Tue, Feb 2, 2021 at 2:08 AM Antonio Carlini via cctalk
 wrote:
>
> On 02/02/2021 00:13, Chuck Guzis via cctalk wrote:
> >
> > There's also a similar implementation using a very inexpensive Cypress
> > PSOC 6 ARM card that mounts on a 3.5" floppy connector (no cable).
>
> That would presumably be the FluxEngine
> (http://cowlark.com/fluxengine/index.html).
>

I've used the FluxEngine to read 3.5 inch, 5.25 inch and 8 inch floppies.
I've used the GreasleWeazle to read 5.25 inch floppies so far.
I haven't tried either of them to write floppies yet.
The main difference in workflow is that the gw software only writes
one type of format - SCP, so you will need another tool to convert to
raw or a different format, if you can't use scp directly.

Currently, the thing I find most interesting right now is that the
FluxEngine software can use GreaseWeazle hardware (supposedly for most
things) - I haven't tested that yet.
-- 
Regards,
Torfinn Ingolfsen


Re: ICL PERQ 2 T2 Micropolis 1303 spinning down.

2021-01-02 Thread Torfinn Ingolfsen via cctalk
On Sat, Jan 2, 2021 at 2:03 PM Chris Zach via cctalk
 wrote:
>
> I am dealing with this a *lot* with all these disks from Bob's basement.
> The problems seem to be three categories:
>
> 1) Disk does not spin up at all. So far it's all been sticking motors,
> they don't have a lot of start up torque at all. For the first 4 disks
> (ST412, Quantum 30mb, and two ST506) I was able to remove the bottom
> board, turn the disks manually (clockwise) while applying power to spin
> them up. The motor will start to turn, then as you continue to spin it
> with your finger it will go faster as the oils distribute themselves.
>

Sometimes, the "stuck drive" problem can be overcome by a gentle
"whack" with the handle of a screwdriver or other non-metallic object
to the side of the hard drive, (hopefully) in the direction of spin of
the hard drive. I have done this a few times on 5.25 inch hard drives
at least. With success, Procedure: with the drive powered up, hold it,
and gently give it a whack on the side, in the direction you think it
should spin. If it doesn't work after one or two tries, try something
else.
Caveat: this might affect your drive negatively.

HTH
-- 
Regards,
Torfinn Ingolfsen


Re: terminals-wiki?

2021-01-02 Thread Torfinn Ingolfsen via cctalk
On Sat, Jan 2, 2021 at 10:42 AM Dave via cctalk  wrote:
>
> The terminals wiki (https://terminals-wiki.org) seems to have been down for 
> several months.  I hope the maintainer is OK.
>
> Does anyone know if this site is gone for good?   Is there a mirror anywhere? 
>  The wayback machine has a few pages, but mostly serves to capture the 
> look
> Dave

AFAIK, Richard hasn't had time to fix it yet, that's the last answer
he gave, a few months back. (The site still says "maintenance" here)
I don't know about any mirrors.

HTH
-- 
Regards,
Torfinn Ingolfsen


Re: DIY Paper Tape Punch - Mechanism diagram?

2020-05-02 Thread Torfinn Ingolfsen via cctalk
On Fri, May 1, 2020 at 7:32 PM Tony Duell via cctalk
 wrote:
>
> As far as I know the 5-hole side is always the most significant 5
> bits, the 3 hole side the least significant 3 bits. In other words the
> holes go :
>
> 76543S210
>
> Where S is the sprocket hole and a digit is the bit number (bit 0 is
> the least significant bit).
>
> As to which way use the tape, with the tape feeding towards you, the
> sprocket hole is normally offset towards the right, that is the bits
> would read with the MSB on the left. I am not sure if that is
> universal though
>

FWIW, the ECMA standard is here https://www.polyomino.org.uk/computer/ECMA-10/
(found via Wikipedia)

-- 
Regards,
Torfinn Ingolfsen


Re: Pdp11/05 boot media

2020-04-21 Thread Torfinn Ingolfsen via cctalk
On Tue, Apr 21, 2020 at 4:32 PM Chuck Guzis via cctalk
 wrote:
>
> Yes, that's assuming you have a PC with an FDC capable of
> writing/formatting FM floppies.
>
> --Chuck

Since nobody has mentioned it in this thread already Dave Dunfield's
TestFDC is good for finding out if the FDC in a PC is capable.
Downloadable here: http://www.classiccmp.org/dunfield/img/index.htm
(Chuck knows this of course, but the OP might not)

HTH, HAND, stay safe.
-- 
Regards,
Torfinn Ingolfsen


Re: a bunch of decus pdp-8 writups

2019-10-28 Thread Torfinn Ingolfsen via cctalk
On Sun, Oct 27, 2019 at 2:36 AM Al Kossow via cctalk
 wrote:
>
> and whoever is doing it assumes storage is free
> they are on the order of 800 mb EACH

Seems to be because they added "SINGLE PAGE PROCESSED JP2 ZIP " as one
of the formats. The other formats (PDF, epuf, etc) seems to be of a
much smaller size. No, I don't know what this huge format is good for.



-- 
Regards,
Torfinn Ingolfsen


Re: Grid 1537 ”Tempest” schematics

2019-08-17 Thread Torfinn Ingolfsen via cctalk
On Fri, Aug 16, 2019 at 1:16 AM Curt Vendel via cctalk
 wrote:
>
> The owner tried them... Grid told him the design is owned by the US Govt
> and only they have the technicals on it... I was just hoping someone

Aha. Perhaps your friend should try a FOIA request  then? Not sure
that would work.


-- 
Regards,
Torfinn Ingolfsen


Re: RS2030 MIPS workstation

2019-05-15 Thread Torfinn Ingolfsen via cctalk
Interesting with those MIPS workstations.
Does the firmware (PROM) have any interesting commands?
Like 'pr_tod', 'init_tod', 'init' and so on?
found a PROM monitor reference in http://www.bitsavers.org/pdf/mips/

On Tue, May 14, 2019 at 10:50 PM Ethan O'Toole via cctech
 wrote:
>
> > It is a DS1287
> > The issue is finding out what the contents should be, since it isn't
> > documented in the surviving manuals.
>
> If the MAC address is the only concern, you could fuzz it. Write a pattern
> into the chip then if the systems prom monitor or BIOS shows the MAC
> locate it. It's probably at the beginning of the chip :-)
>
>
> --
> : Ethan O'Toole
>
>


-- 
mvh
Torfinn


Re: Scsi and FDD emulation with RPI

2019-01-26 Thread Torfinn Ingolfsen via cctalk
On Sat, Jan 26, 2019 at 4:59 AM Warner Losh via cctalk
 wrote:
>
> In Japanese, but interesting.
>
> http://www.geocities.jp/kugimoto0715/index.html
>
> Talks about interfacing old school high current 5V interfaces like FDD or
> SASI/SCSI into into lower voltage lower current RPI pins.
>
> Warner

FWIW, also on Hackaday:
https://hackaday.com/2017/05/01/the-raspberry-pi-becomes-a-scsi-device/


-- 
mvh
Torfinn


Re: Interest in a DiscFerret?

2019-01-09 Thread Torfinn Ingolfsen via cctalk
Less finished (ok, unfinished) project, but the hardware is cheap and
available: https://github.com/davidgiven/fluxengine
downside (for me at least) is that the proprietary software (PSoC
Creator) only runs on Windows, and (so far) I've been unable to make
it work via Wine.

On Wed, Jan 9, 2019 at 8:17 PM Bill Gunshannon via cctalk
 wrote:
>
> On 1/9/19 2:06 PM, Fred Jan Kraan via cctalk wrote:
> > Hi Everyone,
> >
> > Is there any interest in a DiscFerret in good working order?
> >
> > If so contact me off-list. I don't have a plan yet for the case interest
> > is >1.
> >
>
> What were you hoping to get for it?  I have no idea
> what they went for new and it looks like you can't
> buy one now, but I love playing with toys like this
> and I have a lot of 8" floppies I would love to get
> the data off of.
>
> bill



-- 
mvh
Torfinn


Re: 8-Update

2018-12-17 Thread Torfinn Ingolfsen via cctalk
FWIW, the easiest way to find out if somebody has made (or has tried
to make) replacement parts for anything that can be 3D-printed is to
go to thingiverse.com with your web browser.
And then search for whatever thing you need (search terms / words are
a separate subject, try as wide or as many as have time for.
When you find a part, look at pictures, comments, makes and so on to
try to figure out if this is a working part or just something somebody
has mad a 3D model of, and never tested.
Some relevant examples:
https://www.thingiverse.com/thing:360853  PDP-8 Panel Switch Toggle
https://www.thingiverse.com/thing:386762  DEC RL-02 Spindle Ground Brush
https://www.thingiverse.com/thing:2454690  PDP Stand - Mount

HTH
On Sun, Dec 16, 2018 at 10:35 PM Al Kossow via cctalk
 wrote:
>
>
>
> On 12/15/18 11:36 PM, Rod G8DGR via cctalk wrote:
>
> > However I began to think would it be possible to create a close copy of an  
> > 8/e out of  modern parts.
>
> Redoing the CPU in obtanium TTL would be desirable.
>
>


-- 
mvh
Torfinn


Re: P112 runs RSX-11

2018-12-05 Thread Torfinn Ingolfsen via cctalk
There is a "contact" link on this page:
http://p112.sourceforge.net/index.php?rsx180
Maybe it works.
On Tue, Dec 4, 2018 at 6:48 PM Al Kossow via cctalk
 wrote:
>
>
>
> On 12/4/18 7:51 AM, Dennis Boone via cctalk wrote:
> >  > That's all I could find, too.  If anyone knows where the source might
> >  > be or stumbles on it, I would definitely be interested as well.
> >
> > I think that's Hector Peraza's site.  His email address is listed; you
> > could try writing to him.
> >
> > De
> >
>
> Subject: Re: Interested in a Z280 SBC
> Posted by
> hperaza
>  on Thu, 12 Oct 2017 12:44:09 GMT
> View Forum Message
>  <>
> Reply to Message
> lowen wrote on Wed, 11 October 2017 06:44While I personally would like to see 
> a bit more
> coordination of efforts especially in the area of the C compiler, assembler, 
> and emulator, I know of
> several efforts by several people already underway.  I am very interested in 
> the emulation side of
> things, and even going as far as a VHDL or verilog core that could be used in 
> an FPGA.  With the
> annoying bugs fixed, of course!
> Some of the bugs could even be emulated (if they are not of erratic nature, 
> of course). That could
> be useful in case someone wants to test a program on the FPGA version that is 
> intended to work
> on the real iron as well. The "compatibility" mode could be controlled by a 
> bit in an additional CPU
> control register.
> Which brings up another question: is there any updated list somewhere of the 
> known Z280 bugs?
> So far the information available is rather fragmented and incomplete.
> Quote:To all who are involved in doing a compiler, assembler, or emulator: I 
> know you've probably
> posted before, but I would like to get a list together of all of these 
> efforts and see what
> coordination might be possible.
> OK, here is my list:
>  native Z280 (macro)-assembler, preferably M80 or SLR compatible (currently 
> working on that)
> debugger (e.g. like DDTZ, but using the single-step capabilities of the chip) 
> get UZI280 working
> (haven't even looked at it yet) and add more utilities, etc. same for Fuzix 
> port of MP/M better hard
> disk support (e.g. via FDISK utility like the one for the P112, with 
> automatic recognition of
> partitions in CP/M and UZI so one will not have to change the BIOS every time 
> partitions change)
> better ROM setup? again taking the P112 as an example (i.e. adding disk 
> timing parameters to
> the NV RAM, if possible add a simple embedded debugger?) a Verilog or VHDL 
> Z280 core,
> perhaps taking T80 as the base. And if I really get the time, would like to 
> make something like this,
> so it could be plugged directly into the CPU280 CPU socket. and like Lamar I 
> also have my own,
> other niche project - a port of a multitasking, RSX-11M-like OS I wrote many 
> years ago for the Z80
> (now ported to the Z180). The PDP-11 always was my favorite machine, and the 
> Z280 has many
> PDP-ish features, including a similar MMU, so for me is an interesting hobby 
> project.
>
>


-- 
mvh
Torfinn


Re: Desktop Metaphor

2018-10-23 Thread Torfinn Ingolfsen via cctalk
On Tue, Oct 23, 2018 at 10:16 PM Richard Loken via cctalk
 wrote:
>
> I am replying to this email on a FreeBSD 10.3 box and Motif.  I don't
> know what FreeBSD runs out of the box because I immediately delete it
> and install Motif.

FreeBSD doesn't run *any* graphical user interface out of the box.
What you end up with after install of the FreeBSD OS is a console with
a login prompt.
As any _real_ operating system should be, IMNSHO.

After you have logged in, you can (of course) install Xorg and your
selection of desktop environments (or a wm + extras if you prefer
that) via the package system (or ports, if you prefer to wait for
compiling from source).

> FreeBSD may not have the installed base of Linux but it has a its fans.

Yes, this workstation runs FreeBSD 10.4 and Xfce.
-- 
Regards,
Torfinn Ingolfsen


Re: DG/UX install media

2018-10-11 Thread Torfinn Ingolfsen via cctalk
On Wed, Oct 10, 2018 at 11:06 PM alan--- via cctalk
 wrote:

>   However I have not been able to read the ISO images - as they don't
> appear to have the proper magic/headers for ISO.   Can anyone else work
> their file-type-foo on them and give me any hints?
>
One of them is ISO:
[tingo@kg-elitebook ISOs]$ file *[iIsSoO]
C2 Trusted DGUX Option Rev 5.4R3.00T.iso: data
DGUX 5.4R3.00.ISO:data
DGUX 5.4R3.10 Documentation.iso:  ISO 9660 CD-ROM filesystem
data 'DOCUMENTATION_CDROM'
DGUX 5.4R3-R3.10.MU01.ISO:data

Maybe they are just dumps? In whatever format  DG/UX expects
There could be hints on the documentation ISO.
Unfortunately, the files on the documentation ISO is in "WorldView"
format (aka "printerleaf") and a converter (pl2ps) can't be easily
found.
But - iview for Windows (NT) is on the ISO, maybe it will run under WINE?
--
Regards,
Torfinn Ingolfsen


Re: PDP-15 documentation

2018-10-04 Thread Torfinn Ingolfsen via cctalk
On Thu, Oct 4, 2018 at 5:18 PM Mattis Lind via cctalk
 wrote:
>
> I have now finally concluded the PDP-15 documentation scanning project.
>


Thanks for doing this!
-- 
Regards,
Torfinn Ingolfsen


Re: 6809 Monitor

2018-10-02 Thread Torfinn Ingolfsen via cctalk
Also, there is this:
https://github.com/electronalan/Colormon
and a monitor in here too: https://github.com/6809/sbc09
HTH
On Tue, Oct 2, 2018 at 10:39 PM Dennis Boone via cctalk
 wrote:
>
>  > Does anyone have source to a 6809 monitor program?
>
>  > I'm looking for something I can make work in a CoCo.
>
>  > Functionality I'm looking for is something that will let me read and
>  > write to memory.
>
> Sources to the BUFFALO, ASSIST09 and MONDEB09 monitors are included in
> the Alan Baldwin's AS package.
>
> De



-- 
mvh
Torfinn


Re: HP 9845A Computer

2018-09-14 Thread Torfinn Ingolfsen via cctalk
On Tue, Sep 11, 2018 at 8:05 PM Marlene Klein via cctalk
 wrote:
>
> Hi!
>
> We have an HP 9845A computer (1977) in working condition.
> Can we post it on your site?

You might want to disclose the (rough) location of the machine - where
in the world is it?
And also if you are selling it or giving it away.
It helps getting people interested.
-- 
Regards,
Torfinn Ingolfsen


Re: Epson DECTalk IC

2018-07-27 Thread Torfinn Ingolfsen via cctalk
Perhaps this is of interest: http://tinyvga.com/avr-isa-vga
(just found when googling, haven't tried it)

On Fri, Jul 27, 2018 at 6:24 PM, Anders Nelson via cctalk
 wrote:
> I'd love to find a project that interfaces the ISA and PC/104 bus to an
> Arduino/rPi/USB/whatever...
>
> http://www.vcfed.org/forum/showthread.php?39329-USB-to-ISA-Card-Emulator-System-or-the-ISA-XT-USB-Project
>
> https://www.reenigne.org/blog/isa-bus-sniffer-update/
>
> =]
> --
> Anders Nelson
>
> +1 (517) 775-6129
>
> www.erogear.com
>
>
> On Fri, Jul 27, 2018 at 12:00 PM Jason T via cctalk 
> wrote:
>
>> On Thu, Jul 26, 2018 at 3:12 PM Cameron Kaiser via cctalk
>>  wrote:
>> > I've got a serial port DECTalk Express. Works great except for the
>> battery
>> > pack. No, you can't have it.
>>
>> That's the DTC03 and it's an acceptable substitute for those of us who
>> can't find a DTC01 for under $300.  I've wanted an 01 for years and
>> passed up a number of chances as their value went higher and higher.
>>
>> For those who want to play with the DECtalk engine, there is the
>> Windows software implementation which, last I tried, still runs in
>> modern Windows versions.  The software is "out there" and probably
>> easy to find.  When I last tried it is open to some doubt - might need
>> to run it in a VM these days :)
>>
>> There is also the PC ISA card DECtalk, whose DTCxx number I forget
>> (DTC07 maybe?)  I have one "somewhere" but have never had the software
>> for it.
>>
>> -j
>>



-- 
mvh
Torfinn


Re: GoTEK SFR1M44-U100...

2018-07-13 Thread Torfinn Ingolfsen via cctalk
On Fri, Jul 13, 2018 at 11:42 PM, Chuck Guzis via cctalk
 wrote:
>
> On the other hand, if you want to use this with more general floppy
> images, you can install the HxC firmware which supports lots of formats.
>

Or FlashFloppy firmware: https://github.com/keirf/FlashFloppy
HTH
-- 
Regards,
Torfinn Ingolfsen


Re: 8085 Dissasembly?

2018-04-18 Thread Torfinn Ingolfsen via cctalk
For the simulator part, perhaps GNUSim8085 can be used:
https://gnusim8085.github.io/
Again, I have no personal experience with it (yet).


HTH
-- 
Regards,
Torfinn Ingolfsen


Re: Speed now & then (Space and time?)

2018-04-11 Thread Torfinn Ingolfsen via cctalk
Since you brought it up

On Wed, Apr 11, 2018 at 11:48 PM, ben via cctalk  wrote:
>
>
> The FREE fpga development software is only under windows.
>

Free alternatives exist (and can only get better coverage with time)
http://www.clifford.at/yosys/
https://github.com/cseed/arachne-pnr
http://www.clifford.at/icestorm/

HTH
-- 
Regards,
Torfinn Ingolfsen


Re: P112

2018-04-08 Thread Torfinn Ingolfsen via cctalk
I have a P112 (bought as a kit) which I have assembled and plyed with a bit.
Your description doesn't mention it, so we need more details:
- did you build the P112 yourself, or did it come pre-assembled?
- has it been working before? Or is this your first time trying it?
- which version of the ROM does it have?
- what are you trying to boot from, floppy or IDE?

Hope this helps a little.

On Sun, Apr 8, 2018 at 2:36 AM, Bill Gunshannon via cctalk
 wrote:
>
> It's not really Classic Hardware, but it does run some pretty classic
>
> OSes.  Anybody here working with the P112?  I have had a couple for
>
> ages but never had time to play with them.  I see them now as a
>
> possible way to manipulate floppies (including 8") from classic systems
>
> so I decided to give it a try.  Problem is, it won't boot anything.  Not the
>
> disk that came with it and none of the images I got off the web.
>
>
> Anybody here know anything about them?
>
>
> bill
>
>



-- 
Regards,
Torfinn Ingolfsen


Re: Vintage Computer Calendar 2018

2017-11-03 Thread Torfinn Ingolfsen via cctalk
FYI,

On Sat, Oct 28, 2017 at 4:59 AM, Syd Bolton via cctalk
 wrote:
>
>
> Hey folks;
> The Personal Computer Museum (http://www.pcmuseum.ca) is
> offering a beautiful 2018 vintage computer calendar as a fundraiser. The
> calendars are in hand and the cost is $20 Canadian (no tax).

I got my calendar today, it looks great!


Have a nice weekend everyone!
-- 
Regards,
Torfinn Ingolfsen


Re: PDP8.org

2017-10-28 Thread Torfinn Ingolfsen via cctalk
On Sat, Oct 28, 2017 at 1:42 PM, Paul Birkel  wrote:
> Are you sure that you're not looking at a local cache?

It doesn't look like a local cache to me:
tingo@kg-core1$ curl http://pdp8.org/ | head
  % Total% Received % Xferd  Average Speed   TimeTime Time  Current
 Dload  Upload   Total   SpentLeft  Speed
  0 00 00 0  0  0 --:--:-- --:--:--
--:--:-- 0


  
  http://www.pdp-8.org/postinfo.txt;>
  
  
  
  PDP-8.org: a PDP-8 and PDP-12 resource
100  8656  100  86560 0   8656  0  0:00:01 --:--:--  0:00:01 30265
curl: (23) Failed writing body (0 != 1603)

and
tingo@kg-core1$ host pdp8.org
pdp8.org has address 216.99.193.149
pdp8.org mail is handled by 10 mx.spiritone.com.

tingo@kg-core1$ ping pdp8.org
PING pdp8.org (216.99.193.149): 56 data bytes
64 bytes from 216.99.193.149: icmp_seq=0 ttl=55 time=139.792 ms
64 bytes from 216.99.193.149: icmp_seq=1 ttl=55 time=140.435 ms
^C
--- pdp8.org ping statistics ---
2 packets transmitted, 2 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 139.792/140.113/140.435/0.322 ms


HTH
-- 
Regards,
Torfinn Ingolfsen


Re: PDP8.org

2017-10-28 Thread Torfinn Ingolfsen via cctalk
On Fri, Oct 27, 2017 at 5:40 PM, Marc Howard via cctalk
 wrote:
> Is anyone re-hosting pdp8.org yet?

Why?
It works from here (Oslo, Norway) now.


-- 
Regards,
Torfinn Ingolfsen


Re: HP 9845 complete system on auction in Sweden

2017-09-22 Thread Torfinn Ingolfsen via cctalk
On Fri, Sep 22, 2017 at 9:23 AM, Pontus Pihlgren via cctalk
 wrote:
> Hi All
>
> There is a very nice looking HP 9845 with peripherals and documentation
> for sale in Sweden, on ebay owned auction-site Tradera:
>
> https://www.tradera.com/item/340854/290566778/hewlett-packard-9845-datorsystem
>

Nice!
I really like the old HP 98xx systems.
Unfortunately, I don't have space for such a large system.
-- 
Regards,
Torfinn Ingolfsen


Re: ICL 1501 terminal available in Sweden.

2017-09-17 Thread Torfinn Ingolfsen via cctalk
On Sun, Sep 17, 2017 at 10:01 PM, Mattis Lind via cctalk
 wrote:
> In a closed Facebook group in Sweden there is someone that want to sell a
> number of ICL1501 terminals.
>
>
> https://i.imgur.com/GvwCeEw.jpg
> https://i.imgur.com/WdzXiNw.jpg
> https://i.imgur.com/EXAV19v.jpg
>
> They have two small tape drives that uses what it seem standard audio
> tapes. The terminals seems to be very ICL specific.
>
> If there are interest in these I could get you in contact with the seller.

There doesn't seem to be any information about ICL terminals at the
Terminals wiki http://terminals-wiki.org/

But some information is found
http://computermuseum.informatik.uni-stuttgart.de/dev_en/icl1501/icl1501.html

looks like these are a bit more than terminals

-- 
Regards,
Torfinn Ingolfsen


Re: DCC-116 E / DATA GENERAL NOVA 2/10 / Nixdorf 620 - Restoring and restarting

2017-08-29 Thread Torfinn Ingolfsen via cctalk
On Tue, Aug 29, 2017 at 10:44 PM, Dominique Carlier via cctalk
 wrote:
> YES! The monster booting again! :-)

Congratulations! Well done!
Thanks for sharing the story and the pictures.
-- 
Regards,
Torfinn Ingolfsen


Re: Windows 10 recent creator release may take your printer out. I am really irri

2017-07-04 Thread Torfinn Ingolfsen via cctalk
On Mon, Jul 3, 2017 at 7:47 PM, Ed via cctalk  wrote:
>
> Windows 10 recent creator  release  may take your printer  out.

FWIW, this is nothing new with Windows: when the switch from Windows
2000 to XP happened, a lot of HP printer owners (I don't know if it
was limited to HP, sorry) was stuck with printers without a working
driver.
Yes, I know this doesn't help.
-- 
Regards,
Torfinn Ingolfsen


Re: Any way to undo SECURE of HP BASIC .PROG files?

2017-06-09 Thread Torfinn Ingolfsen via cctalk
Hello,

On Fri, Jun 9, 2017 at 3:46 AM, Glen Slick via cctalk
 wrote:
> I have a 3.5-inch LIF format floppy with some HP BASIC .PROG files
> which I can load on an HP 82321B Viper card running HP BASIC 6.2
>
> Unfortunately the majority of the program lines appear to have been
> SECURE'd. When doing a LIST or a SAVE the majority of the program
> lines appear as just an '*' character.
>
> Is there some way to undo the effect of the SECURE so that the .PROG
> files can be SAVE'd back to the complete ASCII source version before
> they were SECURE'd?
>

Back in the old days (ok, 1985) I faced the same challenge. At $work
we were using a HP9826 (or another model from the HP98xx series) as an
ATS (automatic test station). It had a custom made rig with stepper
motors to turn knobs on the DUT (device under test). It also had
connectors to the control (think wired remote control) sockets for the
various DUT's, connectors to the instruments (HP-IB controlled), and a
printer. The whole thing ran a set of test programs written in Basic
(I think HP-BASIC 2.0). My colleagues soon found out that the test
programs could use some improvements, but unfortunately they were
secured. I was the go-to guy for anything that required programming a
computer, so I was asked to have a look at it. Luckily, I found the
program that the vendor (ok, the company that had put together the
ATS, this was a custom job) had used to secure the programs on one of
the floppies. And it wasn't secured. So it was quite easy for me to
understand what the program did, and change it. Then we had a way to
unsecure secured programs.
On my HP9826 page[1], in the 1985-11-22 entry (yes, the page is
written many years later) you will find a link to a PDF copy of a
printout of the program (I no longer have the program itself) and
these instructions:

Requirements: HP 9826 or HP 9836 with Basic 2.0 (or perhaps later)
Usage:
LOADSUB ALL FROM "UNSECURE"
END
UNSECURE
END
DELSUB UNSECURE
END
This unsecures the whole program. If you just want to unsecure a range
of line numbers, use UNSECURE(A, B), where A is starting line number
and B is ending line number.

So you will have to type in the program from the printout.
Also, it has not been tested on anything else than that machine which
ran Basic 2.0 (IIRC), so if HP changed anything in later versions, it
might not work.
YMMV
HTH

References:
1) https://sites.google.com/site/tingox/hp9826
-- 
Regards,
Torfinn Ingolfsen


Re: Recovered a .bas file from my old Mac Plus

2017-06-07 Thread Torfinn Ingolfsen via cctalk
Also, emulators exist that allow you to emulate a Mac Plus on a
current computer.
Example: http://www.gryphel.com/c/minivmac/

HTH
-- 
Regards,
Torfinn Ingolfsen


Re: Kryoflux or Catweasle

2017-05-24 Thread Torfinn Ingolfsen via cctalk
On Wed, May 24, 2017 at 8:30 AM, Chuck Guzis via cctalk
 wrote:
>
> In point of advancing technology, one can purchase a STM32F4 development
> board with USB, UART, microSD, battery-backed RTC and oodles of timers
> and I/Os as well as a TFT interface for less than $12 shipped.  Almost
> all I/Os are 5V tolerant--and can be configured as open-drain if
> desired.  192KB of fast SRAM and a CPU running at about 168MHz.
> Perfectly capable of doing sampling of floppy output.

Some of us just want a working solution. So, any links for hardware,
software and an assembly description?

A Kryoflux would work, but since the software they provide isn't open
source, I can't compile it to work on the platform I use.
-- 
Regards,
Torfinn Ingolfsen


Re: Did we miss the 20th anniversary of classiccmp?

2017-04-21 Thread Torfinn Ingolfsen via cctalk
On Fri, Apr 21, 2017 at 7:26 AM, Pontus Pihlgren via cctalk
 wrote:
> Congratulations to us all, even if a little late.
>
> It makes me wonder, what is the oldest still running mailinglist?

Still running, or still getting on-topic posts to it?
-- 
Regards,
Torfinn Ingolfsen


Dore' on FreeBSD today

2017-03-20 Thread Torfinn Ingolfsen via cctalk
FWIW, Dore'[1] doesn't compile out of the box on FreeBSD 10.3-stable:
tingo@kg-core1$ uname -a
FreeBSD kg-core1.kg4.no 10.3-STABLE FreeBSD 10.3-STABLE #0 r310083:
Wed Dec 14 21:00:13 CET 2016
r...@kg-core1.kg4.no:/usr/obj/usr/src/sys/GENERIC  amd64

Result
tingo@kg-core1$ make -f Makefile.ini World

Building Release 6.1 of Dore.

I hope you checked the configuration parameters in ./config/cf
to see if you need to pass BOOTSTRAPCFLAGS.

Sun Mar 19 22:31:44 CET 2017

cd ./config/imake; make   -f Makefile.ini BOOTSTRAPCFLAGS="" clean;
make   -f Makefile.ini BOOTSTRAPCFLAGS=""
rm -f ccimake imake.o imake
rm -f *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a  tags TAGS make.log \#*
making imake with BOOTSTRAPCFLAGS=
cc -o ccimake  -O -I../../include ccimake.c
ccimake.c:42:1: warning: type specifier missing, defaults to 'int'
[-Wimplicit-int]
main()
^~~~
ccimake.c:44:2: warning: implicit declaration of function 'write' is
invalid in C99 [-Wimplicit-function-declaration]
write(1, imake_ccflags, sizeof(imake_ccflags) - 1);
^
ccimake.c:45:2: warning: implicitly declaring library function 'exit'
with type 'void (int) __attribute__((noreturn))'
exit(0);
^
ccimake.c:45:2: note: please include the header  or
explicitly provide a declaration for 'exit'
3 warnings generated.
cc -c  -O -I../../include `./ccimake` imake.c
imake.c:265:1: warning: type specifier missing, defaults to 'int'
[-Wimplicit-int]
main(argc, argv)
^~~~
imake.c:274:2: warning: implicit declaration of function 'init' is
invalid in C99 [-Wimplicit-function-declaration]
init();
^
imake.c:275:2: warning: implicit declaration of function 'SetOpts' is
invalid in C99 [-Wimplicit-function-declaration]
SetOpts(argc, argv);
^
imake.c:278:2: warning: implicit declaration of function
'CheckImakefileC' is invalid in C99 [-Wimplicit-function-declaration]
CheckImakefileC(ImakefileC);
^
imake.c:285:2: warning: implicit declaration of function 'AddMakeArg'
is invalid in C99 [-Wimplicit-function-declaration]
AddMakeArg("-f");
^
imake.c:296:2: warning: implicit declaration of function 'cppit' is
invalid in C99 [-Wimplicit-function-declaration]
cppit(cleanedImakefile, Template, ImakefileC, tmpfd, tmpMakefile);
^
imake.c:300:4: warning: implicit declaration of function 'showit' is
invalid in C99 [-Wimplicit-function-declaration]
showit(tmpfd);
^
imake.c:302:3: warning: implicit declaration of function 'makeit' is
invalid in C99 [-Wimplicit-function-declaration]
makeit();
^
imake.c:303:2: warning: implicit declaration of function 'wrapup' is
invalid in C99 [-Wimplicit-function-declaration]
wrapup();
^
imake.c:307:1: warning: type specifier missing, defaults to 'int'
[-Wimplicit-int]
showit(fd)
^~
imake.c:315:3: warning: implicit declaration of function
'writetmpfile' is invalid in C99 [-Wimplicit-function-declaration]
writetmpfile(stdout, buf, red, "stdout");
^
imake.c:318:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
imake.c:320:1: warning: type specifier missing, defaults to 'int'
[-Wimplicit-int]
wrapup()
^~
imake.c:328:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
imake.c:345:1: warning: type specifier missing, defaults to 'int'
[-Wimplicit-int]
init()
^~~~
imake.c:361:8: warning: using the result of an assignment as a
condition without parentheses [-Wparentheses]
if (p = getenv("IMAKEINCLUDE")) {
~~^~~~
imake.c:361:8: note: place parentheses around the assignment to
silence this warning
if (p = getenv("IMAKEINCLUDE")) {
  ^
( )
imake.c:361:8: note: use '==' to turn this assignment into an equality
comparison
if (p = getenv("IMAKEINCLUDE")) {
  ^
  ==
imake.c:365:3: warning: implicit declaration of function 'AddCppArg'
is invalid in C99 [-Wimplicit-function-declaration]
AddCppArg(p);
^
imake.c:372:8: warning: using the result of an assignment as a
condition without parentheses [-Wparentheses]
if (p = getenv("IMAKECPP"))
~~^~~~
imake.c:372:8: note: place parentheses around the assignment to
silence this warning
if (p = getenv("IMAKECPP"))
  ^
( )
imake.c:372:8: note: use '==' to turn this assignment into an equality
comparison
if (p = getenv("IMAKECPP"))
  ^
  ==
imake.c:374:8: warning: using the result of an assignment as a
condition without parentheses [-Wparentheses]
if (p = getenv("IMAKEMAKE"))
~~^
imake.c:374:8: note: place parentheses around the assignment to
silence this warning
if (p = getenv("IMAKEMAKE"))
  ^
(  

Re: Fwd: Re: Architectural diversity - was Re: Pair of Twiggys

2017-03-17 Thread Torfinn Ingolfsen via cctalk
On Fri, Mar 17, 2017 at 4:31 AM, Chuck Guzis via cctalk
 wrote:
> On 03/16/2017 08:19 PM, Fred Cisin via cctalk wrote:
>
>
> Isn't "Valdtrep" a Norwegian march by Johannes Hanssen?

It's Valdres https://en.wikipedia.org/wiki/Valdres
and Valdres march.
-- 
Regards,
Torfinn Ingolfsen


Re: Ardent Titan

2017-03-15 Thread Torfinn Ingolfsen via cctalk
Hello,

On Wed, Mar 15, 2017 at 8:07 AM, Randy Dawson via cctech
 wrote:
>
> Kubota (who purchased Stardent) put the rendering software, Dore' in the 
> public domain.  I have built it here under FreeBSD on a PC; it was in the 
> ports system for a while, and without to much messing with,
> I got the demos running (FLAG, a flag blowing in the wind, with controls for 
> wind speed and direction, controlled by the knob box) are still impressive.

Interesting. Is the source for Dore still available? I did a quick
search with Google, but didn't find anything.

Have a nice day.
-- 
Regards,
Torfinn Ingolfsen


Re: Tektronix Terminal Emulation

2017-03-11 Thread Torfinn Ingolfsen via cctalk
On Sat, Mar 11, 2017 at 5:14 PM, Douglas Taylor via cctalk
 wrote:
>
> I like using the laptop as a console because I can log my terminal session
> while I'm installing software, etc.  Kermit on debian linux comes without
> any terminal emulation for some reason.

In general, kermit under Linux (and other unix-like operating systems)
expect you to start kermit from the terminal emulator of your choice,
and "inherits" whatever terminal emulation you have started it from.
FWIW, I've successfully done vt100 with kermit started from xterm.

>  One of the things that I tried was
> running kermit inside the xterm window, I was able to connect to the Vax but
> was unable to test the graphics portion.

Are you sure that your xterm has Tektronix graphics emlation compiled
in / enabled?
I haven't tested graphics emulation yet, because I don't have a
vintage machine that supports it.
HTH
-- 
Regards,
Torfinn Ingolfsen


Re: I hate the new mail system

2017-02-28 Thread Torfinn Ingolfsen via cctalk
FWIW, reply and reply all in Gmail web interface now lists both
addresses (originator and mailing list). I don't know if this is a
change again.

Also, I find it somewhat funny in a bizarre way that people on this
list who have experience with all kinds of systems, all kinds of user
interfaces and many generations of machines (computers and otherwise)
can complain over a little thing like this change. (Bikeshed?)


Funny, now I suddenly feel a lot older than my fifty one years.

HAND,
-- 
Regards,
Torfinn Ingolfsen