30/05/2005, 14:55
|
| | | Fecha de Ingreso: mayo-2005
Mensajes: 17
Antigüedad: 19 años, 5 meses Puntos: 0 | |
pOR FIN HE TERMINADO ----------------------------------
# ## lt_drivers: autoloading and insertion parameter usage
alias /dev/modem lt_serial
alias char-major-62 lt_serial
# below lt_drivers line supports Systems using the device file system (Mandrake and some Debians)
alias /dev/tts/LT0 lt_serial
# # Syntax example, lt_driver insertion, ISA card only, may not be needed. See Documentation
# options lt_modem Forced=3,0x130,0x2f8,0
# # Syntax example, lt_driver insertion, PCI card only, Very RARELY needed. See Documentation
# options lt_modem vendor_id=0x115d device_id=0x0420
# ## section lt_drivers ends
----------------------------------
These lines should be complemented in ppp related alias lines, also in /etc/modules.conf:
-----------------------------------------
alias /dev/ppp ppp_generic
alias char-major-108 ppp_generic
alias tty-ldisc-3 ppp_async
alias tty-ldisc-14 ppp_synctty
alias ppp-compress-21 bsd_comp
alias ppp-compress-24 ppp_deflate
alias ppp-compress-26 ppp_deflatecho
------------------------------------------
Display those on your system with command:
grep ppp /etc/modules.conf
Enter
----------------------------------
----------------------------------
The checkout of installed components and their configuration lines is completed:
The lt_drivers lt_modem.o and lt_serial.o .
The device nodes /dev/tts/LT0 and its symbolic links /dev/modem and /dev/ttySLT0,
with support lines in /etc/devfsd.conf.
The driver autoloading support lines in /etc/modules.conf .
Lastly, the loading of the the drivers is successful.
================================================== =====================
To prepare for a modem test: Enter
which: no wvdialconf in (/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin)
Installation of the package WVDIAL provided by your Linux distro is recommended.
Then rerun checkout
An alternative is to use MINICOM, whose usage is not served by this script however.
For MINICOM, use as the port setting: /dev/tts/LT0
utils]#
root]# kppp
Opener: received SetSecret
Opener: received OpenLock
Opener: received OpenDevice
Opener: received ExecPPPDaemon
In parent: pppd pid 5500
Opener: received OpenResolv
Couldn't find interface ppp0: No such device
Kernel supports ppp alright.
Opener: received RemoveSecret
Opener: received RemoveSecret
Opener: received KillPPPDaemon
In killpppd(): Sending SIGTERM to 5500
Opener: received RemoveSecret
Opener: received RemoveSecret
Opener: received OpenResolv
Opener: received OpenResolv
Opener: received RemoveLock
It was pppd that died
pppd exited with return value 5
Sending 5494 a SIGUSR1
Gracias por la ayuda!!!! |