* [gentoo-user] Iwl3945
@ 2011-07-24 17:29 modsrm
2011-07-24 17:51 ` Srdjan Rakic
2011-07-24 17:55 ` Srdjan Rakic
0 siblings, 2 replies; 4+ messages in thread
From: modsrm @ 2011-07-24 17:29 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 607 bytes --]
Hi there,
im having problems in getting my wifi card working with kernel 2.6.38 r6.
I built the kernel with userspace firmware loading support, and with iwl3945
as a module.
I can successfully load the module, but when i try to bring wlan0 up, kernel
messages says "firmware file req failed: -2", which i guess means file not
found, even though i did emerge the microcode the kernel is looking for, and
the microcode file is in /lib/firmware.
Am i missing some step? Do i have to run a daemon to load the microde?
Thanks!
Roberto
------------------------------------------
sent from my mighty Nexusone
[-- Attachment #2: Type: text/html, Size: 677 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] Iwl3945
2011-07-24 17:29 [gentoo-user] Iwl3945 modsrm
@ 2011-07-24 17:51 ` Srdjan Rakic
2011-07-24 17:55 ` Srdjan Rakic
1 sibling, 0 replies; 4+ messages in thread
From: Srdjan Rakic @ 2011-07-24 17:51 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1372 bytes --]
Device Drivers --->
[*] Network device support --->
[*] Wireless LAN --->
[*] Wireless LAN (IEEE 802.11)
<M> Intel Wireless Wifi
[*] Enable LED support in iwlagn and iwl3945 drivers
[*] Enable Spectrum Measurement in iwlagn driver
[*] Enable full debugging output in iwlagn and iwl3945 drivers
<M> Intel Wireless WiFi Next Gen AGN (iwlagn)
[*] Intel Wireless WiFi 4965AGN
[*] Intel Wireless WiFi 5000AGN; Intel WiFi Link 1000,
6000, and 6050 Series
Can't tell what that might be. Make sure your kernel configuration look like
shown above.
On Sun, Jul 24, 2011 at 1:29 PM, modsrm <modsrm@gmail.com> wrote:
> Hi there,
>
> im having problems in getting my wifi card working with kernel 2.6.38 r6.
>
> I built the kernel with userspace firmware loading support, and with
> iwl3945 as a module.
> I can successfully load the module, but when i try to bring wlan0 up,
> kernel messages says "firmware file req failed: -2", which i guess means
> file not found, even though i did emerge the microcode the kernel is looking
> for, and the microcode file is in /lib/firmware.
>
> Am i missing some step? Do i have to run a daemon to load the microde?
>
> Thanks!
> Roberto
>
> ------------------------------------------
> sent from my mighty Nexusone
>
[-- Attachment #2: Type: text/html, Size: 2363 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] Iwl3945
2011-07-24 17:29 [gentoo-user] Iwl3945 modsrm
2011-07-24 17:51 ` Srdjan Rakic
@ 2011-07-24 17:55 ` Srdjan Rakic
2011-07-24 18:29 ` modsrm
1 sibling, 1 reply; 4+ messages in thread
From: Srdjan Rakic @ 2011-07-24 17:55 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1128 bytes --]
- iwl4965: iwlwifi-4965-1.ucode firmware file req failed: Reason -2
This error indicate a firmware version/filename mismatch. Just rename the
file to whatever iwlwifi displays in this case: iwlwifi-4965-1.ucode If this
fails, try an alternate version, perhaps
net-wireless/iwl4965-ucode-228.57.1.21.
The above is taken from Gentoo wiki troubleshoot section for iwlwifi
drivers. Try that in case you haven't already.
On Sun, Jul 24, 2011 at 1:29 PM, modsrm <modsrm@gmail.com> wrote:
> Hi there,
>
> im having problems in getting my wifi card working with kernel 2.6.38 r6.
>
> I built the kernel with userspace firmware loading support, and with
> iwl3945 as a module.
> I can successfully load the module, but when i try to bring wlan0 up,
> kernel messages says "firmware file req failed: -2", which i guess means
> file not found, even though i did emerge the microcode the kernel is looking
> for, and the microcode file is in /lib/firmware.
>
> Am i missing some step? Do i have to run a daemon to load the microde?
>
> Thanks!
> Roberto
>
> ------------------------------------------
> sent from my mighty Nexusone
>
[-- Attachment #2: Type: text/html, Size: 2049 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] Iwl3945
2011-07-24 17:55 ` Srdjan Rakic
@ 2011-07-24 18:29 ` modsrm
0 siblings, 0 replies; 4+ messages in thread
From: modsrm @ 2011-07-24 18:29 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1381 bytes --]
Hey thanks for the answer.
No luck with changing the name of the microcode.
------------------------------------------
sent from my mighty Nexusone
On Jul 24, 2011 6:57 p.m., "Srdjan Rakic" <srki80@gmail.com> wrote:
> - iwl4965: iwlwifi-4965-1.ucode firmware file req failed: Reason -2
>
> This error indicate a firmware version/filename mismatch. Just rename the
> file to whatever iwlwifi displays in this case: iwlwifi-4965-1.ucode If
this
> fails, try an alternate version, perhaps
> net-wireless/iwl4965-ucode-228.57.1.21.
> The above is taken from Gentoo wiki troubleshoot section for iwlwifi
> drivers. Try that in case you haven't already.
>
> On Sun, Jul 24, 2011 at 1:29 PM, modsrm <modsrm@gmail.com> wrote:
>
>> Hi there,
>>
>> im having problems in getting my wifi card working with kernel 2.6.38 r6.
>>
>> I built the kernel with userspace firmware loading support, and with
>> iwl3945 as a module.
>> I can successfully load the module, but when i try to bring wlan0 up,
>> kernel messages says "firmware file req failed: -2", which i guess means
>> file not found, even though i did emerge the microcode the kernel is
looking
>> for, and the microcode file is in /lib/firmware.
>>
>> Am i missing some step? Do i have to run a daemon to load the microde?
>>
>> Thanks!
>> Roberto
>>
>> ------------------------------------------
>> sent from my mighty Nexusone
>>
[-- Attachment #2: Type: text/html, Size: 1830 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-07-24 18:30 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-24 17:29 [gentoo-user] Iwl3945 modsrm
2011-07-24 17:51 ` Srdjan Rakic
2011-07-24 17:55 ` Srdjan Rakic
2011-07-24 18:29 ` modsrm
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox