Re: wifi bit rate

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, 2012-05-23 at 10:27 +0800, Gregory Hosler wrote:
> On 05/23/2012 10:02 AM, JD wrote:
> > On 05/22/2012 02:56 PM, John Horne wrote:
> >> On Mon, 2012-05-21 at 17:19 -0700, JD wrote:
> >>> When I take my laptop to starbucks or McDonalds hot spot, even when
> >>> sitting outside, bitrate never is below 54mbps, sometime is as high as
> >>> 72mb/s
> >>> 
> >> Hi,
> >> 
> >> Reading through your messages, you have now said two things:
> >> 
> >> 1) You used an RTL card and got the same problem; 2) Using the laptop
> >> elsewhere (starbucks) and it works fine.
> >> 
> >> To me both of those tend to indicate that the WLAN card is okay, but 
> >> perhaps your router (or at least something else) is causing a problem. 
> >> The RTL card would have used a different driver than the Atheros.
> > Of course. The external rtl usb wifi adapter uses the rtl8187 driver. So, I
> > really doubt the linux driver is behind this fixation of bit rate. All I am
> > saying is that I did not have this problem when I was on F14. Perhaps
> > something above the low lever driver is at work here, either wext driver or
> > wpa_supplicant application. I found no settings on the router which would
> > set the bitrate per wifi client. The other 3 clients are all at 54 Mb/s.
> > 
> >> 
> >> You also said that the card worked fine with F14. Although the ath9k 
> >> driver will most likely have changed between F14 and F16, that wouldn't 
> >> explain why it works fine at starbucks or why the RTL had the same 
> >> problem.
> > Right.
> >> 
> >> I would say take a look at the router to see if anything unusual is 
> >> happening there.
> >> 
> >> I have heard before that sometimes dropping the router/card to 802.11b or
> >> g can resolve odd problems with 802.11n cards. (Something like 'iwconfig
> >> wlan0 rate 54M') Obviously the speed will not be the best, but possibly
> >> better than 18Mb/s :-)
> >> 
> >> Finally, if the driver really looks like a possibility, then you could 
> >> run 'modinfo ath9k' to see what options the driver takes. It may have a 
> >> debug option to cause further messages to be written to dmesg. Actually, 
> >> checking dmesg may be a good step anyway (something like 'dmesg | grep 
> >> ath').
> >> 
> >> (FYI, I have an Atheros USB card which uses the carl9170 driver. The card
> >> is 802.11bgn, but my router is only 'b' or 'g'. I get a fairly consistent
> >> maximum 54Mb/s :-) )
> > I will look to see if the ath9k and the rtl8187 drivers have debug options
> > that can be turned on. If they do, then I will have to recompile my
> > kernel.
> 
> if they do, then there is NO need to recompile the kernel.
> 
> 	modinfo ath9k
> 
> shows ...
> 
> 	parm:           debug:Debugging mask (uint)
> 
> looking at the source would show you the value of the bits (and how many) in
> the bit mask. Turning all the bits on might be done like this:
> 
> put the line:
> 
> 	options ath9k debug=0xFFFF
> 
> into
> 
> 	/etc/modprobe.d/ath9k.conf
> 
> and reload the module.
> 
Hi,

No need to use modprobe.d. Just run from the command line:

modprobe -r ath9k
modprobe ath9k debug=0xFFFF




John.

-- 
John Horne                   Tel: +44 (0)1752 587287
Plymouth University, UK      Fax: +44 (0)1752 587001
-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux