[Kernel-packages] [Bug 1436891] Re: Cannot connect to any WiFi access point which runs wireless-N

2015-04-17 Thread Darren Peets
OK, I couldn't figure out how to build kernel versions, so I tried to do a commit bisect between 3.16.0-0.1 and 3.16.0-23.31. It didn't do what I thought it would. From what I can tell, it looks like 3.16.0-0.1 is good, but git bisect took it to be bad, and has been bisecting things *before* it.

[Kernel-packages] [Bug 1436891] Re: Cannot connect to any WiFi access point which runs wireless-N

2015-04-21 Thread Darren Peets
I'm nearly done bisecting, but I'm going to be away for the next ~5 days and won't be able to finish until then. Here's what's left, in hopes that it's narrow enough to be helpful (bisecting the ubuntu-vivid kernel, output of git bisect visualize): commit b531f5dd9cb84c5ee40156a230f8e28f69083821

[Kernel-packages] [Bug 1436891] Re: Cannot connect to any WiFi access point which runs wireless-N

2015-04-27 Thread Darren Peets
OK, bisect result and a caveat: d88c8958dc13b4e4eb7fc57e3f06dc1c4abc7b1f is the first bad commit commit d88c8958dc13b4e4eb7fc57e3f06dc1c4abc7b1f Author: Emmanuel Grumbach Date: Mon Sep 1 09:50:14 2014 +0300 iwlwifi: bump firmware API version to 10 for 7000 and 8000 New firmware on the

[Kernel-packages] [Bug 1436891] Re: 8086:08b3 Cannot connect to any 802.11n WiFi access points

2015-04-28 Thread Darren Peets
Router used for testing: iptime N104T, firmware 8.86, in case that's useful here (will be included in report) -- 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/1436891 Title: 8086:08b3 Can

[Kernel-packages] [Bug 1436891] Re: 8086:08b3 Cannot connect to any 802.11n WiFi access points

2015-04-28 Thread Darren Peets
Bug no longer exists in the mainline kernel. Apparently I was too slow, and it was fixed sometime in the past month. -- 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/1436891 Title: 8086:0

[Kernel-packages] [Bug 1436891] Re: 8086:08b3 Cannot connect to any 802.11n WiFi access points

2015-04-28 Thread Darren Peets
v4.1-rc1-vivid Bug absent! v4.0-vivid Bug present v4.0-rc7-vivid Bug present v4.0-rc6-vivid v4.0-rc5-vivid Bug present -- 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/1436891 Title:

[Kernel-packages] [Bug 1436891] Re: 8086:08b3 Cannot connect to any 802.11n WiFi access points

2015-04-29 Thread Darren Peets
I upgraded my other laptop (6.5 years older, i386 rather than amd64) to 15.04, and I get the same issue there. Upstream kernel v4.1-rc1-vivid works, 3.19.0-15 has the bug. Let me know if you'd like another bug report on the older hardware, or if there's anything else I should do. -- You receive

[Kernel-packages] [Bug 1436891] Re: 8086:08b3 Cannot connect to any 802.11n WiFi access points

2015-05-05 Thread Darren Peets
If I haven't messed up anywhere, this is the first good commit: $ git bisect bad afcee962b09842d0f4191beb4a2d08251b4c7705 is the first bad commit commit afcee962b09842d0f4191beb4a2d08251b4c7705 Author: Eyal Shapira Date: Mon Feb 9 15:18:17 2015 +0200 iwlwifi: mvm: fix BT coex shared antenn

[Kernel-packages] [Bug 1436891] [NEW] Cannot connect to any WiFi access point which runs wireless-N

2015-03-26 Thread Darren Peets
Public bug reported: When attempting to connect to a WiFi access point with N wireless, two popup messages appear: Connection 'SSID' deactivated. The WiFi network could not be found Expected behaviour: Connects to network. Minimal demonstration: connect to a WiFi access point by both LAN and

[Kernel-packages] [Bug 1437084] [NEW] Cannot connect to any WiFi access point which runs wireless-N

2015-03-26 Thread Darren Peets
*** This bug is a duplicate of bug 1436891 *** https://bugs.launchpad.net/bugs/1436891 Public bug reported: Deliberate duplicate of 1436891 https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1436891 ProblemType: Bug DistroRelease: Ubuntu 15.04 Package: linux-image-3.19.0-10-generic 3.19.0-

[Kernel-packages] [Bug 1436891] Re: Cannot connect to any WiFi access point which runs wireless-N

2015-03-26 Thread Darren Peets
$ sudo apport-collect 1436891 ERROR: Could not import module, is a package upgrade in progress? Error: No module named PyQt4.QtCore Created duplicate report, on linux: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1437084 This issue happened for all kernel versions I've tried in 15.04, f

[Kernel-packages] [Bug 1436891] Re: Cannot connect to any WiFi access point which runs wireless-N

2015-03-26 Thread Darren Peets
Actually, installing and running the upstream kernel was much more painless than anticipated Same problem with 4.0.0-04rc5-generic ** Tags added: kernel-bug-exists-upstream -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubu

[Kernel-packages] [Bug 1436891] Re: Cannot connect to any WiFi access point which runs wireless-N

2015-03-26 Thread Darren Peets
I've now fixed the python thing, let me know if there's anything that would be included by apport-collect that isn't in the duplicate bug. -- 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/143

[Kernel-packages] [Bug 1436891] Re: Cannot connect to any WiFi access point which runs wireless-N

2015-03-31 Thread Darren Peets
Update: Bug exists in first Vivid version (3.16.0-23.31) that's readily available in pre-packaged .deb format. So I need to start building kernels, I presume, to check 3.16.0-0.1 (since I don't yet have a "good" kernel within Vivid) and bisect from there. I'm still trying to figure out how to bu

[Kernel-packages] [Bug 1436891] Re: Cannot connect to any WiFi access point which runs wireless-N

2015-04-06 Thread Darren Peets
If you have any idea how to build kernels and have the time to bisect them, that may help. I don't have a lot of time to devote to this, and don't really know what I'm doing or how to do it. I'll leave it up to other people to tell you whether or not another bug report on possibly- different hard