Gentoo Archives: gentoo-user

From: Willie Wong <wwong@××××××××××××××.edu>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] question about wireless setting
Date: Tue, 01 Dec 2009 12:10:07
Message-Id: 20091201103511.GD31296@princeton.edu
In Reply to: [gentoo-user] question about wireless setting by "김무성"
1 On Tue, Dec 01, 2009 at 03:46:51PM +0900, Penguin Lover ?????? squawked:
2 > localhost ~ # lspci
3 >
4 > 05:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection (rev 02)
5
6 <snip>
7
8 > localhost ~ # iwconfig
9 >
10 > lo no wireless extensions.
11 >
12 > eth0 no wireless extensions.
13 >
14 > sit0 no wireless extensions.
15 >
16
17 <snip>
18
19 > I could see wireless driver when typed lspci.
20
21 No you can't. You see the pci devices. You don't see drivers. You need
22 a drive either emerged or compiled into your kernel before the device
23 will function.
24
25 <snip>
26
27 > So typed this
28 >
29 > emerge ipw3945 and modprobe ipw3945
30
31 Did these two commands return successfully?
32 After running your modprobe, what does lsmod show?
33
34 Also, what kernel version are you running? If it is reasonably new,
35 (newer than 2.6.24), then don't use the standalone drivers from
36 portage, please use the driver provided in the kernel. See
37 http://en.gentoo-wiki.com/wiki/Iwlwifi
38 for example configurations for kernels 2.6.{25,26,30}
39
40 But first you will have to remove ipw3945 and ipw3945-ucode from your
41 system, and you will also need to instal iwl3945-ucode instead.
42
43 Cheers,
44
45 W
46 --
47 Hospitality is making your guests feel at home even though you wish they were.
48 Sortir en Pantoufles: up 1089 days, 9:16

Replies

Subject Author
Re: [gentoo-user] question about wireless setting Daniel Pielmeier <billie@g.o>