LinuxWireless

Differences between revisions 2 and 3
Revision 2 as of 2012-08-06 13:22:36
Size: 3859
Editor: penalvch
Comment: Added compat-wireless install instructions for Precise
Revision 3 as of 2012-08-07 16:09:57
Size: 5206
Editor: penalvch
Comment: Added support section == Bug Report Minimum Requirement Information ==
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:

== Bug Report Minimum Requirement Information ==

 * When providing information for a bug to be worked on by a developer, please mention the following information:
  * What is the wireless Access Point Manufacturer, Model, Firmware Version, and Settings (ex. encryption type, MAC filtering, QoS, Beacon Interval, etc.)?
  * Does another WiFi device tested with the AP have the same problem as the hardware you initially reported with?
  * What is the distance of the WiFi device from AP? What is the number and type of obstructions between the two?
  * Does the issue occur with different APs?
  * Is it a regression (e.g. did the problem happen in a prior Ubuntu release)?
  * Does testing [[https://wiki.ubuntu.com/Kernel/LinuxWireless#Compat-wireless_in_Ubuntu|compat-wireless]] help?
  * Does testing the newest [[https://wiki.ubuntu.com/Kernel/MainlineBuilds|mainline kernel]] help?
  * Does [[https://help.ubuntu.com/community/WifiDocs/Driver/Ndiswrapper|ndiswrapper]] provide a WORKAROUND or solution?
  * For Broadcom WiFi chipsets, does the proprietary [[https://help.ubuntu.com/community/BroadcomSTA%28Wireless%29|Broadcom STA]] driver provide a WORKAROUND or solution?
  * For Realtek WiFi chipsets, does the [[https://launchpad.net/~lexical/+archive/hwe-wireless|Realtek Backport PPA]] provide a WORKAROUND or solution?

General Info

Escalating bugs and issues to the upstream developers is important to improving the overall quality of wireless drivers. Before we get started we will review first a few general details about the life cycle of Ubuntu's kernel releases so you are more comfortable with how things get into Ubuntu and what you are using.

Bug Report Minimum Requirement Information

  • When providing information for a bug to be worked on by a developer, please mention the following information:
    • What is the wireless Access Point Manufacturer, Model, Firmware Version, and Settings (ex. encryption type, MAC filtering, QoS, Beacon Interval, etc.)?
    • Does another WiFi device tested with the AP have the same problem as the hardware you initially reported with?

    • What is the distance of the WiFi device from AP? What is the number and type of obstructions between the two?

    • Does the issue occur with different APs?
    • Is it a regression (e.g. did the problem happen in a prior Ubuntu release)?
    • Does testing compat-wireless help?

    • Does testing the newest mainline kernel help?

    • Does ndiswrapper provide a WORKAROUND or solution?

    • For Broadcom WiFi chipsets, does the proprietary Broadcom STA driver provide a WORKAROUND or solution?

    • For Realtek WiFi chipsets, does the Realtek Backport PPA provide a WORKAROUND or solution?

Ubuntu's kernels

During the Ubuntu development cycle, which happens every 6 months, the Ubuntu kernel will pick the latest stable kernel release available. At Ubuntu's Intrepid release cycle, for example, this was the 2.6.27 kernel, for Jaunty this was the 2.6.28 kernel, and for Karmic 2.6.31.

The Linux wireless guide on reporting bugs

Please be sure to read this guide, then finish this guide.

http://wireless.kernel.org/en/users/Documentation/Reporting_bugs

The Ubuntu proposed repository

Keep in mind Ubuntu has a "proposed" repository which allows you get newer kernels stable kernels (if you are 2.6.27.10 the proposed repository may have a 2.6.27.14 kernel). For Intrepid this would look like in /etc/apt/sources.list:

deb http://us.archive.ubuntu.com/ubuntu/ intrepid-proposed main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ intrepid-proposed main restricted

On Jaunty:

deb http://us.archive.ubuntu.com/ubuntu/ jaunty-proposed main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ jaunty-proposed main restricted

On Karmic:

deb http://us.archive.ubuntu.com/ubuntu/ karmic-proposed main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ karmic-proposed main restricted

The kernels are propagated over time from the proposed repository to updates over a few weeks period of time after general testing and acceptance.

Ubuntu Intrepid kernel release to stable kernel map

Unfortunately Ubuntu's Intrepid kernels do not tell you what the extraversion (the .10 in 2.6.27.10) and this is required to report bugs upstream. Because of this you can look at the Ubuntu kernel version --> detailed mainline kernel version map to find out what exact upstream mainline kernel your kernel is based on.

For example if you get:

ogasawara@emiko:~$ cat /proc/version_signature
Ubuntu 2.6.27-10.20-generic

You can then look at the map as to what exactly this maps to. In this case this would map to the 2.6.27.7 kernel.

It should be noted that the /proc/version_signature is an Ubuntu specific feature to help you get the detailed kernel version.

Compat-wireless in Ubuntu

Ubuntu packages compat-wireless in the linux-backports-modules package.

For Precise, this may be done by executing the following at a terminal:

sudo apt-get -y install linux-backports-modules-cw-3.3-3.2.0.23-generic-pae
sudo reboot

For Intrepid Ibex 8.10, linux-backports-modules can be installed by running the following command from a Terminal:

sudo apt-get install linux-backports-modules-intrepid
sudo reboot

You will probably get newer version of this package if you enable the proposed repository are explained above in this section.

It should be noted that linux-backports-modules is updated regularly but not every day. If you want to ensure you are running bleeding edge you are better off using compat-wireless directly. Also keep in mind that linux-backports-modules installs modules in /lib/modules/$(uname -r)/updates/ and upon removal the modules are not removed. So be sure to rm -rf that updates directory (and only the updates directory!).

Kernel/LinuxWireless (last edited 2018-02-17 16:20:26 by penalvch)