Thomas Tabler wrote: > > I can mount BasicLinux, but don't understand Wordstar > function keys,
Fair enough, I'm not familiar with Wordstar myself. > Pico, What's the problem with pico? The special keys are displayed at the bottom of the screen. Just use the normal cursor keys to move around and type what you want. When you are done, press ^x (hold down the CTRL key and press x). > or how to make it connect to the Internet. Have you tried pppsetup? The configuration is similar to Arachne. Have a look in arachne.cfg -------------------------- [dialer] Port 2 Speed 115200 InitString ats11=55 PhoneNumber 087304484 WaitFor1 ogin Response1 ichi WaitFor2 word Response2 xxx [tcp/ip] NameServer 203.29.160.4 AltNameServer 203.29.160.2 --------------------------- Port and Speed go in /etc/ppp/options. In Linux, Port 2 (com2) is /dev/ttyS1. ---------- /dev/ttyS1 115200 ---------- InitString, PhoneNumber, WaitFor and Response go in /etc/ppp-on-dialer ------------------------------ OK ATS11=55 \ OK ATDT087304484 \ CONNECT '' \ ogin ichi \ word xxx ------------------------------ Note: except for the last line, every line must terminate with \. Do not put a \ at the end of the last line. NameServer and AltNameServer go in /etc/resolv.conf ----------------------- nameserver 203.29.160.4 nameserver 203.29.160.2 ----------------------- That's all, folks! Cheers, Steven _______________________________________________ http://homepages.ihug.co.nz/~ichi/baslinux.html