[Kernel-packages] [Bug 1436940] Re: Qualcomm Atheros QCA6164 802.11ac Wireless Network Adapter [168c:0041] is not supported

2016-06-24 Thread Miles Krell
linux-firmware version 1.157.2 fixes this bug.

** Tags added: verification-done

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-firmware in Ubuntu.
https://bugs.launchpad.net/bugs/1436940

Title:
  Qualcomm Atheros QCA6164 802.11ac Wireless Network Adapter [168c:0041]
  is not supported

Status in linux package in Ubuntu:
  Confirmed
Status in linux-firmware package in Ubuntu:
  Fix Released
Status in linux source package in Vivid:
  Confirmed
Status in linux source package in Wily:
  Confirmed
Status in linux source package in Xenial:
  Confirmed
Status in linux-firmware source package in Xenial:
  Fix Committed

Bug description:
  The firmware for this card isn't included with Ubuntu.  The firmware
  provided in /lib/firmware/ath10k/QCA6174 in Ubuntu 16.04 crashes when
  used with this card.  This included firmware is likely for the QCA6174
  instead of this card, the QCA6164.

  Yes, you read that right: the files for the QCA6164 need to be a
  folder called QCA6174 in order for the card to work.  Running
  "modprobe ath10k_pci" shows that the ath10k_pci module looks for
  firmware in a folder called QCA6174, but not in any folder called
  QCA6164.

  It seems that before this issue can be resolved, the ath10k_pci module
  must be changed so that it recognizes firmware for both the QCA6164
  and QCA6174, in separate folders.

  ---

  HOW TO GET THIS CARD TO WORK:

  1) Use a kernel that supports this card

  According to WikiDevi, support for this card was added in kernel 4.3.
  If you're running Ubuntu 16.04 LTS or above, your kernel is fine; skip
  to the next step.  If you're running Ubuntu 15.10 or below, see
  https://wiki.ubuntu.com/Kernel/MainlineBuilds for info on installing a
  newer kernel.  Alternatively, you can use backports.  This is a lot
  more work, but if you really need to keep using an older kernel for
  some reason, there are some guides to installing backports in the
  comments below.

  2) Get rid of the firmware folder for this card that's included with
  Ubuntu:

  sudo rm -r /lib/firmware/ath10k/QCA6174/

  3) Download the latest firmware:

  wget https://github.com/kvalo/ath10k-firmware/archive/master.zip

  4) Unzip the downloaded file.  Inside the ath10k-firmware-master
  folder is a folder named QCA6174.  Copy the QCA6174 folder to
  /lib/firmware/ath10k:

  unzip master.zip
  sudo cp -r ath10k-firmware-master/QCA6174/ /lib/firmware/ath10k/

  5) Rename two of the firmware files like so:

  cd /lib/firmware/ath10k/QCA6174/hw2.1/
  sudo mv firmware-5.bin_SW_RM.1.1.1-00157-QCARMSWPZ-1 firmware-5.bin
  cd /lib/firmware/ath10k/QCA6174/hw3.0/
  sudo mv firmware-4.bin_WLAN.RM.2.0-00180-QCARMSWPZ-1 firmware-4.bin

  6) Reboot your computer.  Run "lshw -C network" to see if your card is
  recognized.  You can delete the files you downloaded earlier:

  cd ~
  rm master.zip
  rm -r ath10k-firmware-master/

  I've verified that this works with Ubuntu 16.04 LTS (with kernel
  4.4.0-21-generic); let me know if it doesn't work for you in the
  comments below.

  -------

  Miles Krell

  Last updated May 23, 2016

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1436940/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1436940] Re: Qualcomm Atheros QCA6164 802.11ac Wireless Network Adapter [168c:0041] is not supported

2016-06-21 Thread Miles Krell
Seth Forshee,

The firmware in the .deb file you provided works perfectly.  Thanks.

** Changed in: linux-firmware (Ubuntu)
   Status: Incomplete => Confirmed

** Changed in: linux-firmware (Ubuntu Xenial)
   Status: New => Confirmed

** Changed in: linux (Ubuntu Xenial)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-firmware in Ubuntu.
https://bugs.launchpad.net/bugs/1436940

Title:
  Qualcomm Atheros QCA6164 802.11ac Wireless Network Adapter [168c:0041]
  is not supported

Status in linux package in Ubuntu:
  Confirmed
Status in linux-firmware package in Ubuntu:
  Confirmed
Status in linux source package in Vivid:
  Confirmed
Status in linux source package in Wily:
  Confirmed
Status in linux source package in Xenial:
  Confirmed
Status in linux-firmware source package in Xenial:
  Confirmed

Bug description:
  The firmware for this card isn't included with Ubuntu.  The firmware
  provided in /lib/firmware/ath10k/QCA6174 in Ubuntu 16.04 crashes when
  used with this card.  This included firmware is likely for the QCA6174
  instead of this card, the QCA6164.

  Yes, you read that right: the files for the QCA6164 need to be a
  folder called QCA6174 in order for the card to work.  Running
  "modprobe ath10k_pci" shows that the ath10k_pci module looks for
  firmware in a folder called QCA6174, but not in any folder called
  QCA6164.

  It seems that before this issue can be resolved, the ath10k_pci module
  must be changed so that it recognizes firmware for both the QCA6164
  and QCA6174, in separate folders.

  ---

  HOW TO GET THIS CARD TO WORK:

  1) Use a kernel that supports this card

  According to WikiDevi, support for this card was added in kernel 4.3.
  If you're running Ubuntu 16.04 LTS or above, your kernel is fine; skip
  to the next step.  If you're running Ubuntu 15.10 or below, see
  https://wiki.ubuntu.com/Kernel/MainlineBuilds for info on installing a
  newer kernel.  Alternatively, you can use backports.  This is a lot
  more work, but if you really need to keep using an older kernel for
  some reason, there are some guides to installing backports in the
  comments below.

  2) Get rid of the firmware folder for this card that's included with
  Ubuntu:

  sudo rm -r /lib/firmware/ath10k/QCA6174/

  3) Download the latest firmware:

  wget https://github.com/kvalo/ath10k-firmware/archive/master.zip

  4) Unzip the downloaded file.  Inside the ath10k-firmware-master
  folder is a folder named QCA6174.  Copy the QCA6174 folder to
  /lib/firmware/ath10k:

  unzip master.zip
  sudo cp -r ath10k-firmware-master/QCA6174/ /lib/firmware/ath10k/

  5) Rename two of the firmware files like so:

  cd /lib/firmware/ath10k/QCA6174/hw2.1/
  sudo mv firmware-5.bin_SW_RM.1.1.1-00157-QCARMSWPZ-1 firmware-5.bin
  cd /lib/firmware/ath10k/QCA6174/hw3.0/
  sudo mv firmware-4.bin_WLAN.RM.2.0-00180-QCARMSWPZ-1 firmware-4.bin

  6) Reboot your computer.  Run "lshw -C network" to see if your card is
  recognized.  You can delete the files you downloaded earlier:

  cd ~
  rm master.zip
  rm -r ath10k-firmware-master/

  I've verified that this works with Ubuntu 16.04 LTS (with kernel
  4.4.0-21-generic); let me know if it doesn't work for you in the
  comments below.

  -------

  Miles Krell

  Last updated May 23, 2016

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1436940/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1436940] Re: Qualcomm Atheros QCA6164 802.11ac Wireless Network Adapter [168c:0041] is not supported

2016-05-23 Thread Miles Krell
** Description changed:

  The firmware for this card isn't included with Ubuntu.  The firmware
  provided in /lib/firmware/ath10k/QCA6174 in Ubuntu 16.04 crashes when
  used with this card.  This included firmware is likely for the QCA6174
  instead of this card, the QCA6164.
  
  Yes, you read that right: the files for the QCA6164 need to be a folder
  called QCA6174 in order for the card to work.  Running "modprobe
  ath10k_pci" shows that the ath10k_pci module looks for firmware in a
  folder called QCA6174, but not in any folder called QCA6164.
  
  It seems that before this issue can be resolved, the ath10k_pci module
  must be changed so that it recognizes firmware for both the QCA6164 and
  QCA6174, in separate folders.
  
  ---
  
  HOW TO GET THIS CARD TO WORK:
  
  1) Use a kernel that supports this card
  
  According to WikiDevi, support for this card was added in kernel 4.3.
  If you're running Ubuntu 16.04 LTS or above, your kernel is fine; skip
  to the next step.  If you're running Ubuntu 15.10 or below, see
  https://wiki.ubuntu.com/Kernel/MainlineBuilds for info on installing a
  newer kernel.  Alternatively, you can use backports.  This is a lot more
  work, but if you really need to keep using an older kernel for some
  reason, there are some guides to installing backports in the comments
  below.
  
  2) Get rid of the firmware folder for this card that's included with
  Ubuntu:
  
- sudo rm -r /lib/firmware/ath10k/QCA6174/
+ sudo rm -r /lib/firmware/ath10k/QCA6174/
  
  3) Download the latest firmware:
  
- wget https://github.com/kvalo/ath10k-firmware/archive/master.zip
+ wget https://github.com/kvalo/ath10k-firmware/archive/master.zip
  
  4) Unzip the downloaded file.  Inside the ath10k-firmware-master folder
  is a folder named QCA6174.  Copy the QCA6174 folder to
  /lib/firmware/ath10k:
  
- unzip master.zip
- sudo cp -r ath10k-firmware-master/QCA6174/ /lib/firmware/ath10k/
+ unzip master.zip
+ sudo cp -r ath10k-firmware-master/QCA6174/ /lib/firmware/ath10k/
  
  5) Rename two of the firmware files like so:
  
  cd /lib/firmware/ath10k/QCA6174/hw2.1/
  sudo mv firmware-5.bin_SW_RM.1.1.1-00157-QCARMSWPZ-1 firmware-5.bin
  cd /lib/firmware/ath10k/QCA6174/hw3.0/
  sudo mv firmware-4.bin_WLAN.RM.2.0-00180-QCARMSWPZ-1 firmware-4.bin
  
  6) Reboot your computer.  Run "lshw -C network" to see if your card is
  recognized.  You can delete the files you downloaded earlier:
  
- cd ~
- rm master.zip
- rm -r ath10k-firmware-master/
+ cd ~
+ rm master.zip
+ rm -r ath10k-firmware-master/
  
- Verified to work on Ubuntu 16.04 LTS (with kernel 4.4.0-21-generic)
+ I've verified that this works with Ubuntu 16.04 LTS (with kernel
+ 4.4.0-21-generic).
  
+ Miles Krell
  Last updated April 22, 2016

** Description changed:

  The firmware for this card isn't included with Ubuntu.  The firmware
  provided in /lib/firmware/ath10k/QCA6174 in Ubuntu 16.04 crashes when
  used with this card.  This included firmware is likely for the QCA6174
  instead of this card, the QCA6164.
  
  Yes, you read that right: the files for the QCA6164 need to be a folder
  called QCA6174 in order for the card to work.  Running "modprobe
  ath10k_pci" shows that the ath10k_pci module looks for firmware in a
  folder called QCA6174, but not in any folder called QCA6164.
  
  It seems that before this issue can be resolved, the ath10k_pci module
  must be changed so that it recognizes firmware for both the QCA6164 and
  QCA6174, in separate folders.
  
  ---
  
  HOW TO GET THIS CARD TO WORK:
  
  1) Use a kernel that supports this card
  
  According to WikiDevi, support for this card was added in kernel 4.3.
  If you're running Ubuntu 16.04 LTS or above, your kernel is fine; skip
  to the next step.  If you're running Ubuntu 15.10 or below, see
  https://wiki.ubuntu.com/Kernel/MainlineBuilds for info on installing a
  newer kernel.  Alternatively, you can use backports.  This is a lot more
  work, but if you really need to keep using an older kernel for some
  reason, there are some guides to installing backports in the comments
  below.
  
  2) Get rid of the firmware folder for this card that's included with
  Ubuntu:
  
  sudo rm -r /lib/firmware/ath10k/QCA6174/
  
  3) Download the latest firmware:
  
  wget https://github.com/kvalo/ath10k-firmware/archive/master.zip
  
  4) Unzip the downloaded file.  Inside the ath10k-firmware-master folder
  is a folder named QCA6174.  Copy the QCA6174 folder to
  /lib/firmware/ath10k:
  
  unzip master.zip
  sudo cp -r ath10k-firmware-master/QCA6174/ /lib/firmware/ath10k/
  
  5) Rename two of the firmware files like so:
  
  cd /lib/firmware/ath10k/QCA6174/hw2.1/
  sudo mv firmware-5.bin_SW_RM.1.1.1-00157-QCARM

[Kernel-packages] [Bug 1484159] Re: Qualcomm Atheros QCA9377 802.11ac Wireless Network Adapter [168c:0042] is not supported

2016-05-03 Thread Miles Krell
** Description changed:

  This card remains unsupported out-of-the-box by the ath10k_pci kernel
  module. At this point, it looks like kvalo's ath10k-firmware repo just
  needs to be pulled in.
  
  ---
  
  HOW TO GET THIS CARD TO WORK:
  
  I don't actually have this card, but AndyP was able to get this card to
  work by following my instructions, so I've written them here in a
  clearer format.
  
- 1) Support for this card is not present in kernel 4.2.  However, it was
- added at some point between then and kernel 4.4.  See
+ 1) Use a kernel that supports this card
+ 
+ Support for this card is not present in kernel 4.2.  However, it was
+ added at some point between then and kernel 4.4.  If you're running
+ Ubuntu 16.04 LTS or above, your kernel is fine; skip to the next step.
+ If you're running Ubuntu 15.10 or below, see
  https://wiki.ubuntu.com/Kernel/MainlineBuilds for info on installing a
