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 13:53:22
Message-Id: 1387461109.2920.32.camel@iivanov-dev.int.mm-sol.com
In Reply to: Re: [gentoo-user] Wifi, problem, problem, problem by Florian HEGRON
1 On Thu, 2013-12-19 at 14:19 +0100, Florian HEGRON wrote:
2 >
3
4 <snip>
5
6 > > >
7 > > > I had to enable wireless extension option on Network Support ->
8 > > > Wireless
9 > > >
10 > > > So I enable my card support, and I reboot (I already emerge
11 > > > ipw2200-firmware).
12 > > >
13 > > > #dmesg | grep 2200
14 > > > [ 1.180583] ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver,
15 > > > 1.2.2k
16 > > > [ 1.180643] ipw2200: Copyright(c) 2003-2006 Intel Corporation
17 > > > [ 1.182617] ipw2200: Detected Intel PRO/Wireless 2200BG Network
18 > > > Connection
19 > > > [ 61.408070] ipw2200: ipw2200-bss.fw request_firmware failed: Reason
20 > > > -2
21 > > >
22 > > > This means that driver can not find ipw2200-bss.fw file (probably
23 > > > part of sys-firmware/ipw2200-firmware) to load it to wireless card
24 > > > RAM chip. Ensure that you have that file, usually it is localed
25 > > > in /lib/firmware.
26 > > >
27 > > This file is present, I checked.
28 > >
29 > >
30 > > How did you build this driver? I mean as module or it is
31 > > build in ([M] or [*]). If it is build in it is possible
32 > > that root file system is not mounted when driver loads.
33 > > Try to build it as module.
34 > >
35 > >
36 > > Regards,
37 > > Ivan
38 >
39 > Built-in and I don't have initramfs. I will test with module compilation
40 > and may be with an initramfs. What do you think ?
41
42 If you don't have initramfs till now you would not needed it just for this.
43
44 Build driver as module, ensure that you have correct entry in
45 /etc/conf.d/modules [1] [2] (this will auto load wifi driver).
46 And you should be fine. Just for the test you can load it by hand
47
48 # modprobe "ipw2200-driver-name"
49
50 Regards,
51 Ivan
52
53 [1] https://wiki.gentoo.org/wiki/OpenRC/Baselayout_1_to_2_migration
54 [2]
55
56 $ cat /etc/conf.d/modules
57 modules="ipw2200-driver-name"
58
59 >
60 > Thanks.
61 >

Replies

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