lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 13 Mar 2009 21:03:22 -0700
From:	Greg KH <greg@...ah.com>
To:	Ralf Nyren <ralf@...en.net>
Cc:	linux-kernel@...r.kernel.org, klloyd@...rrawireless.com
Subject: Re: Sierra Wireless (MC8780) HSDPA speed issue

On Fri, Mar 13, 2009 at 04:01:19PM +0100, Ralf Nyren wrote:
> Hi,
> 
> I have a Sierra Wireless MC8780 UMTS card in a Fujitsu S6410 laptop running
> kernel 2.6.28.7. In kernel sierra driver v1.3.2.
> 
> The card works but speed seems limited to approx 1.0 Mbit/s download using the
> linux driver.  Testing the card in Windows XP yields download speeds close to
> 5.0 Mbit/s.
> 
> I recently updated the firmware of the card to support HSDPA/HSUPA. The update
> gave the desired result in Windows but not in Linux. The speed improved in
> Linux but didn't increase above 1 Mbit/s.
> 
> Is there any known driver limitations or is this a configuration issue?
> 
> Please let me know if you need any additional information.

Are you testing up or down speeds?

If you want to, and you think the driver is the problem, try changing
the values in drivers/usb/serial/sierra.c:
	/* per port private data */
	#define N_IN_URB        4
	#define N_OUT_URB       4
	#define IN_BUFLEN       4096

Try bumping up the N_IN_URB and N_OUT_URB values a bunch and let me know
if things go faster now.

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