Gentoo Archives: gentoo-user

From: Walter Dnes <waltdnes@××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] No wifi
Date: Tue, 14 Jul 2020 04:20:05
Message-Id: 20200714041951.GA14890@waltdnes.org
In Reply to: Re: [gentoo-user] No wifi by Ashley Dixon
1 On Tue, Jul 14, 2020 at 03:12:29AM +0100, Ashley Dixon wrote
2
3 > Can you confirm that the correct firmware package is being loaded ?
4 > `lspci -k | grep -i -B 1 5100`
5
6 [thimk][root][~] lspci -k | grep -i -B 1 5100
7 Kernel driver in use: i801_smbus
8 03:00.0 Network controller: Intel Corporation PRO/Wireless 5100 AGN [Shiloh] Network Connection
9 Subsystem: Intel Corporation WiFi Link 5100 AGN
10
11 Note that that it's not being "loaded" as a module. I'm building into
12 the kernel itself. Here's a snippet from .config
13
14 #
15 # Firmware loader
16 #
17 CONFIG_FW_LOADER=y
18 CONFIG_EXTRA_FIRMWARE="iwlwifi-5000-ucode-5.4.A.11/iwlwifi-5000-1.ucode"
19 CONFIG_EXTRA_FIRMWARE_DIR="/lib/firmware"
20
21
22 > Did you install the iwlwifi microcode from sys-kernel/linux-firmware
23 > (linux-firmware.git), or directly from kernel.org ?
24
25 Directly from kernel.org itself. As I mentioned, the <Help> feature in
26 "make menuconfig" pointed there. I basically ran...
27
28 wget https://wireless.wiki.kernel.org/_media/en/users/drivers/iwlwifi-5000-ucode-5.4.a.11.tar.gz
29
30 > Which kernel version are you running ? `uname -r`
31
32 5.4.48-gentoo This a brand new install.
33
34 --
35 Walter Dnes <waltdnes@××××××××.org>
36 I don't run "desktop environments"; I run useful applications

Replies

Subject Author
Re: [gentoo-user] No wifi Ashley Dixon <ash@××××××××××.uk>