Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Connect a Palm to a LAN via USB cable' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Connect a Palm to a LAN via USB cable
Authored by: reeder.29 on May 09, '06 09:28:12PM

[I realize previous postings on this thread were two years ago, but since this thread appears to be the most cogent description of this I could find, I have posted my findings below]

pppd has an option to create the necessary pseudo-ttys automatically, so pty-dir is unnecessary. I reccomend the following command:

sudo pppd pty 'nc -l -p 22000' 10.0.0.1:10.0.0.2 115200 noauth proxyarp persist

With this, I could ping any IP address from my Palm. Adding the "persist" option allows the Palm to connect and disconnect, without needing to restart pppd.



[ Reply to This | # ]