Re: PPP in -direct mode does not execute any chat scripts

2003-02-02 Thread Daniel O'Connor
On Mon, 2003-02-03 at 08:18, Maksim Yevmenkin wrote: So the questions is: would it be possible to enable PPP chat in direct mode? Is there any reason to not allow this? It seems 'login' script would do just fine. Is there any other/ better way to do this? One possible option right now is to

RE: PPP in -direct mode does not execute any chat scripts

2003-02-02 Thread Maksim Yevmenkin
Daniel, So the questions is: would it be possible to enable PPP chat in direct mode? Is there any reason to not allow this? It seems 'login' script would do just fine. Is there any other/ better way to do this? One possible option right now is to execute /bin/chat from the launcher

Re: PPP in -direct mode does not execute any chat scripts

2003-02-02 Thread M. Warner Losh
Is there any reason that RFCOMM doesn't give full tty support, like the various USB modem drivers do? That's likely the best way to deal with this. Then ppp or whatever application you want will just work. Warner To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions

RE: PPP in -direct mode does not execute any chat scripts

2003-02-02 Thread Maksim Yevmenkin
Warner, Is there any reason that RFCOMM doesn't give full tty support, like the various USB modem drivers do? That's likely the best way to deal with this. Then ppp or whatever application you want will just work. Yes, there is. RFCOMM connection can only be established when baseband link

Re: PPP in -direct mode does not execute any chat scripts

2003-02-02 Thread Daniel O'Connor
On Mon, 2003-02-03 at 13:48, M. Warner Losh wrote: Is there any reason that RFCOMM doesn't give full tty support, like the various USB modem drivers do? That's likely the best way to deal with this. Then ppp or whatever application you want will just work. Maybe it is necessary/useful to

RE: PPP in -direct mode does not execute any chat scripts

2003-02-02 Thread Maksim Yevmenkin
Daniel, Is there any reason that RFCOMM doesn't give full tty support, like the various USB modem drivers do? That's likely the best way to deal with this. Then ppp or whatever application you want will just work. Maybe it is necessary/useful to 'steer' PPP from the RFCOMM end? eg

RE: PPP in -direct mode does not execute any chat scripts

2003-02-02 Thread Daniel O'Connor
On Mon, 2003-02-03 at 14:41, Maksim Yevmenkin wrote: yes. that is one example. but the real trouble with tty is the server application that wants to listen on wildcard address. for example Network Access point that listens on RFCOMM channel 1. no matter what client comes in the server will

Re: PPP in -direct mode does not execute any chat scripts

2003-02-02 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Maksim Yevmenkin [EMAIL PROTECTED] writes: : So you see it is probably possible to build a tty-like interface, : but i do not think it really worth the trouble. In fact one : can do it right now with the help of nmdm(4) driver. It is a : simple wrapper

RE: PPP in -direct mode does not execute any chat scripts

2003-02-02 Thread Maksim Yevmenkin
Warner, : So you see it is probably possible to build a tty-like interface, : but i do not think it really worth the trouble. In fact one : can do it right now with the help of nmdm(4) driver. It is a : simple wrapper that would pass the data between socket and : /dev/nmdm0{A|B}. That's

RE: PPP in -direct mode does not execute any chat scripts

2003-02-02 Thread Maksim Yevmenkin
Daniel, yes. that is one example. but the real trouble with tty is the server application that wants to listen on wildcard address. for example Network Access point that listens on RFCOMM channel 1. no matter what client comes in the server will just accept connection on the socket,