Gentoo Archives: gentoo-user

From: Florian HEGRON <hogren@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Wifi, problem, problem, problem
Date: Tue, 17 Dec 2013 09:44:57
Message-Id: 9ae1613c1a9b758044f485b3440e6d72@iiiha.com
In Reply to: Re: [gentoo-user] Wifi, problem, problem, problem by Mick
1 On 2013-12-16 21:27, Mick wrote:
2 > On Monday 16 Dec 2013 15:56:35 Rick "Zero_Chaos" Farina wrote:
3 > On 12/16/2013 10:43 AM, Florian HEGRON wrote:
4 > >> My problem :
5 > >> Recently, I decided to install Gentoo on an old acer laptop.
6 > >> And as everydays, when I try to install my wifi device on a Gnu/linux
7 > >> distro, I have a problem.
8 > >> The wireless card is Intel Pro 2200BG.
9 > >>
10 > >>
11 > >> I tried to follow the simple wiki page
12 > >>
13 > >> : https://wiki.gentoo.org/wiki/Wifi
14 > >>
15 > >> It appears easy because my card is in the list.
16 > >> I config my kernel as indicated. I tried too to active the support of
17 > >> all proposed wifi device.
18 > >> I rebooted on the new compiled kernel.
19 > >> I emerge sys-firmware/iwl2000-ucode without problem.
20 > >> After a reboot, I tried to use ifconfig -a but I only see my lo,
21 > >> enp6s8 (ethernet), and sit0 (ipv6 I think).
22 > >> I tried to unmerge sys-firmware/iwl2000-ucode and emerge
23 > >> sys-kernel/linux-firmware but nothing more.
24 > >>
25 > >> Hi,
26 > >>
27 > >> did you try: # rfkill list ? ===> no ²
28 > >
29 > > What is the goal of this command ?
30 > > In which package it is because I haven't this.
31 > >
32 > > If I have a result with this command, what do I have to do ?
33 > >
34 > > I will try to try today.
35 > >
36 > > Thank you.
37 >
38 > I would suggest "modprobe ipw2200" then "dmesg | grep ipw2200" and see
39 > what is going on. might not see your hardware at all, might have a
40 > firmware issue, might be broken. dmesg will show more.
41 >
42 > if you need help please reboot, modprobe ipw2200, and then provide
43 > "dmesg" output to the list.
44 >
45 > -Zero
46 >
47 > Only to add that getting WiFi to work is not too complicated, but you
48 > will
49 > need to follow some basic steps to get it going:
50 >
51 > 1. Check that the wireless card's driver is installed in the kernel.
52 > You can
53 > install this as a module if you do not use wireless all the time,
54 > otherwise
55 > build it in the kernel. If it is installed as a module, then modprobe
56 > it and
57 > check in dmesg to see that it is loaded.
58 >
59 > 2. Check that the relevant firmware is also installed and loaded.
60 >
61 > 3. Check that the card is switched on on the laptop (there may be some
62 > button
63 > to switch on the hardware). The rfkill package can be used to check
64 > this:
65 >
66 > $ eix -l rfkill
67 > [I] net-wireless/rfkill
68 > Available versions:
69 > 0.4
70 > 0.5
71 > Installed versions: 0.5(14:34:30 06/29/13)
72 > Homepage:
73 > http://wireless.kernel.org/en/users/Documentation/rfkill
74 > Description: Tool to read and control rfkill status through
75 > /dev/rfkill
76 >
77 >
78 > Now the card should be listed in ifconfig. Set up your network
79 > management
80 > solution to configure your desired wireless access point and
81 > encryption:
82 >
83 > https://wiki.gentoo.org/wiki/Network_management
84 >
85 > Hope this helps.
86
87
88 Thank you for help.
89
90 Sorry I can't copy/past because I haven't configured MUA on my laptop.
91
92 In fact I have the Inter Pro/Wirelles 2200BG and the kernel support
93 Intel Pro/Wireless 2100.
94
95 When I add the support as module, it's not loaded. Where I buit-in it,
96 the dmesg just say me that he can't load the firmware.
97
98
99 May be my card is not supported ?

Replies

Subject Author
Re: [gentoo-user] Wifi, problem, problem, problem Peter Humphrey <peter@××××××××××××.uk>
Re: [gentoo-user] Wifi, problem, problem, problem Neil Bothwick <neil@××××××××××.uk>