LinuxSA Mailing list archives

Index: [thread] [date] [subject] [author]
  From: Benjamin Close <linux@senet.com.au>
  To  : Andrew Williss <bigwill@riverland.net.au>
  Date: Thu, 20 Jan 2000 22:44:25 +1030 (CST)

Re: Kppp connect speed indication...

On Fri, 21 Jan 2000, Andrew Williss wrote:

> I have been trying to get Kppp ( latest version) to tell me what what
> is my line speed is when connected to the internet, instead of telling
> me that I'm connected to my modem 115K... Is it a matter of changing
> the int string? I have a plain 'ol 56k external modem... Or something
> far more sinister...!!!! Hope someone can help,

Yes it's just an init string.
If you look in your modem manual you'll find something for an AT option
like:

XX Reports DTE connect speed result code (things like 115200)
YY Reports DCE Connect Speed result code (things 52000, 49600 (max I get))

where XX and YY are the codes you have to use in the init string.
For My modem I XX = W0 and YY=W2 so I add W2 to the init string making it
ATZW2

Cheers,
--

* Benjamin Close
* Benjsc@senet.com.au
* Web Page: http://users.senet.com.au/~benjsc


Index: [thread] [date] [subject] [author]
Return to the LinuxSA Mailing List Information Page