Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 528650 - sys-firmware/iwl7260-ucode-25.228.9.0 version bump
Summary: sys-firmware/iwl7260-ucode-25.228.9.0 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mark Wright
URL:
Whiteboard:
Keywords: EBUILD
: 528546 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-11-08 15:03 UTC by David Flogeras
Modified: 2014-11-17 13:50 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
iwl7260-ucode-25.228.9.0.ebuild (iwl7260-ucode-25.228.9.0.ebuild,1.26 KB, text/plain)
2014-11-08 15:04 UTC, David Flogeras
Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Flogeras 2014-11-08 15:03:31 UTC
There is a new version of the iwl-7260-9.ucode.  I tested this ebuild locally with no adverse effects.  All that was required was copying the 23.214.9.0 ebuild and bumping up the kernel requirement to 3.14.9 as stated http://wireless.kernel.org/en/users/Drivers/iwlwifi

Reproducible: Always
Comment 1 David Flogeras 2014-11-08 15:04:47 UTC
Created attachment 388868 [details]
iwl7260-ucode-25.228.9.0.ebuild
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2014-11-08 15:08:13 UTC
Comment on attachment 388868 [details]
iwl7260-ucode-25.228.9.0.ebuild

--- iwl7260-ucode-23.214.9.0.ebuild
+++ iwl7260-ucode-23.214.9.0.ebuild
@@ -27,10 +27,10 @@
 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"
+               ewarn "This microcode image requires a kernel >= 3.14.9."
+               ewarn "For kernel versions < 3.14.9, you may install older SLOTS"
        fi
 }
Comment 3 Mark Wright gentoo-dev 2014-11-17 13:48:03 UTC
*** Bug 528546 has been marked as a duplicate of this bug. ***
Comment 4 Mark Wright gentoo-dev 2014-11-17 13:50:21 UTC
Thanks to Julian Simioni and David Flogeras for providing the update to 25.228.9.0, testing and reporting. Fixes bug 528650.