[Bug 1061924] [NEW] Need Antenna quirks for some platforms

Launchpad Bug Tracker 1061924 at bugs.launchpad.net
Fri Mar 22 20:56:04 UTC 2013


You have been subscribed to a public bug by James M. Leddy (jm-leddy):

It has recently come to our attention that some laptops, in particular
the lenovo b470 machines, have only one antenna. Unfortunately, they
have decided to attach the auxilary antenna in the factory and not the
main antenna. Udev sounds like the right place to quirk for this.

Presently we're using an upstart job, the text of which is :

# LenovoBx70eAtherosAntenna.conf
#
# Lenovo B[45]70e systems with Atheros AR9285 wifi only have one
# antenna, but the ath9k driver defaults to using two antennas (Main
# for Tx, Aux for Rx).  This job reconfigures the driver to use the
# main antenna for both Tx and Rx before networking starts.

description     "Fix antenna configuration for Atheros wifi on
b470e/b570e"

start on starting networking

task

script
        # only required for Lenovo B470e and B570e
        dmidecode --string system-version | grep --quiet --line-regex "Lenovo B[45]70e" || exit 0
        
        # only required for Atheros AR9285 devices
        lspci -n | grep --quiet --extended-regexp "^[0-9a-f:.]* 0280: 168c:002b" || exit 0

        # configure the device to use antenna 1 (Main) for both tx and rx
	iw phy0 set antenna 1 1 
end script

** Affects: network-manager
     Importance: Undecided
         Status: New

** Affects: network-manager (Ubuntu)
     Importance: Undecided
         Status: New

** Affects: udev (Ubuntu)
     Importance: High
         Status: Triaged

** Affects: network-manager (Ubuntu Precise)
     Importance: Undecided
         Status: New

** Affects: udev (Ubuntu Precise)
     Importance: Undecided
         Status: Confirmed

** Affects: network-manager (Ubuntu Quantal)
     Importance: Undecided
         Status: New

** Affects: udev (Ubuntu Quantal)
     Importance: High
         Status: Triaged


** Tags: blocks-hwcert-enablement
-- 
Need Antenna quirks for some platforms
https://bugs.launchpad.net/bugs/1061924
You received this bug notification because you are a member of Ubuntu Sponsors Team, which is subscribed to the bug report.



More information about the Ubuntu-sponsors mailing list