- newer kernel.  Kernel 4.5 is suggested.
+ newer kernel. Alternatively, you can use backports. This is a lot more
+ work, but if you really need to keep using an older kernel for some
+ reason, there are some guides to installing backports in the comments
+ below.
  
  2) Get the latest firmware from https://github.com/kvalo/ath10k-
  firmware/archive/master.zip
  
- 3) Unzip this file, and copy the contents of ath10k-firmware-master to
- /lib/firmware/ath10k.
+  wget https://github.com/kvalo/ath10k-firmware/archive/master.zip
+ 
+ 3) Unzip the downloaded file. Inside the ath10k-firmware-master folder
+ is a folder named QCA9377. Copy the QCA9377 folder to
+ /lib/firmware/ath10k:
+ 
+ unzip master.zip
+ sudo cp -r ath10k-firmware-master/QCA9377/ /lib/firmware/ath10k/
  
  4) Run the following commands to rename the necessary firmware file:
+ 
  cd /lib/firmware/ath10k/QCA9377/hw1.0/
  sudo mv firmware-5.bin_WLAN.TF.1.0-00267-1 firmware-5.bin
  
  5) Reboot your computer. Run "lshw -C network" to see if your card is
- recognized.
+ recognized. You can delete the files you downloaded earlier:
+ 
+ cd ~
+ rm master.zip
+ rm -r ath10k-firmware-master/
  
  Please tell me if these instructions are working for you.
  
  The original bug description follows.
  ---
  
  Hi,
  Qualcomm Atheros Device [168c:0042] (rev 30) is not supported by linux 
kernal. Please add support.
  
  Thanks
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-61-generic 3.13.0-61.100
  ProcVersionSignature: Ubuntu 3.13.0-61.100-generic 3.13.11-ckt22
  Uname: Linux 3.13.0-61-generic i686
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu14   1658 F pulseaudio
   /dev/snd/controlC1:  ubuntu14   1658 F pulseaudio
  CurrentDesktop: Unity
  Date: Wed Aug 12 20:31:24 2015
  HibernationDevice: RESUME=UUID=0483444a-0d9a-4215-b36b-4aee75fd9ec0
  InstallationDate: Installed on 2015-08-11 (0 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release i386 
(20140722.2)
  IwConfig:
   lono wireless extensions.
  
   eth0  no wireless extensions.
  MachineType: Acer Aspire E5-573
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-61-generic 
root=UUID=72a8a100-d5ec-4e9d-8bc5-45695001a29c ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-61-generic N/A
   linux-backports-modules-3.13.0-61-generic  N/A
   linux-firmware 1.127.15
  SourcePackage: linux
  StagingDrivers: rts5139
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/20/2015
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.11
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: ZORO_BH
  dmi.board.vendor: Acer
  dmi.board.version: Type2 - A01 Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.11:bd04/20/2015:svnAcer:pnAspireE5-573:pvrV3.72:rvnAcer:rnZORO_BH:rvrType2-A01BoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.name: Aspire E5-573
  dmi.product.version: V3.72
  dmi.sys.vendor: Acer

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-firmware in Ubuntu.
https://bugs.launchpad.net/bugs/1484159

Title:
  Qualcomm Atheros QCA9377 802.11ac Wireless Network Adapter [168c:0042]
  is not supported

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Triaged
Status in linux-firmware package in Ubuntu:
  Confirmed

Bug description:
  This card remains unsupported out-of-the-box by the ath10k_pci kernel
  module. At this point, it looks like kvalo's ath10k-firmware repo just
  needs to be pulled in.

  

[Kernel-packages] [Bug 1436940] Re: Qualcomm Atheros QCA6164 802.11ac Wireless Network Adapter [168c:0041] is not supported

2016-04-22 Thread Miles Krell
** Description changed:

- This card remains unsupported out-of-the-box by the ath10k_pci kernel
- module.  At this point, it looks like kvalo's ath10k-firmware repo just
- needs to be pulled in.
+ The firmware for this card isn't included with Ubuntu.  The firmware
+ provided in /lib/firmware/ath10k/QCA6174 in Ubuntu 16.04 crashes when
+ used with this card.  This included firmware is likely for the QCA6174
+ instead of this card, the QCA6164.
+ 
+ Yes, you read that right: the files for the QCA6164 need to be a folder
+ called QCA6174 in order for the card to work.  Running "modprobe
+ ath10k_pci" shows that the ath10k_pci module looks for firmware in a
+ folder called QCA6174, but not in any folder called QCA6164.
+ 
+ It seems that before this issue can be resolved, the ath10k_pci module
+ must be changed so that it recognizes firmware for both the QCA6164 and
+ QCA6174, in separate folders.
  
  ---
  
  HOW TO GET THIS CARD TO WORK:
  
- As of February 26, 2016, this has become rather simple.
+ 1) Use a kernel that supports this card
  
- According to the Linux Wireless wiki, support was added in kernel 4.2
- Your kernel is probably fine, but if it's older than 4.2, see
+ According to WikiDevi, support for this card was added in kernel 4.3.
+ If you're running Ubuntu 16.04 LTS or above, your kernel is fine; skip
+ to the next step.  If you're running Ubuntu 15.10 or below, see
  https://wiki.ubuntu.com/Kernel/MainlineBuilds for info on installing a
- newer one.
+ newer kernel.  Alternatively, you can use backports.  This is a lot more
+ work, but if you really need to keep using an older kernel for some
+ reason, there are some guides to installing backports in the comments
+ below.
  
- 1) Get the latest firmware from https://github.com/kvalo/ath10k-
- firmware/archive/master.zip
+ 2) Get rid of the firmware folder for this card that's included with
+ Ubuntu:
  
- 2) Unzip this file, and copy the contents of ath10k-firmware-master to
- /lib/firmware/ath10k.
+ sudo rm -r /lib/firmware/ath10k/QCA6174/
  
- 3) Rename two of the firmware files like so:
- cd /lib/firmware/QCA6174/hw2.1
+ 3) Download the latest firmware:
+ 
+ wget https://github.com/kvalo/ath10k-firmware/archive/master.zip
+ 
+ 4) Unzip the downloaded file.  Inside the ath10k-firmware-master folder
+ is a folder named QCA6174.  Copy the QCA6174 folder to
+ /lib/firmware/ath10k:
+ 
+ unzip master.zip
+ sudo cp -r ath10k-firmware-master/QCA6174/ /lib/firmware/ath10k/
+ 
+ 5) Rename two of the firmware files like so:
+ 
+ cd /lib/firmware/ath10k/QCA6174/hw2.1/
  sudo mv firmware-5.bin_SW_RM.1.1.1-00157-QCARMSWPZ-1 firmware-5.bin
- cd /lib/firmware/QCA6174/hw3.0
+ cd /lib/firmware/ath10k/QCA6174/hw3.0/
  sudo mv firmware-4.bin_WLAN.RM.2.0-00180-QCARMSWPZ-1 firmware-4.bin
  
- 4) Reboot your computer.  Run "lshw -C network" to see if your card is
- recognized.
+ 6) Reboot your computer.  Run "lshw -C network" to see if your card is
+ recognized.  You can delete the files you downloaded earlier:
  
- If you created a "/lib/modprobe.d/ath10k.conf" file earlier to disable
- otp, you can remove it.  I did, and the card still works fine.
+ cd ~
+ rm master.zip
+ rm -r ath10k-firmware-master/
  
- Last updated Match 26, 2016
+ Verified to work on Ubuntu 16.04 LTS (with kernel 4.4.0-21-generic)
+ 
+ Last updated April 22, 2016

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-firmware in Ubuntu.
https://bugs.launchpad.net/bugs/1436940

Title:
  Qualcomm Atheros QCA6164 802.11ac Wireless Network Adapter [168c:0041]
  is not supported

Status in linux package in Ubuntu:
  Confirmed
Status in linux-firmware package in Ubuntu:
  Confirmed
Status in linux source package in Vivid:
  Confirmed
Status in linux source package in Wily:
  Confirmed

Bug description:
  The firmware for this card isn't included with Ubuntu.  The firmware
  provided in /lib/firmware/ath10k/QCA6174 in Ubuntu 16.04 crashes when
  used with this card.  This included firmware is likely for the QCA6174
  instead of this card, the QCA6164.

  Yes, you read that right: the files for the QCA6164 need to be a
  folder called QCA6174 in order for the card to work.  Running
  "modprobe ath10k_pci" shows that the ath10k_pci module looks for
  firmware in a folder called QCA6174, but not in any folder called
  QCA6164.

  It seems that before this issue can be resolved, the ath10k_pci module
  must be changed so that it recognizes firmware for both the QCA6164
  and QCA6174, in separate folders.

  ---

  HOW TO GET THIS CARD TO WORK:

  1) Use a kernel that supports this card

  According to WikiDevi, support for this card was added in kernel 4.3.
  If you're running Ubuntu 16.04 LTS or above, your kernel is fine; skip
  to the next 

[Kernel-packages] [Bug 1436940] Re: Qualcomm Atheros QCA6164 802.11ac Wireless Network Adapter [168c:0041] is not supported

2016-03-26 Thread Miles Krell
** Description changed:

  This card remains unsupported out-of-the-box by the ath10k_pci kernel
  module.  At this point, it looks like kvalo's ath10k-firmware repo just
  needs to be pulled in.
  
  ---
  
  HOW TO GET THIS CARD TO WORK:
  
  As of February 26, 2016, this has become rather simple.
  
- According to the Linux Wireless wiki, support was added in kernel 4.2,
- so if your kernel is older than this, you'll need to either use
- backports or install a newer kernel.  Your kernel is probably fine, but
- if it's older than 4.2, see
+ According to the Linux Wireless wiki, support was added in kernel 4.2
+ Your kernel is probably fine, but if it's older than 4.2, see
  https://wiki.ubuntu.com/Kernel/MainlineBuilds for info on installing a
  newer one.
  
  1) Get the latest firmware from https://github.com/kvalo/ath10k-
  firmware/archive/master.zip
  
  2) Unzip this file, and copy the contents of ath10k-firmware-master to
  /lib/firmware/ath10k.
  
  3) Rename two of the firmware files like so:
  cd /lib/firmware/QCA6174/hw2.1
  sudo mv firmware-5.bin_SW_RM.1.1.1-00157-QCARMSWPZ-1 firmware-5.bin
  cd /lib/firmware/QCA6174/hw3.0
  sudo mv firmware-4.bin_WLAN.RM.2.0-00180-QCARMSWPZ-1 firmware-4.bin
  
  4) Reboot your computer.  Run "lshw -C network" to see if your card is
  recognized.
  
  If you created a "/lib/modprobe.d/ath10k.conf" file earlier to disable
  otp, you can remove it.  I did, and the card still works fine.
  
- Last updated Match 20, 2016
+ Last updated Match 26, 2016

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1436940

Title:
  Qualcomm Atheros QCA6164 802.11ac Wireless Network Adapter [168c:0041]
  is not supported

Status in linux package in Ubuntu:
  Confirmed
Status in linux-firmware package in Ubuntu:
  Confirmed
Status in linux source package in Vivid:
  Confirmed
Status in linux source package in Wily:
  Confirmed

Bug description:
  This card remains unsupported out-of-the-box by the ath10k_pci kernel
  module.  At this point, it looks like kvalo's ath10k-firmware repo
  just needs to be pulled in.

  ---

  HOW TO GET THIS CARD TO WORK:

  As of February 26, 2016, this has become rather simple.

  According to the Linux Wireless wiki, support was added in kernel 4.2
  Your kernel is probably fine, but if it's older than 4.2, see
  https://wiki.ubuntu.com/Kernel/MainlineBuilds for info on installing a
  newer one.

  1) Get the latest firmware from https://github.com/kvalo/ath10k-
  firmware/archive/master.zip

  2) Unzip this file, and copy the contents of ath10k-firmware-master to
  /lib/firmware/ath10k.

  3) Rename two of the firmware files like so:
  cd /lib/firmware/QCA6174/hw2.1
  sudo mv firmware-5.bin_SW_RM.1.1.1-00157-QCARMSWPZ-1 firmware-5.bin
  cd /lib/firmware/QCA6174/hw3.0
  sudo mv firmware-4.bin_WLAN.RM.2.0-00180-QCARMSWPZ-1 firmware-4.bin

  4) Reboot your computer.  Run "lshw -C network" to see if your card is
  recognized.

  If you created a "/lib/modprobe.d/ath10k.conf" file earlier to disable
  otp, you can remove it.  I did, and the card still works fine.

  Last updated Match 26, 2016

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1436940/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1484159] Re: Qualcomm Atheros QCA9377 802.11ac Wireless Network Adapter [168c:0042] is not supported

2016-03-23 Thread Miles Krell
** Description changed:

  This card remains unsupported out-of-the-box by the ath10k_pci kernel
  module. At this point, it looks like kvalo's ath10k-firmware repo just
  needs to be pulled in.
  
  ---
  
  HOW TO GET THIS CARD TO WORK:
  
- Full disclosure: I don't actually have this card, but AndyP was able to
- get this card to work by following my instructions, so I've written them
- here in a clearer format.
+ I don't actually have this card, but AndyP was able to get this card to
+ work by following my instructions, so I've written them here in a
+ clearer format.
  
  1) Support for this card is not present in kernel 4.2.  However, it was
