In article <[EMAIL PROTECTED]>, Collet Brunel wrote:
> I connect to the internet through a 56K USR modem.
> Whenever I connect to my ISP using wvdial, it outputs
> lots of messages about the connection and one of these
> displays the connection speed that was established
> (something like CONNECT
Collet Brunel wrote:
Hello,
I connect to the internet through a 56K USR modem.
Whenever I connect to my ISP using wvdial, it outputs
lots of messages about the connection and one of these
displays the connection speed that was established
(something like CONNECT 50666 etc... ). However,
whenever
On Wednesday 20 August 2003 11:47, Shaul Karl wrote:
> On Tue, Aug 19, 2003 at 02:54:24PM +0300, Alphonse Ogulla wrote:
> > Just configured ppp and established a connection using pon. ifconfig ppp0
> > shows device ppp0 is up and running but with no indication of the
> > negotiated bandwidth. How c
On Tue, Aug 19, 2003 at 02:54:24PM +0300, Alphonse Ogulla wrote:
> Just configured ppp and established a connection using pon. ifconfig ppp0
> shows device ppp0 is up and running but with no indication of the negotiated
> bandwidth. How can I establish the speed in Kbps at which I'm connected?
>
Sven writes:
> I looked at the Gentoo application database and I saw that Gentoo is
> using Debian's pppconfig source for building. However, I do not know what
> modification the Gentoo ebuild script is doing to this source before it
> is build and installed...
>From a quick glance at their change
John Hasler wrote:
Sven writes:
But when I was running Gentoo Linux, I just configured my connection with
pppconfig...
^
Was this the same pppconfig you use in Debian?
I looked at the Gentoo application database
and I saw that Gentoo is using Debian's
pppconfig source for bu
Sven writes:
> But when I was running Gentoo Linux, I just configured my connection with
> pppconfig...
^
Was this the same pppconfig you use in Debian?
--
John Hasler
[EMAIL PROTECTED]
Dancing Horse Hill
Elmwood, Wisconsin
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subjec
Anthony Campbell wrote:
On 12 Jan 2003, Sven Bornemann wrote:
John Hasler wrote:
Sven writes:
I think somehow I must make the ISP server belief that I just logged on,
while I'm online for one and a half our or so...
Or just add the 'persist' option so that pppd dials up again whenever
Anthony Campbell wrote:
On 12 Jan 2003, Sven Bornemann wrote:
John Hasler wrote:
Sven writes:
I think somehow I must make the ISP server belief that I just logged on,
while I'm online for one and a half our or so...
Or just add the 'persist' option so that pppd dials
On 12 Jan 2003, Sven Bornemann wrote:
> John Hasler wrote:
>
> >Sven writes:
> >
> >
> >>I think somehow I must make the ISP server belief that I just logged on,
> >>while I'm online for one and a half our or so...
> >>
> >>
> >
> >Or just add the 'persist' option so that pppd dials up again w
John Hasler wrote:
Sven writes:
I think somehow I must make the ISP server belief that I just logged on,
while I'm online for one and a half our or so...
Or just add the 'persist' option so that pppd dials up again whenever it
gets disconnected.
But then my Gnutella downloads are int
Sven writes:
> I think somehow I must make the ISP server belief that I just logged on,
> while I'm online for one and a half our or so...
Or just add the 'persist' option so that pppd dials up again whenever it
gets disconnected.
--
John Hasler
[EMAIL PROTECTED] (John Hasler)
Dancing Horse Hill
Rob Weir wrote:
On Sat, Jan 11, 2003 at 06:08:29PM +0100, Sven Bornemann wrote:
Sorry, I found out that it is the ISP cutting
off the ppp connection after two hours.
But Gentoo could overcome this somehow.
Any ideas how this is done?
Maybe they idle you out after two hours? You could a
Sorry, I found out that it is the ISP cutting
off the ppp connection after two hours.
But Gentoo could overcome this somehow.
Any ideas how this is done?
Sven
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
On Friday 25 January 2002 11:55 am, Klaus Neumann wrote:
> Hi,
> Just switched from SuSE to Debian potato. Can't get my ppp connection to
> work. I'm pretty sure I configured wvdial correctly. It dials, logs in,
> then it says PPP negotiation detected, Starting ppp at .
> Nothing more.
that's al
yes, you are right, it was the /etc/resolv.conf. Thank you!
---Original Message---
From: Jason Majors
Date: Friday, January 25, 2002 12:09:26 PM
To: Debian User
Subject: Re: ppp connection doesn't work
> Just switched from SuSE to Debian potato. Can't get my ppp connection t
> Just switched from SuSE to Debian potato. Can't get my ppp connection to
> work. I'm pretty sure I configured wvdial correctly. It dials, logs in, then
> it says PPP negotiation detected, Starting ppp at . Nothing
> more. None of my browsers work. Can't open any internet site. When I try
> Gnome
Jason Majors writes:
> I just thought of something...the login has an '@' in the middle. Should
> that be escaped in the config files?
"@" is supposed to be significant only at the beginning of the secret.
--
John Hasler
[EMAIL PROTECTED]
Dancing Horse Hill
Elmwood, Wisconsin
> On Wednesday 23 January 2002 11:25 pm, Jason Majors wrote:
> [snip]
>
> > I don't have the files here, but I _know_ the resolve.conf file is good,
> > we double checked it. hosts contains localhost and the us and non-us
> > debian download sites. I'm not sure what's in interfaces, but I'll ask
>
On Wednesday 23 January 2002 11:25 pm, Jason Majors wrote:
[snip]
> I don't have the files here, but I _know_ the resolve.conf file is good, we
> double checked it. hosts contains localhost and the us and non-us debian
> download sites. I'm not sure what's in interfaces, but I'll ask him to send
>
> > > I am trying to get a friend's Potato R3 install to connect to his ISP so
> > > we can download and install a version of X that will work.
> > > I ran pppconfig and entered the information correctly, but pppon fails to
> > > connect.
> > > I set up wvdial and ran it. It will connect and even g
On Wednesday 23 January 2002 10:21 pm, David Bell wrote:
> It's possible that the default route isn't being created properly.
> What's the output of route after the connection has been brought up?
>
> If a different default route is present, you'll need to remove it and
> add one for the dialup con
It's possible that the default route isn't being created properly.
What's the output of route after the connection has been brought up?
If a different default route is present, you'll need to remove it and
add one for the dialup connection. Once you get the IP/Gateway info,
use this:
route add
> > I am trying to get a friend's Potato R3 install to connect to his ISP so we
> > can download and install a version of X that will work.
> > I ran pppconfig and entered the information correctly, but pppon fails to
> > connect.
> > I set up wvdial and ran it. It will connect and even get an IP a
On Wednesday 23 January 2002 11:16 am, Jason Majors wrote:
> I am trying to get a friend's Potato R3 install to connect to his ISP so we
> can download and install a version of X that will work.
> I ran pppconfig and entered the information correctly, but pppon fails to
> connect.
> I set up wvdial
--- Arian Novruzi <[EMAIL PROTECTED]> wrote:
> Hi,
> I'm trying to configure my ppp in my new Debian 2.2 (well, I think
> these
> developers guys can make more easy the installation ;-)
> My modem is a lucent one and I use the appropriate package to install
> it.
> I'm using the same script which w
Arian writes:
> Thanks for any suggestion how to establish my ppp connection.
Scrap the scripts. Run pppconfig as root to configure ppp, and then use
pon to start a connection, poff to stop it, and plog to monitor it. There
are also several GUI implementations of pon/poff/plog.
--
John Hasler
[
Hi,
are you sure you want to do an install over your telephone line? I have no
experience with this, but have you provided nameservers? (see
/etc/resolv.conf for it).
Can you ping/telnet when manually starting up ppp (with: pon )?
What do the logs say? For example, do on one terminal
tail -f /var
quot;Jake Hoban" <[EMAIL PROTECTED]>
Sent: Saturday, October 28, 2000 12:09 AM
Subject: Re: PPP connection can't find servers
>
>
> Jake Hoban wrote:
>
> > Apologies if this has been posted before - I've only just subscribed.
> >
> >
> >
&
Jake Hoban wrote:
Apologies if this has been posted before - I've only just subscribed.
I'm in the process of a new debian installation via floppies and ppp. I've
got to the point where it dials my ISP to get to the FTP server, but it
never connects to it and after a while the modem hangs
You have an existing default route that pppd won't remove. You don't need
that default route: you most likely added it when you installed because the
installer misled you into believing that you needed it when you told it you
had an NIC. Remove it.
You're chatscript also looks garbled, but I'm g
Attachments are, in order, /etc/chatscripts/provider,
/etc/ppp/peers/provider, /etc/ppp/pap-secrets, /etc/ppp/chap-secrets, output
of plog.
Thanks for helping.
Jake
- Original Message -
From: "John Hasler" <[EMAIL PROTECTED]>
To:
Sent: Sunday, January 21, 2001 1:45 PM
Jake Hoban writes:
> I've got to the point where it dials my ISP to get to the FTP server, but
> it never connects to it and after a while the modem hangs up.
Post copies of /etc/chatscripts/provider, /etc/ppp/peers/provider,
/etc/ppp/pap-secrets, /etc/ppp/chap-secrets (munge passwords), and the
o
--- John Hasler <[EMAIL PROTECTED]> wrote:
> junaedi writes:
> > My /etc/ppp/resolv/ contains files. Each contains:
>
> > nameserver xxx.xxx.xxx.xxx
> > nameserver xxx.xxx.xxx.xxx
>
> > Any suggestions what I should do?
>
> Tell us what your /etc/resolv.conf contains.
Sorry for a late response
Marcin Landowski writes:
> Have You a "set uid root" for /usr/sbin/pppd?
That's how Debian installs it.
> Have You a "group right to write" for device /dev/ttyS0?
Not needed.
> Why /dev/ttyS0?
Presumably because he knows for sure that his modem is there (as it must
be, since he says that pon s
On Tue, Dec 05, 2000 at 03:12:06PM -0800, Junaedi Kartawijaya wrote:
> I use pppconfig.
Do You try connect as a root or as a user?
(I can as a root and as a selected user...)
Try wvdial - is better and most simply (there is also kwvdial for
KDE)
> I add the user to 'dip' group and 'dialout' gro
junaedi writes:
> My /etc/ppp/resolv/ contains files. Each contains:
> nameserver xxx.xxx.xxx.xxx
> nameserver xxx.xxx.xxx.xxx
> Any suggestions what I should do?
Tell us what your /etc/resolv.conf contains.
--
John Hasler
[EMAIL PROTECTED] (John Hasler)
Dancing Horse Hill
Elmwood, WI
Hi,
I need some help too.
> >I did that already... No results... pon starts the connection,
> >seems to make the "transaction" and dies. After that, poff doesn't
> >even find any pppd... So, I don't know whats going on.
>
> "plog" is your friend. It will give you some debugging info. If you
>> >From the pppd man page:
>>
>>8 The connect script failed (returned a non-zero exit
>> status).
>>
>> > Any sugestions?
>>
>> Run pppconfig and try connecting with pon.
>
>I did that already... No results... pon starts the connection,
>seems to make the "transac
On 4 Dec 2000, John Hasler wrote:
> >From the pppd man page:
>
>8 The connect script failed (returned a non-zero exit
> status).
>
> > Any sugestions?
>
> Run pppconfig and try connecting with pon.
I did that already... No results... pon starts the connection
Daniel Ferrante writes:
> I tried to use wvdial to connect via ppp to my ISP. What happens is that
> wvdial does the connecting job and gets to the point of starting the ppp
> daemon. However, the daemon dies (exit code 8)!
>From the pppd man page:
8 The connect script failed (returne
On Thu, Aug 03, 2000 at 10:48:32AM +0200, Philippe MICHEL wrote:
> Hello,
>
> I am using Debian slink, and a standard modem/pppd connection to my
> provider.
>
> Everything works well since years (I used the same config with Slakware)
>
> But how/where can I see with which speed the modem has b
On Thu, Aug 03, 2000 at 10:48:32AM +0200, Philippe MICHEL wrote:
> Hello,
>
> I am using Debian slink, and a standard modem/pppd connection to my
> provider.
>
> Everything works well since years (I used the same config with Slakware)
>
> But how/where can I see with which speed the modem has b
On 3 Aug 2000, John Hasler wrote:
> Karsten M. Self writes:
> > The raw information is available under /proc/net,...
>
> That is just the speed of the connection from the computer to the modem.
> It is generally much higher then the modem bit rate (not baud rate.
higher rate useful for on the
kmself@ix.netcom.com (kmself@ix.netcom.com) wrote:
> On Thu, Aug 03, 2000 at 01:55:51PM +0200, Philippe MICHEL wrote:
> >
> >
> > kmself@ix.netcom.com wrote:
> > >
> > > On Thu, Aug 03, 2000 at 10:48:32AM +0200, Philippe MICHEL wrote:
> > > > Hello,
> > > >
> > > > I am using Debian slink, and
Karsten M. Self writes:
> The raw information is available under /proc/net,...
That is just the speed of the connection from the computer to the modem.
It is generally much higher then the modem bit rate (not baud rate.
There is an AT command to tell your modem to report the bit rate and a chat
o
On Thu, Aug 03, 2000 at 01:55:51PM +0200, Philippe MICHEL wrote:
>
>
> kmself@ix.netcom.com wrote:
> >
> > On Thu, Aug 03, 2000 at 10:48:32AM +0200, Philippe MICHEL wrote:
> > > Hello,
> > >
> > > I am using Debian slink, and a standard modem/pppd connection to my
> > > provider.
> > >
> > > Eve
kmself@ix.netcom.com wrote:
>
> On Thu, Aug 03, 2000 at 10:48:32AM +0200, Philippe MICHEL wrote:
> > Hello,
> >
> > I am using Debian slink, and a standard modem/pppd connection to my
> > provider.
> >
> > Everything works well since years (I used the same config with Slakware)
> >
> > But how/w
On Thu, Aug 03, 2000 at 10:48:32AM +0200, Philippe MICHEL wrote:
> Hello,
>
> I am using Debian slink, and a standard modem/pppd connection to my
> provider.
>
> Everything works well since years (I used the same config with Slakware)
>
> But how/where can I see with which speed the modem has b
David,
I have now solved the problem with potato connecting to the remote
RAS server. It seems that the modem is at fault, which to me is not a very
satisfactory solution. The modem I was using is a US Robotics Courier Dual
standard V34 Fax with V32 Bis. this connected fine to the RAS server
On Mon, 22 May 2000 18:25:43 BST, Jo Hoffmann writes:
>> May 18 17:32:17 heman pppd[666]: Serial connection established.
>> May 18 17:32:17 heman pppd[666]: Using interface ppp0
>> May 18 17:32:17 heman pppd[666]: Connect: ppp0 <--> /dev/ttyS1
>> May 18 17:32:18 heman pppd[666]: sent [LCP ConfReq i
> Hello everyone,
>I am re-posting this as no one seemed to be able to answer
> this the first time. If the worst comes to the worst I'll have to
> install 2.1r4.
>
> Thanks and regards JohnG
>
>
> Hello everyone,
>I am running potato with kernel 2.2.15 installed.
Quoting John Gould ([EMAIL PROTECTED]):
>I am running potato with kernel 2.2.15 installed. Whatever
> I do I cannot get ppp to connect to the local RAS server. Another box
> running 2.1r4 works perfectly. I have re-built the kernel several times
> and stripped out ppp and pppconfig
Hello everyone,
I am re-posting this as no one seemed to be able to answer
this the first time. If the worst comes to the worst I'll have to
install 2.1r4.
Thanks and regards JohnG
Hello everyone,
I am running potato with kernel 2.2.15 installed. Whatever
I do I can
Hello everyone,
I am running potato with kernel 2.2.15 installed. Whatever
I do I cannot get ppp to connect to the local RAS server. Another box
running 2.1r4 works perfectly. I have re-built the kernel several times
and stripped out ppp and pppconfig and re-installed. Still I get th
Sound like you need to set your DNS servers that it'll use to resolve things.
Castille
At 10:50 AM 12/24/99 -0800, Jacob Smith wrote:
Hey
Well I got my modem to connect to my ISP fine now. I accomplished this
by commenting out the 'auth' line in the ect/ppp/options file
Jake Smith writes:
> Well I got my modem to connect to my ISP fine now. I accomplished this
> by commenting out the 'auth' line in the ect/ppp/options file as Hans had
> suggested a while back. However I cannot go to any website and I can not
> ping other systems and cannot ping my system from an
did you put your nameservers in /etc/resolv.conf?
On Fri, Dec 24, 1999 at 10:50:16AM -0800, Jacob Smith wrote:
> Hey
>
> Well I got my modem to connect to my ISP fine now. I accomplished this
> by commenting out the 'auth' line in the ect/ppp/options file as Hans had
> suggested a while b
On Sun, Aug 08, 1999 at 10:13:35PM +1000, Bill Shui wrote:
> Hi,
> I am using Debian 2.0 with pppd 2.3.8
>
> I use a dial up connection to my university ISP. I sometimes use either
> kppp or pppconfig.
>
> however, the problem was that everytime that I stayed idle for more
On 23 Jul, Cheshire wrote:
>> > Jul 20 00:51:29 cheshire chat[304]: send (ATZ^M)
>> > Jul 20 00:51:29 cheshire chat[304]: expect (OK)
>> > Jul 20 00:51:38 cheshire chat[304]:
>> > Jul 20 00:51:48 cheshire chat[304]: OK
>> > Jul 20 00:51:48 cheshire chat[304]: -- got it
>> > Jul 20 00:51:48 cheshir
> > Jul 20 00:51:29 cheshire chat[304]: send (ATZ^M)
> > Jul 20 00:51:29 cheshire chat[304]: expect (OK)
> > Jul 20 00:51:38 cheshire chat[304]:
> > Jul 20 00:51:48 cheshire chat[304]: OK
> > Jul 20 00:51:48 cheshire chat[304]: -- got it
> > Jul 20 00:51:48 cheshire chat[304]: send (ATDT7770591^M)
Keith G. Murphy writes:
> ...does he want the modem echoing at all?
It does no harm.
--
John HaslerThis posting is in the public domain.
[EMAIL PROTECTED]Do with it what you will.
Dancing Horse Hill Make money from it if you can; I don't mind.
Elmwood, Wiscon
John Hasler wrote:
>
> Eric G. Miller writes:
> > That second ATZ looks suspicious.
>
> That's just the modem echoing it.
John, does he want the modem echoing at all? Is "ATE0" the ticket?
Eric G. Miller writes:
> That second ATZ looks suspicious.
That's just the modem echoing it.
--
John Hasler
[EMAIL PROTECTED] (John Hasler)
Dancing Horse Hill
Elmwood, WI
It looks like your modem is taking a very long time to respond
to commands. Are you sure you have the correct irq, port, and such
specified, using setserial?
See below for more.
On Tue, 20 Jul 1999, Cheshire wrote:
> Hello all, I've a potentially elementary situation to present. I have
> an inte
This is what my log looks like:
Jul 20 20:32:22 moira pppd[1881]: pppd 2.3.8 started by eric, uid 1000
Jul 20 20:32:23 moira chat[1882]: abort on (BUSY)
Jul 20 20:32:23 moira chat[1882]: abort on (NO CARRIER)
Jul 20 20:32:23 moira chat[1882]: abort on (VOICE)
Jul 20 20:32:23 moira chat[1882]: abor
On 20 Jul, Cheshire wrote:
| Hello all, I've a potentially elementary situation to present. I have an
internal Zoom56k dualmode modem on ttyS2. I have, with the assistance of a
linux friend of mine irl, got my internet connection working before, so I know
it isn't the hardware but I'll just t
Cheshire writes:
> Could someone please give me a hint as to what's going on?
Looks like the modem is dialing but never connecting to the ISP. Is the
phone number correct? In any case, I suggest that you just run pppconfig
and reconfigure. If that doesn't work, post copies of
/etc/ppp/peers/pro
See my comments below.
Marc
--
Marc Mongeon <[EMAIL PROTECTED]>
Unix Specialist
Ban-Koe Systems
9100 W Bloomington Fwy
Bloomington, MN 55431-2200
(612)888-0123, x417 | FAX: (612)888-3344
--
"It's such a fine line between clever and stupid."
-- David St. Hubbins and Nigel Tufnel
>one of debian documents winmodem is not supported by linux ppp. I use US
>Robotics 56 K VoiceWin modem? is it true?
That modem sounds like a Winmodem too.. aka unsupported.. I'd say for sure
it is not supported, as it contains VoiceWin modem.. aka Winmodem ;)
Buy a new modem..
On Mon, Jun 21, 1999 at 12:11:23AM -0400, [EMAIL PROTECTED] wrote:
> I got the following message while running "pon" on dev/ttyS0.
>
> Jun 20 22:44:43 debian pppd[602]: pppd 2.3.5 started by root, uid 0
> Jun 20 22:44:44 debian chat[605]: abort on (BUSY)
> Jun 20 22:44:44 debian chat[605]: abor
If you indeed have one of these messy Winmodems, you will have to buy a fully
functioning modem to use it with Linux. Winmodems require software to do
some of the work that most modems normally do themselves. You can pick a
good one for under $100 U.S.
| one of debian documents winmodem
On Mon, 21 Jun 1999 [EMAIL PROTECTED] wrote:
> I got the following message while running "pon" on dev/ttyS0.
>
> Jun 20 22:44:43 debian pppd[602]: pppd 2.3.5 started by root, uid 0
> Jun 20 22:44:44 debian chat[605]: abort on (BUSY)
> Jun 20 22:44:44 debian chat[605]: abort on (NO CARRIER)
> J
I got the following message while running "pon" on dev/ttyS0.
Jun 20 22:44:43 debian pppd[602]: pppd 2.3.5 started by root, uid 0
Jun 20 22:44:44 debian chat[605]: abort on (BUSY)
Jun 20 22:44:44 debian chat[605]: abort on (NO CARRIER)
Jun 20 22:44:44 debian chat[605]: abort on (VOICE)
Jun 20 2
Daniel writes:
> I try to connect to company's intranet using TCP/IP. ( I did it in win98
> platform). I tried pppconfig but failed to connect.
Exactly what happened? Post the output of the 'plog' command.
> Is there anything I am missing in order to connect?
What port is your modem on?
--
Jo
Hi again,
I do not get anything about the speed when I do "plog -f". The only thing I get
there is "connect ppp0 <--> /dev/ttyS1. However, in my Xisp dialer I get the
following:
OK
PROTOCOL:LAPM
COMPRESSION:V42B
CONNECT 44000
Is this the same?
On 14-Mar-99 thomas lakofski wrote:
> On Sun, 14
On Sun, 14 Mar 1999, Christian Dysthe wrote:
> when I am logged on to my ISP and do a "ps a" I get the following:
>
> /sbin/getty 38400 tty1
>
> Does this mean I have something set wrong. My modem connects at 44-48000, so
> this puzzles me.
This line refers actually to a program which is listen
Hi,
So how do I improve the browser speeds??
Again, I have the exactly same set up in both redhat & debian. I must be
missing something here...
I have three ISPs, the best ISP works well in bothe RH & debian. But the
other two only works ok in redhat, not debian. I believe they are using
re
Shao Zhang writes:
> At a moment, I am trying to install some network packages to speed up the
> connection. I have tried to install squid, mtr, apache and so on. I don't
> know if they can help, but redhat has got all of these installed.
None of these will change the speed of your ppp connection.
Hi,
Thanks for your reply.
I have tried to use /etc/ppp/options with the only line "lock".
This will use all the default settings, which is used by redhat 5.0.
At a moment, I am trying to install some network packages to speed
up the connection. I have tried to install squi
You could:
1. Use wvdial package to finetune your modem.
2. Use irqtune to do the same. I tried it, it doesnt help me much, though
my usual speed of download is around 3Kbs on netscape/ftp with 33.6 modem.
As far as FAQ for irqtune says, it sounds like you have a problem that
requires that packag
>Is there anything wrong with the script? I use them in Redhat as well, and
>it didn't cause trouble at all...
>
>
Shao,
I don't think so...but one thing, unless you've altered the
/etc/ppp/options file, the default with RedHat has only the statement
"lock" in it. That means the rest of the op
Shao Ying Zhang writes:
> In debian, for ISP A, I can have a average download rate 3k/s. But for B &
> C, the download rate is only about 800bytes/s.
> But for the same matchine, in RedHat 5.1, I can have a download rate at
> 3k/s for all three ISPs.
What version of pppd are you using with Red Ha
One way to do it is like this:
1) In your /etc/ppp/peers/provider file, modify your connect line to
look something like this:
connect "/usr/sbin/chat -v -r report-file -f /etc/chatscripts/provider"
where the "-r report-file" specifies the file to report the speed to.
2) In your /etc/chatscript
On Sun, 1 Nov 1998, Paulo Henrique Baptista de Oliveira wrote:
> Hi Debian users,
> I setup my PPP connection, but I'm in trouble with my ethernet local
> network. How I can route the packages correctly. When I'm using PPP I can't
> use the network and vice-versa.
> Also,
>> "SYZ" == Shao Ying Zhang <[EMAIL PROTECTED]> writes:
Geez, why does your mailer fill your line with whitespace until they
are 100 chars wide...
But back to your question about low connection speed in debian.
1. If yu have a Pentium (-> fast serial port) and at least a 28.800
modem, check if
dave writes:
> does redhat have bsdcompression turned on, and debian not?
Debian does not have either bsdcomp or deflate in the distributed options
file. However, I believe that pppd will agree to either if the other end
offers it. Perhaps his isp is not offering compression: try putting
'bsdcom
On Tue, 29 Sep 1998, Shao Ying Zhang wrote:
>Somehow, I cannot get a fast ppp connection anymore.
>
>
>In redhat, my ppp connection is normally around 3K/sec.
>But
I got my PPP connection to Demon to work, eventually. My
experience is on line at http://www.rano.demon.co.uk/demon.html.
(I'm not sure it helps particularly with the problems described
in this thread, however.)
I got get-news to work yesterday, but I'm still working on
nntpsend, so if anyone has
Tom Bowles <[EMAIL PROTECTED]> writes:
> Incidentally it's not just receiving and sending data that is
> slow. There is also a 20-30 second delay between sending the modem
> initialisation (and phone number for that matter) strings and
> getting any response. Could it be something to do with the s
Perhaps I can help you a bit:
1) PPP HOWTO and /usr/doc/ppp/* help a lot.
2) You might did it already, but one thing to do when trying to test the
connection is to log in as root. This way you can eliminate problems that can
rise because of unsatisfactory permitions untill after you know you ca
Thanks very much to Roland Hinkley for sending
me his chatscript, but still no luck I'm afraid. When I use minicom, the message
I get back says 57600, so I suppose I should have a nice fast connection but I
don't. It takes about 20 seconds after the login prompt before the password
prompt c
Richard Dansereau writes:
> bsd_decomp0: bad code 0x7f58 oldcode=0x4a48 max_ent=0x7b49 explen=72 seqno=108
> Once I got the message:
> bsd_decomp0: peer should have cleared dictionary on 58
> Any ideas on the problem or how I can fix this?
Have you tried to disable bsdcomp? (give pppd the opti
That fixed it.
Many thanks,
Patrick
On Thu, 6 Aug 1998, Marsh Ray wrote:
> Try putting the 'REPORT CONNECT' at the beginning?
>
> - Marsh
>
> >/usr/sbin/chat -v -r /home/patricko/speed \
> >TIMEOUT 60 \
> >ABORT '\nB
Try putting the 'REPORT CONNECT' at the beginning?
- Marsh
>/usr/sbin/chat -v -r /home/patricko/speed \
>TIMEOUT 60 \
>ABORT '\nBUSY\r' \
>ABORT '\nNO CARRIER\r'\
>
On 21 Jul 1998 [EMAIL PROTECTED] wrote:
> Add 'REPORT CONNECT' to your chatscript and call chat with
> '-r /etc/ppp/report' and the 'CONNECT' string reported by your modem will
> appear in /etc/ppp/report. Add 'X4' to your modem init string and it will
> report the connect speed.
I tried this
Hi...
The local2 syslog facility. Debian normally saves this to
/var/log/ppp.log, and /var/log/syslog, besides all the others
(/var/log/messages?).
Alex
On Tue, 21 Jul 1998, the lone gunman wrote:
> Date: Tue, 21 Jul 1998 20:39:31 -0500
> From: the lone gunman <[EMAIL PROTECTED]>
> Reply-To: Ma
the lone gunman writes:
> I checked plog, and it didn't report any connect speed. I also
> purused /var/adm/ppp.log -- no luck there, either.
Add 'REPORT CONNECT' to your chatscript and call chat with
'-r /etc/ppp/report' and the 'CONNECT' string reported by your modem will
appear in /etc/ppp/
On Tue, Jul 21, 1998 at 08:38:44PM -0500, scott hussey wrote:
> At 08:39 PM 7/21/98 -0500, you wrote:
> >
> >Where would I look to find out what speed my modem connects when I use
> >ppp?
> >
> >Thanks!
> >Matt
> >
> >
> It should be contained in your connection log. Just type 'plog'. If it is
> no
>> "JM" == John McPeek <[EMAIL PROTECTED]> writes:
JM> Jul 18 09:50:50 Hal-9000 pppd[165]: Connect: ppp0 <--> /dev/tty1
This is the wrong device. ttyS0 = com1; ttyS1 = com2 etc.
Ciao,
Martin
--
from a 1996 Microshit ad campaign:
"The less you know about computers the more you want Mic
1 - 100 of 122 matches
Mail list logo