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 14:09:17
Message-Id: 00758ba0112b0d75439bf0a4ec446b13@iiiha.com
In Reply to: Re: [gentoo-user] Wifi, problem, problem, problem by "Ivan T. Ivanov"
1 On 2013-12-19 14:51, Ivan T. Ivanov wrote:
2 > On Thu, 2013-12-19 at 14:19 +0100, Florian HEGRON wrote:
3 >
4 >
5 > <snip>
6 >
7 > > >
8 > > > I had to enable wireless extension option on Network Support ->
9 > > > 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 > > This file is present, I checked.
29 > >
30 > >
31 > > How did you build this driver? I mean as module or it is
32 > > build in ([M] or [*]). If it is build in it is possible
33 > > that root file system is not mounted when driver loads.
34 > > Try to build it as module.
35 > >
36 > >
37 > > Regards,
38 > > Ivan
39 >
40 > Built-in and I don't have initramfs. I will test with module
41 > compilation
42 > and may be with an initramfs. What do you think ?
43 >
44 > If you don't have initramfs till now you would not needed it just for
45 > this.
46 >
47 > Build driver as module, ensure that you have correct entry in
48 > /etc/conf.d/modules [1] [2] (this will auto load wifi driver).
49 > And you should be fine. Just for the test you can load it by hand
50 >
51 > # modprobe "ipw2200-driver-name"
52 >
53 > Regards,
54 > Ivan
55 >
56 > [1] https://wiki.gentoo.org/wiki/OpenRC/Baselayout_1_to_2_migration
57 > [2]
58 >
59 > $ cat /etc/conf.d/modules
60 > modules="ipw2200-driver-name"
61 >
62
63 Ok, where can I find the driver-name ?
64
65 Thanks.

Replies

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