- added at some point between then and kernel 4.4.3.  See
+ added at some point between then and kernel 4.4.  See
  https://wiki.ubuntu.com/Kernel/MainlineBuilds for info on installing a
  newer kernel.  Kernel 4.5 is suggested.
  
  2) Get the latest firmware from https://github.com/kvalo/ath10k-
  firmware/archive/master.zip
  
  3) Unzip this file, and copy the contents of ath10k-firmware-master to
  /lib/firmware/ath10k.
  
  4) Run the following commands to rename the necessary firmware file:
- cd /lib/firmware/ath10k/QCA9377/hw1.0/
- sudo mv firmware-5.bin_WLAN.TF.1.0-00267-1 firmware-5.bin
+ cd /lib/firmware/ath10k/QCA9377/hw1.0/
+ sudo mv firmware-5.bin_WLAN.TF.1.0-00267-1 firmware-5.bin
  
  5) Reboot your computer. Run "lshw -C network" to see if your card is
  recognized.
  
  Please tell me if these instructions are working for you.
  
  The original bug description follows.
  ---
  
  Hi,
  Qualcomm Atheros Device [168c:0042] (rev 30) is not supported by linux 
kernal. Please add support.
  
  Thanks
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-61-generic 3.13.0-61.100
  ProcVersionSignature: Ubuntu 3.13.0-61.100-generic 3.13.11-ckt22
  Uname: Linux 3.13.0-61-generic i686
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu14   1658 F pulseaudio
   /dev/snd/controlC1:  ubuntu14   1658 F pulseaudio
  CurrentDesktop: Unity
  Date: Wed Aug 12 20:31:24 2015
  HibernationDevice: RESUME=UUID=0483444a-0d9a-4215-b36b-4aee75fd9ec0
  InstallationDate: Installed on 2015-08-11 (0 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release i386 
(20140722.2)
  IwConfig:
   lono wireless extensions.
  
   eth0  no wireless extensions.
  MachineType: Acer Aspire E5-573
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-61-generic 
root=UUID=72a8a100-d5ec-4e9d-8bc5-45695001a29c ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-61-generic N/A
   linux-backports-modules-3.13.0-61-generic  N/A
   linux-firmware 1.127.15
  SourcePackage: linux
  StagingDrivers: rts5139
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/20/2015
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.11
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: ZORO_BH
  dmi.board.vendor: Acer
  dmi.board.version: Type2 - A01 Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.11:bd04/20/2015:svnAcer:pnAspireE5-573:pvrV3.72:rvnAcer:rnZORO_BH:rvrType2-A01BoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.name: Aspire E5-573
  dmi.product.version: V3.72
  dmi.sys.vendor: Acer

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1484159

Title:
  Qualcomm Atheros QCA9377 802.11ac Wireless Network Adapter [168c:0042]
  is not supported

Status in linux package in Ubuntu:
  Triaged

Bug description:
  This card remains unsupported out-of-the-box by the ath10k_pci kernel
  module. At this point, it looks like kvalo's ath10k-firmware repo just
  needs to be pulled in.

  ---

  HOW TO GET THIS CARD TO WORK:

  I don't actually have this card, but AndyP was able to get this card
  to work by following my instructions, so I've written them here in a
  clearer format.

  1) Support for this card is not present in kernel 4.2.  However, it
  was added at some point between then and kernel 4.4.  See
  https://wiki.ubuntu.com/Kernel/MainlineBuilds for info on installing a
  newer kernel.  Kernel 4.5 is suggested.

  2) Get the latest firmware from https://github.com/kvalo/ath10k-
  firmware/archive/master.zip

  3) Unzip this file, and copy the contents of ath10k-firmware-master to
  /lib/firmware/ath10k.

  4) Run the following commands to rename the 

[Kernel-packages] [Bug 1436940] Re: Qualcomm Atheros QCA6164 802.11ac Wireless Network Adapter [168c:0041] is not supported

2016-03-20 Thread Miles Krell
@AndyP Actually, I decided to just rewrite my guide for that card, as
there were one or two things that were kind of unclear in the guide I
wrote in the comments.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1436940

Title:
  Qualcomm Atheros QCA6164 802.11ac Wireless Network Adapter [168c:0041]
  is not supported

Status in linux package in Ubuntu:
  Confirmed
Status in linux-firmware package in Ubuntu:
  Confirmed
Status in linux source package in Vivid:
  Confirmed
Status in linux source package in Wily:
  Confirmed

Bug description:
  This card remains unsupported out-of-the-box by the ath10k_pci kernel
  module.  At this point, it looks like kvalo's ath10k-firmware repo
  just needs to be pulled in.

  ---

  HOW TO GET THIS CARD TO WORK:

  As of February 26, 2016, this has become rather simple.

  According to the Linux Wireless wiki, support was added in kernel 4.2,
  so if your kernel is older than this, you'll need to either use
  backports or install a newer kernel.  Your kernel is probably fine,
  but if it's older than 4.2, see
  https://wiki.ubuntu.com/Kernel/MainlineBuilds for info on installing a
  newer one.

  1) Get the latest firmware from https://github.com/kvalo/ath10k-
  firmware/archive/master.zip

  2) Unzip this file, and copy the contents of ath10k-firmware-master to
  /lib/firmware/ath10k.

  3) Rename two of the firmware files like so:
  cd /lib/firmware/QCA6174/hw2.1
  sudo mv firmware-5.bin_SW_RM.1.1.1-00157-QCARMSWPZ-1 firmware-5.bin
  cd /lib/firmware/QCA6174/hw3.0
  sudo mv firmware-4.bin_WLAN.RM.2.0-00180-QCARMSWPZ-1 firmware-4.bin

  4) Reboot your computer.  Run "lshw -C network" to see if your card is
  recognized.

  If you created a "/lib/modprobe.d/ath10k.conf" file earlier to disable
  otp, you can remove it.  I did, and the card still works fine.

  Last updated Match 20, 2016

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1436940/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1484159] Re: Qualcomm Atheros Device [168c:0042] (rev 30) not working on Ubuntu

2016-03-20 Thread Miles Krell
** Description changed:

+ This card remains unsupported out-of-the-box by the ath10k_pci kernel
+ module. At this point, it looks like kvalo's ath10k-firmware repo just
+ needs to be pulled in.
+ 
+ ---
+ 
+ HOW TO GET THIS CARD TO WORK:
+ 
+ Full disclosure: I don't actually have this card, but AndyP was able to
+ get this card to work by following my instructions, so I've written them
+ here in a clearer format.
+ 
+ 1) Support for this card is not present in kernel 4.2.  However, it was
+ added at some point between then and kernel 4.4.3.  See
+ https://wiki.ubuntu.com/Kernel/MainlineBuilds for info on installing a
+ newer kernel.  Kernel 4.5 is suggested.
+ 
+ 2) Get the latest firmware from https://github.com/kvalo/ath10k-
+ firmware/archive/master.zip
+ 
+ 3) Unzip this file, and copy the contents of ath10k-firmware-master to
+ /lib/firmware/ath10k.
+ 
+ 4) Run the following commands to rename the necessary firmware file:
+ cd /lib/firmware/ath10k/QCA9377/hw1.0/
+ sudo mv firmware-5.bin_WLAN.TF.1.0-00267-1 firmware-5.bin
+ 
+ 5) Reboot your computer. Run "lshw -C network" to see if your card is
+ recognized.
+ 
+ Please tell me if these instructions are working for you.
+ 
+ The original bug description follows.
+ ---
+ 
  Hi,
  Qualcomm Atheros Device [168c:0042] (rev 30) is not supported by linux 
kernal. Please add support.
  
  Thanks
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-61-generic 3.13.0-61.100
  ProcVersionSignature: Ubuntu 3.13.0-61.100-generic 3.13.11-ckt22
  Uname: Linux 3.13.0-61-generic i686
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: i386
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC0:  ubuntu14   1658 F pulseaudio
-  /dev/snd/controlC1:  ubuntu14   1658 F pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  ubuntu14   1658 F pulseaudio
+  /dev/snd/controlC1:  ubuntu14   1658 F pulseaudio
  CurrentDesktop: Unity
  Date: Wed Aug 12 20:31:24 2015
  HibernationDevice: RESUME=UUID=0483444a-0d9a-4215-b36b-4aee75fd9ec0
  InstallationDate: Installed on 2015-08-11 (0 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release i386 
(20140722.2)
  IwConfig:
-  lono wireless extensions.
-  
-  eth0  no wireless extensions.
+  lono wireless extensions.
+ 
+  eth0  no wireless extensions.
  MachineType: Acer Aspire E5-573
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-61-generic 
root=UUID=72a8a100-d5ec-4e9d-8bc5-45695001a29c ro quiet splash vt.handoff=7
  RelatedPackageVersions:
-  linux-restricted-modules-3.13.0-61-generic N/A
-  linux-backports-modules-3.13.0-61-generic  N/A
-  linux-firmware 1.127.15
+  linux-restricted-modules-3.13.0-61-generic N/A
+  linux-backports-modules-3.13.0-61-generic  N/A
+  linux-firmware 1.127.15
  SourcePackage: linux
  StagingDrivers: rts5139
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/20/2015
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.11
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: ZORO_BH
  dmi.board.vendor: Acer
  dmi.board.version: Type2 - A01 Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.11:bd04/20/2015:svnAcer:pnAspireE5-573:pvrV3.72:rvnAcer:rnZORO_BH:rvrType2-A01BoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.name: Aspire E5-573
  dmi.product.version: V3.72
  dmi.sys.vendor: Acer

** Summary changed:

- Qualcomm Atheros Device [168c:0042] (rev 30) not working on Ubuntu
+ Qualcomm Atheros QCA9377 802.11ac Wireless Network Adapter [168c:0042] is not 
supported

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1484159

Title:
  Qualcomm Atheros QCA9377 802.11ac Wireless Network Adapter [168c:0042]
  is not supported

Status in linux package in Ubuntu:
  Triaged

Bug description:
  This card remains unsupported out-of-the-box by the ath10k_pci kernel
  module. At this point, it looks like kvalo's ath10k-firmware repo just
  needs to be pulled in.

  ---

  HOW TO GET THIS CARD TO WORK:

  Full disclosure: I don't actually have this card, but AndyP was able
  to get this card to work by following my instructions, so I've written
  them here in a clearer format.

  1) Support for this card is not present in kernel 4.2.  However, it
  was added at some point between then and kernel 4.4.3.  See
  https://wiki.ubuntu.com/Kernel/MainlineBuilds for info on installing a
  newer kernel.  Kernel 4.5 is 

[Kernel-packages] [Bug 1436940] Re: Qualcomm Atheros QCA6164 802.11ac Wireless Network Adapter [168c:0041] is not supported

2016-03-20 Thread Miles Krell
** Description changed:

  This card remains unsupported out-of-the-box by the ath10k_pci kernel
  module.  At this point, it looks like kvalo's ath10k-firmware repo just
  needs to be pulled in.
- 
- Speaking of which, that repo contains a folder for the QCA6174, but not
- for the QCA6164.  The firmware in the QCA6174 folder works for the
- QCA6164; I still find it strange.  I'm not sure how well the actual
- QCA6174 [168c:003e] firmware works.
  
  ---
  
  HOW TO GET THIS CARD TO WORK:
  
- As of February 26, 2016, this has become relatively simple.
+ As of February 26, 2016, this has become rather simple.
  
- I'm unsure of what version kernel you need to be using - it's either at
- least 4.0 or at least 4.2.  I'm currently using 4.5.  If the kernel you
- have isn't working, try that one.
+ According to the Linux Wireless wiki, support was added in kernel 4.2,
+ so if your kernel is older than this, you'll need to either use
+ backports or install a newer kernel.  Your kernel is probably fine, but
+ if it's older than 4.2, see
+ https://wiki.ubuntu.com/Kernel/MainlineBuilds for info on installing a
+ newer one.
  
  1) Get the latest firmware from https://github.com/kvalo/ath10k-
  firmware/archive/master.zip
  
- 2) Unzip this file, and copy contents of ath10k-firmware-master to
+ 2) Unzip this file, and copy the contents of ath10k-firmware-master to
  /lib/firmware/ath10k.
  
  3) Rename two of the firmware files like so:
- cd /lib/firmware/QCA6174/hw2.1
- sudo mv firmware-5.bin_SW_RM.1.1.1-00157-QCARMSWPZ-1 firmware-5.bin
- cd /lib/firmware/QCA6174/hw3.0
- sudo mv firmware-4.bin_WLAN.RM.2.0-00180-QCARMSWPZ-1 firmware-4.bin
+ cd /lib/firmware/QCA6174/hw2.1
+ sudo mv firmware-5.bin_SW_RM.1.1.1-00157-QCARMSWPZ-1 firmware-5.bin
+ cd /lib/firmware/QCA6174/hw3.0
+ sudo mv firmware-4.bin_WLAN.RM.2.0-00180-QCARMSWPZ-1 firmware-4.bin
  
  4) Reboot your computer.  Run "lshw -C network" to see if your card is
  recognized.
  
  If you created a "/lib/modprobe.d/ath10k.conf" file earlier to disable
  otp, you can remove it.  I did, and the card still works fine.
  
- Last updated Match 18, 2016
+ Last updated Match 20, 2016

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1436940

Title:
  Qualcomm Atheros QCA6164 802.11ac Wireless Network Adapter [168c:0041]
  is not supported

Status in linux package in Ubuntu:
  Confirmed
