LinuxWireless

Differences between revisions 39 and 40
Revision 39 as of 2014-12-29 11:21:57
Size: 7538
Editor: penalvch
Comment: are > or
Revision 40 as of 2014-12-29 11:44:13
Size: 8317
Editor: penalvch
Comment: Added support note on finding the firmware in use.
Deletions are marked like this. Additions are marked like this.
Line 39: Line 39:
  * What firmware are you presently using?
  * Did this work on a prior [[https://launchpad.net/ubuntu/+source/linux-firmware|linux-firmware]] version?
  * Does this work, or have a measurable positive impact using the latest firmware available from [[https://downloadcenter.intel.com/Detail_Desc.aspx?DwnldID=17045|Intel]]?
  * '''Please advise to which firmware version the device is using.'''
   * Stating the linux-firmware version (ex. apt-cache policy linux-firmware), while necessary, is not the firmware version in use, but the package version of linux-firwmare. In order to find the version in use, one may check dmesg. For example, if the chipset was using the iwlwifi driver:{{{
cat /var/log/dmesg | grep "firmware version"
[ 2.820714] iwlwifi 0000:03:00.0: loaded firmware version 25.222.9.0 op_mode iwlmvm
}}} For more on this, please see [[https://wiki.ubuntu.com/Kernel/Firmware|here]].
  * Did this work on a prior [[https://launchpad.net/ubuntu/+source/linux-firmware|linux-firmware]] version? If you don't know, please test a prior release and advise to which version of the firmware, and kernel you tested specifically.
  * Does this work, or have a measurable positive impact using the latest firmware available from [[https://downloadcenter.intel.com/Detail_Desc.aspx?DwnldID=17045|Intel]]? If you don't know, please test this with the latest mainline kernel, and firmware available for your chipset.

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.

Debugging information to provide in your report

First, plese note "I don't know", "I haven't tested this", "I'll test later", "I'm assuming that...", etc. are not acceptable answers to any of the below. If you don't understand the question, or have to assume something, please advise to what you don't understand or are assuming specifically in your report, and it will be clarified. Otherwise, making such a response will simply further delay your issue being addressed:

  1. What is the full computer model number (ex. HP G32-301TX Notebook PC)?
  2. If you update your BIOS to the newest version following the guide here, does this change anything?

  3. Regarding your wireless Access Point (AP):
    • 3a. What is the AP manufacturer, model, and firmware version?
      • 3i. If you update the AP to the latest firmware does it change anything?
      3b. What wireless connection type are you using (e.g. 802.11n, 802.11g, etc.)?
  4. If you adjust any the following does it change anything:
    • 4a. WiFi type (ex. 802.11n to 802.11g only)
      4b. Encryption Type (ex. WEP, WPA2-PSK TKIP+AES)
      4c. MAC Filtering
      4d. QoS (Quality of Service)/WMM (Wi-Fi Multimedia)
      4e. Beacon Interval (usually default is 100, adjusting to 50 would be fine)
      4f. Router Internal Firewall
      4g. WiFi Channel (changing from default 11 to non-default that has no/least number of APs on it)

  5. Does another wireless device tested with the AP have the same problem as the hardware you initially reported with?
  6. What is the distance of the wireless device from AP?
  7. What is the number and type of obstructions between your device and the AP?
    • 7a. If you bring the device close to the AP and eliminate obstructions, does this change anything?
  8. Does the issue occur with different APs?
  9. Is it a regression (e.g. did the problem happen in a prior Ubuntu release)? If so, what release specifically did it last work with? If you do not know, could you please test for this in the earliest release of Ubuntu that is supported as per Ubuntu Releases?

  10. Could you please test upstream's compat-wireless backports via https://wiki.ubuntu.com/Kernel/LinuxWireless#Compat-wireless_from_upstream? Please mention in your report the specific version you tested.

  11. If the above backport did work, does this problem occur in the newest mainline kernel following https://wiki.ubuntu.com/Kernel/MainlineBuilds? Please mention what specific version of the mainline kernel you tested with in your report.

  12. If the mainline works, does either the development release or the Ubuntu provided stable compat-wireless backport work following https://wiki.ubuntu.com/Kernel/LinuxWireless#Compat-wireless_in_Ubuntu? Please mention in your report the specific version you tested.

  13. Does ndiswrapper work following https://help.ubuntu.com/community/WifiDocs/Driver/Ndiswrapper? Please mention what specific version of ndiswrapper you tested with, and a link to the Windows driver you used in your report. Info <!> If ndiswrapper does not work, you are welcome to file a new bug report by executing at a terminal:

    ubuntu-bug ndiswrapper-utils-1.9 
  14. Only for Broadcom wireless chipsets, does the Broadcom STA driver work following https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx? Please mention what specific version of Broadcom STA you tested with in your report.

  15. Only for Realtek wireless chipsets, does the upstream Realtek drivers downloaded from http://www.realtek.com.tw work? Please mention what specific version of the drivers you tested with in your report.

  16. Only for Intel wireless chipsets:

    • Please advise to which firmware version the device is using.

      • Stating the linux-firmware version (ex. apt-cache policy linux-firmware), while necessary, is not the firmware version in use, but the package version of linux-firwmare. In order to find the version in use, one may check dmesg. For example, if the chipset was using the iwlwifi driver:

        cat /var/log/dmesg | grep "firmware version"
        [    2.820714] iwlwifi 0000:03:00.0: loaded firmware version 25.222.9.0 op_mode iwlmvm

        For more on this, please see here.

    • Did this work on a prior linux-firmware version? If you don't know, please test a prior release and advise to which version of the firmware, and kernel you tested specifically.

    • Does this work, or have a measurable positive impact using the latest firmware available from Intel? If you don't know, please test this with the latest mainline kernel, and firmware available for your chipset.

Compat-wireless from upstream

Upstream packages a compat-wireless backport based on the linux-next tree. One would want to use the instructions from here and test the latest development branch from here. The linux-next tree contains new features and fixes, and is a staging area for testing code that may be merged into linus' tree. Testing this gives developers vital information on what may fix your issue.

Installing compat-wireless from the Ubuntu repositories

The compat-wireless packages in Ubuntu are generated with select wireless commits from linus' stable tree. This provides one with the benefit of improved wireless functionality in a stable Ubuntu release, without adding any other, potentially unnecessary code. The following is a list of compat-wireless packages available from the Ubuntu repositories:

Quantal - https://launchpad.net/ubuntu/+source/linux-backports-modules-3.5.0

Precise - https://launchpad.net/ubuntu/+source/linux-backports-modules-3.0.0

Lucid - https://launchpad.net/ubuntu/+source/linux-backports-modules-2.6.32

For example, if one would like to install this in 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

and then reboot.

You will probably get newer versions of this package if you enable the proposed repository as explained above.

While compat-wireless in Ubuntu is updated regularly, it may not be every day. If you want to ensure you are running the cutting edge, one would want to use compat-wireless from upstream.

Removing compat-wireless from the Ubuntu repositories

Please keep in mind that linux-backports-modules install 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!).

The Ubuntu proposed repository

Keep in mind Ubuntu has a "proposed" repository which allows you to get newer stable kernels (if you are using 2.6.27.10 the proposed repository may have a 2.6.27.14 kernel). Instructions on enabling this repository may be found here. The kernels are propagated over time from the proposed repository to updates over a few weeks period of time after general testing and acceptance.

The Linux wireless guide on reporting bugs

Please be sure to read this guide in its entirety: http://wireless.kernel.org/en/users/Documentation/Reporting_bugs

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