Gentoo Archives: gentoo-user

From: "Matt Connell (Gmail)" <matthewdconnell@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Gentoo + wifi
Date: Mon, 22 Mar 2021 03:41:53
Message-Id: 41754255b56074146706009c0e777d1c6c08ace8.camel@gmail.com
In Reply to: [gentoo-user] Gentoo + wifi by Philip Webb
1 On Sun, 2021-03-21 at 21:25 -0400, Philip Webb wrote:
2 > if I use the Wifi services, is whether I would need to add hardware to my machine
3
4 It depends on if your motherboard has an integrated Wifi chip or not.
5
6 If it does not have an external connector for an antenna, it probably
7 doesn't have the hardware.
8
9 However, USB wifi adapters are quite affordable and sufficient for your
10 use case, in my opinion.
11
12 > whether I would need to add any packages to my Gentoo system.
13
14 Yes, you will. You'll need to find out what chipset is used by the
15 adapter you want to add (or already have). Once you have that, you can
16 enable the appropriate kernel drivers and rebuild, and then you'll need
17 to install net-wireless/wpa_supplicant to make the actual connection.
18
19 wpa_supplicant can be cumbersome to set up by hand, but the Arch wiki
20 has a very comprehensive page[1] on how to configure it.
21 Alternatively, there are GUI tools for managing the configuration (the
22 aptly named wpa_gui is usually enough; to get this, you need to enable
23 the qt5 use flag for wpa_supplicant), but if you're connecting to one
24 network, and never changing the configuration, that might be overkill.
25
26 1: https://wiki.archlinux.org/index.php/Wpa_supplicant

Replies

Subject Author
Re: [gentoo-user] Gentoo + wifi Philip Webb <purslow@××××××××.net>
Re: [gentoo-user] Gentoo + wifi Neil Bothwick <neil@××××××××××.uk>