Status in linux-firmware package in Ubuntu:
  Confirmed
Status in linux source package in Vivid:
  Confirmed
Status in linux source package in Wily:
  Confirmed

Bug description:
  This card remains unsupported out-of-the-box by the ath10k_pci kernel
  module.  At this point, it looks like kvalo's ath10k-firmware repo
  just needs to be pulled in.

  ---

  HOW TO GET THIS CARD TO WORK:

  As of February 26, 2016, this has become rather simple.

  According to the Linux Wireless wiki, support was added in kernel 4.2,
  so if your kernel is older than this, you'll need to either use
  backports or install a newer kernel.  Your kernel is probably fine,
  but if it's older than 4.2, see
  https://wiki.ubuntu.com/Kernel/MainlineBuilds for info on installing a
  newer one.

  1) Get the latest firmware from https://github.com/kvalo/ath10k-
  firmware/archive/master.zip

  2) Unzip this file, and copy the contents of ath10k-firmware-master to
  /lib/firmware/ath10k.

  3) Rename two of the firmware files like so:
  cd /lib/firmware/QCA6174/hw2.1
  sudo mv firmware-5.bin_SW_RM.1.1.1-00157-QCARMSWPZ-1 firmware-5.bin
  cd /lib/firmware/QCA6174/hw3.0
  sudo mv firmware-4.bin_WLAN.RM.2.0-00180-QCARMSWPZ-1 firmware-4.bin

  4) Reboot your computer.  Run "lshw -C network" to see if your card is
  recognized.

  If you created a "/lib/modprobe.d/ath10k.conf" file earlier to disable
  otp, you can remove it.  I did, and the card still works fine.

  Last updated Match 20, 2016

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1436940/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1436940] Re: Qualcomm Atheros QCA6164 802.11ac Wireless Network Adapter [168c:0041] is not supported

2016-03-20 Thread Miles Krell
Great to hear!  I actually didn't know anything AT ALL about this myself
until I got my current laptop, less than a year ago.  During that time,
a lot of people have been working on these cards, and it's gotten easier
and easier to get them to work.

Many thanks to Kalle Valo (for the ath10k firmware repo), Anish
Tondwalkar (for his QCA6164 firmware), and Diego (for his guide which I
originally followed).

Before I first got my card to work, I had to download the backports,
apply a patch to them, compile them, install them, and download firmware
from multiple places.  Now, I just have to download ONE repository and
move/rename a few files.  All that's left is for someone to get this
firmware included in Ubuntu.

As for your question, yes, feel free to spread the knowledge!  It's
great to have been able to help!

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1436940

Title:
  Qualcomm Atheros QCA6164 802.11ac Wireless Network Adapter [168c:0041]
  is not supported

Status in linux package in Ubuntu:
  Confirmed
Status in linux-firmware package in Ubuntu:
  Confirmed
Status in linux source package in Vivid:
  Confirmed
Status in linux source package in Wily:
  Confirmed

Bug description:
  This card remains unsupported out-of-the-box by the ath10k_pci kernel
  module.  At this point, it looks like kvalo's ath10k-firmware repo
  just needs to be pulled in.

  Speaking of which, that repo contains a folder for the QCA6174, but
  not for the QCA6164.  The firmware in the QCA6174 folder works for the
  QCA6164; I still find it strange.  I'm not sure how well the actual
  QCA6174 [168c:003e] firmware works.

  ---

  HOW TO GET THIS CARD TO WORK:

  As of February 26, 2016, this has become relatively simple.

  I'm unsure of what version kernel you need to be using - it's either
  at least 4.0 or at least 4.2.  I'm currently using 4.5.  If the kernel
  you have isn't working, try that one.

  1) Get the latest firmware from https://github.com/kvalo/ath10k-
  firmware/archive/master.zip

  2) Unzip this file, and copy contents of ath10k-firmware-master to
  /lib/firmware/ath10k.

  3) Rename two of the firmware files like so:
  cd /lib/firmware/QCA6174/hw2.1
  sudo mv firmware-5.bin_SW_RM.1.1.1-00157-QCARMSWPZ-1 firmware-5.bin
  cd /lib/firmware/QCA6174/hw3.0
  sudo mv firmware-4.bin_WLAN.RM.2.0-00180-QCARMSWPZ-1 firmware-4.bin

  4) Reboot your computer.  Run "lshw -C network" to see if your card is
  recognized.

  If you created a "/lib/modprobe.d/ath10k.conf" file earlier to disable
  otp, you can remove it.  I did, and the card still works fine.

  Last updated Match 18, 2016

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1436940/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1436940] Re: Qualcomm Atheros QCA6164 802.11ac Wireless Network Adapter [168c:0041] is not supported

2016-03-20 Thread Miles Krell
One last thing: I checked what you added to the other bug, and you'll
want to add a link to kvalo's repo (https://github.com/kvalo/ath10k-
firmware/).

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1436940

Title:
  Qualcomm Atheros QCA6164 802.11ac Wireless Network Adapter [168c:0041]
  is not supported

Status in linux package in Ubuntu:
  Confirmed
Status in linux-firmware package in Ubuntu:
  Confirmed
Status in linux source package in Vivid:
  Confirmed
Status in linux source package in Wily:
  Confirmed

Bug description:
  This card remains unsupported out-of-the-box by the ath10k_pci kernel
  module.  At this point, it looks like kvalo's ath10k-firmware repo
  just needs to be pulled in.

  Speaking of which, that repo contains a folder for the QCA6174, but
  not for the QCA6164.  The firmware in the QCA6174 folder works for the
  QCA6164; I still find it strange.  I'm not sure how well the actual
  QCA6174 [168c:003e] firmware works.

  ---

  HOW TO GET THIS CARD TO WORK:

  As of February 26, 2016, this has become relatively simple.

  I'm unsure of what version kernel you need to be using - it's either
  at least 4.0 or at least 4.2.  I'm currently using 4.5.  If the kernel
  you have isn't working, try that one.

  1) Get the latest firmware from https://github.com/kvalo/ath10k-
  firmware/archive/master.zip

  2) Unzip this file, and copy contents of ath10k-firmware-master to
  /lib/firmware/ath10k.

  3) Rename two of the firmware files like so:
  cd /lib/firmware/QCA6174/hw2.1
  sudo mv firmware-5.bin_SW_RM.1.1.1-00157-QCARMSWPZ-1 firmware-5.bin
  cd /lib/firmware/QCA6174/hw3.0
  sudo mv firmware-4.bin_WLAN.RM.2.0-00180-QCARMSWPZ-1 firmware-4.bin

  4) Reboot your computer.  Run "lshw -C network" to see if your card is
  recognized.

  If you created a "/lib/modprobe.d/ath10k.conf" file earlier to disable
  otp, you can remove it.  I did, and the card still works fine.

  Last updated Match 18, 2016

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1436940/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1436940] Re: Qualcomm Atheros QCA6164 802.11ac Wireless Network Adapter [168c:0041] is not supported

2016-03-20 Thread Miles Krell
Forgot to say:

3) Reboot your computer.  Run "sudo lshw -C network" to see if the card
is recognized.

4) If it still isn't working, run "uname -r" to make sure you're running
kernel 4.5.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1436940

Title:
  Qualcomm Atheros QCA6164 802.11ac Wireless Network Adapter [168c:0041]
  is not supported

Status in linux package in Ubuntu:
  Confirmed
Status in linux-firmware package in Ubuntu:
  Confirmed
Status in linux source package in Vivid:
  Confirmed
Status in linux source package in Wily:
  Confirmed

Bug description:
  This card remains unsupported out-of-the-box by the ath10k_pci kernel
  module.  At this point, it looks like kvalo's ath10k-firmware repo
  just needs to be pulled in.

  Speaking of which, that repo contains a folder for the QCA6174, but
  not for the QCA6164.  The firmware in the QCA6174 folder works for the
  QCA6164; I still find it strange.  I'm not sure how well the actual
  QCA6174 [168c:003e] firmware works.

  ---

  HOW TO GET THIS CARD TO WORK:

  As of February 26, 2016, this has become relatively simple.

  I'm unsure of what version kernel you need to be using - it's either
  at least 4.0 or at least 4.2.  I'm currently using 4.5.  If the kernel
  you have isn't working, try that one.

  1) Get the latest firmware from https://github.com/kvalo/ath10k-
  firmware/archive/master.zip

  2) Unzip this file, and copy contents of ath10k-firmware-master to
  /lib/firmware/ath10k.

  3) Rename two of the firmware files like so:
  cd /lib/firmware/QCA6174/hw2.1
  sudo mv firmware-5.bin_SW_RM.1.1.1-00157-QCARMSWPZ-1 firmware-5.bin
  cd /lib/firmware/QCA6174/hw3.0
  sudo mv firmware-4.bin_WLAN.RM.2.0-00180-QCARMSWPZ-1 firmware-4.bin

  4) Reboot your computer.  Run "lshw -C network" to see if your card is
  recognized.

  If you created a "/lib/modprobe.d/ath10k.conf" file earlier to disable
  otp, you can remove it.  I did, and the card still works fine.

  Last updated Match 18, 2016

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1436940/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1436940] Re: Qualcomm Atheros QCA6164 802.11ac Wireless Network Adapter [168c:0041] is not supported

2016-03-20 Thread Miles Krell
AndyP, it looks like you do have a different card.  Your card has the
PCI ID of 168c:0042, while the QCA6164 has the PCI ID of 168c:0041.

According to http://forums.fedoraforum.org/showthread.php?t=305292, your
card is the QCA9377.  There's an open bug report for it at
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1484159, but I
think the following should work.

Your "modinfo ath10k_pci" output doesn't list the QCA9377 firmware
files, but they are listed when *I* run this command.  I have no idea
when support for the card was added, but it's supported in 4.5 (what I'm
running).  It might be supported in backports somewhere, but the
following should be simpler:

1) Install kernel 4.5.  There's a guide at
https://wiki.ubuntu.com/Kernel/MainlineBuilds.

2) Assuming you downloaded the firmware as explained in the above guide, you 
have to rename just one file like this:
cd /lib/firmware/ath10k/QCA9377/hw1.0/
sudo mv firmware-5.bin_WLAN.TF.1.0-00267-1 firmware-5.bin

If those steps worked for you, I'd put them in the bug report for the
QCA9377.  Good luck!

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1436940

Title:
  Qualcomm Atheros QCA6164 802.11ac Wireless Network Adapter [168c:0041]
  is not supported

Status in linux package in Ubuntu:
  Confirmed
Status in linux-firmware package in Ubuntu:
  Confirmed
Status in linux source package in Vivid:
  Confirmed
Status in linux source package in Wily:
  Confirmed

Bug description:
  This card remains unsupported out-of-the-box by the ath10k_pci kernel
  module.  At this point, it looks like kvalo's ath10k-firmware repo
  just needs to be pulled in.

  Speaking of which, that repo contains a folder for the QCA6174, but
  not for the QCA6164.  The firmware in the QCA6174 folder works for the
  QCA6164; I still find it strange.  I'm not sure how well the actual
  QCA6174 [168c:003e] firmware works.

  ---

  HOW TO GET THIS CARD TO WORK:

  As of February 26, 2016, this has become relatively simple.

  I'm unsure of what version kernel you need to be using - it's either
  at least 4.0 or at least 4.2.  I'm currently using 4.5.  If the kernel
  you have isn't working, try that one.

  1) Get the latest firmware from https://github.com/kvalo/ath10k-
  firmware/archive/master.zip

  2) Unzip this file, and copy contents of ath10k-firmware-master to
  /lib/firmware/ath10k.

  3) Rename two of the firmware files like so:
  cd /lib/firmware/QCA6174/hw2.1
  sudo mv firmware-5.bin_SW_RM.1.1.1-00157-QCARMSWPZ-1 firmware-5.bin
  cd /lib/firmware/QCA6174/hw3.0
  sudo mv firmware-4.bin_WLAN.RM.2.0-00180-QCARMSWPZ-1 firmware-4.bin

  4) Reboot your computer.  Run "lshw -C network" to see if your card is
  recognized.

  If you created a "/lib/modprobe.d/ath10k.conf" file earlier to disable
  otp, you can remove it.  I did, and the card still works fine.

  Last updated Match 18, 2016

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1436940/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1436940] Re: Qualcomm Atheros QCA6164 802.11ac Wireless Network Adapter [168c:0041] is not supported

2016-03-19 Thread Miles Krell
Nithya, sorry about the guide.  I forgot that the firmware files have
their version number in their names, so they need to be renamed before
they'll work.  The guide has been updated to reflect this.

I'd appreciate if someone would try following the updated guide and
telling me if it works now.

** Description changed:

  This card remains unsupported out-of-the-box by the ath10k_pci kernel
  module.  At this point, it looks like kvalo's ath10k-firmware repo just
  needs to be pulled in.
  
  Speaking of which, that repo contains a folder for the QCA6174, but not
  for the QCA6164.  The firmware in the QCA6174 folder works for the
  QCA6164; I still find it strange.  I'm not sure how well the actual
  QCA6174 [168c:003e] firmware works.
  
  ---
  
  HOW TO GET THIS CARD TO WORK:
  
- As of February 26, 2016, this has become very simple.
+ As of February 26, 2016, this has become relatively simple.
  
  I'm unsure of what version kernel you need to be using - it's either at
- least 4.0 or at least 4.2.  I'm currently using 4.4.3.  If the kernel
- you have isn't working, try that one.
+ least 4.0 or at least 4.2.  I'm currently using 4.5.  If the kernel you
+ have isn't working, try that one.
  
  1) Get the latest firmware from https://github.com/kvalo/ath10k-
  firmware/archive/master.zip
  
