Gentoo Archives: gentoo-user

From: Florian HEGRON <hogren@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Wifi, problem, problem, problem
Date: Thu, 19 Dec 2013 08:54:47
Message-Id: 4569bf91942577663878b1e0e91f27a4@iiiha.com
In Reply to: Re: [gentoo-user] Wifi, problem, problem, problem by "Ivan T. Ivanov"
1 On 2013-12-19 09:47, Ivan T. Ivanov wrote:
2 > Hi Florian,
3 >
4 Hi
5 > On Thu, 2013-12-19 at 09:08 +0100, Florian HEGRON wrote:
6 >
7 >
8 >
9 > I found the line !!
10 >
11 > I had to enable wireless extension option on Network Support ->
12 > Wireless
13 >
14 > So I enable my card support, and I reboot (I already emerge
15 > ipw2200-firmware).
16 >
17 > #dmesg | grep 2200
18 > [ 1.180583] ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver,
19 > 1.2.2k
20 > [ 1.180643] ipw2200: Copyright(c) 2003-2006 Intel Corporation
21 > [ 1.182617] ipw2200: Detected Intel PRO/Wireless 2200BG Network
22 > Connection
23 > [ 61.408070] ipw2200: ipw2200-bss.fw request_firmware failed: Reason
24 > -2
25 >
26 > This means that driver can not find ipw2200-bss.fw file (probably
27 > part of sys-firmware/ipw2200-firmware) to load it to wireless card
28 > RAM chip. Ensure that you have that file, usually it is localed
29 > in /lib/firmware.
30 >
31 This file is present, I checked.
32
33
34 >
35 > [ 61.409941] ipw2200: Unable to load firmware: -2
36 > [ 61.411877] ipw2200: probe of 0000:06:04.0 failed with error -5
37 >
38 >
39 > It's not explicit for me. -2, -5, Where are errors descriptions ?
40 >
41 >
42 > Anybody can explain to me the firmware goal ?
43 >
44 > For me a firmware is a internal software of a device. So I don't really
45 > understand.
46 >
47 > You can look at wireless card as CPU with just RAM (there are
48 > some other chips of course), so firmware is code which have to be
49 > executed by this specialized CPU in order to control RF stuff. And
50 > because code is not saved to non-volatile storage it have to be loaded
51 > to RAM every time after card is powered up. Driver itself "just"
52 > ensure proper communication between networking stack and CPU on
53 > wireless card.
54 >
55 > Regards,
56 > Ivan
57 >
58
59 Very good explain ! Thank you !
60
61
62
63
64 I don't understand the error because I have the firmware.
65
66 Thank you for help.

Replies

Subject Author
Re: [gentoo-user] Wifi, problem, problem, problem "Ivan T. Ivanov" <iivanov@××××××.com>