On Saturday, February 8, 2014 4:21:13 PM UTC-7,
ehu...@gmail.com wrote:
> Can you explain how to stop or start services to get Apple II Pi running? I'm using Apple IIc and one serial port.
Okay, here are my raw notes. All of this was taken from either David, Dave, or Ivan's web pages, plus a lot of trial & error. Each section has the system requirements for the Apple and Pi, then another line starting with "pi>" that tells you what to type at the pi prompt. Note that before you start a new service you need to kill the previous service. The easiest way to do this is:
pi> ps ax | grep -i usb
pi> sudo kill -9 1234 <-- whatever the process number is
For ADTPro to work:
Apple IIe: SSC in slot 1 or 2 (change Config on ADTPro)
Pi: USB->Serial adapter in bottom or top USB port
(to get this to work in the top USB port, may need to run headless first...)
pi> adtpro.sh serial /dev/ttyUSB0
For VSDRIVE to work:
Apple IIe: SSC in slot 1 or 2 (still do CAT,S2,D1 even if slot 1)
Pi: USB->Serial adapter in bottom or top USB port
pi> adtpro.sh headless serial /dev/ttyUSB0
For A2PI to work:
Apple IIe: SSC in slot 1 or 2 (run -config)
Pi: USB->Serial adapter in bottom or top USB port
first make sure adtpro is not running (kill both the GUI and the Java headless server)
change a2pi to use the USB serial adapter, edit /etc/default/a2pi to set:
DAEMON_OPTS="/dev/ttyUSB0"
pi> sudo /sbin/a2pid --daemon /dev/ttyUSB0
Note: you may need to manually remove /var/lock/LCK..ttyUSB0
For Kermit or Modem.MGR to work:
edit /etc/inittab to change the baud rate. Add the following line at the bottom:
T1:23:respawn:/usr/local/sbin/usbgetty -h -L -scanttyUSB 19200 vt100
Then type:
pi> usblogin-off
pi> usblogin-on
For Modem.MGR:
Apple IIe: config Modem.MGR for vt200 with 7 bits, cursor keys normal, 19200 baud, parity 8+1+none, xon/off disabled