- 2) Unzip this file, and copy the ath10k folder's contents to
+ 2) Unzip this file, and copy contents of ath10k-firmware-master to
  /lib/firmware/ath10k.
  
- 3) Reboot your computer.  Run "lshw -C network" to see if your card is
+ 3) Rename two of the firmware files like so:
+ cd /lib/firmware/QCA6174/hw2.1
+ sudo mv firmware-5.bin_SW_RM.1.1.1-00157-QCARMSWPZ-1 firmware-5.bin
+ cd /lib/firmware/QCA6174/hw3.0
+ sudo mv firmware-4.bin_WLAN.RM.2.0-00180-QCARMSWPZ-1 firmware-4.bin
+ 
+ 4) Reboot your computer.  Run "lshw -C network" to see if your card is
  recognized.
  
  If you created a "/lib/modprobe.d/ath10k.conf" file earlier to disable
  otp, you can remove it.  I did, and the card still works fine.
  
- Last updated February 28, 2016
+ Last updated Match 18, 2016

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1436940

Title:
  Qualcomm Atheros QCA6164 802.11ac Wireless Network Adapter [168c:0041]
  is not supported

Status in linux package in Ubuntu:
  Confirmed
Status in linux-firmware package in Ubuntu:
  Confirmed
Status in linux source package in Vivid:
  Confirmed
Status in linux source package in Wily:
  Confirmed

Bug description:
  This card remains unsupported out-of-the-box by the ath10k_pci kernel
  module.  At this point, it looks like kvalo's ath10k-firmware repo
  just needs to be pulled in.

  Speaking of which, that repo contains a folder for the QCA6174, but
  not for the QCA6164.  The firmware in the QCA6174 folder works for the
  QCA6164; I still find it strange.  I'm not sure how well the actual
  QCA6174 [168c:003e] firmware works.

  ---

  HOW TO GET THIS CARD TO WORK:

  As of February 26, 2016, this has become relatively simple.

  I'm unsure of what version kernel you need to be using - it's either
  at least 4.0 or at least 4.2.  I'm currently using 4.5.  If the kernel
  you have isn't working, try that one.

  1) Get the latest firmware from https://github.com/kvalo/ath10k-
  firmware/archive/master.zip

  2) Unzip this file, and copy contents of ath10k-firmware-master to
  /lib/firmware/ath10k.

  3) Rename two of the firmware files like so:
  cd /lib/firmware/QCA6174/hw2.1
  sudo mv firmware-5.bin_SW_RM.1.1.1-00157-QCARMSWPZ-1 firmware-5.bin
  cd /lib/firmware/QCA6174/hw3.0
  sudo mv firmware-4.bin_WLAN.RM.2.0-00180-QCARMSWPZ-1 firmware-4.bin

  4) Reboot your computer.  Run "lshw -C network" to see if your card is
  recognized.

  If you created a "/lib/modprobe.d/ath10k.conf" file earlier to disable
  otp, you can remove it.  I did, and the card still works fine.

  Last updated Match 18, 2016

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1436940/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1436940] Re: Qualcomm Atheros QCA6164 802.11ac Wireless Network Adapter [168c:0041] is not supported

2016-03-18 Thread Miles Krell
AndyP, thanks for telling me.  I'd really like to reinstall Ubuntu and
*then* follow my own guide to see if it works, but I don't want to do
this with 16.04 right around the corner.  Once it's released, I'll do
this and get back to you guys.

I can tell you that I'm not using backports, as I just installed kernel
4.5 a few days ago, and the files in my /lib/firmware/ath10k were all
deleted and then replaced following the steps in the guide.  I'm also
not using any of the dkms stuff that people have talked about for this
card.

I guess there's still something I missed.  Could you post the output of
"modinfo ath10k_pci"?

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1436940

Title:
  Qualcomm Atheros QCA6164 802.11ac Wireless Network Adapter [168c:0041]
  is not supported

Status in linux package in Ubuntu:
  Confirmed
Status in linux-firmware package in Ubuntu:
  Confirmed
Status in linux source package in Vivid:
  Confirmed
Status in linux source package in Wily:
  Confirmed

Bug description:
  This card remains unsupported out-of-the-box by the ath10k_pci kernel
  module.  At this point, it looks like kvalo's ath10k-firmware repo
  just needs to be pulled in.

  Speaking of which, that repo contains a folder for the QCA6174, but
  not for the QCA6164.  The firmware in the QCA6174 folder works for the
  QCA6164; I still find it strange.  I'm not sure how well the actual
  QCA6174 [168c:003e] firmware works.

  ---

  HOW TO GET THIS CARD TO WORK:

  As of February 26, 2016, this has become relatively simple.

  I'm unsure of what version kernel you need to be using - it's either
  at least 4.0 or at least 4.2.  I'm currently using 4.5.  If the kernel
  you have isn't working, try that one.

  1) Get the latest firmware from https://github.com/kvalo/ath10k-
  firmware/archive/master.zip

  2) Unzip this file, and copy contents of ath10k-firmware-master to
  /lib/firmware/ath10k.

  3) Rename two of the firmware files like so:
  cd /lib/firmware/QCA6174/hw2.1
  sudo mv firmware-5.bin_SW_RM.1.1.1-00157-QCARMSWPZ-1 firmware-5.bin
  cd /lib/firmware/QCA6174/hw3.0
  sudo mv firmware-4.bin_WLAN.RM.2.0-00180-QCARMSWPZ-1 firmware-4.bin

  4) Reboot your computer.  Run "lshw -C network" to see if your card is
  recognized.

  If you created a "/lib/modprobe.d/ath10k.conf" file earlier to disable
  otp, you can remove it.  I did, and the card still works fine.

  Last updated Match 18, 2016

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1436940/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1436940] Re: Qualcomm Atheros QCA6164 802.11ac Wireless Network Adapter [168c:0041] is not supported

2016-03-18 Thread Miles Krell
Actually, hold on.  Could you instead post the output of "lspci -nnk"?
I think you might be using a different card.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1436940

Title:
  Qualcomm Atheros QCA6164 802.11ac Wireless Network Adapter [168c:0041]
  is not supported

Status in linux package in Ubuntu:
  Confirmed
Status in linux-firmware package in Ubuntu:
  Confirmed
Status in linux source package in Vivid:
  Confirmed
Status in linux source package in Wily:
  Confirmed

Bug description:
  This card remains unsupported out-of-the-box by the ath10k_pci kernel
  module.  At this point, it looks like kvalo's ath10k-firmware repo
  just needs to be pulled in.

  Speaking of which, that repo contains a folder for the QCA6174, but
  not for the QCA6164.  The firmware in the QCA6174 folder works for the
  QCA6164; I still find it strange.  I'm not sure how well the actual
  QCA6174 [168c:003e] firmware works.

  ---

  HOW TO GET THIS CARD TO WORK:

  As of February 26, 2016, this has become relatively simple.

  I'm unsure of what version kernel you need to be using - it's either
  at least 4.0 or at least 4.2.  I'm currently using 4.5.  If the kernel
  you have isn't working, try that one.

  1) Get the latest firmware from https://github.com/kvalo/ath10k-
  firmware/archive/master.zip

  2) Unzip this file, and copy contents of ath10k-firmware-master to
  /lib/firmware/ath10k.

  3) Rename two of the firmware files like so:
  cd /lib/firmware/QCA6174/hw2.1
  sudo mv firmware-5.bin_SW_RM.1.1.1-00157-QCARMSWPZ-1 firmware-5.bin
  cd /lib/firmware/QCA6174/hw3.0
  sudo mv firmware-4.bin_WLAN.RM.2.0-00180-QCARMSWPZ-1 firmware-4.bin

  4) Reboot your computer.  Run "lshw -C network" to see if your card is
  recognized.

  If you created a "/lib/modprobe.d/ath10k.conf" file earlier to disable
  otp, you can remove it.  I did, and the card still works fine.

  Last updated Match 18, 2016

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1436940/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1436940] Re: Qualcomm Atheros QCA6164 802.11ac Wireless Network Adapter [168c:0041] is not supported

2016-03-14 Thread Miles Krell
dagny, could you elaborate?  I find it highly unlikely that adding
firmware files for this card could have deleted a partition from a drive
on your computer.  Could your problem have something to do with the
kernel you're using?

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1436940

Title:
  Qualcomm Atheros QCA6164 802.11ac Wireless Network Adapter [168c:0041]
  is not supported

Status in linux package in Ubuntu:
  Confirmed
Status in linux-firmware package in Ubuntu:
  Confirmed
Status in linux source package in Vivid:
  Confirmed
Status in linux source package in Wily:
  Confirmed

Bug description:
  This card remains unsupported out-of-the-box by the ath10k_pci kernel
  module.  At this point, it looks like kvalo's ath10k-firmware repo
  just needs to be pulled in.

  Speaking of which, that repo contains a folder for the QCA6174, but
  not for the QCA6164.  The firmware in the QCA6174 folder works for the
  QCA6164; I still find it strange.  I'm not sure how well the actual
  QCA6174 [168c:003e] firmware works.

  ---

  HOW TO GET THIS CARD TO WORK:

  As of February 26, 2016, this has become very simple.

  I'm unsure of what version kernel you need to be using - it's either
  at least 4.0 or at least 4.2.  I'm currently using 4.4.3.  If the
  kernel you have isn't working, try that one.

  1) Get the latest firmware from https://github.com/kvalo/ath10k-
  firmware/archive/master.zip

  2) Unzip this file, and copy the ath10k folder's contents to
  /lib/firmware/ath10k.

  3) Reboot your computer.  Run "lshw -C network" to see if your card is
  recognized.

  If you created a "/lib/modprobe.d/ath10k.conf" file earlier to disable
  otp, you can remove it.  I did, and the card still works fine.

  Last updated February 28, 2016

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1436940/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1436940] Re: Qualcomm Atheros QCA6164 802.11ac Wireless Network Adapter [168c:0041] is not supported

2016-02-28 Thread Miles Krell
** Description changed:

  This card remains unsupported out-of-the-box by the ath10k_pci kernel
- module.
+ module.  At this point, it looks like kvalo's ath10k-firmware repo just
+ needs to be pulled in.
  
- Currently in https://github.com/kvalo/ath10k-firmware/, there exists
- a folder for the QCA6174, but not for the QCA6164.
- 
- It appears that this card uses the same "firmware-5.bin" file as the
- QCA6174 [168c:003c], but it requires a different "board.bin" file.
+ Speaking of which, that repo contains a folder for the QCA6174, but not
+ for the QCA6164.  The firmware in the QCA6174 folder works for the
+ QCA6164; I still find it strange.  I'm not sure how well the actual
+ QCA6174 [168c:003e] firmware works.
  
  ---
  
  HOW TO GET THIS CARD TO WORK:
  
- I'm not certain, but I believe you need to using at least kernel version
- 4.2 for this to work.
+ As of February 26, 2016, it has become very easy to get this card to
+ work.
  
- Get the latest firmware from https://github.com/kvalo/ath10k-
+ I'm unsure of what version kernel you need to be using - it's either at
+ least 4.0 or at least 4.2.  I'm currently using 4.4.3.  If the kernel
+ you have isn't working, try that one.
+ 
+ 1) Get the latest firmware from https://github.com/kvalo/ath10k-
  firmware/archive/master.zip
  
- Unzip and copy the ath10k folder to /lib/firmware/ath10k.
+ 2) Unzip this file, and copy the ath10k folder's contents to
+ /lib/firmware/ath10k.
  
- Download the two files at:
- https://github.com/atondwal/ath10k-firmware/tree/master/ath10k/QCA6164/hw2.1
+ 3) Reboot your computer.  Run "lshw -C network" to see if your card is
+ recognized.
  
- Put these files in /lib/firmware/ath10k/QCA6174/hw2.1.  Note that the
- numbers DO NOT MATCH (QCA6164 vs QCA6174).
+ If you created a "/lib/modprobe.d/ath10k.conf" file earlier to disable
+ otp, you can remove it.  I did, and the card still works fine.
  
