Gentoo Archives: gentoo-user

From: Ashley Dixon <ash@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] No wifi
Date: Tue, 14 Jul 2020 05:00:45
Message-Id: 20200714045937.7k3thcbxe7tvtbzb@ad-gentoo-main
In Reply to: Re: [gentoo-user] No wifi by Walter Dnes
1 On Tue, Jul 14, 2020 at 12:19:51AM -0400, Walter Dnes wrote:
2 > [thimk][root][~] lspci -k | grep -i -B 1 5100
3 > Kernel driver in use: i801_smbus
4 > 03:00.0 Network controller: Intel Corporation PRO/Wireless 5100 AGN [Shiloh] Network Connection
5 > Subsystem: Intel Corporation WiFi Link 5100 AGN
6 >
7 > Note that that it's not being "loaded" as a module. I'm building into
8 > the kernel itself. Here's a snippet from .config
9
10 It doesn't look like it's loading the firmware. Are there any obvious firmware-
11 loading errors in dmesg ? If not, it might be worth installing `sys-apps/lshw`
12 and running `lshw -C network` to see kernel resource information regarding the
13 device.
14
15 > #
16 > # Firmware loader
17 > #
18 > CONFIG_FW_LOADER=y
19 > CONFIG_EXTRA_FIRMWARE="iwlwifi-5000-ucode-5.4.A.11/iwlwifi-5000-1.ucode"
20 > CONFIG_EXTRA_FIRMWARE_DIR="/lib/firmware"
21
22 That looks fine, although why are you using such an outdated version of the
23 microcode ? For kernels 2.6.38+, you can use 8.83.5.1-1.
24
25 > > Did you install the iwlwifi microcode from sys-kernel/linux-firmware
26 > > (linux-firmware.git), or directly from kernel.org ?
27 >
28 > Directly from kernel.org itself. As I mentioned, the <Help> feature in
29 > "make menuconfig" pointed there. I basically ran...
30 >
31 > wget [link clipped]
32
33 Perhaps it would be better to install it from the Gentoo-provided firmware
34 package ? Amend /etc/portage/savedconfig/sys-kernel/linux-firmware to include
35 the appropriate entries (listing at [1]), and emerge `linux-firmware` with the
36 `savedconfig` USE-flag.
37
38 [1] https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/
39
40 --
41
42 Ashley Dixon
43 suugaku.co.uk
44
45 2A9A 4117
46 DA96 D18A
47 8A7B B0D2
48 A30E BF25
49 F290 A8AA

Attachments

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

Replies

Subject Author
Re: [gentoo-user] No wifi Michael <confabulate@××××××××.com>
Re: [gentoo-user] No wifi Walter Dnes <waltdnes@××××××××.org>