Gentoo Archives: gentoo-user

From: "Canek Peláez Valdés" <caneko@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] lost wireless network
Date: Sat, 28 Jan 2012 17:01:43
Message-Id: CADPrc80KcrbBG+rTLpKANWMHeXHsaOcQ-XswYey6=1ZYRUO5tA@mail.gmail.com
In Reply to: Re: [gentoo-user] lost wireless network by pat
1 On Sat, Jan 28, 2012 at 6:52 AM, pat <pat@××××××××.org> wrote:
2 > On Sat, 28 Jan 2012 13:46:37 +0100, Florian Philipp wrote
3 >> Am 28.01.2012 12:38, schrieb pat:
4 >> > Hi,
5 >> >
6 >> > I've used wireless network about half of a year ago. Now I need it and it
7 >> > doesn't start :-( My gentoo is up to date.
8 >> >
9 >> > I'm using network manager (and it's nm-applet).
10 >> >
11 >> > Wireless info:
12 >> > description: Wireless interface
13 >> > product: WiFi Link 6000 Series
14 >> > vendor: Intel Corporation
15 >> > capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
16 >> > configuration: broadcast=yes driver=iwlagn driverversion=3.0.6-tuxonice
17 >> > firmware=9.221.4.1 build 25532 latency=0 link=no multicast=yes wireless=IEEE
18 >> > 802.11abgn
19 >> >
20 >> > After switching on, the dmesg says:
21 >> > iwlagn 0000:02:00.0: RF_KILL bit toggled to enable radio.
22 >> > usb 2-1.7: new full speed USB device number 78 using ehci_hcd
23 >> >
24 >> > but wireless control doesn't indicate that it's on and nm-applies says the
25 >> > wireless is disabled by hw switch.
26 >> >
27 >> > It worked on tuxonice-sources-2.6.38-r1 but now it doesn't work on it too :-(
28 >> > Current kernel is tuxonice-sources-3.0.6 (planing upgrade to 3.0.17, but only
29 >> > with wireless :-) ).
30 >> >
31 >> > Please, could someone help me? I have no idea where to start :-\
32 >> >
33 >> > Thanks
34 >> >
35 >> >      Pat
36 >> >
37 >>
38 >> Do you have the rfkill module loaded?
39 >>
40 >> Regards,
41 >> Florian Philipp
42 >
43 > Yes.
44 > rfkill                 15504  1 cfg80211
45
46 I think Florian meant the rfkill package:
47
48 net-wireless/rfkill
49
50 Install it, and run "rfkill list"; mine says:
51
52 # rfkill list
53 0: sony-wifi: Wireless LAN
54 Soft blocked: no
55 Hard blocked: no
56 1: sony-bluetooth: Bluetooth
57 Soft blocked: no
58 Hard blocked: no
59 3: phy0: Wireless LAN
60 Soft blocked: no
61 Hard blocked: no
62 31: hci0: Bluetooth
63 Soft blocked: no
64 Hard blocked: no
65
66 As you can see, all of them say "Hard blocked: no". If in your case
67 one says "Hard blocked: yes", you can change it with "rfkill unblock
68 wlan0", for example.
69
70 Regards.
71 --
72 Canek Peláez Valdés
73 Posgrado en Ciencia e Ingeniería de la Computación
74 Universidad Nacional Autónoma de México

Replies

Subject Author
Re: [gentoo-user] lost wireless network Mick <michaelkintzios@×××××.com>