All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paulius Zaleckas <paulius.zaleckas@teltonika.lt>
To: linux-ppp@vger.kernel.org
Subject: Re: pppd and it's baud rate setting with HSDPA gsm modems
Date: Mon, 27 Oct 2008 08:41:15 +0000	[thread overview]
Message-ID: <49058B16.2000809@teltonika.lt> (raw)
In-Reply-To: <57c6377703cbf5b94675e4331c5d03c6.squirrel@netlandzone.dyndns.org>

Jar wrote:
> Hello
> 
> I am using usbserial+option kernel modules with my HSDPA gsm modem. The
> dialer is wvdial.
> 
> wvdial.conf
> 
> [Dialer Defaults]
> Modem = /dev/ttyUSB0
> Baud = 3600000
> ...
> ...
> 
> When I use "Baud = 3600000" in wvdial's config file, the pppd complains
> "pppd[12246]: speed 3600000 not supported". But still I get the 1Mbit/s
> download speed. However if I set "Baud = 460800" the I get also 1Mbit/s
> download speed. But 460800bit/s < 1Mbit/s ??

Option driver doesn't care about baudrate. It can be 9600 and you would
still get 1Mbit/s. This is virtual serial port and it has little common
with real UART.

> Is this kind of "USB serial link" some special case, where pppd doesn't
> use the speed setting at all?

thats driver who is not using speed setting, not pppd.

  reply	other threads:[~2008-10-27  8:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-27  6:37 pppd and it's baud rate setting with HSDPA gsm modems Jar
2008-10-27  8:41 ` Paulius Zaleckas [this message]
2008-10-27 22:08 ` James Cameron

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=49058B16.2000809@teltonika.lt \
    --to=paulius.zaleckas@teltonika.lt \
    --cc=linux-ppp@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.