Gentoo Archives: gentoo-user

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

Replies

Subject Author
Re: [gentoo-user] Wifi, problem, problem, problem Florian HEGRON <hogren@×××××.com>