- Create a file named /etc/modprobe.d/ath10k.conf with the following line:
- 
- "options ath10k_core skip_otp=y"
- 
- Reboot and modprobe ath10k_pci. Do "lshw -C network"; "ip link show" or 
"rfkill list" to see if you got your card working.
- ---
- 
- The atheros wireless device (168c:0041) isn't supported by the
- ath10k_pci kernel driver.
- 
- Found in several laptop models:
- 
- Lenovo Z70
- Lenovo G50-45
- Lenovo G50-80
- Lenovo Edge 15
- Lenovo Yoga 3 11
- Lenovo Flex 3-1470
- Lenovo U31-70
- Samsung ATIV Book 9 NP930X2K
- 
- ProblemType: BugDistroRelease: Ubuntu 15.04
- Package: linux-image-3.19.0-9-generic 3.19.0-9.9
- ProcVersionSignature: Ubuntu 3.19.0-9.9-generic 3.19.1
- Uname: Linux 3.19.0-9-generic x86_64
- ApportVersion: 2.16.2-0ubuntu3
- Architecture: amd64
- AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC0:  nicholas   1695 F pulseaudio
-  /dev/snd/controlC1:  nicholas   1695 F pulseaudio
- CurrentDesktop: Unity
- Date: Thu Mar 26 09:47:16 2015
- HibernationDevice: RESUME=UUID=5b068cd8-e60a-49b9-a88e-1581bb6b3dc1
- InstallationDate: Installed on 2015-03-25 (1 days ago)
- InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
- IwConfig:
-  eth0  no wireless extensions.
- 
-  lono wireless extensions.
- Lsusb:
-  Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
-  Bus 001 Device 004: ID 0cf3:e300 Atheros Communications, Inc.
-  Bus 001 Device 003: ID 5986:0652 Acer, Inc
-  Bus 001 Device 002: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
Reader Controller
-  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
- MachineType: LENOVO 80E5
- ProcFB: 0 inteldrmfb
- ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-9-generic 
root=UUID=e52867c5-0b50-42fb-8288-f30765f926c5 ro quiet splash vt.handoff=7
- RelatedPackageVersions:
-  linux-restricted-modules-3.19.0-9-generic N/A
-  linux-backports-modules-3.19.0-9-generic  N/A
-  linux-firmware1.143SourcePackage: linux
- UpgradeStatus: Upgraded to vivid on 2015-03-26 (0 days ago)
- dmi.bios.date: 06/20/2014
- dmi.bios.vendor: LENOVO
- dmi.bios.version: B0CN69WW
- dmi.board.asset.tag: NO Asset Tag
- dmi.board.name: Lenovo G50-80
- dmi.board.vendor: LENOVO
- dmi.board.version: 31900058 WIN
- dmi.chassis.asset.tag: NO Asset Tag
- dmi.chassis.type: 10
- dmi.chassis.vendor: LENOVO
- dmi.chassis.version: Lenovo G50-80
- dmi.modalias: 
dmi:bvnLENOVO:bvrB0CN69WW:bd06/20/2014:svnLENOVO:pn80E5:pvrLenovoG50-80:rvnLENOVO:rnLenovoG50-80:rvr31900058WIN:cvnLENOVO:ct10:cvrLenovoG50-80:
- dmi.product.name: 80E5
- dmi.product.version: Lenovo G50-80
- dmi.sys.vendor: LENOVO
+ Last updated February 28, 2016

** Description changed:

  This card remains unsupported out-of-the-box by the ath10k_pci kernel
  module.  At this point, it looks like kvalo's ath10k-firmware repo just
  needs to be pulled in.
  
  Speaking of 

[Kernel-packages] [Bug 1436940] Re: Qualcomm Atheros QCA6164 802.11ac Wireless Network Adapter [168c:0041] is not supported

2016-02-22 Thread Miles Krell
** Description changed:

  This card remains unsupported out-of-the-box by the ath10k_pci kernel
  module.
  
  Currently in https://github.com/kvalo/ath10k-firmware/, there exists
  a folder for the QCA6174, but not for the QCA6164.
  
  It appears that this card uses the same "firmware-5.bin" file as the
  QCA6174 [168c:003c], but it requires a different "board.bin" file.
  
  ---
  
  HOW TO GET THIS CARD TO WORK:
  
  I'm not certain, but I believe you need to using at least kernel version
  4.2 for this to work.
  
- Then, as written by Diego in comment #34:
+ Get the latest firmware from https://github.com/kvalo/ath10k-
+ firmware/archive/master.zip
  
- ---
- Then, get the latest firmware from 
https://github.com/kvalo/ath10k-firmware/archive/master.zip
- Unzip and copy ath10k folder to /lib/firmware/ath10k
- Copy these two files (overwrite what you got before) in 
/lib/firmware/ath10k/QCA6164/hw2.1:
+ Unzip and copy the ath10k folder to /lib/firmware/ath10k.
+ 
+ Download the two files at:
  https://github.com/atondwal/ath10k-firmware/tree/master/ath10k/QCA6164/hw2.1
+ 
+ Put these files in /lib/firmware/ath10k/QCA6174/hw2.1.  Note that the
+ numbers DO NOT MATCH (QCA6164 vs QCA6174).
  
  Create a file named /etc/modprobe.d/ath10k.conf with the following line:
  
  "options ath10k_core skip_otp=y"
  
  Reboot and modprobe ath10k_pci. Do "lshw -C network"; "ip link show" or 
