run following commands after you login your a1200
/sbin/insmod /lib/modules/slhc.o
/sbin/insmod /lib/modules/ppp_generic.o
/sbin/insmod /lib/modules/ppp_async.o
I extract the script command from leoppp->btppp_start.lin:
start-stop-daemon --start -m -p /var/run/btppp.pid -x /usr/bin/pppd -- call myhost
I telnet the a1200 & typed the above command, the msg. is:
========================================
MontaVista(R) Linux(R) Consumer Electronics Edition 3.1
Linux/armv5tel 2.4.20_mvlcee31-mainstone_pxa27x
(none) login: root
MontaVista(R) Linux(R) Consumer Electronics Edition 3.1
No directory /root!
Logging in with home = "/".
# start-stop-daemon --start -m -p /var/run/btppp.pid -x /usr/bin/pppd -- call my
host
/usr/bin/pppd: This system lacks kernel support for PPP. This could be because
the PPP kernel module could not be loaded, or because PPP was not
included in the kernel configuration. If PPP was included as a
module, try `/sbin/modprobe -v ppp'. If that fails, check that
ppp.o exists in /lib/modules/`uname -r`/net.
See README.linux file in the ppp distribution for more details.
===========================================
So, I typed again with "start-stop-daemon --start -m -p /var/run/btppp.pid -x /sbin/modprobe -v ppp -- call myhost", the msg. is:
===========================================
# start-stop-daemon --start -m -p /var/run/btppp.pid -x /sbin/modprobe -v ppp --
call myhost
Starting /sbin/modprobe...
modprobe: Can't open dependencies file /lib/modules/2.4.20_mvlcee31-mainstone_px
a27x/modules.dep (No such file or directory)
===========================================
Does anyone has idea how to solve the PPP in A1200, thank you very much!
run following commands after you login your a1200
/sbin/insmod /lib/modules/slhc.o
/sbin/insmod /lib/modules/ppp_generic.o
/sbin/insmod /lib/modules/ppp_async.o