Hi,

if you have a working serial connection, then it's just the same as
setting up a ppp link over a serial line.  So as you can hotsync, you just
need to run your ppp deamon

pppd /dev/ircomm0 ...

as normal for a ppp link.

I use a /etc/ppp/peers file

115200
10.0.0.1:10.0.0.2
auth
debug
#-detach
local
lock
ms-dns 194.94.224.118
noproxyarp
name palm
ipparam palm-connection

so I can just do

/sbin/pppd /dev/ircomm0 call palm

rather than using lots of options on the command line.

Tom

On Tue, 27 Feb 2001, Christian Gennerat wrote:

> Palm Os have ppp that can be used for telnet, ftp, or web-browser.
> But how to setup IrDA stack for this?
>
> For HotSync, the setting is:
>        daemon /usr/sbin/irattach ircomm
>        ifconfig irda0 up
> And it works.
>
> But for ppp, what modules are needed,
> what aliases in modules.conf,
> and how to call ppp ?
>
>
>
> _______________________________________________
> Linux-IrDA mailing list  -  [EMAIL PROTECTED]
> http://www.pasta.cs.UiT.No/mailman/listinfo/linux-irda
>

_______________________________________________
Linux-IrDA mailing list  -  [EMAIL PROTECTED]
http://www.pasta.cs.UiT.No/mailman/listinfo/linux-irda

Reply via email to