Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
wlan card not detected
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
ABJB
n00b
n00b


Joined: 13 Apr 2025
Posts: 3

PostPosted: Sun Apr 13, 2025 6:11 pm    Post subject: wlan card not detected Reply with quote

when in gentoo, my my wireless card does not show up no matter what commands i do. it shows up when i use
Code:
lspci
but if i use
Code:
ip link
or
Code:
ipconfig
then it doesnt show up. i have a Intel AX201 wifi card, and i have enabled all of the intel drivers in the kernel configuration for wifi, but it still does not work. any help is appreciated.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


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

PostPosted: Sun Apr 13, 2025 6:22 pm    Post subject: Reply with quote

ABJB,

Welcome to Gentoo.

You may be missing firmware. Did you install linux-firmware?

Are there any errors in
Code:
dmesg
about missing firmware or firmware failing to load?
_________________
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
ABJB
n00b
n00b


Joined: 13 Apr 2025
Posts: 3

PostPosted: Sun Apr 13, 2025 6:46 pm    Post subject: Reply with quote

yes i did install linux-firmware.

i used grep to go through dmesg and i got two errors:

Code:
i915 0000:00:02.0: Direct firmware load for i915/tgl_dmc_ver2_12.bin failed with error -2
i915 0000:00:02.0: [drm] Failed to load DMC firmware i915/tgl_dmc_ver2_12.bin (-ENOENT). Disabling runtime power management.
Bluetooth: hci0: Failed to load Intel firmware file intel/ibt-19-0-4.sfi (-2)


im guessing this means that my bluetooth isnt working aswell.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


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

PostPosted: Sun Apr 13, 2025 7:03 pm    Post subject: Reply with quote

ABJB,

It means that your GPU has no power management and your bluetooth is not working.

If those files exist in /lib/firmware, I suspect the the kernel has those items configured as =y rather than -m ant the firmware is not included in the kernel binary.
EXTRA_FIRMWARE=

What does
Code:
lspci -nnk
say about your wifi?
_________________
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
ABJB
n00b
n00b


Joined: 13 Apr 2025
Posts: 3

PostPosted: Sun Apr 13, 2025 7:15 pm    Post subject: Reply with quote

in /lib/firmware, the only items listed are:

intel
regulatory.db
regulatory.db.p7s

when running lspci -nnk. this is what it says:

Code:
0000:00:14.3 Network controller [0280]: Intel Corporation Wi-Fi 6 AX201 [8086:a0f0] (rev 20)
Subsystem: Intel Corporation Device [8086:0074]
Kernel modules: 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