"rfkill list" to see if you got your card working.
  ---
  
  The atheros wireless device (168c:0041) isn't supported by the
  ath10k_pci kernel driver.
  
  Found in several laptop models:
  
  Lenovo Z70
  Lenovo G50-45
  Lenovo G50-80
  Lenovo Edge 15
  Lenovo Yoga 3 11
  Lenovo Flex 3-1470
  Lenovo U31-70
  Samsung ATIV Book 9 NP930X2K
  
  ProblemType: BugDistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-9-generic 3.19.0-9.9
  ProcVersionSignature: Ubuntu 3.19.0-9.9-generic 3.19.1
  Uname: Linux 3.19.0-9-generic x86_64
  ApportVersion: 2.16.2-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nicholas   1695 F pulseaudio
   /dev/snd/controlC1:  nicholas   1695 F pulseaudio
  CurrentDesktop: Unity
  Date: Thu Mar 26 09:47:16 2015
  HibernationDevice: RESUME=UUID=5b068cd8-e60a-49b9-a88e-1581bb6b3dc1
  InstallationDate: Installed on 2015-03-25 (1 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  IwConfig:
   eth0  no wireless extensions.
  
   lono wireless extensions.
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 0cf3:e300 Atheros Communications, Inc.
   Bus 001 Device 003: ID 5986:0652 Acer, Inc
   Bus 001 Device 002: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
Reader Controller
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 80E5
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-9-generic 
root=UUID=e52867c5-0b50-42fb-8288-f30765f926c5 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-9-generic N/A
   linux-backports-modules-3.19.0-9-generic  N/A
   linux-firmware1.143SourcePackage: linux
  UpgradeStatus: Upgraded to vivid on 2015-03-26 (0 days ago)
  dmi.bios.date: 06/20/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: B0CN69WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: Lenovo G50-80
  dmi.board.vendor: LENOVO
  dmi.board.version: 31900058 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo G50-80
  dmi.modalias: 
dmi:bvnLENOVO:bvrB0CN69WW:bd06/20/2014:svnLENOVO:pn80E5:pvrLenovoG50-80:rvnLENOVO:rnLenovoG50-80:rvr31900058WIN:cvnLENOVO:ct10:cvrLenovoG50-80:
  dmi.product.name: 80E5
  dmi.product.version: Lenovo G50-80
  dmi.sys.vendor: LENOVO

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1436940

Title:
  Qualcomm Atheros QCA6164 802.11ac Wireless Network Adapter [168c:0041]
  is not supported

Status in linux package in Ubuntu:
  Confirmed
Status in linux-firmware package in Ubuntu:
  Confirmed
Status in linux source package in Vivid:
  Confirmed
Status in linux source package in Wily:
  Confirmed

Bug description:
  This card remains unsupported out-of-the-box by the ath10k_pci kernel
  module.

  Currently in https://github.com/kvalo/ath10k-firmware/, there exists
  a folder for the QCA6174, but not for the QCA6164.

  It appears that this card uses the same "firmware-5.bin" file as the
  QCA6174 [168c:003c], but it requires a different "board.bin" file.

  

[Kernel-packages] [Bug 1436940] Re: Qualcomm Atheros QCA6164 802.11ac Wireless Network Adapter [168c:0041] is not supported

2016-02-16 Thread Miles Krell
** Also affects: linux-firmware (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: linux-firmware (Ubuntu)
   Status: New => Confirmed

** No longer affects: linux-firmware (Ubuntu)

** No longer affects: linux-firmware (Ubuntu Vivid)

** No longer affects: linux-firmware (Ubuntu Wily)

** Also affects: linux-firmware (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: linux-firmware (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-firmware in Ubuntu.
https://bugs.launchpad.net/bugs/1436940

Title:
  Qualcomm Atheros QCA6164 802.11ac Wireless Network Adapter [168c:0041]
  is not supported

Status in linux package in Ubuntu:
  Confirmed
Status in linux-firmware package in Ubuntu:
  Confirmed
Status in linux source package in Vivid:
  Confirmed
Status in linux source package in Wily:
  Confirmed

Bug description:
  This card remains unsupported out-of-the-box by the ath10k_pci kernel
  module.

  Currently in https://github.com/kvalo/ath10k-firmware/, there exists
  a folder for the QCA6174, but not for the QCA6164.

  It appears that this card uses the same "firmware-5.bin" file as the
  QCA6174 [168c:003c], but it requires a different "board.bin" file.

  ---

  HOW TO GET THIS CARD TO WORK:

  I'm not certain, but I believe you need to using at least kernel version
  4.2 for this to work.

  Then, as written by Diego in comment #34:

  ---
  Then, get the latest firmware from 
https://github.com/kvalo/ath10k-firmware/archive/master.zip
  Unzip and copy ath10k folder to /lib/firmware/ath10k
  Copy these two files (overwrite what you got before) in 
/lib/firmware/ath10k/QCA6164/hw2.1:
  https://github.com/atondwal/ath10k-firmware/tree/master/ath10k/QCA6164/hw2.1

  Create a file named /etc/modprobe.d/ath10k.conf with the following
  line:

  "options ath10k_core skip_otp=y"

  Reboot and modprobe ath10k_pci. Do "lshw -C network"; "ip link show" or 
"rfkill list" to see if you got your card working.
  ---

  The atheros wireless device (168c:0041) isn't supported by the
  ath10k_pci kernel driver.

  Found in several laptop models:

  Lenovo Z70
  Lenovo G50-45
  Lenovo G50-80
  Lenovo Edge 15
  Lenovo Yoga 3 11
  Lenovo Flex 3-1470
  Lenovo U31-70
  Samsung ATIV Book 9 NP930X2K

  ProblemType: BugDistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-9-generic 3.19.0-9.9
  ProcVersionSignature: Ubuntu 3.19.0-9.9-generic 3.19.1
  Uname: Linux 3.19.0-9-generic x86_64
  ApportVersion: 2.16.2-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nicholas   1695 F pulseaudio
   /dev/snd/controlC1:  nicholas   1695 F pulseaudio
  CurrentDesktop: Unity
  Date: Thu Mar 26 09:47:16 2015
  HibernationDevice: RESUME=UUID=5b068cd8-e60a-49b9-a88e-1581bb6b3dc1
  InstallationDate: Installed on 2015-03-25 (1 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  IwConfig:
   eth0  no wireless extensions.

   lono wireless extensions.
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 0cf3:e300 Atheros Communications, Inc.
   Bus 001 Device 003: ID 5986:0652 Acer, Inc
   Bus 001 Device 002: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
Reader Controller
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 80E5
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-9-generic 
root=UUID=e52867c5-0b50-42fb-8288-f30765f926c5 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-9-generic N/A
   linux-backports-modules-3.19.0-9-generic  N/A
   linux-firmware1.143SourcePackage: linux
  UpgradeStatus: Upgraded to vivid on 2015-03-26 (0 days ago)
  dmi.bios.date: 06/20/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: B0CN69WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: Lenovo G50-80
  dmi.board.vendor: LENOVO
  dmi.board.version: 31900058 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo G50-80
  dmi.modalias: 
dmi:bvnLENOVO:bvrB0CN69WW:bd06/20/2014:svnLENOVO:pn80E5:pvrLenovoG50-80:rvnLENOVO:rnLenovoG50-80:rvr31900058WIN:cvnLENOVO:ct10:cvrLenovoG50-80:
  dmi.product.name: 80E5
  dmi.product.version: Lenovo G50-80
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1436940/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : 

[Kernel-packages] [Bug 1436940] Re: Qualcomm Atheros QCA6164 802.11ac Wireless Network Adapter [168c:0041] is not supported

2016-02-16 Thread Miles Krell
** Description changed:

+ This card remains unsupported out-of-the-box by the ath10k_pci kernel
+ module.
+ 
+ Currently in , there exists 
+ a folder for the QCA6174, but not for the QCA6164.
+ 
+ It appears that this card uses the same "firmware-5.bin" file as the 
+ QCA6174 [168c:003c], but it requires a different "board.bin" file.
+ 
+ ---
+ 
+ HOW TO GET THIS CARD TO WORK:
+ 
+ I'm not certain, but I believe you need to using at least kernel version 
+ 4.2 for this to work.
+ 
+ Then, as written by Diego in comment #34:
+ 
+ ---
+ Then, get the latest firmware from 
https://github.com/kvalo/ath10k-firmware/archive/master.zip
+ Unzip and copy ath10k folder to /lib/firmware/ath10k
+ Copy these two files (overwrite what you got before) in 
/lib/firmware/ath10k/QCA6164/hw2.1:
+ https://github.com/atondwal/ath10k-firmware/tree/master/ath10k/QCA6164/hw2.1
+ 
+ Create a file named /etc/modprobe.d/ath10k.conf with the following line:
+ 
+ "options ath10k_core skip_otp=y"
+ 
+ Reboot and modprobe ath10k_pci. Do "lshw -C network"; "ip link show" or 
"rfkill list" to see if you got your card working.
+ ---
+ 
  The atheros wireless device (168c:0041) isn't supported by the
  ath10k_pci kernel driver.
  
  Found in several laptop models:
  
  Lenovo Z70
  Lenovo G50-45
  Lenovo G50-80
  Lenovo Edge 15
  Lenovo Yoga 3 11
  Lenovo Flex 3-1470
  Lenovo U31-70
  Samsung ATIV Book 9 NP930X2K
  
  ProblemType: BugDistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-9-generic 3.19.0-9.9
  ProcVersionSignature: Ubuntu 3.19.0-9.9-generic 3.19.1
  Uname: Linux 3.19.0-9-generic x86_64
  ApportVersion: 2.16.2-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nicholas   1695 F pulseaudio
   /dev/snd/controlC1:  nicholas   1695 F pulseaudio
  CurrentDesktop: Unity
  Date: Thu Mar 26 09:47:16 2015
  HibernationDevice: RESUME=UUID=5b068cd8-e60a-49b9-a88e-1581bb6b3dc1
  InstallationDate: Installed on 2015-03-25 (1 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  IwConfig:
   eth0  no wireless extensions.
  
   lono wireless extensions.
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 0cf3:e300 Atheros Communications, Inc.
   Bus 001 Device 003: ID 5986:0652 Acer, Inc
   Bus 001 Device 002: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
Reader Controller
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 80E5
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-9-generic 
root=UUID=e52867c5-0b50-42fb-8288-f30765f926c5 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-9-generic N/A
   linux-backports-modules-3.19.0-9-generic  N/A
   linux-firmware1.143SourcePackage: linux
  UpgradeStatus: Upgraded to vivid on 2015-03-26 (0 days ago)
  dmi.bios.date: 06/20/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: B0CN69WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: Lenovo G50-80
  dmi.board.vendor: LENOVO
  dmi.board.version: 31900058 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo G50-80
  dmi.modalias: 
dmi:bvnLENOVO:bvrB0CN69WW:bd06/20/2014:svnLENOVO:pn80E5:pvrLenovoG50-80:rvnLENOVO:rnLenovoG50-80:rvr31900058WIN:cvnLENOVO:ct10:cvrLenovoG50-80:
  dmi.product.name: 80E5
  dmi.product.version: Lenovo G50-80
  dmi.sys.vendor: LENOVO

** Description changed:

  This card remains unsupported out-of-the-box by the ath10k_pci kernel
  module.
  
- Currently in , there exists 
+ Currently in https://github.com/kvalo/ath10k-firmware/, there exists
  a folder for the QCA6174, but not for the QCA6164.
  
- It appears that this card uses the same "firmware-5.bin" file as the 
+ It appears that this card uses the same "firmware-5.bin" file as the
  QCA6174 [168c:003c], but it requires a different "board.bin" file.
  
  ---
  
  HOW TO GET THIS CARD TO WORK:
  
- I'm not certain, but I believe you need to using at least kernel version 
+ I'm not certain, but I believe you need to using at least kernel version
  4.2 for this to work.
  
  Then, as written by Diego in comment #34:
  
  ---
  Then, get the latest firmware from 
https://github.com/kvalo/ath10k-firmware/archive/master.zip
  Unzip and copy ath10k folder to /lib/firmware/ath10k
  Copy these two files (overwrite what you got before) in 

[Kernel-packages] [Bug 1436940] Re: Qualcomm Atheros QCA6164 802.11ac Wireless Network Adapter [168c:0041] is not supported

2016-02-16 Thread Miles Krell
** Summary changed:

- Atheros wifi 168c:0041(QCA6164) is not supported
+ Qualcomm Atheros QCA6164 802.11ac Wireless Network Adapter [168c:0041] is not 
supported

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1436940

Title:
  Qualcomm Atheros QCA6164 802.11ac Wireless Network Adapter [168c:0041]
  is not supported

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Vivid:
  Confirmed
Status in linux source package in Wily:
  Confirmed

Bug description:
  The atheros wireless device (168c:0041) isn't supported by the
  ath10k_pci kernel driver.

  Found in several laptop models:

  Lenovo Z70
  Lenovo G50-45
  Lenovo G50-80
  Lenovo Edge 15
  Lenovo Yoga 3 11
  Lenovo Flex 3-1470
  Lenovo U31-70
  Samsung ATIV Book 9 NP930X2K

  ProblemType: BugDistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-9-generic 3.19.0-9.9
  ProcVersionSignature: Ubuntu 3.19.0-9.9-generic 3.19.1
  Uname: Linux 3.19.0-9-generic x86_64
  ApportVersion: 2.16.2-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nicholas   1695 F pulseaudio
   /dev/snd/controlC1:  nicholas   1695 F pulseaudio
  CurrentDesktop: Unity
  Date: Thu Mar 26 09:47:16 2015
  HibernationDevice: RESUME=UUID=5b068cd8-e60a-49b9-a88e-1581bb6b3dc1
  InstallationDate: Installed on 2015-03-25 (1 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  IwConfig:
   eth0  no wireless extensions.

   lono wireless extensions.
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 0cf3:e300 Atheros Communications, Inc.
   Bus 001 Device 003: ID 5986:0652 Acer, Inc
   Bus 001 Device 002: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
Reader Controller
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 80E5
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-9-generic 
root=UUID=e52867c5-0b50-42fb-8288-f30765f926c5 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-9-generic N/A
   linux-backports-modules-3.19.0-9-generic  N/A
   linux-firmware1.143SourcePackage: linux
  UpgradeStatus: Upgraded to vivid on 2015-03-26 (0 days ago)
  dmi.bios.date: 06/20/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: B0CN69WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: Lenovo G50-80
  dmi.board.vendor: LENOVO
  dmi.board.version: 31900058 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo G50-80
  dmi.modalias: 
dmi:bvnLENOVO:bvrB0CN69WW:bd06/20/2014:svnLENOVO:pn80E5:pvrLenovoG50-80:rvnLENOVO:rnLenovoG50-80:rvr31900058WIN:cvnLENOVO:ct10:cvrLenovoG50-80:
  dmi.product.name: 80E5
  dmi.product.version: Lenovo G50-80
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1436940/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1436940] Re: Atheros wifi 168c:0041(QCA6164) is not supported

2015-11-09 Thread Miles Krell
** Summary changed:

- Atheros wifi 168c:0041(QCA6174) is not supported
+ Atheros wifi 168c:0041(QCA6164) is not supported

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1436940

Title:
  Atheros wifi 168c:0041(QCA6164) is not supported

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Vivid:
  Confirmed
Status in linux source package in Wily:
  Confirmed

Bug description:
  The atheros wireless device (168c:0041) isn't supported by the
  ath10k_pci kernel driver.

  Found in several laptop models:

  Lenovo Z70
  Lenovo G50-45
  Lenovo G50-80
  Lenovo Edge 15
  Lenovo Yoga 3 11
  Lenovo Flex 3-1470
  Lenovo U31-70
  Samsung ATIV Book 9 NP930X2K

  ProblemType: BugDistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-9-generic 3.19.0-9.9
  ProcVersionSignature: Ubuntu 3.19.0-9.9-generic 3.19.1
  Uname: Linux 3.19.0-9-generic x86_64
  ApportVersion: 2.16.2-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nicholas   1695 F pulseaudio
   /dev/snd/controlC1:  nicholas   1695 F pulseaudio
  CurrentDesktop: Unity
  Date: Thu Mar 26 09:47:16 2015
  HibernationDevice: RESUME=UUID=5b068cd8-e60a-49b9-a88e-1581bb6b3dc1
  InstallationDate: Installed on 2015-03-25 (1 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  IwConfig:
   eth0  no wireless extensions.

   lono wireless extensions.
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 0cf3:e300 Atheros Communications, Inc.
   Bus 001 Device 003: ID 5986:0652 Acer, Inc
   Bus 001 Device 002: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
Reader Controller
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 80E5
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-9-generic 
root=UUID=e52867c5-0b50-42fb-8288-f30765f926c5 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-9-generic N/A
   linux-backports-modules-3.19.0-9-generic  N/A
   linux-firmware1.143SourcePackage: linux
  UpgradeStatus: Upgraded to vivid on 2015-03-26 (0 days ago)
  dmi.bios.date: 06/20/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: B0CN69WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: Lenovo G50-80
  dmi.board.vendor: LENOVO
  dmi.board.version: 31900058 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo G50-80
  dmi.modalias: 
dmi:bvnLENOVO:bvrB0CN69WW:bd06/20/2014:svnLENOVO:pn80E5:pvrLenovoG50-80:rvnLENOVO:rnLenovoG50-80:rvr31900058WIN:cvnLENOVO:ct10:cvrLenovoG50-80:
  dmi.product.name: 80E5
  dmi.product.version: Lenovo G50-80
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1436940/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1436940] Re: Atheros wifi 168c:0041(QCA6174) is not supported

2015-09-28 Thread Miles Krell
After the kernel update to 3.19.0-30.33, I found that my wifi card
wasn't working again.  I decided to download the latest backports
(2015/09/03 instead of 2015/07/31).  When I went to apply the patches
Diego mentioned, I found that the patches were already included in the
backports, with one interesting difference.

Line 61 of pci.c now reads:

#define QCA6164_2_1_DEVICE_ID   (0x0041)

instead of

#define QCA6174_2_1_DEVICE_ID   (0x0041)

Does this mean that this card (168c:0041) is actually the QCA6164 and
not the QCA6174, as the title of this bug states?

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1436940

Title:
  Atheros wifi 168c:0041(QCA6174) is not supported

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Vivid:
  Confirmed
Status in linux source package in Wily:
  Confirmed

Bug description:
  The atheros wireless device (168c:0041) isn't supported by the
  ath10k_pci kernel driver.

  Found in several laptop models:

  Lenovo Z70
  Lenovo G50-45
  Lenovo G50-80
  Lenovo Edge 15
  Lenovo Yoga 3 11
  Lenovo Flex 3-1470
  Samsung ATIV Book 9 NP930X2K

  ProblemType: BugDistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-9-generic 3.19.0-9.9
  ProcVersionSignature: Ubuntu 3.19.0-9.9-generic 3.19.1
  Uname: Linux 3.19.0-9-generic x86_64
  ApportVersion: 2.16.2-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nicholas   1695 F pulseaudio
   /dev/snd/controlC1:  nicholas   1695 F pulseaudio
  CurrentDesktop: Unity
  Date: Thu Mar 26 09:47:16 2015
  HibernationDevice: RESUME=UUID=5b068cd8-e60a-49b9-a88e-1581bb6b3dc1
  InstallationDate: Installed on 2015-03-25 (1 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  IwConfig:
   eth0  no wireless extensions.

   lono wireless extensions.
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 0cf3:e300 Atheros Communications, Inc.
   Bus 001 Device 003: ID 5986:0652 Acer, Inc
   Bus 001 Device 002: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
Reader Controller
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 80E5
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-9-generic 
root=UUID=e52867c5-0b50-42fb-8288-f30765f926c5 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-9-generic N/A
   linux-backports-modules-3.19.0-9-generic  N/A
   linux-firmware1.143SourcePackage: linux
  UpgradeStatus: Upgraded to vivid on 2015-03-26 (0 days ago)
  dmi.bios.date: 06/20/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: B0CN69WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: Lenovo G50-80
  dmi.board.vendor: LENOVO
  dmi.board.version: 31900058 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo G50-80
  dmi.modalias: 
dmi:bvnLENOVO:bvrB0CN69WW:bd06/20/2014:svnLENOVO:pn80E5:pvrLenovoG50-80:rvnLENOVO:rnLenovoG50-80:rvr31900058WIN:cvnLENOVO:ct10:cvrLenovoG50-80:
  dmi.product.name: 80E5
  dmi.product.version: Lenovo G50-80
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1436940/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1436940] Re: Atheros wifi 168c:0041(QCA6174) is not supported

2015-09-15 Thread Miles Krell
Here's some information for my card.  I definitely haven't experienced
any issues with low speeds.

$ uname -a
Linux flex-3-1470 3.19.0-28-generic #30-Ubuntu SMP Mon Aug 31 15:52:51 UTC 2015 
x86_64 x86_64 x86_64 GNU/Linux

$ lspci
02:00.0 Network controller: Qualcomm Atheros Device 0041 (rev 20)

$ ifconfig
wlan2 Link encap:Ethernet  HWaddr ac:e0:10:0d:69:db  
  inet addr:192.168.1.16  Bcast:192.168.1.255  Mask:255.255.255.0
  inet6 addr: fe80::aee0:10ff:fe0d:69db/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:14493 errors:0 dropped:0 overruns:0 frame:0
  TX packets:14013 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000 
  RX bytes:14548693 (14.5 MB)  TX bytes:2558985 (2.5 MB)

$ sudo lshw
*-pci:1
 description: PCI bridge
 product: Wildcat Point-LP PCI Express Root Port #3
 vendor: Intel Corporation
 physical id: 1c.2
 bus info: pci@:00:1c.2
 version: e3
 width: 32 bits
 clock: 33MHz
 capabilities: pci pciexpress msi pm normal_decode bus_master 
cap_list
 configuration: driver=pcieport
 resources: irq:18 memory:c100-c11f
   *-network
description: Wireless interface
product: Qualcomm Atheros
vendor: Qualcomm Atheros
physical id: 0
bus info: pci@:02:00.0
logical name: wlan2
version: 20
serial: ac:e0:10:0d:69:db
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet 
physical wireless
configuration: broadcast=yes driver=ath10k_pci 
driverversion=3.19.0-28-generic firmware=atheros-12.0.0.102-fw ip=192.168.1.16 
latency=0 link=yes multicast=yes wireless=IEEE 802.11abgn
resources: irq:49 memory:c100-c11f

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1436940

Title:
  Atheros wifi 168c:0041(QCA6174) is not supported

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Vivid:
  Confirmed
Status in linux source package in Wily:
  Confirmed

Bug description:
  The atheros wireless device (168c:0041) isn't supported by the
  ath10k_pci kernel driver.

  Found in several laptop models:

  Lenovo Z70
  Lenovo G50-45
  Lenovo G50-80
  Lenovo Edge 15
  Lenovo Yoga 3 11
  Lenovo Flex 3-1470
  Samsung ATIV Book 9 NP930X2K

  ProblemType: BugDistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-9-generic 3.19.0-9.9
  ProcVersionSignature: Ubuntu 3.19.0-9.9-generic 3.19.1
  Uname: Linux 3.19.0-9-generic x86_64
  ApportVersion: 2.16.2-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nicholas   1695 F pulseaudio
   /dev/snd/controlC1:  nicholas   1695 F pulseaudio
  CurrentDesktop: Unity
  Date: Thu Mar 26 09:47:16 2015
  HibernationDevice: RESUME=UUID=5b068cd8-e60a-49b9-a88e-1581bb6b3dc1
  InstallationDate: Installed on 2015-03-25 (1 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  IwConfig:
   eth0  no wireless extensions.

   lono wireless extensions.
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 0cf3:e300 Atheros Communications, Inc.
   Bus 001 Device 003: ID 5986:0652 Acer, Inc
   Bus 001 Device 002: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
Reader Controller
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 80E5
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-9-generic 
root=UUID=e52867c5-0b50-42fb-8288-f30765f926c5 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-9-generic N/A
   linux-backports-modules-3.19.0-9-generic  N/A
   linux-firmware1.143SourcePackage: linux
  UpgradeStatus: Upgraded to vivid on 2015-03-26 (0 days ago)
  dmi.bios.date: 06/20/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: B0CN69WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: Lenovo G50-80
  dmi.board.vendor: LENOVO
  dmi.board.version: 31900058 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo G50-80
  dmi.modalias: 
dmi:bvnLENOVO:bvrB0CN69WW:bd06/20/2014:svnLENOVO:pn80E5:pvrLenovoG50-80:rvnLENOVO:rnLenovoG50-80:rvr31900058WIN:cvnLENOVO:ct10:cvrLenovoG50-80:
  dmi.product.name: 80E5
  dmi.product.version: Lenovo G50-80
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1436940/+subscriptions

-- 
Mailing list: 

[Kernel-packages] [Bug 1436940] Re: Atheros wifi 168c:0041(QCA6174) is not supported

2015-09-15 Thread Miles Krell
Following Diego's instructions in #34, my card works perfectly.  I now
understand what Patrick was saying about the git patch in the above
comment (#64) - the line numbers don't match up perfectly, but it's
pretty easy to figure out where the lines should go.

It's so satisfying to see this card work under Ubuntu for the first time
since I got this computer in May!

Thanks to both Patrick and Diego for their work on this!

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1436940

Title:
  Atheros wifi 168c:0041(QCA6174) is not supported

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Vivid:
  Confirmed
Status in linux source package in Wily:
  Confirmed

Bug description:
  The atheros wireless device (168c:0041) isn't supported by the
  ath10k_pci kernel driver.

  Found in several laptop models:

  Lenovo Z70
  Lenovo G50-45
  Lenovo G50-80
  Lenovo Edge 15
  Lenovo Yoga 3 11
  Lenovo Flex 3-1470
  Samsung ATIV Book 9 NP930X2K

  ProblemType: BugDistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-9-generic 3.19.0-9.9
  ProcVersionSignature: Ubuntu 3.19.0-9.9-generic 3.19.1
  Uname: Linux 3.19.0-9-generic x86_64
  ApportVersion: 2.16.2-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nicholas   1695 F pulseaudio
   /dev/snd/controlC1:  nicholas   1695 F pulseaudio
  CurrentDesktop: Unity
  Date: Thu Mar 26 09:47:16 2015
  HibernationDevice: RESUME=UUID=5b068cd8-e60a-49b9-a88e-1581bb6b3dc1
  InstallationDate: Installed on 2015-03-25 (1 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  IwConfig:
   eth0  no wireless extensions.

   lono wireless extensions.
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 0cf3:e300 Atheros Communications, Inc.
   Bus 001 Device 003: ID 5986:0652 Acer, Inc
   Bus 001 Device 002: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
Reader Controller
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 80E5
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-9-generic 
root=UUID=e52867c5-0b50-42fb-8288-f30765f926c5 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-9-generic N/A
   linux-backports-modules-3.19.0-9-generic  N/A
   linux-firmware1.143SourcePackage: linux
  UpgradeStatus: Upgraded to vivid on 2015-03-26 (0 days ago)
  dmi.bios.date: 06/20/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: B0CN69WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: Lenovo G50-80
  dmi.board.vendor: LENOVO
  dmi.board.version: 31900058 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo G50-80
  dmi.modalias: 
dmi:bvnLENOVO:bvrB0CN69WW:bd06/20/2014:svnLENOVO:pn80E5:pvrLenovoG50-80:rvnLENOVO:rnLenovoG50-80:rvr31900058WIN:cvnLENOVO:ct10:cvrLenovoG50-80:
  dmi.product.name: 80E5
  dmi.product.version: Lenovo G50-80
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1436940/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1436940] Re: Atheros wifi 168c:0041(QCA6164) is not supported

2015-08-19 Thread Miles Krell
** Description changed:

  The atheros wireless device (168c:0041) isn't supported by the
  ath10k_pci kernel driver.
  
  Found in several laptop models:
  
+ Lenovo Z70
  Lenovo G50-45
  Lenovo G50-80
  Lenovo Edge 15
- Lenovo Z70
- Lenovo G50-45
+ Lenovo Yoga 3 11
  Lenovo Flex 3-1470
- Lenovo Yoga 3 11
  Samsung ATIV Book 9 NP930X2K
  
  ProblemType: BugDistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-9-generic 3.19.0-9.9
  ProcVersionSignature: Ubuntu 3.19.0-9.9-generic 3.19.1
  Uname: Linux 3.19.0-9-generic x86_64
  ApportVersion: 2.16.2-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nicholas   1695 F pulseaudio
   /dev/snd/controlC1:  nicholas   1695 F pulseaudio
  CurrentDesktop: Unity
  Date: Thu Mar 26 09:47:16 2015
  HibernationDevice: RESUME=UUID=5b068cd8-e60a-49b9-a88e-1581bb6b3dc1
  InstallationDate: Installed on 2015-03-25 (1 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  IwConfig:
   eth0  no wireless extensions.
  
   lono wireless extensions.
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 0cf3:e300 Atheros Communications, Inc.
   Bus 001 Device 003: ID 5986:0652 Acer, Inc
   Bus 001 Device 002: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
Reader Controller
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 80E5
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-9-generic 
root=UUID=e52867c5-0b50-42fb-8288-f30765f926c5 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-9-generic N/A
   linux-backports-modules-3.19.0-9-generic  N/A
   linux-firmware1.143SourcePackage: linux
  UpgradeStatus: Upgraded to vivid on 2015-03-26 (0 days ago)
  dmi.bios.date: 06/20/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: B0CN69WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: Lenovo G50-80
  dmi.board.vendor: LENOVO
  dmi.board.version: 31900058 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo G50-80
  dmi.modalias: 
dmi:bvnLENOVO:bvrB0CN69WW:bd06/20/2014:svnLENOVO:pn80E5:pvrLenovoG50-80:rvnLENOVO:rnLenovoG50-80:rvr31900058WIN:cvnLENOVO:ct10:cvrLenovoG50-80:
  dmi.product.name: 80E5
  dmi.product.version: Lenovo G50-80
  dmi.sys.vendor: LENOVO

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1436940

Title:
  Atheros wifi 168c:0041(QCA6164) is not supported

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Vivid:
  Confirmed
Status in linux source package in Wily:
  Confirmed

Bug description:
  The atheros wireless device (168c:0041) isn't supported by the
  ath10k_pci kernel driver.

  Found in several laptop models:

  Lenovo Z70
  Lenovo G50-45
  Lenovo G50-80
  Lenovo Edge 15
  Lenovo Yoga 3 11
  Lenovo Flex 3-1470
  Samsung ATIV Book 9 NP930X2K

  ProblemType: BugDistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-9-generic 3.19.0-9.9
  ProcVersionSignature: Ubuntu 3.19.0-9.9-generic 3.19.1
  Uname: Linux 3.19.0-9-generic x86_64
  ApportVersion: 2.16.2-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nicholas   1695 F pulseaudio
   /dev/snd/controlC1:  nicholas   1695 F pulseaudio
  CurrentDesktop: Unity
  Date: Thu Mar 26 09:47:16 2015
  HibernationDevice: RESUME=UUID=5b068cd8-e60a-49b9-a88e-1581bb6b3dc1
  InstallationDate: Installed on 2015-03-25 (1 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  IwConfig:
   eth0  no wireless extensions.

   lono wireless extensions.
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 0cf3:e300 Atheros Communications, Inc.
   Bus 001 Device 003: ID 5986:0652 Acer, Inc
   Bus 001 Device 002: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
Reader Controller
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 80E5
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-9-generic 
root=UUID=e52867c5-0b50-42fb-8288-f30765f926c5 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-9-generic N/A
   linux-backports-modules-3.19.0-9-generic  N/A
   linux-firmware1.143SourcePackage: linux
  UpgradeStatus: Upgraded to vivid on 2015-03-26 (0 days ago)
  dmi.bios.date: 06/20/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: B0CN69WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: Lenovo G50-80
  dmi.board.vendor: LENOVO
  dmi.board.version: 31900058 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  

[Kernel-packages] [Bug 1436940] Re: Atheros wifi 168c:0041(QCA6164) is not supported

2015-07-13 Thread Miles Krell
** Description changed:

  The atheros wireless device (168c:0041) isn't supported by the
  ath10k_pci kernel driver.
  
  Found in several laptop models:
  
  Lenovo G50-80
  Lenovo Edge 15
  Lenovo Z70
  Lenovo G50-45
- 
+ Lenovo Flex 3-1470
  
  ProblemType: BugDistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-9-generic 3.19.0-9.9
  ProcVersionSignature: Ubuntu 3.19.0-9.9-generic 3.19.1
  Uname: Linux 3.19.0-9-generic x86_64
  ApportVersion: 2.16.2-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nicholas   1695 F pulseaudio
   /dev/snd/controlC1:  nicholas   1695 F pulseaudio
  CurrentDesktop: Unity
  Date: Thu Mar 26 09:47:16 2015
  HibernationDevice: RESUME=UUID=5b068cd8-e60a-49b9-a88e-1581bb6b3dc1
  InstallationDate: Installed on 2015-03-25 (1 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  IwConfig:
   eth0  no wireless extensions.
  
   lono wireless extensions.
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 0cf3:e300 Atheros Communications, Inc.
   Bus 001 Device 003: ID 5986:0652 Acer, Inc
   Bus 001 Device 002: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
Reader Controller
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 80E5
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-9-generic 
root=UUID=e52867c5-0b50-42fb-8288-f30765f926c5 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-9-generic N/A
   linux-backports-modules-3.19.0-9-generic  N/A
   linux-firmware1.143SourcePackage: linux
  UpgradeStatus: Upgraded to vivid on 2015-03-26 (0 days ago)
  dmi.bios.date: 06/20/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: B0CN69WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: Lenovo G50-80
  dmi.board.vendor: LENOVO
  dmi.board.version: 31900058 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo G50-80
  dmi.modalias: 
dmi:bvnLENOVO:bvrB0CN69WW:bd06/20/2014:svnLENOVO:pn80E5:pvrLenovoG50-80:rvnLENOVO:rnLenovoG50-80:rvr31900058WIN:cvnLENOVO:ct10:cvrLenovoG50-80:
  dmi.product.name: 80E5
  dmi.product.version: Lenovo G50-80
  dmi.sys.vendor: LENOVO

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1436940

Title:
  Atheros wifi 168c:0041(QCA6164) is not supported

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Vivid:
  Confirmed
Status in linux source package in Wily:
  Confirmed

Bug description:
  The atheros wireless device (168c:0041) isn't supported by the
  ath10k_pci kernel driver.

  Found in several laptop models:

  Lenovo G50-80
  Lenovo Edge 15
  Lenovo Z70
  Lenovo G50-45
  Lenovo Flex 3-1470

  ProblemType: BugDistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-9-generic 3.19.0-9.9
  ProcVersionSignature: Ubuntu 3.19.0-9.9-generic 3.19.1
  Uname: Linux 3.19.0-9-generic x86_64
  ApportVersion: 2.16.2-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nicholas   1695 F pulseaudio
   /dev/snd/controlC1:  nicholas   1695 F pulseaudio
  CurrentDesktop: Unity
  Date: Thu Mar 26 09:47:16 2015
  HibernationDevice: RESUME=UUID=5b068cd8-e60a-49b9-a88e-1581bb6b3dc1
  InstallationDate: Installed on 2015-03-25 (1 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  IwConfig:
   eth0  no wireless extensions.

   lono wireless extensions.
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 0cf3:e300 Atheros Communications, Inc.
   Bus 001 Device 003: ID 5986:0652 Acer, Inc
   Bus 001 Device 002: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
Reader Controller
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 80E5
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-9-generic 
root=UUID=e52867c5-0b50-42fb-8288-f30765f926c5 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-9-generic N/A
   linux-backports-modules-3.19.0-9-generic  N/A
   linux-firmware1.143SourcePackage: linux
  UpgradeStatus: Upgraded to vivid on 2015-03-26 (0 days ago)
  dmi.bios.date: 06/20/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: B0CN69WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: Lenovo G50-80
  dmi.board.vendor: LENOVO
  dmi.board.version: 31900058 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo G50-80
  dmi.modalias: