zep_
Member
Registered: Aug 2001
Location:
Posts: 4 |
Hi m8, i have been trying pppd with this line :
/usr/sbin/pppd /dev/ttyUSB0 57600 192.168.0.9:192.168.0.44 proxyarp persist local noauth silent nodetach ms-dns 192.168.0.200
The 'weird' part is that i have to start coldsync, and then start pppd and then shut down coldsync to be able to bind to the usb port (with the handspring driver resident)
coldsync -p /dev/ttyUSB1
I always get ppp timeout when i try via usb or serial cable, you mention that it's possible to use irda ? how do i set that up, but first i would love to get the usb / serial ppp connection fixed.
On the palm, i am using linkusb/directlink, phonenumber set to '00'.
This is the driver in the kernel, which loads when i use my visor on usb :
/var/log/messages.1:Aug 17 05:53:13 zep kernel: visor.c: Handspring Visor: Number of ports: 2
/var/log/messages.1:Aug 17 05:53:13 zep kernel: visor.c: Handspring Visor: port 1, is for Generic use and is bound to ttyUSB0
/var/log/messages.1:Aug 17 05:53:13 zep kernel: visor.c: Handspring Visor: port 2, is for HotSync use and is bound to ttyUSB1
with usb :
/var/log/messages.1:Aug 17 05:56:25 zep pppd[9152]: pppd 2.4.0 started by root, uid 0
/var/log/messages.1:Aug 17 05:56:25 zep pppd[9152]: Using interface ppp0
/var/log/messages.1:Aug 17 05:56:25 zep pppd[9152]: Connect: ppp0 <--> /dev/ttyUSB1
/var/log/messages.1:Aug 17 05:56:55 zep pppd[9152]: LCP: timeout sending Config-Requests
/var/log/messages.1:Aug 17 05:56:55 zep pppd[9152]: Connection terminated.
/var/log/messages.1:Aug 17 05:56:55 zep pppd[9152]: Exit.
with serial :
/var/log/messages.1:Aug 17 05:35:42 zep pppd[8615]: using the noauth option requires root privilege
/var/log/messages.1:Aug 17 05:35:50 zep pppd[8642]: pppd 2.4.0 started by root, uid 0
/var/log/messages.1:Aug 17 05:35:50 zep pppd[8642]: Using interface ppp0
/var/log/messages.1:Aug 17 05:35:50 zep pppd[8642]: Connect: ppp0 <--> /dev/ttyS0
/var/log/messages.1:Aug 17 05:36:20 zep pppd[8642]: LCP: timeout sending Config-Requests
/var/log/messages.1:Aug 17 05:38:30 zep pppd[8642]: Terminating on signal 15.
/var/log/messages.1:Aug 17 05:38:30 zep pppd[8642]: Connection terminated.
|