On Mon, 20 Dec 1999, John Starkey wrote about, Re: Minicom.....:
>
> I have been instructed to keep the LAN out of the picture till we can get the modem
> working. So even if I knew how- I wouldn't be able to do it.
>
Presuming you are in normal console mode;
ALT-F2 or ALT-F3 etc to enter another terminal, login as root do;
ps ax
You will see something like;
15949 pts/0 S 0:00 minicom -s
Note down the first field,
do;
kill 15949 {in this example}.
Now that does not kill the process, do;
kill -9 15949
Now its gone and the other terminal is now available again.
>
> Is there a key-combination that will do it? It isn't taking ascii. I did read that
>post.
> But I don't know how to kill a process without command line. Reboot is the only
>thing I
> know. I'm at roughly 60 hours of JUST trying to get the system to connect to other
> networks. I didn't have a problem with 4.2 (did with eth0 but I didn't know about
> MSDOS'ing the set-up then rebooting Linux).
>
> > Your answer is minicom -s
> > then configure the proper port so minicom can find the modem.
>
> I've tried all 4 ttyS's and it hasn't found the modem.
ls -al /dev/modem
Like you have been told before to see where the modem is,
if there is no /dev/modem then the modem is not linked to a serial port,
You will have to find out on which port the modem is, say its on /dev/ttyS1
thats comm2 under dos, do;
cd /dev
ln -s ttyS1 modem
Now the modem is on comm 2.
minicom -s
choose Serial port setup
hit the a key
type in /dev/modem
or if its /dev/ttyS1 that should do.
choose the exit with arrow keys hit enter
that should now put you in minicom.
ctrl-z
then a
Thats the page where you can start things rolling.
to exit
ctrl-z { if you are not in that page}
x for exit.
--
Regards Richard
[EMAIL PROTECTED]
http://people.zeelandnet.nl/pa3gcu/
Merry Xmas.