From: James Cameron <james.cameron@hp.com>
To: linux-ppp@vger.kernel.org
Subject: Re: pppd and it's baud rate setting with HSDPA gsm modems
Date: Mon, 27 Oct 2008 22:08:36 +0000 [thread overview]
Message-ID: <20081027220836.GA10538@hp.com> (raw)
In-Reply-To: <57c6377703cbf5b94675e4331c5d03c6.squirrel@netlandzone.dyndns.org>
Setting the speed on a HSDPA or GPRS modem is done using AT commands,
and this is part of the negotiation between the modem firmware and the
service provider's radio network. The service provider may constrain
the speed. The received signal strength and bit error rate may
constrain the speed. The base station's uplink may constrain the speed.
To fiddle with the Quality of Service settings to change the speed, look
for the modem documentation. The exact command depends on the modem,
but I've been able to reduce the speed using one of these: +CGEQREQ
+CGEQMIN +CGQREQ +CGQMIN ... I've never got it to go faster without
fixing the root cause of why it is slow.
The speed between the modem and the host is constrained by the USB
drivers. Ensure you are using a USB 2.0 port. Ensure you are using a
USB driver that pre-queues URBs. The current usbserial and option
module in kernel 2.6.27 do this fine.
--
James Cameron
http://ftp.hp.com.au/sigs/jc/
prev parent reply other threads:[~2008-10-27 22:08 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
2008-10-27 22:08 ` James Cameron [this message]
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=20081027220836.GA10538@hp.com \
--to=james.cameron@hp.com \
--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.