[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-07-24 Thread Adam Lee
Qualcomm Atheros Device [168c:003e] (rev 20) mainline commit d63955b33b3bee45d784ffdfafeb93076c765660 also we need a firmware named ath10k/QCA6174/hw2.1/firmware-5.bin failed to find it in https://github.com/kvalo/ath10k-firmware or https://github.com/sumdog/ath10k-firmware ** Also affects:

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-07-22 Thread David
I have had many problems while compiling the kernel (while following steps #150 and #115) The problem was in that .zip file.. never again download any sources from git as a zip, use a tar.gz. All the errors (missing files, bad symlinks, no rule to make target...) were because of that .zip

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-07-13 Thread Jean Rachid
hello, i followed all steps in #150 but when i ran make -jX, the compilator tell me no such file or directory for linux/slab.h whereas this header is present in my filesystem. Is anyone having the same trouble ? -- You received this bug notification because you are a member of Kernel Packages,

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-07-10 Thread Andreas Georgiou
I fixed my problem by installing the latest stable kernel. 1) Install latest stable kernel. No need to compile. http://www.yourownlinux.com/2015/07/how-to-install-linux-kernel-4-1-1-in-linux.html 2) Add all required firmware files mentioned in previous posts. 3) Install a ath10k backport

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-07-10 Thread Aydin K.
#201 - step 3 lead to my tp-link usb wireless (replacement due to this bug #1383184) stop working. I had to make uninstall -- 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/1383184 Title:

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-07-09 Thread GregP
as far as I understood the (mainline) kernel 4.2 will support QCA6174 . You can have a look at the first RC here http://kernel.ubuntu.com /~kernel-ppa/mainline/v4.2-rc1-unstable/ -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-07-09 Thread santicas20
Still no success, this time using https://github.com/kvalo/ath/archive/master.tar.gz. I get this error after the $ sudo make INSTALL_MOD_STRIP=1 modules_install install INSTALL /lib/firmware/yam/9600.bin DEPMOD 4.1.0-wl-ath sh ./arch/x86/boot/install.sh 4.1.0-wl-ath arch/x86/boot/bzImage \

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-07-08 Thread santicas20
I tried to follow the post #190 but after the command: sudo make INSTALL_MOD_STRIP=1 modules_install install I got errors like this: http://pastebin.com/9cgBGiqk And this is the oputput of $ cat /var/lib/dkms/bcmwl/6.30.223.248+bdcom/build/make.log: http://pastebin.com/npcpEn4t Thanks for

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-07-08 Thread Amund Nygaard
If you get errors with Kconfig or filename too long, try tar.gz instead of .zip, fixed my issues at least. .zip didnt handle the symlink or something. I.e. https://github.com/kvalo/ath/archive/master.tar.gz -- You received this bug notification because you are a member of Kernel Packages, which

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-07-08 Thread Aydin K.
#189 and #190 brought: make -j2 scripts/kconfig/conf --silentoldconfig Kconfig CHK include/config/kernel.release CHK include/generated/uapi/linux/version.h CHK include/generated/utsrelease.h CC kernel/bounds.s In file included from ./arch/x86/include/asm/bitops.h:16:0,

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-07-08 Thread Ignacio Tartavull
If you go to https://wireless.wiki.kernel.org/en/users/drivers/ath10k you can read 2015-01-27 QCA6174 support added, will be in 3.20. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-07-08 Thread Jason Smith
Wouldn't it theoretically already be in 4.x then? -- 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/1383184 Title: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-07-08 Thread Ignacio Tartavull
I was able to build the new kernel, but when booting with it, wifi doesn't work. I got the following message from dmesg: [ 25.889475] ath10k_pci :03:00.0: enabling device ( - 0002) [ 25.890466] ath10k_pci :03:00.0: pci irq msi-x interrupts 8 irq_mode 0 reset_mode 0 [ 26.041072]

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-07-08 Thread Ignacio Tartavull
My mistake was that I forgot to do: #Edit file for correct indicator address: sudo vi drivers/net/wireless/ath/ath10k/hw.c #Search for 0x9028 and replace with 0x0003a028 it now works fine, but dmesg still show error msgs 16.004871] ath10k_pci :03:00.0: enabling device ( - 0002) [

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-07-07 Thread Iain
Just tried to follow the post #190 however when I get to the point of running: sudo make modules_install install I'm faced with the error of: ln: target ‘/lib/modules/4.1.0-wl-ath/source’ is not a directory any idea what I'm doing wrong? Creating the folder myself it will return the error rm:

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-07-07 Thread Aydin K.
Can someone of those who got it working write a little howto (including commands) for the rest of the world? Not everybody in the linux-world knows (or maybe wants to know) how to compile a kernel :-) -- You received this bug notification because you are a member of Kernel Packages, which is

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-07-07 Thread Milo
So I've copied deviskec post and fixed the recent breakage due to the merge of ominous 'ath-next' branche which broke ath10k. 1. Download the firmware binaries https://github.com/sumdog/ath10k-firmware/raw/5faf5bb7c7413f9bb332693179de54cca6fff58e/ath10k/QCA6174/hw2.1/board.bin

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-07-07 Thread Slipie
#Make a work folder: mkdir ~/ath10k #Download all files in this folder: cd ~/ath10k wget https://github.com/sumdog/ath10k-firmware/raw/5faf5bb7c7413f9bb332693179de54cca6fff58e/ath10k/QCA6174/hw2.1/board.bin wget

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-07-06 Thread GregP
I fixed the issue locally on my copy of kvalo's tree following the patch described here http://lists.infradead.org/pipermail/ath10k/2015-July/005577.html and compiled the kernel . The driver works now :) -- You received this bug notification because you are a member of Kernel Packages, which is

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-07-06 Thread Slipie
I got wifi working with the instructions of #150 and additional info of #186. To get my Nvidia GTX 970m working, I am using the drivers (352) from https://launchpad.net/~mamarley/+archive/ubuntu/nvidia. The drivers from xorg-edgers did not work for me. -- You received this bug notification

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-07-04 Thread John Vrbanac
This issue also affect the Samsung ATIV Book 9 13.3-Inch (NP900X3K- K01US) 01:00.0 Network controller: Qualcomm Atheros Device 003e (rev 20) Subsystem: Samsung Electronics Co Ltd Device 4125 Flags: bus master, fast devsel, latency 0, IRQ 47 -- You received this bug notification

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-07-01 Thread GregP
@JJ The current version of kvalo's tree seems to be under development at the moment. The kernel compiles but the ath10k driver cannot be loaded. The previous version - based on 4.1-rc7 kernel - works without any major issues. -- You received this bug notification because you are a member of

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-06-30 Thread JJ
#150 does not work for me. (Ubuntu 15.04 / Alienware 13) -- 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/1383184 Title: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-06-30 Thread JJ
+1 @Rob -- 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/1383184 Title: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported Status in linux package in Ubuntu: Triaged

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-06-27 Thread Rob
Can anyone who is familiar with working on kernel updates give a rough estimate as to when they think this fix could be merged into a mainline release. I don't mean an exact estimate, but are we talking about weeks, months or years? -- You received this bug notification because you are a member

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-06-25 Thread Winfried Pohl
@ GregP: No., they are not yet contained in the new kernel 4.1, unfortunately. -- 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/1383184 Title: Atheros Qualcomm Killer N1525 Wireless-AC

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-06-25 Thread GregP
Does anybody know if the drivers are already merged into the new mainline 4.1 ubuntu kernel http://kernel.ubuntu.com/~kernel- ppa/mainline/v4.1-unstable/ ? And , if not, which kernel version is it planned for ? -- You received this bug notification because you are a member of Kernel Packages,

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-06-17 Thread Jeric Bryle Dy
I guess it's just a matter of time then. My wifi dongle should suffice while I wait. -- 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/1383184 Title: Atheros Qualcomm Killer N1525

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-06-16 Thread Winfried Pohl
@Rob: Thanks to your advice I could avoid the errors according to #162, but I am ending up at the same problem as you described in #166! Has somebody any idea to solve this? -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-06-16 Thread Ignacio Tartavull
I emailed Killer Network Support, the answered: Thank you for your email. We have worked with Qualcomm to verify linux drivers for teh Killer 1525. We have seen it work, and are awaiting the open source/linux community to accept the 6174 2.x ath10k firmware so that it is posted and available for

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-06-16 Thread Alexis
Hi, When I follow #150 instruction, I have an error during make modules_install install: DEPMOD 4.1.0-rc7-wl-ath sh ./arch/x86/boot/install.sh 4.1.0-rc7-wl-ath arch/x86/boot/bzImage \ System.map /boot run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 4.1.0-rc7-wl-ath

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-06-15 Thread Rob
Yep, I am using kvalo's kernel. I've been following instructions from comment #150. -- 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/1383184 Title: Atheros Qualcomm Killer N1525

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-06-14 Thread Josh Taylor
Just FYI, I seem to get much better performance over 5ghz compared to 2.4ghz with this card. Not sure if it's the routers I have tested (A couple of DLinks and Netgear), but I can max out my net with the 5ghz (speedtest.net reports 104mbit). -- You received this bug notification because you are

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-06-14 Thread Kálmán , Ferenc
@Rob net/nfc/nci/core.c:40:25: fatal error: net/nfc/nci.h: No such file or directory Are you using kvalo's kernel? 4. Download kvalo's kernel tree from: https://github.com/kvalo/ath/archive/master.zip; -- You received this bug notification because you are a member of Kernel Packages, which is

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-06-13 Thread Rob
I've downloaded the most current stable linux kernel (4.0.5) and also the most recent longterm build (3.18.14). Neither of these have the file net/nfc/nci.h make -jX is failing for me because that file is missing: net/nfc/nci/core.c:40:25: fatal error: net/nfc/nci.h: No such file or directory

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-06-13 Thread Jeric Bryle Dy
@rob, I get this when I check the link: $ ls -l drivers/media/pci/mantis/Kconfig lrwxrwxrwx 1 jeric jeric 1.3K Jun 13 15:02 drivers/media/pci/mantis/Kconfig - config MANTIS_CORE??tristate Mantis/Hopper PCI bridge based devices??depends on PCI I2C INPUT RC_CORE???help?? Support for PCI cards

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-06-13 Thread Jeric Bryle Dy
@rob https://launchpadlibrarian.net/208976501/Screenshot%20from%202015-06-13%2015%3A07%3A03.png -- 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/1383184 Title: Atheros Qualcomm Killer

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-06-13 Thread Rob
@jeric yeah, that's the content that should be in the file. But actually, DON'T copy and what you see from ls -lh /the/file, because you'll loose the formatting. The dialog that pops up from your link, right click that and select all and copy, then paste it into a new file. Don't forget to remove

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-06-12 Thread OdelPasso
I have a question : - To install the new kernel, we must to launch this command : sudo make module_install install But to uninstall the kernel when the stable version will release, which command i must to use ? I tried with make uninstall in the source repo but the command failed. Thanks --

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-06-12 Thread Rob
I'm hitting the following error during the make -jX command: net/nfc/nci/core.c:40:25: fatal error: net/nfc/nci.h: No such file or directory #include net/nfc/nci.h It's not a broken symlink, that file just doesn't exist. Can anyone help? -- You received this bug notification because you are a

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-06-12 Thread Rob
@jeric I had the same problem. Those broken files (you'll prob come across more than one) are symlinks but the targets are non-existent. The targets are actually the content of what the files should be. Use nautilus or whatever file explorer your using, go to the broken file directory, and try

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-06-12 Thread Rob
Incidentally, you should probably find and fix all those broken symlinks first to save yourself from having to keep stopping and starting the make command everytime it chokes on one of them. Run something like: find . -type l -! -exec test -e {} \; -print ...and then go fix them. -- You

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-06-12 Thread Ignacio Tartavull
Same issue with Alienware 17 r2. -- 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/1383184 Title: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported Status in linux

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-06-11 Thread Josh Taylor
So the network speed is reported as 1 Mb/s through network manager, but the speed is a bit faster than that on speedtest.net (about 10mbit) . I'm also not getting great reported signal. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-06-11 Thread Jeric Bryle Dy
Hi, I have the same problem with #151. scripts/kconfig/conf --silentoldconfig Kconfig drivers/media/pci/Kconfig:46: can't open file drivers/media/pci/mantis/Kconfig make[2]: *** [silentoldconfig] Error 1 make[1]: *** [silentoldconfig] Error 2 make: *** No rule to make target

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-06-11 Thread Josh Taylor
Hehe, been a while since hardware didn't work out of the box (or via easy to install drivers) for Ubuntu, that's what I get for buying the latest laptop network card I guess. #150 works perfectly and wifi works. Will report back stats. -- You received this bug notification because you are a

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-06-11 Thread Jane Doe
yaah, the touchpad not working on Windows was kind of my bad... It was simply disabled and I could enable it with the function-keys on my keyboard lol. Didn't have that key on my old laptop so I didn't even know it existed until I did some further research. But it's still not working with

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-06-10 Thread Oleksiy Markovets
@Jane Doe: I faced same problem with touchpad, but I suspect that the problem is newest kernel version. It doesn't work with Debian Testing (kernel 3.16) but works with Debian Stable and Ubuntu 14 ( kernel ~ 3.2). And it still works on Windows for me. In #137 Mahi mentioned that he some how

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-06-09 Thread Jane Doe
@Ming: Thanks a lot for the link, I got wifi working now! Sadly, my touchpad stopped working after executing one of the steps to compile the new kernel. What makes me wonder about this is that the touchpad isn't working anymore under Windows as well... coincidence or not? -- You received this

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-06-09 Thread Pelle Johnsen
Wifi working here too on MSI GS60, wohoo :) I also got latest nvidia-352 from xorg-edgers building and working with the modified kernel, if anyone else should need that. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-06-07 Thread Jane Doe
Hello everyone, I followed the steps in #150, and after entering the make -jX command, I get asked a lot of things I don't understand, it's the first time I am compiling a kernel. Is this how it should be? I just pressed enter on everything, since I guess this sets up the default values...?

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-06-07 Thread Gregor Plata
the solution described by Dev in comment #150 works for me without any drops or other serious issues but the wi-fi performance is only about 35%-40% of the performance on windows on the same machine downloading the same file from the same server . Is there any chance (intention) to optimize the

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-06-07 Thread Ming
Hey, I figured out my problem. Turns out that some of the header files and code were broken (had a padlock on the icon) or were missing altogether. I made new copies of the file with the same code and formatting. After that, there were no problems running the command: make -jX @Jane Doe, Isaiah:

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-06-07 Thread Isaiah Fuller
I'm having the same issue as #151. Followed the directions in #150, I don't know what I've done wrong. -- 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/1383184 Title: Atheros Qualcomm

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-06-06 Thread Dev
Works perfectly on my MSI GS70. This are the steps that I followed: 1. Download https://github.com/sumdog/ath10k- firmware/raw/5faf5bb7c7413f9bb332693179de54cca6fff58e/ath10k/QCA6174/hw2.1/board.bin and put it in the /lib/firmware/ath10k/QCA6174/hw2.1/ folder (create the folder if it doesnt

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-06-06 Thread Ming
Hey, I've been following the instruction in comment #115. I've got up to step 5 and when I run the command make -jX, I get the following output. scripts/kconfig/conf --silentoldconfig Kconfig drivers/media/rc/Kconfig:346: can't open file drivers/media/rc/img-ir/Kconfig make[2]: ***

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-06-05 Thread emielke
Having the same problem on Lenovo Edge 15 Having the same problem on a Lenovo Edge 15 *-network UNCLAIMED description: Network controller product: Qualcomm Atheros vendor: Qualcomm Atheros physical id: 0 bus info: pci@:02:00.0 version: 20

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-06-05 Thread Lonnie Lee Best
Add my laptop to the list of Laptops that have this wifi card: System Information Manufacturer: LENOVO Product Name: 80FG Version: Lenovo Z70-80 Wake-up Type: Power Switch SKU Number: LENOVO_MT_80FG_BU_idea_FM_Lenovo Z70-80 Family: IDEAPAD 03:00.0

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-05-29 Thread Xin
@Eduardo @laaag Thanks for the help. This is my second week on linux. But somehow I got following error. xin@xin-Alienware-15:~/Downloads/ath-master$ make localmodconfig using config: '/boot/config-3.17.0-031700-generic' Can't open drivers/gpu/drm/tegra/Kconfig at

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-05-28 Thread Xin
Welp, I'm kinda new to Linux. In #115, Lg mentioned ath-master root folder. Can someone tell me where is that? Stuck on step for now :( -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-05-28 Thread Eduardo Costa
@Xin https://codeload.github.com/kvalo/ath/zip/master -- 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/1383184 Title: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-05-28 Thread laaag
I'm running kernel 4.0.0-wl-ath without major issue, almost fully stable for me. However i tested 4.1.0-rc2-wl-ath or rc3, i don't remember exactly and noticed the disconnection issue on devices near my laptop radius regardless of which AP was connected, even applying the promisc patch. Now

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-05-26 Thread Kálmán , Ferenc
The status is Fix Released. I don't understand why. It is not released at all. (There isn't fixed in any kernel version, is it there?) -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-05-26 Thread Oleksiy Markovets
@Mahi I undestand that this is probably bad place to ask, but how did you fixed touchpad problem? I'm using debian testing with kernel 3.16 so I think I experience same issue. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-05-26 Thread Brian Murray
This is not fixed in the version of the kernel included in Ubuntu for any release yet. ** Changed in: linux (Ubuntu) Status: Fix Released = Triaged -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-05-26 Thread Jose Amengual
but is it in 4.0 or 4.1 or is it going to be ? could someone point me to the git repo for 4.1 and 4.0 ? Thanks. -- 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/1383184 Title: Atheros

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-05-26 Thread Jeric Bryle Dy
I have the same question as fkalman. I've updated Ubuntu, but it still doesn't detect at all. -- 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/1383184 Title: Atheros Qualcomm Killer N1525

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-05-26 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch -- 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/1383184 Title: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported Status in linux package in

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-05-25 Thread Berto Gomez
Any idea on what kernel release will this fix make it to? -- 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/1383184 Title: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-05-24 Thread S.M. Al Mahi
Thanks @laag. I followed the steps #115 and it worked on my Alienware 13 Ubuntu 14.04 kernel 3.16 . Although the touchpad stopped working after the installation but later found a solution for that as well. -- You received this bug notification because you are a member of Kernel Packages, which

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-05-24 Thread Christopher May-Townsend
@laaag, I'm getting firmware crashed even though I compilied the ath- kernel. (uname -r reports 4.1.0-rc3-vanillaice-wl-ath+), does this happen outside of the patches? Just curious because obviously with the firmware crashing wireless is basically unusable, are the set of patches I care about in

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-05-21 Thread avallete
Thank you so much for your quick answer! The Eduardo Costa method works fine ! And in bonus I had a connectivity, power increase before I had 65% connection power, and now I have 95% of the connectivity power in same place. So thank you very much for your help ! -- You received this bug

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-05-21 Thread avallete
@Nicolas Reymundo Yeah, I have exactly the same issue. And my laptop is MSI GS60-2QE. @Eduardo Costa I read this and I have to admit I understood moderately. It seems they have released a patch but where to get it and how to apply it remains a mystery to me. So if someone who had the same

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-05-21 Thread Roman
@ avallete You can get the patch here : https://patchwork.kernel.org/patch/6387631/ take a look at the download on top of the side. I also added it to this post. Sadly you can just patch the source code so (1) you have to get the ath-master and (2) patch it with the patch command: patch

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-05-21 Thread Eduardo Costa
@avallete You can find the patch here: https://patchwork.kernel.org/patch/6387631/raw/ I haven't tested it yet but Anton Romanov reported that it should fix the issue. If you followed laaag instruction from comment #115, like me, apply patch just before make command: $ wget

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-05-16 Thread Nicolas Reymundo
This might sound kinda weird and I'm not sure if it's the right place to post it but here it goes. I have an MSI GS60 2QD and after using the workaround posted in #115 wifi started working perfectly. So awesome that and thanks :D. Now the weird part... I have two Nexus 5 phones at home and

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-05-16 Thread Eduardo Costa
@Nicolas, have a look at this thread: http://lists.infradead.org/pipermail/ath10k/2015-May/005223.html -- 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/1383184 Title: Atheros Qualcomm

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-05-14 Thread kevit
Workaround is not working for me at all: [ 2995.551279] ath10k_pci :03:00.0: pci irq msi-x interrupts 8 irq_mode 0 reset_mode 0 [ 2995.737586] ath10k_pci :03:00.0: Direct firmware load for ath10k/cal-pci-:03:00.0.bin failed with error -2 [ 2996.915559] ath10k_pci :03:00.0:

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-05-14 Thread laaag
Hello, Happy to read other people succeeded. For me it's working fine, not fully stable yet but it works without problems regardless of the AP and encryption method used. (currently writing from notebook using the killer card connected to WPA2 Enterprise net with TLS) Active development of

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-05-08 Thread Sumit Khanna
I've added the firmware to a fork of ath10k and sent a pull request: https://github.com/sumdog/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/1383184 Title: Atheros

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-05-08 Thread Răzvan
** Changed in: linux (Ubuntu) Status: Confirmed = Fix Released -- 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/1383184 Title: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e]

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-05-08 Thread mojotaker
sorry to ask the obligatory dumb question, but what do we lay people have to do now to get the drivers. For example in Ubuntu ? Thanks -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-05-08 Thread THuis
ok great. hopefully it will get picked up soon -- 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/1383184 Title: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported Status

