[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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1484159

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

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

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

2016-03-20 Thread AndyP
All, this bug affects me, however I have a solution. (with help from the
team over at bug
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1436940) as it
looks like support is in 4.5 kernel.

Courtesy of Miles Krell:

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

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.

I'm a newbie and the above worked for me. I was pulling my hair out!

HTH

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

Title:
  Qualcomm Atheros Device [168c:0042] (rev 30) not working on Ubuntu

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2015-12-23 Thread bala
Hi Guys ,

More info on the Wifi+BT Combo module .

03:00.0 Network controller [0280]: Atheros Communications Inc. Device 
[168c:0042] (rev 30)
Subsystem: Lite-On Communications Inc Device [11ad:0806]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 

Regds,
Bala S

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

Title:
  Qualcomm Atheros Device [168c:0042] (rev 30) not working on Ubuntu

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2015-12-23 Thread bala
Hi Guys ,

Atheros Communications Inc. Device 0042

Ubuntu 12.04 32bit . can yu help to share the driver for Wifi and BT .

Regds,
Bala S

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

Title:
  Qualcomm Atheros Device [168c:0042] (rev 30) not working on Ubuntu

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2015-12-23 Thread Sandeep Singh
I opened this bug report and 4months gone still no resolution. :(

I tested on Ubuntu 15.04, Mate 15.04. always same wifi problem and
sometimes touchpad doesn't detect at all.

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

Title:
  Qualcomm Atheros Device [168c:0042] (rev 30) not working on Ubuntu

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2015-12-13 Thread Ashraf
Lenovo YOGA 700-14ISK (80QD)  same problem

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

Title:
  Qualcomm Atheros Device [168c:0042] (rev 30) not working on Ubuntu

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2015-12-05 Thread Akash Goel
Has support for this card been added in the newer kernels now?

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

Title:
  Qualcomm Atheros Device [168c:0042] (rev 30) not working on Ubuntu

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2015-12-03 Thread Emmanuel Bello
Acer aspire E5-473G: same problem

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

Title:
  Qualcomm Atheros Device [168c:0042] (rev 30) not working on Ubuntu

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2015-11-07 Thread Rinfinity
Here's all you need to make the  Qualcomm Atheros Device [168c:0042]
(rev 30) work:

http://ubuntuforums.org/showthread.php?t=2300861=3 post #25

Post your results with the fix in that thread.

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

Title:
  Qualcomm Atheros Device [168c:0042] (rev 30) not working on Ubuntu

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2015-11-06 Thread erjanmx
Acer Aspire E15 - E5-573G-52G3 same problem

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

Title:
  Qualcomm Atheros Device [168c:0042] (rev 30) not working on Ubuntu

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2015-11-04 Thread Jorge
Acer ASpire E15 - E5-573G-56XH, same issue.

03:00.0 Network controller [0280]: Qualcomm Atheros Device [168c:0042]
(rev 30)

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

Title:
  Qualcomm Atheros Device [168c:0042] (rev 30) not working on Ubuntu

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2015-11-03 Thread Sasha
Hay guys,

look at this

http://askubuntu.com/questions/678145/my-wifi-qualcomm-atheros-device-
168c0041-rev-20-doesnt-show-up-and-work-in

Seems like it's the second last version of this hardware we're talking about 
([168c:0041] (rev 20)).
I don't know if that is of any help, but I wanted to share it with you.

My thought is "is it that unlikely to say take this version and grade it
up to the newer version?". I'm not familiar with developing/programing
those things. And also a new linux user. I'm using the same machine and
have the same issue.

Best regards

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

Title:
  Qualcomm Atheros Device [168c:0042] (rev 30) not working on Ubuntu

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2015-10-27 Thread Rricha Jalota
Not until now. :/
On 23-Oct-2015 5:41 pm, "Tiago Sarlo"  wrote:

> no news ?
>
> --
> You received this bug notification because you are subscribed to a
> duplicate bug report (1477505).
> https://bugs.launchpad.net/bugs/1484159
>
> Title:
>   Qualcomm Atheros Device [168c:0042] (rev 30) not working on Ubuntu
>
> Status in linux package in Ubuntu:
>   Triaged
>
> Bug description:
>   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
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1484159/+subscriptions
>

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

Title:
  Qualcomm Atheros Device [168c:0042] (rev 30) not working on Ubuntu

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2015-10-23 Thread Tiago Sarlo
no news ?

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

Title:
  Qualcomm Atheros Device [168c:0042] (rev 30) not working on Ubuntu

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2015-09-27 Thread Mr Bill
I am also seeing this.

03:00.0 Network controller [0280]: Qualcomm Atheros Device [168c:0042] (rev 30)
Subsystem: Foxconn International, Inc. Device [105b:e09a]

Same machine - Acer Aspire E5-573

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

Title:
  Qualcomm Atheros Device [168c:0042] (rev 30) not working on Ubuntu

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2015-09-27 Thread Yayai
Different machine: Acer ASpire E14 - E5-473G but same issue

Network controller [0280]: Qualcomm Atheros Device [168c:0042] (rev 30)
Subsystem: Foxconn International, Inc. Device [105b:e09a]

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

Title:
  Qualcomm Atheros Device [168c:0042] (rev 30) not working on Ubuntu

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2015-08-21 Thread Po-Hsu Lin
These tags shouldn't be removed.

** Tags added: apport-bug i386 kernel-da-key staging trusty

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

Title:
  Qualcomm Atheros Device [168c:0042] (rev 30) not working on Ubuntu

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2015-08-13 Thread Anubhav
Same problem , same device running ubuntu 15.04 . any help would be
great

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

Title:
  Qualcomm Atheros Device [168c:0042] (rev 30) not working on Ubuntu

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2015-08-12 Thread Sandeep Singh
Thanks joseph for an update. I tried to test to kernel you mentioned
above but it didn't work.

I have attached a file with this message. Please have a look.

I do hope that there will be a support in future.

** Attachment added: kernaltest4.2-rc6.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1484159/+attachment/4443808/+files/kernaltest4.2-rc6.txt

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

Title:
  Qualcomm Atheros Device [168c:0042] (rev 30) not working on Ubuntu

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2015-08-12 Thread Sandeep Singh
** Tags removed: apport-bug i386 kernel-da-key staging trusty
** Tags added: kernel-bug-exists-upstream

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

Title:
  Qualcomm Atheros Device [168c:0042] (rev 30) not working on Ubuntu

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2015-08-12 Thread Sandeep Singh
** Summary changed:

- Qualcomm Atheros Device [168c:0042] (rev 30) not working on Ubuntu 14.04
+ Qualcomm Atheros Device [168c:0042] (rev 30) not working on Ubuntu

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

Title:
  Qualcomm Atheros Device [168c:0042] (rev 30) not working on Ubuntu

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2015-08-12 Thread Joseph Salisbury
Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v4.2 kernel[0].

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

Once testing of the upstream kernel is complete, please mark this bug as
Confirmed.


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.2-rc6-unstable/


** Changed in: linux (Ubuntu)
   Importance: Undecided = Medium

** Changed in: linux (Ubuntu)
   Status: Confirmed = Triaged

** Tags added: kernel-da-key

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

Title:
  Qualcomm Atheros Device [168c:0042] (rev 30) not working on Ubuntu

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2015-08-12 Thread Joseph Salisbury
I don't see any specific code in the mainline kernel for this device,
but it's worth testing since many of the upstream maintainers as for
that.

This could be related to bug 1436940 , which is waiting on new firmware
from upstream.

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

Title:
  Qualcomm Atheros Device [168c:0042] (rev 30) not working on Ubuntu

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs