Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 528546

Summary: sys-firmware/iwl7260-25.228.9.0 version bump
Product: Gentoo Linux Reporter: Julian Simioni <julian>
Component: [OLD] LibraryAssignee: Mark Wright <gienah>
Status: RESOLVED DUPLICATE    
Severity: normal Keywords: EBUILD
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: iwl7260-ucode-25.228.9.0.ebuild
iwl7260-ucode-25.228.9.0.ebuild
iwl7260-ucode-25.228.9.0.ebuild.patch

Description Julian Simioni 2014-11-07 11:03:29 UTC
Created attachment 388752 [details]
iwl7260-ucode-25.228.9.0.ebuild

The latest version of iwl7260-ucode is not yet in Portage. I've tested it on my laptop (Lenovo Yoga 2 Pro), and it seems to at least make minor improvements in connection quality. I'm happy to perform more testing if needed in any way.

The ebuild is identical to the ones already in portage,excep the required kernel version has been bumped to 3.14.9 as shown on http://wireless.kernel.org/en/users/Drivers/iwlwifi

Please let me know if I can help this ebuild at least move to ~arch in any way.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2014-11-07 11:07:10 UTC
Comment on attachment 388752 [details]
iwl7260-ucode-25.228.9.0.ebuild

--- iwl7260-ucode-23.214.9.0.ebuild
+++ iwl7260-ucode-23.214.9.0.ebuild
@@ -27,7 +27,7 @@
 ERROR_IWLMVM="CONFIG_IWLMVM is required to be enabled in /usr/src/linux/.config for the kernel to be able to load the ${DEV_N} firmware"

 pkg_pretend() {
-       if kernel_is lt 3 14 7; then
+       if kernel_is lt 3 14 9; then
                ewarn "Your kernel version is ${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}."
                ewarn "This microcode image requires a kernel >= 3.14.7."
                ewarn "For kernel versions < 3.14.7, you may install older SLOTS"
Comment 2 Julian Simioni 2014-11-07 11:18:31 UTC
Created attachment 388754 [details, diff]
iwl7260-ucode-25.228.9.0.ebuild

The text when the kernel version requirements are not met should be updated too, this patch adds those changes.
Comment 3 Julian Simioni 2014-11-07 11:25:39 UTC
Created attachment 388758 [details, diff]
iwl7260-ucode-25.228.9.0.ebuild.patch

This one is not a reverse diff :)
Comment 4 Mark Wright gentoo-dev 2014-11-17 13:48:03 UTC
Thanks to Julian Simioni and David Flogeras for providing the update to 25.228.9.0, testing and reporting. Fixes bug 528650.

*** This bug has been marked as a duplicate of bug 528650 ***