Mageia Bugzilla – Attachment 2135 Details for
Bug 5549
wifi for Centrino Advanced-N 6025 can't be set up: "unable to find network interface"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
install iwlwifi-agn-ucode for iwlwifi module
wireless_iwlwifi-agn-ucode.patch (text/plain), 1.26 KB, created by
Luc Menut
on 2012-04-29 14:42:37 CEST
(
hide
)
Description:
install iwlwifi-agn-ucode for iwlwifi module
Filename:
MIME Type:
Creator:
Luc Menut
Created:
2012-04-29 14:42:37 CEST
Size:
1.26 KB
patch
obsolete
>Index: lib/network/connection/wireless.pm >=================================================================== >--- lib/network/connection/wireless.pm (révision 4310) >+++ lib/network/connection/wireless.pm (copie de travail) >@@ -108,20 +108,6 @@ > }; > } (2100, 2200)), > >- { >- name => "ipw3945", >- description => "Intel(R) PRO/Wireless 3945", >- url => "http://ipw3945.sourceforge.net/", >- firmware => { >- package => "ipw3945-ucode", >- test_file => "ipw3945.ucode", >- }, >- tools => { >- package => "ipw3945d", >- test_file => '/usr/sbin/ipw3945d', >- }, >- }, >- > (map { > my ($version, $ucode_api, $ucode_version) = @$_; > $ucode_version ||= $version; >@@ -135,7 +121,18 @@ > }, > sleep => 1, > }; >- } ([ 3945, '-2' ], [ 4965, '-2' ], [ 'agn', '-5', 5000 ])), >+ } ([ 3945, '-2' ], [ 4965, '-2' ])), >+ >+ { >+ name => "iwlwifi", >+ description => "Intel(R) Wireless Wifi Link AGN", >+ url => "http://intellinuxwireless.org/", >+ firmware => { >+ package => "iwlwifi-agn-ucode", >+ test_file => "iwlwifi-*.ucode", >+ }, >+ sleep => 1, >+ }, > > { > name => 'p54pci',
Index: lib/network/connection/wireless.pm =================================================================== --- lib/network/connection/wireless.pm (révision 4310) +++ lib/network/connection/wireless.pm (copie de travail) @@ -108,20 +108,6 @@ }; } (2100, 2200)), - { - name => "ipw3945", - description => "Intel(R) PRO/Wireless 3945", - url => "http://ipw3945.sourceforge.net/", - firmware => { - package => "ipw3945-ucode", - test_file => "ipw3945.ucode", - }, - tools => { - package => "ipw3945d", - test_file => '/usr/sbin/ipw3945d', - }, - }, - (map { my ($version, $ucode_api, $ucode_version) = @$_; $ucode_version ||= $version; @@ -135,7 +121,18 @@ }, sleep => 1, }; - } ([ 3945, '-2' ], [ 4965, '-2' ], [ 'agn', '-5', 5000 ])), + } ([ 3945, '-2' ], [ 4965, '-2' ])), + + { + name => "iwlwifi", + description => "Intel(R) Wireless Wifi Link AGN", + url => "http://intellinuxwireless.org/", + firmware => { + package => "iwlwifi-agn-ucode", + test_file => "iwlwifi-*.ucode", + }, + sleep => 1, + }, { name => 'p54pci',
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 5549
:
2067
| 2135