HI Bill,

The divergence from systemd is frustrating but at last current versions of
Raspian still have ifconfig...

I'm using Raspian 10 here are my quick and dirty hints:

Get your termcap sorted:
https://zork.net/~octal/mod100.xhtml

You will note that termcap doesn't exist like it should though, so save the
cap to a file and install it like so:

tic <termcap-file>

 I assume you are going to to the easy route and use a USB to serial
adapter. You can use the onboard UART with some level conversion as I have
done, but you have to get creative with the hardware. Check out the photos
of my M100 hooked to my pi zero here:  http://niedobry.com/mod100/tanpi/

Copy the template file */lib/systemd/system/**serial-getty@.service* to*
/etc/systemd/system/serial-getty@ttyUSB0.service    *(Provided you are
using ttyUSB0)

In [Service] modify the ExecStart line to say the following: (Adjust your
baud as you like.)
ExecStart=-/sbin/agetty -o '-p -- \\u' 19200 %I trs100

Issue *systemctl enable serial-getty@ttyUSB0.service*

Do a ps -ax  | grep getty and you should now see a getty process running on
the USB port.

Connect your Model-T with a null modem cable to the serial port, set your
TERM to STAT 98N1E and you should be good to go. Lots and lots of
customization needed for it to be useful, I'm working on getting my notes
together on this and hope to have it somewhere for reference soon.

Hope this helps,
Brian


On Sun, Jul 11, 2021 at 11:09 PM Bill Miranda <bill.mira...@gmail.com>
wrote:

> Can anyone point me to current instructions on how to configure a
> Raspberry Pi so that I can connect my M100 as a serial console? I found
> numerous websites with instructions for older versions of Raspian which
> were pre-systemd.  I was able to get the M100 to connect to the Pi after a
> lot of experimenting but I once I login I can’t get anything to work.
>
> Regards,
> Bill Miranda
> bill.mira...@gmail.com
>

Reply via email to