Re: Kppp KO but modem is OK

2003-07-07 Thread Philippe legay


Ben Reser wrote:
On Fri, Jul 04, 2003 at 11:24:25PM +0200, Philippe
legay wrote:
> I write a small script that allows me to connect to internet. So
my
> mandrake 9.1 on my G4 mac is OK, and the internal MODEM is OK,
> and the /dev is OK.
>
> But, if I use the Kppp interface, the modem is ready but do not answer
!
>
> have you some idea ? or some pointers ?
>
> I download the source of Kppp, unfortunately the configure does not
work
> (but I install the developpement option).
>
> Nevertheless, I can read the source. Kppp seems to open a socket
with
> the device (My first idea was that kppp was a frontal that calls
some
> scripts).
> I my script is reunning I do not understant why the socket fails
?
In the kppp configuration under modem commands make sure you allow 80
for the Post-init delay. For some reasons the Apple modems are
slow to
finish their init sequence and kppp is thinking their is no modem there
as a result.
Bingo, this is the right answer.
Do you know why I have no sound during the connection time ?
Thanks,
PHL


Re: Kppp KO but modem is OK

2003-07-07 Thread Ben Reser
On Mon, Jul 07, 2003 at 11:42:55AM +0200, Philippe legay wrote:
 Do you know why I have no sound during the connection time ?

I think that would require a driver/program to pull the sound data off
the modem and put it onto the audio card.  To my knolwedge nobody has
written it.  This is a pretty standard issue with internal or PCMCIA
modems.

-- 
Ben Reser [EMAIL PROTECTED]
http://ben.reser.org

What upsets me is not that you lied to me, but that from now on I can
no longer believe you. -- Nietzsche



Re: Kppp KO but modem is OK

2003-07-05 Thread Ben Reser
On Fri, Jul 04, 2003 at 11:24:25PM +0200, Philippe legay wrote:
 I write a small script that allows me to connect to internet. So my
 mandrake 9.1 on my G4 mac is OK, and the internal MODEM is OK,
 and the /dev is OK.
 
 But, if I use the Kppp interface, the modem is ready but do not answer !
 
 have you some idea ? or some pointers ?
 
 I download the source of Kppp, unfortunately the configure does not work
 (but I install the developpement option).
 
 Nevertheless, I can read the source. Kppp seems to open a socket with
 the device (My first idea was that kppp was a frontal that calls some
 scripts).
 I my script is reunning I do not understant why the socket fails ?

In the kppp configuration under modem commands make sure you allow 80
for the Post-init delay.  For some reasons the Apple modems are slow to
finish their init sequence and kppp is thinking their is no modem there
as a result.

-- 
Ben Reser [EMAIL PROTECTED]
http://ben.reser.org

What upsets me is not that you lied to me, but that from now on I can
no longer believe you. -- Nietzsche



Kppp KO but modem is OK

2003-07-04 Thread Philippe legay
Hello,

I write a small script that allows me to connect to internet. So my
mandrake 9.1 on my G4 mac is OK, and the internal MODEM is OK,
and the /dev is OK.

But, if I use the Kppp interface, the modem is ready but do not answer !

have you some idea ? or some pointers ?

I download the source of Kppp, unfortunately the configure does not work
(but I install the developpement option).

Nevertheless, I can read the source. Kppp seems to open a socket with
the device (My first idea was that kppp was a frontal that calls some
scripts).
I my script is reunning I do not understant why the socket fails ?

Thanks
PHL.