Hi,
Please, could you explain me how i can setup a ppp (with RTC modem)
connection whith Trinux ?
I get the "ppp" package but it seem to be a ppp server not a client ???
Thanks in advance for your help.
Xavier
xc...@ov...
From: Matthew F. <mf...@ci...> - 2001-11-28 17:21:26
> Please, could you explain me how i can setup a ppp (with RTC modem)
> connection whith Trinux ?
This is going to be fairly painful... :(
First of all what is RTC modem??? If you have a Winmodem it probably won't
even work.
First you will need to make sure your modem is detected. You will need the
serial-net.tgz kernel package which has the ppp kernel modules and serial
modules as well. You will need to use kernel 2.4.5 and copy the package to
your boot floppy.
trinux> lsmod
Module Size Used by
bsd_comp 4360 0 (unused)
ppp_async 6700 0 (unused)
ppp_generic 15432 0 [bsd_comp ppp_async]
slhc 5180 0 [ppp_generic]
serial 54928 0 (unused)
isa-pnp 31568 0 [serial]
ide-disk 7052 2
ide-probe-mod 9256 0
ide-mod
If you don't see this then try /etc/init.m/ppp
and try again
doing
#dmesg
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
Serial driver version 5.05a (2001-03-20) with MANY_PORTS SHARE_IRQ
SERIAL_PCI ISAPNP enabled
ttyS00 at 0x03f8 (irq = 4) is a 16550A
ttyS01 at 0x02f8 (irq = 3) is a 16550A
CSLIP: code copyright 1989 Regents of the University of California
PPP generic driver version 2.4.1
PPP BSD Compression module registered
should show this as well
>
> I get the "ppp" package but it seem to be a ppp server not a client ???
>
> Thanks in advance for your help.
>
Actually they are the same thing :) Read
http://www.linuxdoc.org/HOWTO/PPP-HOWTO/
and write back to the list after you get the kernel modules installed
-mdf