Dear All:

My USB modem is a 3G HSUPA data card modem.

The 3G network can support the upload speed up to be 5.76Mpbs, and I can reach 
this upload speed on Windows XP, so I think that the network environment will 
be well.

And I have updated the out queue length and size for the option.ko driver. 
Before my updating, the upload speed is about 800Kpbs.After my updating, the 
upload speed is about 1.5Mpbs.No matter what I set the out queue length and 
size to be 
    #define N_IN_URB 4
    -#define N_OUT_URB 1
    +#define N_OUT_URB 4
    #define IN_BUFLEN 4096
    -#define OUT_BUFLEN 128
    +#define OUT_BUFLEN 4096
or
    #define N_IN_URB 4
    -#define N_OUT_URB 1
    +#define N_OUT_URB 8
    #define IN_BUFLEN 4096
    -#define OUT_BUFLEN 128
    +#define OUT_BUFLEN 4096

The upload speed will be 1.5Mpbs always.But the download speed can easily reach 
7.2Mpbs.

So I think that the problem is not in the driver option.ko , isn't it?  But I 
don't know whether it is limited but other kernel driver or the Ubuntu system 
configuration or not.
 Can you help me to find the problem where it is?

 Thanks very much.

Best Regards,

Franko Fang
2008-12-31





  ----- Original Message ----- 
  From: Martijn van de Streek 
  To: Ubuntu Devel Discuss 
  Sent: Wednesday, December 31, 2008 5:09 PM
  Subject: Re: The upload speed problem about the USB modem on Ubuntu.


  On Wed, Dec 31, 2008 at 9:55 AM, Manish Sinha <manishsinha.t...@gmail.com> 
wrote:

    Franko Fang wrote:
    > I have a USB modem, it can reach the download speed up to 7.2Mbps and
    > the upload speed up to 5.76Mpbs.

    Is it ADSL? I hope so....

  Could be HSPA (http://en.wikipedia.org/wiki/High-Speed_Packet_Access). The 
speeds match HSDPA/HSUPA.

  In that case, your network operator might be limiting the speed (buying a 
more expensive plan should help in that case). Or maybe the network's a bit 
congested? Or it hasn't been upgraded to HSUPA yet?

  Martijn 





------------------------------------------------------------------------------


  -- 
  Ubuntu-devel-discuss mailing list
  Ubuntu-devel-discuss@lists.ubuntu.com
  Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss
-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss

Reply via email to