Re: [Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-05-08 Thread chevrier
indeed - and i tried to follow the instructions and compile the kernel as indicated, but ended up being told lots of files missing (mostly header files). of course, i tried to download the linux headers and other stuff i thought was relevant, but that didn't really help. :-( sorry for being

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-05-07 Thread Sumit Khanna
I followed the instructions from comment #115 and my ath10k now works perfectly on my MSI WS-60 laptop (running Gentoo). Per Jose (comment #121) I had no problem compiling the nvidia driver package or the bbswitch package against the kvalo/ath kernel fork. (the closed source nvidia-drivers-349.16

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-05-07 Thread THuis
Good that the results are positive! But when will this reach the mainstream kernel? not to push, just need to know to deside if i should run this kernel.. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-05-04 Thread Andrey Gadyukov
** Changed in: linux (Ubuntu) Status: In Progress = Fix Committed ** Changed in: linux (Ubuntu) Status: Fix Committed = Confirmed ** Changed in: linux (Ubuntu) Status: Confirmed = In Progress ** Changed in: linux (Ubuntu) Status: In Progress = Confirmed -- You

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-05-04 Thread Jose Amengual
Fix committed where ? is there a ubuntu kernel patched already ? I follow the instructions from @laaag and now I have wireless in my MSI 2QE killer 1525. My problem withcompiling the kernel are the Nvidia packages, looks like they are not yet compatible with 4.x. -- You received this bug

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-05-02 Thread Jordan Dawson
Just an update, I rebooted without the dongle plugged in and get the previous error messages. I've attached the error log. ** Attachment added: dmesg.log https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1383184/+attachment/4389617/+files/dmesg.log -- You received this bug notification

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-05-02 Thread Jordan Dawson
I'm still having an issue with my Alienware 13 with xubuntu 14.04. I tried Laaag's method with both the MSI and Alienware drivers to no avail. The logs were showing Firmware Crashed earlier but now shows the attached. I've also tried on both the latest stable kernel (4.0.1) and the latest

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-04-30 Thread mindfsck
laaag: that is really awesome. I got it working with your detailed steps, thanks a bunch! @Roman: and I am using an Acer Aspire, where the drivers (qca61x420.bin) are all within the c:\windows\driver32 directory! So take a look. The Wifi seems to be working now, but not for long: [

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-04-30 Thread David L
Laaag's method works for me using a MSI GS60 running Ubuntu 14.10. I have a working ath10k for Wifi, however Bluetooth does not work still. I ran the commands exactly as provided which resulted in a 4.1 kernel: 4.1.0-rc1-wl-ath+ dlight@superaquilo:~$ dmesg |grep ath [0.00] Linux version

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-04-30 Thread Roman
Awesome so to hear that you succeeded! Do you have the full functionality now? (Encrypted/stable/good connection) The compiling of a new Kernel will probably take hours on my i5-5200U so i tried it with the 4.1 rc-1 which should include nearly the newest ath10k sources (merge date 2015-04-27).

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-04-29 Thread laaag
I got it working as described in this thread: http://lists.infradead.org/pipermail/ath10k/2015-April/004958.html Using xubuntu (14.10 upgraded to 15.04) Anyway distro shouldn't be much different. Basically to make it working you need to do (what i did): 1. Get the windows drivers from your

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-04-28 Thread mojotaker
Just wanted to add my support for a solution to 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/1383184 Title: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-04-22 Thread Jose Amengual
@Jeroen those are for ethernet not wifi card and those already work in ubuntu. -- 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/1383184 Title: Atheros Qualcomm Killer N1525 Wireless-AC

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-04-21 Thread Markus
Are you sure, did you tested this driver? For me it seems that you mentioned link is for only some Qualcomm Ethernet cards? Qualcomm Atheros AR8161 and QCA8171 Gigabit Ethernet controllers, and the AR8162 and QCA8172 Fast Ethernet controllers. And this bug report is about the wireless card

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-04-20 Thread Jeroen
I found a driver on debian: https://wiki.debian.org/alx#Installation -- 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/1383184 Title: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e]

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-04-20 Thread BaGricek
Ubuntu Vivid Vervet (development branch) Linux version 4.0.0-04-generic (kernel@gomeisa) Still no 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/1383184 Title: Atheros

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-04-17 Thread Long Wei
Same here/ I just bought the latest Samsung ATIV 12.2 inch, the card is not detected # release ### Distributor ID: Ubuntu Description:Ubuntu 14.04.2 LTS Release:14.04 Codename: trusty # kernel Linux

  1   2   >