Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Intel WiFi adapter is not detected after install
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
latenightz
n00b
n00b


Joined: 02 Jul 2021
Posts: 3

PostPosted: Wed Jul 21, 2021 8:38 pm    Post subject: Intel WiFi adapter is not detected after install Reply with quote

So, I just setup Gentoo Linux today, and during the install, I was able to use wifi. Towards the end of the handbook, it mentions wpa_supplicant and all that, which I installed using Emerge. However, once I start up Gentoo, it doesn't detect my wifi adapter. Is there something else I need to install? I heard that using System Rescue CD worked on the installation, but what about after?

Thanks.
_________________
HP ProBook 650 G2
Intel i5-6300U (4-core)
12GiB RAM
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54236
Location: 56N 3W

PostPosted: Wed Jul 21, 2021 8:45 pm    Post subject: Reply with quote

latenightz,

Welcome to Gentoo

You will need WiFi support it the kernel including the device driver for your hardware.
Firmware may be required too.

This Wiki page is worth a read. for your specific card we need to see the output of
Code:
lspci -nnk
or
Code:
lsusb

Whichever shows your card.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
NathanZachary
Moderator
Moderator


Joined: 30 Jan 2007
Posts: 2605

PostPosted: Fri Jul 30, 2021 2:40 am    Post subject: Reply with quote

Hello,

If you look at `dmesg`, do you see any reference to your wireless adapter? Any mention of something like 'wlan' or something similar? If you don't see any reference to your wireless adapter, then you don't have support for it in your kernel. If you do see it mentioned, that will provide some indication of the problem. For instance, some wireless adapters require firmware. If you're able to provide more information about your adapter, we can provide more specific troubleshooting.

Cheers,
Nathan Zachary
_________________
“Truth, like infinity, is to be forever approached but never reached.” --Jean Ayres (1972)
---avatar cropped from =AimanStudio---
Back to top
View user's profile Send private message
bleibeidl
n00b
n00b


Joined: 13 Aug 2021
Posts: 1

PostPosted: Fri Aug 13, 2021 8:41 pm    Post subject: Reply with quote

Try downgrading to the latest kernel of the 5.12 series if you are at 5.13 already.
There has been a regression regarding intel wifi and bluetooth drivers in 5.13.
Back to top
View user's profile Send private message
dmpogo
Advocate
Advocate


Joined: 02 Sep 2004
Posts: 3267
Location: Canada

PostPosted: Fri Aug 13, 2021 9:04 pm    Post subject: Reply with quote

Lots of suggestions ...


BuI find easier to start with

lspci -v

once you booted. Is you adapter (which I expect to be listed in the output), has iwlwifi assigned as kernel driver

Here is example of my case

Code:

04:00.0 Network controller: Intel Corporation Wireless 8265 / 8275 (rev 88)
        Subsystem: Intel Corporation Dual Band Wireless-AC 8265
        Flags: bus master, fast devsel, latency 0, IRQ 131
        Memory at ec100000 (64-bit, non-prefetchable) [size=8K]
        Capabilities: [c8] Power Management version 3
        Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
        Capabilities: [40] Express Endpoint, MSI 00
        Capabilities: [100] Advanced Error Reporting
        Capabilities: [140] Device Serial Number 00-28-f8-ff-ff-dd-5c-07
        Capabilities: [14c] Latency Tolerance Reporting
        Capabilities: [154] L1 PM Substates
        Kernel driver in use: iwlwifi
        Kernel modules: iwlwifi


If you do not see any of the last too lines, that means the support is either not build into kernel or it failed to use it (such as module is not loaded). Then check dmesg for the lines around iwlwifi.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum