[Kernel-packages] [Bug 1510616] Re: add new iwlwifi firmware for 7265D

2015-10-29 Thread Seth Forshee
That's what I was starting to suspect, that it was the PCI ids missing an not the firmware. It shouldn't be a problem to pick that patch up early since all it does is add PCI ids. ** Package changed: linux-firmware (Ubuntu) => linux (Ubuntu) ** Changed in: linux (Ubuntu) Status:

[Kernel-packages] [Bug 1510616] Re: add new iwlwifi firmware for 7265D

2015-10-29 Thread Timo Aaltonen
it's 8086:095a, grepping for 'iwlwifi' gives no hits with 4.2 or even 4.3-rc6, and the reason is that it needs f08f625876476b6c4a87834dc86e3b927f4697d2 from 4.3-rc7. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-firmware in

[Kernel-packages] [Bug 1510616] Re: add new iwlwifi firmware for 7265D

2015-10-29 Thread Timo Aaltonen
that commit is cc: stable btw, so it'll get in 4.2 eventually. -- 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/1510616 Title: add new iwlwifi firmware for 7265D Status in

[Kernel-packages] [Bug 1510616] Re: add new iwlwifi firmware for 7265D

2015-10-28 Thread Seth Forshee
** Changed in: linux-firmware (Ubuntu) Importance: Undecided => Medium ** Changed in: linux-firmware (Ubuntu) Status: New => In Progress ** Changed in: linux-firmware (Ubuntu) Assignee: (unassigned) => Seth Forshee (sforshee) -- You received this bug notification because you are

[Kernel-packages] [Bug 1510616] Re: add new iwlwifi firmware for 7265D

2015-10-28 Thread Timo Aaltonen
well, looks like it'll try several ones but none are found :) [ 10.619254] iwlwifi :02:00.0: enabling device ( -> 0002) [ 10.620420] iwlwifi :02:00.0: Unsupported splx structure [ 10.732884] iwlwifi :02:00.0: Direct firmware load for iwlwifi-7265D-17.ucode failed with error

[Kernel-packages] [Bug 1510616] Re: add new iwlwifi firmware for 7265D

2015-10-28 Thread Seth Forshee
So it looks like we already have a -13 ucode for your hardware already in trusty onward, and from looking at the code it looks like even the tip of the upstream kernel should still work with that version. Is it not working? ** Changed in: linux-firmware (Ubuntu) Status: In Progress =>

Re: [Kernel-packages] [Bug 1510616] Re: add new iwlwifi firmware for 7265D

2015-10-28 Thread Seth Forshee
On Wed, Oct 28, 2015 at 05:10:28PM -, Timo Aaltonen wrote: > well, looks like it'll try several ones but none are found :) > > [ 10.619254] iwlwifi :02:00.0: enabling device ( -> 0002) > [ 10.620420] iwlwifi :02:00.0: Unsupported splx structure > [ 10.732884] iwlwifi

[Kernel-packages] [Bug 1510616] Re: add new iwlwifi firmware for 7265D

2015-10-27 Thread Seth Forshee
You should be able to find it here: https://git.kernel.org/cgit/linux/kernel/git/iwlwifi/linux-firmware.git/ Intel doesn't send every version of their firmware to upstream linux- firmware, only ones they've decided are stable enough. So in general we just stick to those versions, but it looks