Gentoo Archives: gentoo-user

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

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

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