Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED]Wifi works one kernel but not other.
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
nzPenguin
n00b
n00b


Joined: 24 Feb 2012
Posts: 32

PostPosted: Sun Jan 21, 2024 10:28 am    Post subject: [SOLVED]Wifi works one kernel but not other. Reply with quote

[SOLVED] I had not configured my fstab or installed grub correctly. I discovered this while upgrading the kernel. I'm now using the correctly configured kernel upgraded to latest stable version and have working Wifi and Nvidia graphics card.


Hi

I have two kernels one the wifi works and the other one it doesn't, below is some tests performed on each.

Quote:

1. linux-6.1.69-gentoo-dist

lspci -nnk | grep 0280 -A3 output:
Code:

00:14.3 Network controller [0280]: Intel Corporation Alder Lake-P PCH CNVi WiFi
[8086:51f0] (rev 01)
   Subsystem: Intel Corporation Wi-Fi 6E AX211 160MHz [8086:0094]
   Kernel driver in use: iwlwifi
   Kernel modules: iwlwifi

ifconfig -a output:
Code:

enp0s31f6: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether d4:93:90:1c:d4:d2  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 16  memory 0x82580000-825a0000 

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 52  bytes 3852 (3.7 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 52  bytes 3852 (3.7 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

wlp0s20f3: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.1.65  netmask 255.255.255.0  broadcast 192.168.1.255
        inet6 fe80::b1e8:5712:486e:5cc2  prefixlen 64  scopeid 0x20<link>
        inet6 fdf0:2073:17a9:83de:d31e:cadb:8df7:2aed  prefixlen 64  scopeid 0x0<global>
        ether 2c:0d:a7:6e:11:d0  txqueuelen 1000  (Ethernet)
        RX packets 35299  bytes 30704384 (29.2 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 18754  bytes 3974086 (3.7 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0


Running modprobe iwlwifi in the terminal returns nothing.


Quote:

2. linux-6.1.67-gentoo

lspci -nnk | grep 0280 -A3 output:
Code:

00:14.3 Network controller [0280]: Intel Corporation Alder Lake-P PCH CNVi WiFi
[8086:51f0] (rev 01)
   Subsystem: Intel Corporation Wi-Fi 6E AX211 160MHz [8086:0094]
   Kernel modules: iwlwifi
00:15.0 Serial bus controller [0c80]: Intel Corporation Alder Lake PCH Serial IO I2C Controller #0 [8086:51e8] (rev 01)

ifconfig -a output:
Code:

enp0s31f6: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether d4:93:90:1c:d4:d2  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 16  memory 0x82580000-825a0000 

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 1792  bytes 135968 (132.7 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 1792  bytes 135968 (132.7 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

sit0: flags=128<NOARP>  mtu 1480
        sit  txqueuelen 1000  (IPv6-in-IPv4)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

Running modprobe iwlwifi in the terminal returns:
Code:

modprobe: ERROR: could not insert 'iwlwifi': Unknown symbol in module, or unknown parameter (see dmesg)



Running locate iwlwifi.ko output:

Code:

/lib/modules/6.1.67-gentoo/kernel/drivers/net/wireless/intel/iwlwifi/iwlwifi.ko
/lib/modules/6.1.69-gentoo-dist/kernel/drivers/net/wireless/intel/iwlwifi/iwlwifi.ko
/usr/src/linux-6.1.67-gentoo/drivers/net/wireless/intel/iwlwifi/.iwlwifi.ko.cmd
/usr/src/linux-6.1.67-gentoo/drivers/net/wireless/intel/iwlwifi/iwlwifi.ko


I followed the Gentoo documentation found here https://wiki.gentoo.org/wiki/Wi-Fi - I seem to have identified and installed the correct drivers, and enabled the correct kernel options judging by the performed tests except my manually configured kernel 2. linux-6.1.67-gentoo isn't using the module for whatever reason and I can't modprobe the module.

Any guidence would be greatly appreciated, I believe I sorted my video card issues with my manually configured kernel but to test dual monitor capabilities I really need to get my Wifi going :lol:

Thanks.


Last edited by nzPenguin on Wed Jan 31, 2024 10:53 pm; edited 1 time in total
Back to top
View user's profile Send private message
nzPenguin
n00b
n00b


Joined: 24 Feb 2012
Posts: 32

PostPosted: Sun Jan 21, 2024 11:02 am    Post subject: Re: Wifi works one kernel but not other. Reply with quote

nzPenguin wrote:
Hi

I have two kernels one the wifi works and the other one it doesn't, below is some tests performed on each.

Quote:

1. linux-6.1.69-gentoo-dist

lspci -nnk | grep 0280 -A3 output:
Code:

00:14.3 Network controller [0280]: Intel Corporation Alder Lake-P PCH CNVi WiFi
[8086:51f0] (rev 01)
   Subsystem: Intel Corporation Wi-Fi 6E AX211 160MHz [8086:0094]
   Kernel driver in use: iwlwifi
   Kernel modules: iwlwifi

ifconfig -a output:
Code:

enp0s31f6: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether d4:93:90:1c:d4:d2  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 16  memory 0x82580000-825a0000 

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 52  bytes 3852 (3.7 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 52  bytes 3852 (3.7 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

wlp0s20f3: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.1.65  netmask 255.255.255.0  broadcast 192.168.1.255
        inet6 fe80::b1e8:5712:486e:5cc2  prefixlen 64  scopeid 0x20<link>
        inet6 fdf0:2073:17a9:83de:d31e:cadb:8df7:2aed  prefixlen 64  scopeid 0x0<global>
        ether 2c:0d:a7:6e:11:d0  txqueuelen 1000  (Ethernet)
        RX packets 35299  bytes 30704384 (29.2 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 18754  bytes 3974086 (3.7 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0


Running modprobe iwlwifi in the terminal returns nothing.


Quote:

2. linux-6.1.67-gentoo

lspci -nnk | grep 0280 -A3 output:
Code:

00:14.3 Network controller [0280]: Intel Corporation Alder Lake-P PCH CNVi WiFi
[8086:51f0] (rev 01)
   Subsystem: Intel Corporation Wi-Fi 6E AX211 160MHz [8086:0094]
   Kernel modules: iwlwifi
00:15.0 Serial bus controller [0c80]: Intel Corporation Alder Lake PCH Serial IO I2C Controller #0 [8086:51e8] (rev 01)

ifconfig -a output:
Code:

enp0s31f6: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether d4:93:90:1c:d4:d2  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 16  memory 0x82580000-825a0000 

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 1792  bytes 135968 (132.7 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 1792  bytes 135968 (132.7 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

sit0: flags=128<NOARP>  mtu 1480
        sit  txqueuelen 1000  (IPv6-in-IPv4)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

Running modprobe iwlwifi in the terminal returns:
Code:

modprobe: ERROR: could not insert 'iwlwifi': Unknown symbol in module, or unknown parameter (see dmesg)



Running locate iwlwifi.ko output:

Code:

/lib/modules/6.1.67-gentoo/kernel/drivers/net/wireless/intel/iwlwifi/iwlwifi.ko
/lib/modules/6.1.69-gentoo-dist/kernel/drivers/net/wireless/intel/iwlwifi/iwlwifi.ko
/usr/src/linux-6.1.67-gentoo/drivers/net/wireless/intel/iwlwifi/.iwlwifi.ko.cmd
/usr/src/linux-6.1.67-gentoo/drivers/net/wireless/intel/iwlwifi/iwlwifi.ko


I followed the Gentoo documentation found here https://wiki.gentoo.org/wiki/Wi-Fi - I seem to have identified and installed the correct drivers, and enabled the correct kernel options judging by the performed tests except my manually configured kernel 2. linux-6.1.67-gentoo isn't using the module for whatever reason and I can't modprobe the module.

Any guidence would be greatly appreciated, I believe I sorted my video card issues with my manually configured kernel but to test dual monitor capabilities I really need to get my Wifi going :lol:

Thanks.


I rebuilt the kernel and the problem persists, I performed:
Code:

1. make clean

2. make

3. make modules_install

4. make install
Back to top
View user's profile Send private message
nzPenguin
n00b
n00b


Joined: 24 Feb 2012
Posts: 32

PostPosted: Sun Jan 21, 2024 11:54 am    Post subject: Reply with quote

Dmesg output:
Code:

[    0.000000] Linux version 6.1.67-gentoo (root@livecd) (gcc (Gentoo 13.2.1_p20230826 p7) 13.2.1 20230826, GNU ld (Gentoo 2.41 p4) 2.41.0) #2 SMP PREEMPT_DYNAMIC Sat Jan 13 01:04:07 NZDT 2024
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-6.1.67-gentoo root=UUID=da0cc97f-43fa-4f24-897b-80329724ad23 ro
[    0.000000] x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000602c8fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000602c9000-0x0000000060bc8fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000060bc9000-0x00000000629defff] usable
[    0.000000] BIOS-e820: [mem 0x00000000629df000-0x0000000062daefff] type 20
[    0.000000] BIOS-e820: [mem 0x0000000062daf000-0x0000000064a7efff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000064a7f000-0x0000000067a2efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000067a2f000-0x0000000067afefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x0000000067aff000-0x0000000067afffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000067b00000-0x000000006bffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006ca00000-0x000000006cbfffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006d600000-0x00000000747fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe010000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000088b7fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.70 by INSYDE Corp.
[    0.000000] efi: ACPI=0x67afe000 ACPI 2.0=0x67afe014 TPMFinalLog=0x67986000 SMBIOS=0x63089000 MEMATTR=0x5c12d018 ESRT=0x5bdd5698
[    0.000000] SMBIOS 3.3 present.
[    0.000000] DMI: GIGABYTE G5 KE/G5 KE, BIOS FB04 06/20/2022
[    0.000000] tsc: Detected 3100.000 MHz processor
[    0.000000] tsc: Detected 3110.400 MHz TSC
[    0.000005] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000008] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000016] last_pfn = 0x88b800 max_arch_pfn = 0x400000000
[    0.000216] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT 
[    0.001222] last_pfn = 0x67b00 max_arch_pfn = 0x400000000
[    0.009429] esrt: Reserving ESRT space from 0x000000005bdd5698 to 0x000000005bdd56f8.
[    0.009434] e820: update [mem 0x5bdd5000-0x5bdd5fff] usable ==> reserved
[    0.009457] Using GB pages for direct mapping
[    0.009458] Incomplete global flushes, disabling PCID
[    0.009705] Secure boot disabled
[    0.009706] RAMDISK: [mem 0x37289000-0x3793bfff]
[    0.009708] ACPI: Early table checksum verification disabled
[    0.009710] ACPI: RSDP 0x0000000067AFE014 000024 (v02 GBT   )
[    0.009714] ACPI: XSDT 0x0000000067A57188 000114 (v01 GBT    GBTUACPI 00000002      01000013)
[    0.009720] ACPI: FACP 0x0000000067AD2000 000114 (v06 GBT    GBTUACPI 00000002 ACPI 00040000)
[    0.009725] ACPI: DSDT 0x0000000067A5A000 074F1B (v02 GBT    GBTUACPI 00000002 ACPI 00040000)
[    0.009728] ACPI: FACS 0x000000006795F000 000040
[    0.009730] ACPI: UEFI 0x0000000067A2E000 000236 (v01 GBT    GBTUACPI 00000001 ACPI 00040000)
[    0.009733] ACPI: SSDT 0x0000000067AF9000 00329F (v02 DptfTb DptfTabl 00001000 INTL 20200717)
[    0.009736] ACPI: SSDT 0x0000000067AF3000 005D2C (v02 CpuRef CpuSsdt  00003000 INTL 20200717)
[    0.009739] ACPI: SSDT 0x0000000067AF0000 00268B (v02 SaSsdt SaSsdt   00003000 INTL 20200717)
[    0.009742] ACPI: SSDT 0x0000000067AEC000 00330F (v02 INTEL  IgfxSsdt 00003000 INTL 20200717)
[    0.009744] ACPI: SSDT 0x0000000067ADE000 00D39F (v02 INTEL  TcssSsdt 00001000 INTL 20200717)
[    0.009747] ACPI: SSDT 0x0000000067ADD000 00077B (v02 INSYDE Tpm2Tabl 00001000 INTL 20200717)
[    0.009749] ACPI: TPM2 0x0000000067ADC000 00004C (v04 GBT    GBTUACPI 00000002 ACPI 00040000)
[    0.009752] ACPI: MSDM 0x0000000067ADB000 000055 (v03 GBT    GBTUACPI 00000000 TEST 00000000)
[    0.009755] ACPI: SSDT 0x0000000067AD9000 0016EC (v02 INSYDE UsbCTabl 00001000 INTL 20200717)
[    0.009757] ACPI: WSMT 0x0000000067AD8000 000028 (v01 GBT    GBTUACPI 00000002 ACPI 00040000)
[    0.009760] ACPI: SSDT 0x0000000067AD6000 00160E (v02 INSYDE PtidDevc 00001000 INTL 20200717)
[    0.009762] ACPI: DBGP 0x0000000067AD5000 000034 (v01 GBT    GBTUACPI 00000002 ACPI 00040000)
[    0.009765] ACPI: DBG2 0x0000000067AD4000 000054 (v00 GBT    GBTUACPI 00000002 ACPI 00040000)
[    0.009768] ACPI: NHLT 0x0000000067AD3000 00002D (v00 GBT    GBTUACPI 00000002 ACPI 00040000)
[    0.009770] ACPI: HPET 0x0000000067AD1000 000038 (v01 GBT    GBTUACPI 00000002 ACPI 00040000)
[    0.009773] ACPI: APIC 0x0000000067AD0000 0001DC (v04 GBT    GBTUACPI 00000002 ACPI 00040000)
[    0.009775] ACPI: MCFG 0x0000000067ACF000 00003C (v01 GBT    GBTUACPI 00000002 ACPI 00040000)
[    0.009778] ACPI: SSDT 0x0000000067A58000 001323 (v02 INSYDE ADL-P-M  00000002      01000013)
[    0.009780] ACPI: $H2O 0x0000000067AFD000 00002C (v01 GBT    GBTUACPI 00000001 ACPI 00040000)
[    0.009783] ACPI: DMAR 0x0000000067A56000 000088 (v02 GBT    GBTUACPI 00000002 ACPI 00040000)
[    0.009786] ACPI: SSDT 0x0000000067A53000 0027F7 (v01 NvdRef NvdTabl  00001000 INTL 20200717)
[    0.009788] ACPI: SSDT 0x0000000067A52000 000E65 (v02 INTEL  xh_adlLP 00000000 INTL 20200717)
[    0.009791] ACPI: SSDT 0x0000000067A4E000 003AEA (v02 SocGpe SocGpe   00003000 INTL 20200717)
[    0.009794] ACPI: SSDT 0x0000000067A4A000 0039DA (v02 SocCmn SocCmn   00003000 INTL 20200717)
[    0.009796] ACPI: SSDT 0x0000000067A49000 0000F8 (v01 INSYDE PcdTabl  00001000 INTL 20200717)
[    0.009799] ACPI: FPDT 0x0000000067A48000 000044 (v01 GBT    GBTUACPI 00000002 ACPI 00040000)
[    0.009802] ACPI: PHAT 0x0000000067A46000 000A63 (v01 GBT    GBTUACPI 00000005 ACPI 00040000)
[    0.009804] ACPI: BGRT 0x0000000067A47000 000038 (v01 GBT    GBTUACPI 00000001 ACPI 00040000)
[    0.009806] ACPI: Reserving FACP table memory at [mem 0x67ad2000-0x67ad2113]
[    0.009808] ACPI: Reserving DSDT table memory at [mem 0x67a5a000-0x67acef1a]
[    0.009809] ACPI: Reserving FACS table memory at [mem 0x6795f000-0x6795f03f]
[    0.009810] ACPI: Reserving UEFI table memory at [mem 0x67a2e000-0x67a2e235]
[    0.009810] ACPI: Reserving SSDT table memory at [mem 0x67af9000-0x67afc29e]
[    0.009811] ACPI: Reserving SSDT table memory at [mem 0x67af3000-0x67af8d2b]
[    0.009812] ACPI: Reserving SSDT table memory at [mem 0x67af0000-0x67af268a]
[    0.009813] ACPI: Reserving SSDT table memory at [mem 0x67aec000-0x67aef30e]
[    0.009814] ACPI: Reserving SSDT table memory at [mem 0x67ade000-0x67aeb39e]
[    0.009815] ACPI: Reserving SSDT table memory at [mem 0x67add000-0x67add77a]
[    0.009815] ACPI: Reserving TPM2 table memory at [mem 0x67adc000-0x67adc04b]
[    0.009816] ACPI: Reserving MSDM table memory at [mem 0x67adb000-0x67adb054]
[    0.009817] ACPI: Reserving SSDT table memory at [mem 0x67ad9000-0x67ada6eb]
[    0.009818] ACPI: Reserving WSMT table memory at [mem 0x67ad8000-0x67ad8027]
[    0.009819] ACPI: Reserving SSDT table memory at [mem 0x67ad6000-0x67ad760d]
[    0.009819] ACPI: Reserving DBGP table memory at [mem 0x67ad5000-0x67ad5033]
[    0.009820] ACPI: Reserving DBG2 table memory at [mem 0x67ad4000-0x67ad4053]
[    0.009821] ACPI: Reserving NHLT table memory at [mem 0x67ad3000-0x67ad302c]
[    0.009822] ACPI: Reserving HPET table memory at [mem 0x67ad1000-0x67ad1037]
[    0.009823] ACPI: Reserving APIC table memory at [mem 0x67ad0000-0x67ad01db]
[    0.009824] ACPI: Reserving MCFG table memory at [mem 0x67acf000-0x67acf03b]
[    0.009824] ACPI: Reserving SSDT table memory at [mem 0x67a58000-0x67a59322]
[    0.009825] ACPI: Reserving $H2O table memory at [mem 0x67afd000-0x67afd02b]
[    0.009826] ACPI: Reserving DMAR table memory at [mem 0x67a56000-0x67a56087]
[    0.009827] ACPI: Reserving SSDT table memory at [mem 0x67a53000-0x67a557f6]
[    0.009828] ACPI: Reserving SSDT table memory at [mem 0x67a52000-0x67a52e64]
[    0.009829] ACPI: Reserving SSDT table memory at [mem 0x67a4e000-0x67a51ae9]
[    0.009830] ACPI: Reserving SSDT table memory at [mem 0x67a4a000-0x67a4d9d9]
[    0.009830] ACPI: Reserving SSDT table memory at [mem 0x67a49000-0x67a490f7]
[    0.009831] ACPI: Reserving FPDT table memory at [mem 0x67a48000-0x67a48043]
[    0.009832] ACPI: Reserving PHAT table memory at [mem 0x67a46000-0x67a46a62]
[    0.009833] ACPI: Reserving BGRT table memory at [mem 0x67a47000-0x67a47037]
[    0.010160] No NUMA configuration found
[    0.010161] Faking a node at [mem 0x0000000000000000-0x000000088b7fffff]
[    0.010164] NODE_DATA(0) allocated [mem 0x88b7fc000-0x88b7fffff]
[    0.010195] Zone ranges:
[    0.010196]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.010197]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.010199]   Normal   [mem 0x0000000100000000-0x000000088b7fffff]
[    0.010200] Movable zone start for each node
[    0.010201] Early memory node ranges
[    0.010201]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.010202]   node   0: [mem 0x0000000000100000-0x00000000602c8fff]
[    0.010203]   node   0: [mem 0x0000000060bc9000-0x00000000629defff]
[    0.010204]   node   0: [mem 0x0000000067aff000-0x0000000067afffff]
[    0.010205]   node   0: [mem 0x0000000100000000-0x000000088b7fffff]
[    0.010207] Initmem setup node 0 [mem 0x0000000000001000-0x000000088b7fffff]
[    0.010210] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.010230] On node 0, zone DMA: 97 pages in unavailable ranges
[    0.012196] On node 0, zone DMA32: 2304 pages in unavailable ranges
[    0.012338] On node 0, zone DMA32: 20768 pages in unavailable ranges
[    0.050926] On node 0, zone Normal: 1280 pages in unavailable ranges
[    0.051055] On node 0, zone Normal: 18432 pages in unavailable ranges
[    0.051128] Reserving Intel graphics memory at [mem 0x70800000-0x747fffff]
[    0.052190] ACPI: PM-Timer IO Port: 0x1808
[    0.052197] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.052198] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.052199] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.052200] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.052200] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.052201] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.052201] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.052202] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.052202] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.052203] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.052203] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.052204] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.052205] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.052205] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.052206] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.052206] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[    0.052207] ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
[    0.052207] ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
[    0.052208] ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
[    0.052208] ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
[    0.052209] ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1])
[    0.052210] ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1])
[    0.052210] ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1])
[    0.052211] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.052246] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.052249] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.052250] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.052254] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.052256] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.052264] e820: update [mem 0x5b8dd000-0x5b934fff] usable ==> reserved
[    0.052274] TSC deadline timer available
[    0.052275] smpboot: Allowing 16 CPUs, 0 hotplug CPUs
[    0.052291] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.052293] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
[    0.052295] PM: hibernation: Registered nosave memory: [mem 0x5b8dd000-0x5b934fff]
[    0.052296] PM: hibernation: Registered nosave memory: [mem 0x5bdd5000-0x5bdd5fff]
[    0.052297] PM: hibernation: Registered nosave memory: [mem 0x602c9000-0x60bc8fff]
[    0.052299] PM: hibernation: Registered nosave memory: [mem 0x629df000-0x62daefff]
[    0.052299] PM: hibernation: Registered nosave memory: [mem 0x62daf000-0x64a7efff]
[    0.052300] PM: hibernation: Registered nosave memory: [mem 0x64a7f000-0x67a2efff]
[    0.052301] PM: hibernation: Registered nosave memory: [mem 0x67a2f000-0x67afefff]
[    0.052302] PM: hibernation: Registered nosave memory: [mem 0x67b00000-0x6bffffff]
[    0.052302] PM: hibernation: Registered nosave memory: [mem 0x6c000000-0x6c9fffff]
[    0.052303] PM: hibernation: Registered nosave memory: [mem 0x6ca00000-0x6cbfffff]
[    0.052304] PM: hibernation: Registered nosave memory: [mem 0x6cc00000-0x6d5fffff]
[    0.052304] PM: hibernation: Registered nosave memory: [mem 0x6d600000-0x747fffff]
[    0.052305] PM: hibernation: Registered nosave memory: [mem 0x74800000-0xbfffffff]
[    0.052305] PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xcfffffff]
[    0.052306] PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xfe00ffff]
[    0.052306] PM: hibernation: Registered nosave memory: [mem 0xfe010000-0xfe010fff]
[    0.052307] PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfed1ffff]
[    0.052307] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfed7ffff]
[    0.052308] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfeffffff]
[    0.052308] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.052310] [mem 0x74800000-0xbfffffff] available for PCI devices
[    0.052311] Booting paravirtualized kernel on bare hardware
[    0.052313] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.059522] setup_percpu: NR_CPUS:64 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
[    0.059977] percpu: Embedded 52 pages/cpu s175912 r8192 d28888 u262144
[    0.059984] pcpu-alloc: s175912 r8192 d28888 u262144 alloc=1*2097152
[    0.059986] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
[    0.060008] Fallback order for Node 0: 0
[    0.060011] Built 1 zonelists, mobility grouping on.  Total pages: 8182908
[    0.060012] Policy zone: Normal
[    0.060013] Kernel command line: BOOT_IMAGE=/vmlinuz-6.1.67-gentoo root=UUID=da0cc97f-43fa-4f24-897b-80329724ad23 ro
[    0.060033] Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-6.1.67-gentoo", will be passed to user space.
[    0.060053] random: crng init done
[    0.062427] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[    0.063619] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.063751] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[    0.063758] software IO TLB: area num 16.
[    0.122272] Memory: 32490260K/33251832K available (18449K kernel code, 2995K rwdata, 5516K rodata, 1568K init, 2096K bss, 761312K reserved, 0K cma-reserved)
[    0.122326] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.123312] Dynamic Preempt: voluntary
[    0.123348] rcu: Preemptible hierarchical RCU implementation.
[    0.123348] rcu:    RCU event tracing is enabled.
[    0.123349] rcu:    RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=16.
[    0.123350]    Trampoline variant of Tasks RCU enabled.
[    0.123351] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.123352] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.124774] NR_IRQS: 4352, nr_irqs: 2184, preallocated irqs: 16
[    0.125111] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.125518] Console: colour dummy device 80x25
[    0.125752] printk: console [tty0] enabled
[    0.125769] ACPI: Core revision 20220331
[    0.126401] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 99544814920 ns
[    0.126612] APIC: Switch to symmetric I/O mode setup
[    0.126614] Switched APIC routing to physical flat.
[    0.138259] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.142535] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2cd5a8bb032, max_idle_ns: 440795365915 ns
[    0.142542] Calibrating delay loop (skipped), value calculated using timer frequency.. 6220.80 BogoMIPS (lpj=3110400)
[    0.142607] CPU0: Thermal monitoring enabled (TM1)
[    0.142609] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.142615] process: using mwait in idle threads
[    0.142618] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.142620] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.142624] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.142627] Spectre V2 : Mitigation: Enhanced IBRS
[    0.142628] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.142630] Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
[    0.142633] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.142636] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.142647] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.142649] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.142651] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.142653] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    0.142656] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.142658] x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
[    0.142660] x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using 'compacted' format.
[    0.157833] Freeing SMP alternatives memory: 48K
[    0.157838] pid_max: default: 32768 minimum: 301
[    0.160554] LSM: Security Framework initializing
[    0.160563] SELinux:  Initializing.
[    0.160650] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.160694] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.161626] smpboot: CPU0: 12th Gen Intel(R) Core(TM) i5-12500H (family: 0x6, model: 0x9a, stepping: 0x3)
[    0.161714] cblist_init_generic: Setting adjustable number of callback queues.
[    0.161717] cblist_init_generic: Setting shift to 4 and lim to 1.
[    0.161727] Performance Events: XSAVE Architectural LBR, PEBS fmt4+-baseline,  AnyThread deprecated, Alderlake Hybrid events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.161885] core: cpu_core PMU driver:
[    0.161886] ... version:                5
[    0.161887] ... bit width:              48
[    0.161889] ... generic registers:      8
[    0.161890] ... value mask:             0000ffffffffffff
[    0.161892] ... max period:             00007fffffffffff
[    0.161893] ... fixed-purpose events:   4
[    0.161894] ... event mask:             0001000f000000ff
[    0.161908] signal: max sigframe size: 3632
[    0.161919] Estimated ratio of average max frequency by base frequency (times 1024): 1387
[    0.161932] rcu: Hierarchical SRCU implementation.
[    0.161933] rcu:    Max phase no-delay instances is 400.
[    0.162088] smp: Bringing up secondary CPUs ...
[    0.162138] x86: Booting SMP configuration:
[    0.162139] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8
[    0.012054] core: cpu_atom PMU driver: PEBS-via-PT
[    0.012054] ... version:                5
[    0.012054] ... bit width:              48
[    0.012054] ... generic registers:      6
[    0.012054] ... value mask:             0000ffffffffffff
[    0.012054] ... max period:             00007fffffffffff
[    0.012054] ... fixed-purpose events:   3
[    0.012054] ... event mask:             000000070000003f
[    0.177702]   #9 #10 #11 #12 #13 #14 #15
[    0.193980] smp: Brought up 1 node, 16 CPUs
[    0.193980] smpboot: Max logical packages: 1
[    0.193980] smpboot: Total of 16 processors activated (99532.80 BogoMIPS)
[    0.195227] devtmpfs: initialized
[    0.195227] ACPI: PM: Registering ACPI NVS region [mem 0x64a7f000-0x67a2efff] (50003968 bytes)
[    0.195841] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.195847] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    0.196273] PM: RTC time: 00:22:40, date: 2024-01-22
[    0.196359] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.196412] audit: initializing netlink subsys (disabled)
[    0.196423] audit: type=2000 audit(1705882960.059:1): state=initialized audit_enabled=0 res=1
[    0.196423] thermal_sys: Registered thermal governor 'step_wise'
[    0.196423] thermal_sys: Registered thermal governor 'user_space'
[    0.196423] cpuidle: using governor menu
[    0.196670] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000)
[    0.196677] PCI: MMCONFIG at [mem 0xc0000000-0xcfffffff] reserved in E820
[    0.196690] PCI: Using configuration type 1 for base access
[    0.196960] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.198866] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.198866] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.198866] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.198866] ACPI: Added _OSI(Module Device)
[    0.198866] ACPI: Added _OSI(Processor Device)
[    0.198866] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.198866] ACPI: Added _OSI(Processor Aggregator Device)
[    0.256296] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.MHBR], AE_NOT_FOUND (20220331/psargs-330)
[    0.256304] ACPI: Ignoring error and continuing table load
[    0.256316] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PTID.PBAR], AE_NOT_FOUND (20220331/dsfield-500)
[    0.258489] ACPI: 15 ACPI AML tables successfully acquired and loaded
[    0.268559] ACPI: Dynamic OEM Table Load:
[    0.268571] ACPI: SSDT 0xFFFF88E0C0302000 0001AB (v02 PmRef  Cpu0Psd  00003000 INTL 20200717)
[    0.269427] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
[    0.270078] ACPI: USB4 _OSC: OS supports USB3+ DisplayPort+ PCIe+ XDomain+
[    0.270081] ACPI: USB4 _OSC: OS controls USB3+ DisplayPort+ PCIe+ XDomain+
[    0.270695] ACPI: Dynamic OEM Table Load:
[    0.270704] ACPI: SSDT 0xFFFF88E0C0C8D800 000394 (v02 PmRef  Cpu0Cst  00003001 INTL 20200717)
[    0.271682] ACPI: Dynamic OEM Table Load:
[    0.271689] ACPI: SSDT 0xFFFF88E0C0C95000 0006AA (v02 PmRef  Cpu0Ist  00003000 INTL 20200717)
[    0.272716] ACPI: Dynamic OEM Table Load:
[    0.272723] ACPI: SSDT 0xFFFF88E0C0C95800 0004BA (v02 PmRef  Cpu0Hwp  00003000 INTL 20200717)
[    0.273876] ACPI: Dynamic OEM Table Load:
[    0.273885] ACPI: SSDT 0xFFFF88E0C0C84000 001BAF (v02 PmRef  ApIst    00003000 INTL 20200717)
[    0.275297] ACPI: Dynamic OEM Table Load:
[    0.275307] ACPI: SSDT 0xFFFF88E0C15E0000 001038 (v02 PmRef  ApHwp    00003000 INTL 20200717)
[    0.276565] ACPI: Dynamic OEM Table Load:
[    0.276573] ACPI: SSDT 0xFFFF88E0C15E2000 001349 (v02 PmRef  ApPsd    00003000 INTL 20200717)
[    0.277847] ACPI: Dynamic OEM Table Load:
[    0.277854] ACPI: SSDT 0xFFFF88E0C0A39000 000FBB (v02 PmRef  ApCst    00003000 INTL 20200717)
[    0.281807] ACPI: EC: EC started
[    0.281809] ACPI: EC: interrupt blocked
[    0.287593] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.287596] ACPI: \_SB_.PC00.LPCB.EC__: Boot DSDT EC used to handle transactions
[    0.287598] ACPI: Interpreter enabled
[    0.287640] ACPI: PM: (supports S0 S3 S4 S5)
[    0.287641] ACPI: Using IOAPIC for interrupt routing
[    0.287675] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.287677] PCI: Using E820 reservations for host bridge windows
[    0.288291] ACPI: Enabled 10 GPEs in block 00 to 7F
[    0.289051] ACPI: PM: Power Resource [PG00]
[    0.291948] ACPI: PM: Power Resource [BTRT]
[    0.294226] ACPI: PM: Power Resource [WRST]
[    0.301459] ACPI: PM: Power Resource [TBT0]
[    0.301503] ACPI: PM: Power Resource [TBT1]
[    0.301538] ACPI: PM: Power Resource [D3C]
[    0.415258] ACPI: PM: Power Resource [PIN]
[    0.415475] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-fe])
[    0.415481] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.417068] acpi PNP0A08:00: _OSC: OS now controls [PME PCIeCapability LTR]
[    0.417626] PCI host bridge to bus 0000:00
[    0.417627] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.417630] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.417633] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.417635] pci_bus 0000:00: root bus resource [mem 0x74800000-0xbfffffff window]
[    0.417638] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
[    0.417640] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.417709] pci 0000:00:00.0: [8086:4621] type 00 class 0x060000
[    0.418056] pci 0000:00:01.0: [8086:460d] type 01 class 0x060400
[    0.418126] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.418550] pci 0000:00:02.0: [8086:46a6] type 00 class 0x030000
[    0.418561] pci 0000:00:02.0: reg 0x10: [mem 0x6202000000-0x6202ffffff 64bit]
[    0.418569] pci 0000:00:02.0: reg 0x18: [mem 0x4000000000-0x400fffffff 64bit pref]
[    0.418575] pci 0000:00:02.0: reg 0x20: [io  0x4000-0x403f]
[    0.418592] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.418594] pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
[    0.418598] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.418717] pci 0000:00:04.0: [8086:461d] type 00 class 0x118000
[    0.418734] pci 0000:00:04.0: reg 0x10: [mem 0x6203140000-0x620315ffff 64bit]
[    0.418955] pci 0000:00:06.0: [8086:464d] type 01 class 0x060400
[    0.419035] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
[    0.419444] pci 0000:00:07.0: [8086:466e] type 01 class 0x060400
[    0.419524] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[    0.420078] pci 0000:00:08.0: [8086:464f] type 00 class 0x088000
[    0.420090] pci 0000:00:08.0: reg 0x10: [mem 0x620318a000-0x620318afff 64bit]
[    0.420194] pci 0000:00:0a.0: [8086:467d] type 00 class 0x118000
Back to top
View user's profile Send private message
nzPenguin
n00b
n00b


Joined: 24 Feb 2012
Posts: 32

PostPosted: Sun Jan 21, 2024 11:56 am    Post subject: Reply with quote

dmesg continued:

Code:

[    0.420203] pci 0000:00:0a.0: reg 0x10: [mem 0x6203170000-0x6203177fff 64bit]
[    0.420228] pci 0000:00:0a.0: enabling Extended Tags
[    0.420335] pci 0000:00:0d.0: [8086:461e] type 00 class 0x0c0330
[    0.420347] pci 0000:00:0d.0: reg 0x10: [mem 0x6203160000-0x620316ffff 64bit]
[    0.420397] pci 0000:00:0d.0: PME# supported from D3hot D3cold
[    0.420655] pci 0000:00:0d.2: [8086:463e] type 00 class 0x0c0340
[    0.420667] pci 0000:00:0d.2: reg 0x10: [mem 0x6203100000-0x620313ffff 64bit]
[    0.420676] pci 0000:00:0d.2: reg 0x18: [mem 0x6203189000-0x6203189fff 64bit]
[    0.420714] pci 0000:00:0d.2: supports D1 D2
[    0.420716] pci 0000:00:0d.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.420962] pci 0000:00:14.0: [8086:51ed] type 00 class 0x0c0330
[    0.420988] pci 0000:00:14.0: reg 0x10: [mem 0x825a0000-0x825affff 64bit]
[    0.421090] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.421379] pci 0000:00:14.2: [8086:51ef] type 00 class 0x050000
[    0.421407] pci 0000:00:14.2: reg 0x10: [mem 0x6203180000-0x6203183fff 64bit]
[    0.421428] pci 0000:00:14.2: reg 0x18: [mem 0x6203188000-0x6203188fff 64bit]
[    0.421609] pci 0000:00:14.3: [8086:51f0] type 00 class 0x028000
[    0.421680] pci 0000:00:14.3: reg 0x10: [mem 0x620317c000-0x620317ffff 64bit]
[    0.421895] pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
[    0.422686] pci 0000:00:15.0: [8086:51e8] type 00 class 0x0c8000
[    0.423417] pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    0.426942] pci 0000:00:15.1: [8086:51e9] type 00 class 0x0c8000
[    0.427637] pci 0000:00:15.1: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    0.430752] pci 0000:00:16.0: [8086:51e0] type 00 class 0x078000
[    0.430781] pci 0000:00:16.0: reg 0x10: [mem 0x6203185000-0x6203185fff 64bit]
[    0.430883] pci 0000:00:16.0: PME# supported from D3hot
[    0.431316] pci 0000:00:1c.0: [8086:51bd] type 01 class 0x060400
[    0.431452] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.431909] pci 0000:00:1d.0: [8086:51b0] type 01 class 0x060400
[    0.432030] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.432476] pci 0000:00:1f.0: [8086:5182] type 00 class 0x060100
[    0.432801] pci 0000:00:1f.3: [8086:51c8] type 00 class 0x040300
[    0.432859] pci 0000:00:1f.3: reg 0x10: [mem 0x6203178000-0x620317bfff 64bit]
[    0.432931] pci 0000:00:1f.3: reg 0x20: [mem 0x6203000000-0x62030fffff 64bit]
[    0.433071] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.433385] pci 0000:00:1f.4: [8086:51a3] type 00 class 0x0c0500
[    0.433419] pci 0000:00:1f.4: reg 0x10: [mem 0x6203184000-0x62031840ff 64bit]
[    0.433460] pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
[    0.433747] pci 0000:00:1f.5: [8086:51a4] type 00 class 0x0c8000
[    0.433771] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
[    0.433952] pci 0000:00:1f.6: [8086:1a1f] type 00 class 0x020000
[    0.434011] pci 0000:00:1f.6: reg 0x10: [mem 0x82580000-0x8259ffff]
[    0.434323] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[    0.434525] pci 0000:01:00.0: [10de:2520] type 00 class 0x030000
[    0.434535] pci 0000:01:00.0: reg 0x10: [mem 0x83000000-0x83ffffff]
[    0.434544] pci 0000:01:00.0: reg 0x14: [mem 0x6000000000-0x61ffffffff 64bit pref]
[    0.434553] pci 0000:01:00.0: reg 0x1c: [mem 0x6200000000-0x6201ffffff 64bit pref]
[    0.434559] pci 0000:01:00.0: reg 0x24: [io  0x3000-0x307f]
[    0.434565] pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
[    0.434618] pci 0000:01:00.0: PME# supported from D0 D3hot
[    0.434656] pci 0000:01:00.0: 126.024 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x8 link at 0000:00:01.0 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.434790] pci 0000:01:00.1: [10de:228e] type 00 class 0x040300
[    0.434800] pci 0000:01:00.1: reg 0x10: [mem 0x84000000-0x84003fff]
[    0.434907] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.434910] pci 0000:00:01.0:   bridge window [io  0x3000-0x3fff]
[    0.434913] pci 0000:00:01.0:   bridge window [mem 0x83000000-0x840fffff]
[    0.434918] pci 0000:00:01.0:   bridge window [mem 0x6000000000-0x6201ffffff 64bit pref]
[    0.435030] pci 0000:02:00.0: [1987:5016] type 00 class 0x010802
[    0.435045] pci 0000:02:00.0: reg 0x10: [mem 0x82400000-0x82403fff 64bit]
[    0.435313] pci 0000:00:06.0: PCI bridge to [bus 02]
[    0.435317] pci 0000:00:06.0:   bridge window [mem 0x82400000-0x824fffff]
[    0.435346] pci 0000:00:07.0: PCI bridge to [bus 03-2b]
[    0.435351] pci 0000:00:07.0:   bridge window [mem 0x76000000-0x821fffff]
[    0.435356] pci 0000:00:07.0:   bridge window [mem 0x6210000000-0x622bffffff 64bit pref]
[    0.435518] pci 0000:2c:00.0: [1217:8621] type 00 class 0x080501
[    0.435541] pci 0000:2c:00.0: reg 0x10: [mem 0x82301000-0x82301fff]
[    0.435553] pci 0000:2c:00.0: reg 0x14: [mem 0x82300000-0x823007ff]
[    0.435704] pci 0000:2c:00.0: PME# supported from D3hot D3cold
[    0.438675] pci 0000:00:1c.0: PCI bridge to [bus 2c]
[    0.438681] pci 0000:00:1c.0:   bridge window [mem 0x82300000-0x823fffff]
[    0.438762] pci 0000:2d:00.0: [15b7:5009] type 00 class 0x010802
[    0.438789] pci 0000:2d:00.0: reg 0x10: [mem 0x82200000-0x82203fff 64bit]
[    0.438829] pci 0000:2d:00.0: reg 0x20: [mem 0x82204000-0x822040ff 64bit]
[    0.439067] pci 0000:00:1d.0: PCI bridge to [bus 2d]
[    0.439073] pci 0000:00:1d.0:   bridge window [mem 0x82200000-0x822fffff]
[    0.442353] ACPI: EC: interrupt unblocked
[    0.442355] ACPI: EC: event unblocked
[    0.442394] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.442396] ACPI: EC: GPE=0x6e
[    0.442397] ACPI: \_SB_.PC00.LPCB.EC__: Boot DSDT EC initialization complete
[    0.442400] ACPI: \_SB_.PC00.LPCB.EC__: EC: Used to handle transactions and events
[    0.442450] iommu: Default domain type: Translated
[    0.442452] iommu: DMA domain TLB invalidation policy: lazy mode
[    0.442491] SCSI subsystem initialized
[    0.442498] libata version 3.00 loaded.
[    0.442543] ACPI: bus type USB registered
[    0.442552] usbcore: registered new interface driver usbfs
[    0.442558] usbcore: registered new interface driver hub
[    0.442564] usbcore: registered new device driver usb
[    0.442575] pps_core: LinuxPPS API ver. 1 registered
[    0.442577] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.442580] PTP clock support registered
[    0.442602] Registered efivars operations
[    0.442637] Advanced Linux Sound Architecture Driver Initialized.
[    0.442784] NetLabel: Initializing
[    0.442786] NetLabel:  domain hash size = 128
[    0.442787] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.442802] NetLabel:  unlabeled traffic allowed by default
[    0.442817] PCI: Using ACPI for IRQ routing
[    0.534801] PCI: pci_cache_line_size set to 64 bytes
[    0.535188] pci 0000:00:1f.5: can't claim BAR 0 [mem 0xfe010000-0xfe010fff]: no compatible bridge window
[    0.535379] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.535381] e820: reserve RAM buffer [mem 0x5b8dd000-0x5bffffff]
[    0.535382] e820: reserve RAM buffer [mem 0x5bdd5000-0x5bffffff]
[    0.535383] e820: reserve RAM buffer [mem 0x602c9000-0x63ffffff]
[    0.535384] e820: reserve RAM buffer [mem 0x629df000-0x63ffffff]
[    0.535385] e820: reserve RAM buffer [mem 0x67b00000-0x67ffffff]
[    0.535385] e820: reserve RAM buffer [mem 0x88b800000-0x88bffffff]
[    0.535394] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.535394] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.535394] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.535394] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.535394] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.535394] vgaarb: loaded
[    0.535394] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.535394] hpet0: 8 comparators, 64-bit 19.200000 MHz counter
[    0.537594] clocksource: Switched to clocksource tsc-early
[    0.537639] VFS: Disk quotas dquot_6.6.0
[    0.537648] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.537675] pnp: PnP ACPI init
[    0.537808] pnp 00:00: disabling [io  0x3322-0x3323] because it overlaps 0000:00:01.0 BAR 7 [io  0x3000-0x3fff]
[    0.537925] system 00:02: [io  0x1854-0x1857] has been reserved
[    0.538270] system 00:05: [mem 0xfedc0000-0xfedc7fff] has been reserved
[    0.538272] system 00:05: [mem 0xfeda0000-0xfeda0fff] has been reserved
[    0.538274] system 00:05: [mem 0xfeda1000-0xfeda1fff] has been reserved
[    0.538276] system 00:05: [mem 0xc0000000-0xcfffffff] has been reserved
[    0.538279] system 00:05: [mem 0xfed20000-0xfed7ffff] could not be reserved
[    0.538281] system 00:05: [mem 0xfed90000-0xfed93fff] has been reserved
[    0.538283] system 00:05: [mem 0xfed45000-0xfed8ffff] could not be reserved
[    0.538285] system 00:05: [mem 0xfee00000-0xfeefffff] has been reserved
[    0.538641] system 00:06: [io  0x2000-0x20fe] has been reserved
[    0.539261] pnp: PnP ACPI: found 8 devices
[    0.544605] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.544634] NET: Registered PF_INET protocol family
[    0.544826] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.547660] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[    0.547688] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.547703] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.547944] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    0.548126] TCP: Hash tables configured (established 262144 bind 65536)
[    0.548154] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.548200] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.548295] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.548370] RPC: Registered named UNIX socket transport module.
[    0.548372] RPC: Registered udp transport module.
[    0.548374] RPC: Registered tcp transport module.
[    0.548375] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.548616] pci 0000:01:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
[    0.548622] pci 0000:00:07.0: bridge window [io  0x1000-0x0fff] to [bus 03-2b] add_size 1000
[    0.548631] pci 0000:00:07.0: BAR 7: assigned [io  0x5000-0x5fff]
[    0.548634] clipped [mem size 0x00000000 64bit] to [mem size 0xfffffffffffa0000 64bit] for e820 entry [mem 0x0009f000-0x000fffff]
[    0.548640] pci 0000:00:15.0: BAR 0: assigned [mem 0x4010000000-0x4010000fff 64bit]
[    0.548988] clipped [mem size 0x00000000 64bit] to [mem size 0xfffffffffffa0000 64bit] for e820 entry [mem 0x0009f000-0x000fffff]
[    0.548992] pci 0000:00:15.1: BAR 0: assigned [mem 0x4010001000-0x4010001fff 64bit]
[    0.549341] clipped [mem size 0x00020000] to [mem size 0xfffffffffffc0000] for e820 entry [mem 0x0009f000-0x000fffff]
[    0.549345] pci 0000:00:1f.5: BAR 0: assigned [mem 0x74800000-0x74800fff]
[    0.549364] pci 0000:01:00.0: BAR 6: assigned [mem 0x84080000-0x840fffff pref]
[    0.549367] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.549369] pci 0000:00:01.0:   bridge window [io  0x3000-0x3fff]
[    0.549373] pci 0000:00:01.0:   bridge window [mem 0x83000000-0x840fffff]
[    0.549376] pci 0000:00:01.0:   bridge window [mem 0x6000000000-0x6201ffffff 64bit pref]
[    0.549381] pci 0000:00:06.0: PCI bridge to [bus 02]
[    0.549389] pci 0000:00:06.0:   bridge window [mem 0x82400000-0x824fffff]
[    0.549398] pci 0000:00:07.0: PCI bridge to [bus 03-2b]
[    0.549401] pci 0000:00:07.0:   bridge window [io  0x5000-0x5fff]
[    0.549405] pci 0000:00:07.0:   bridge window [mem 0x76000000-0x821fffff]
[    0.549408] pci 0000:00:07.0:   bridge window [mem 0x6210000000-0x622bffffff 64bit pref]
[    0.549414] pci 0000:00:1c.0: PCI bridge to [bus 2c]
[    0.549433] pci 0000:00:1c.0:   bridge window [mem 0x82300000-0x823fffff]
[    0.549445] pci 0000:00:1d.0: PCI bridge to [bus 2d]
[    0.549452] pci 0000:00:1d.0:   bridge window [mem 0x82200000-0x822fffff]
[    0.549464] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.549466] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.549468] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.549470] pci_bus 0000:00: resource 7 [mem 0x74800000-0xbfffffff window]
[    0.549472] pci_bus 0000:00: resource 8 [mem 0x4000000000-0x7fffffffff window]
[    0.549474] pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
[    0.549475] pci_bus 0000:01: resource 1 [mem 0x83000000-0x840fffff]
[    0.549477] pci_bus 0000:01: resource 2 [mem 0x6000000000-0x6201ffffff 64bit pref]
[    0.549480] pci_bus 0000:02: resource 1 [mem 0x82400000-0x824fffff]
[    0.549481] pci_bus 0000:03: resource 0 [io  0x5000-0x5fff]
[    0.549483] pci_bus 0000:03: resource 1 [mem 0x76000000-0x821fffff]
[    0.549485] pci_bus 0000:03: resource 2 [mem 0x6210000000-0x622bffffff 64bit pref]
[    0.549487] pci_bus 0000:2c: resource 1 [mem 0x82300000-0x823fffff]
[    0.549489] pci_bus 0000:2d: resource 1 [mem 0x82200000-0x822fffff]
[    0.551602] pci 0000:01:00.1: extending delay after power-on from D3hot to 20 msec
[    0.551621] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[    0.551809] PCI: CLS 64 bytes, default 64
[    0.551841] DMAR: Intel-IOMMU force enabled due to platform opt in
[    0.551843] DMAR: Host address width 39
[    0.551845] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.551853] DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 29a00f0505e
[    0.551856] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.551862] DMAR: dmar1: reg_base_addr fed91000 ver 5:0 cap d2008c40660462 ecap f050da
[    0.551864] DMAR: RMRR base: 0x00000070000000 end: 0x000000747fffff
[    0.551871] DMAR: No ATSR found
[    0.551872] DMAR: No SATC found
[    0.551873] DMAR: IOMMU feature fl1gp_support inconsistent
[    0.551874] DMAR: IOMMU feature pgsel_inv inconsistent
[    0.551876] DMAR: IOMMU feature nwfs inconsistent
[    0.551877] DMAR: IOMMU feature dit inconsistent
[    0.551879] DMAR: IOMMU feature sc_support inconsistent
[    0.551880] DMAR: IOMMU feature dev_iotlb_support inconsistent
[    0.551883] DMAR: dmar0: Using Queued invalidation
[    0.551891] DMAR: dmar1: Using Queued invalidation
[    0.551906] Unpacking initramfs...
[    0.552142] pci 0000:00:02.0: Adding to iommu group 0
[    0.552169] pci 0000:00:00.0: Adding to iommu group 1
[    0.552179] pci 0000:00:01.0: Adding to iommu group 2
[    0.552186] pci 0000:00:04.0: Adding to iommu group 3
[    0.552198] pci 0000:00:06.0: Adding to iommu group 4
[    0.552205] pci 0000:00:07.0: Adding to iommu group 5
[    0.552213] pci 0000:00:08.0: Adding to iommu group 6
[    0.552220] pci 0000:00:0a.0: Adding to iommu group 7
[    0.552233] pci 0000:00:0d.0: Adding to iommu group 8
[    0.552240] pci 0000:00:0d.2: Adding to iommu group 8
[    0.552253] pci 0000:00:14.0: Adding to iommu group 9
[    0.552260] pci 0000:00:14.2: Adding to iommu group 9
[    0.552267] pci 0000:00:14.3: Adding to iommu group 10
[    0.552280] pci 0000:00:15.0: Adding to iommu group 11
[    0.552288] pci 0000:00:15.1: Adding to iommu group 11
[    0.552297] pci 0000:00:16.0: Adding to iommu group 12
[    0.552308] pci 0000:00:1c.0: Adding to iommu group 13
[    0.552317] pci 0000:00:1d.0: Adding to iommu group 14
[    0.552338] pci 0000:00:1f.0: Adding to iommu group 15
[    0.552346] pci 0000:00:1f.3: Adding to iommu group 15
[    0.552354] pci 0000:00:1f.4: Adding to iommu group 15
[    0.552362] pci 0000:00:1f.5: Adding to iommu group 15
[    0.552370] pci 0000:00:1f.6: Adding to iommu group 15
[    0.552383] pci 0000:01:00.0: Adding to iommu group 16
[    0.552392] pci 0000:01:00.1: Adding to iommu group 16
[    0.552407] pci 0000:02:00.0: Adding to iommu group 17
[    0.552423] pci 0000:2c:00.0: Adding to iommu group 18
[    0.552431] pci 0000:2d:00.0: Adding to iommu group 19
[    0.552519] DMAR: Intel(R) Virtualization Technology for Directed I/O
[    0.552521] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.552522] software IO TLB: mapped [mem 0x000000005633d000-0x000000005a33d000] (64MB)
[    0.552528] ACPI: bus type thunderbolt registered
[    0.600267] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[    0.600270] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    0.600272] RAPL PMU: hw unit of domain package 2^-14 Joules
[    0.600274] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    0.600275] RAPL PMU: hw unit of domain psys 2^-14 Joules
[    0.601059] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2cd5a8bb032, max_idle_ns: 440795365915 ns
[    0.601352] clocksource: Switched to clocksource tsc
[    0.603427] Initialise system trusted keyrings
[    0.603460] workingset: timestamp_bits=56 max_order=23 bucket_order=0
[    0.604307] NFS: Registering the id_resolver key type
[    0.604312] Key type id_resolver registered
[    0.604313] Key type id_legacy registered
[    0.604332] SGI XFS with security attributes, no debug enabled
[    0.604525] 9p: Installing v9fs 9p2000 file system support
[    0.612939] Key type asymmetric registered
[    0.612942] Asymmetric key parser 'x509' registered
[    0.612951] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[    0.612961] io scheduler mq-deadline registered
[    0.612963] io scheduler kyber registered
[    0.613024] cryptomgr_test (117) used greatest stack depth: 15736 bytes left
[    0.613401] pcieport 0000:00:01.0: PME: Signaling with IRQ 138
[    0.613601] pcieport 0000:00:06.0: PME: Signaling with IRQ 139
[    0.613769] pcieport 0000:00:07.0: PME: Signaling with IRQ 140
[    0.614009] pcieport 0000:00:1c.0: PME: Signaling with IRQ 141
[    0.614274] pcieport 0000:00:1d.0: PME: Signaling with IRQ 142
[    0.614971] ACPI: AC: AC Adapter [AC] (on-line)
[    0.615047] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.615076] ACPI: button: Power Button [PWRB]
[    0.615093] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[    0.615106] ACPI: button: Sleep Button [SLPB]
[    0.615121] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
[    0.615135] ACPI: button: Lid Switch [LID0]
[    0.615151] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    0.615163] ACPI: button: Power Button [PWRF]
[    0.615468] Monitor-Mwait will be used to enter C-1 state
[    0.615471] Monitor-Mwait will be used to enter C-2 state
[    0.615473] Monitor-Mwait will be used to enter C-3 state
[    0.615474] ACPI: \_SB_.PR00: Found 3 idle states
[    0.615732] ACPI: \_SB_.PR01: Found 3 idle states
[    0.616001] ACPI: \_SB_.PR02: Found 3 idle states
[    0.616278] ACPI: \_SB_.PR03: Found 3 idle states
[    0.616591] ACPI: \_SB_.PR04: Found 3 idle states
[    0.616840] ACPI: \_SB_.PR05: Found 3 idle states
[    0.617271] ACPI: \_SB_.PR06: Found 3 idle states
[    0.617543] ACPI: \_SB_.PR07: Found 3 idle states
[    0.617835] ACPI: \_SB_.PR08: Found 3 idle states
[    0.618095] ACPI: \_SB_.PR09: Found 3 idle states
[    0.618352] ACPI: \_SB_.PR10: Found 3 idle states
[    0.618608] ACPI: \_SB_.PR11: Found 3 idle states
[    0.618883] ACPI: \_SB_.PR12: Found 3 idle states
[    0.619162] ACPI: \_SB_.PR13: Found 3 idle states
[    0.619425] ACPI: \_SB_.PR14: Found 3 idle states
[    0.619679] ACPI: \_SB_.PR15: Found 3 idle states
[    0.619905] thermal LNXTHERM:00: registered as thermal_zone0
[    0.619908] ACPI: thermal: Thermal Zone [TZ0] (57 C)
[    0.619952] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.620792] ACPI: battery: Slot [BAT0] (battery present)
[    0.620792] Non-volatile memory driver v1.3
[    0.620797] Linux agpgart interface v0.103
[    0.620893] ACPI: bus type drm_connector registered
[    0.621735] i915 0000:00:02.0: [drm] VT-d active for gfx access
[    0.621738] i915 0000:00:02.0: vgaarb: deactivate vga console
[    0.621775] i915 0000:00:02.0: [drm] Transparent Hugepage support is recommended for optimal performance on this platform!
[    0.622100] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[    0.622128] Loading firmware: i915/adlp_dmc_ver2_16.bin
[    0.639222] Loading firmware: i915/adlp_guc_70.bin
[    0.670596] Freeing initrd memory: 6860K
[    0.670714] i915 0000:00:02.0: Direct firmware load for i915/adlp_dmc_ver2_16.bin failed with error -2
[    0.670721] i915 0000:00:02.0: [drm] Failed to load DMC firmware i915/adlp_dmc_ver2_16.bin. Disabling runtime power management.
[    0.670724] i915 0000:00:02.0: [drm] DMC firmware homepage: https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/i915
[    0.670733] Loading firmware: i915/adlp_guc_70.1.1.bin
[    0.670740] Loading firmware: i915/adlp_guc_69.0.3.bin
[    0.670745] i915 0000:00:02.0: GuC firmware i915/adlp_guc_70.bin: fetch failed with error -2
[    0.670748] i915 0000:00:02.0: Please file a bug on drm/i915; see https://gitlab.freedesktop.org/drm/intel/-/wikis/How-to-file-i915-bugs for details.
[    0.670750] i915 0000:00:02.0: [drm] GuC firmware(s) can be downloaded from https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/i915
[    0.815568] i915 0000:00:02.0: [drm] GuC firmware i915/adlp_guc_70.bin version 0.0.0
[    0.815645] i915 0000:00:02.0: GuC initialization failed -2
[    0.815647] i915 0000:00:02.0: Enabling uc failed (-5)
[    0.815649] i915 0000:00:02.0: Failed to initialize GPU, declaring it wedged!
[    0.816026] i915 0000:00:02.0: [drm:add_taint_for_CI] CI tainted:0x9 by intel_gt_init+0xaa/0x2e0
[    2.622576] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
[    2.623306] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    2.623445] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4
[    2.625345] loop: module loaded
[    2.625632] nvme nvme0: pci function 0000:02:00.0
[    2.625666] nvme nvme1: pci function 0000:2d:00.0
[    2.625821] e100: Intel(R) PRO/100 Network Driver
[    2.625824] e100: Copyright(c) 1999-2006 Intel Corporation
[    2.625832] e1000: Intel(R) PRO/1000 Network Driver
[    2.625833] e1000: Copyright (c) 1999-2006 Intel Corporation.
[    2.625842] e1000e: Intel(R) PRO/1000 Network Driver
[    2.625843] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    2.626391] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    2.630531] nvme nvme0: Shutdown timeout set to 10 seconds
[    2.632290] nvme nvme0: 8/0/0 default/read/poll queues
[    2.633102] fbcon: i915drmfb (fb0) is primary device
[    2.633132] nvme nvme0: Ignoring bogus Namespace Identifiers
[    2.633738] Alternate GPT is invalid, using primary GPT.
[    2.633743]  nvme0n1: p1 p2 p3 p4 p5
[    2.634940] nvme nvme1: allocated 32 MiB host memory buffer.
[    2.636856] nvme nvme1: 16/0/0 default/read/poll queues
[    2.640483]  nvme1n1: p1 p2 p3
[    2.643004] Console: switching to colour frame buffer device 240x67
[    2.647241] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    2.917538] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
[    2.982400] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) d4:93:90:1c:d4:d2
[    2.982415] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
[    2.982549] e1000e 0000:00:1f.6 eth0: MAC: 15, PHY: 12, PBA No: FFFFFF-0FF
[    2.982577] sky2: driver version 1.30
[    2.982857] xhci_hcd 0000:00:0d.0: xHCI Host Controller
[    2.982980] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 1
[    2.984050] xhci_hcd 0000:00:0d.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
[    2.984227] xhci_hcd 0000:00:0d.0: xHCI Host Controller
[    2.984414] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 2
[    2.984437] xhci_hcd 0000:00:0d.0: Host supports USB 3.2 Enhanced SuperSpeed
[    2.984469] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
[    2.984481] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.984491] usb usb1: Product: xHCI Host Controller
[    2.984498] usb usb1: Manufacturer: Linux 6.1.67-gentoo xhci-hcd
[    2.984506] usb usb1: SerialNumber: 0000:00:0d.0
[    2.984685] hub 1-0:1.0: USB hub found
[    2.984706] hub 1-0:1.0: 1 port detected
[    2.984878] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
[    2.984890] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.984900] usb usb2: Product: xHCI Host Controller
[    2.984907] usb usb2: Manufacturer: Linux 6.1.67-gentoo xhci-hcd
[    2.984915] usb usb2: SerialNumber: 0000:00:0d.0
[    2.985076] hub 2-0:1.0: USB hub found
[    2.985096] hub 2-0:1.0: 1 port detected
[    2.985591] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    2.985776] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    2.986916] xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000100200009810
[    2.987245] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    2.987319] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[    2.987333] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
[    2.987377] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
[    2.987389] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.987398] usb usb3: Product: xHCI Host Controller
[    2.987915] usb usb3: Manufacturer: Linux 6.1.67-gentoo xhci-hcd
[    2.988482] usb usb3: SerialNumber: 0000:00:14.0
[    2.989159] hub 3-0:1.0: USB hub found
[    2.989696] hub 3-0:1.0: 12 ports detected
[    2.991473] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
[    2.991994] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.992568] usb usb4: Product: xHCI Host Controller
[    2.993079] usb usb4: Manufacturer: Linux 6.1.67-gentoo xhci-hcd
[    2.993579] usb usb4: SerialNumber: 0000:00:14.0
[    2.994245] hub 4-0:1.0: USB hub found
[    2.994774] hub 4-0:1.0: 4 ports detected
[    2.995702] usb: port power management may be unreliable
[    2.996316] usbcore: registered new interface driver usblp
[    2.996830] usbcore: registered new interface driver usb-storage
[    2.997397] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    3.002052] serio: i8042 KBD port at 0x60,0x64 irq 1
[    3.002639] serio: i8042 AUX port at 0x60,0x64 irq 12
[    3.003798] rtc_cmos 00:01: RTC can wake from S4
[    3.006184] rtc_cmos 00:01: registered as rtc0
[    3.006718] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram
[    3.007294] fail to initialize ptp_kvm
[    3.007567] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[    3.008230] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
[    3.008676] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    3.009147] intel_pstate: Intel P-state driver initializing
[    3.010098] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input5
[    3.010352] i2c i2c-14: 2/2 memory slots populated (from DMI)
[    3.012513] i2c i2c-14: Successfully instantiated SPD at 0x50
[    3.013674] intel_pstate: HWP enabled
[    3.014114] hid: raw HID events driver (C) Jiri Kosina
[    3.014580] usbcore: registered new interface driver usbhid
[    3.015000] usbhid: USB HID core driver
[    3.015500] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[    3.015994] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops)
[    3.016110] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
[    3.016966] snd_hda_intel 0000:01:00.1: Disabling MSI
[    3.017836] Initializing XFRM netlink socket
[    3.018302] NET: Registered PF_INET6 protocol family
[    3.019045] Segment Routing with IPv6
[    3.019485] In-situ OAM (IOAM) with IPv6
[    3.019905] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    3.020370] NET: Registered PF_PACKET protocol family
[    3.020980] 9pnet: Installing 9P2000 support
[    3.021411] Key type dns_resolver registered
[    3.021841] microcode: sig=0x906a3, pf=0x80, revision=0x41e
[    3.022928] microcode: Microcode Update Driver: v2.2.
[    3.022932] IPI shorthand broadcast: enabled
[    3.023818] sched_clock: Marking stable (3012751896, 11054775)->(3042403849, -18597178)
[    3.024542] registered taskstats version 1
[    3.024964] Loading compiled-in X.509 certificates
[    3.025443] cryptomgr_test (148) used greatest stack depth: 15616 bytes left
[    3.025855] cryptomgr_test (149) used greatest stack depth: 15600 bytes left
[    3.026107] snd_hda_intel 0000:01:00.1: Cannot probe codecs, giving up
[    3.026303] cryptomgr_test (150) used greatest stack depth: 15168 bytes left
[    3.027303] PM:   Magic number: 8:441:355
[    3.027715] input event1: hash matches
[    3.028151] platform ACPI0007:13: hash matches
[    3.028560] acpi ACPI0007:13: hash matches
[    3.029111] printk: console [netcon0] enabled
[    3.029519] netconsole: network logging started
[    3.029946] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    3.030965] modprobe (169) used greatest stack depth: 13496 bytes left
[    3.031643] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    3.032389] Loading firmware: regulatory.db
[    3.032796] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    3.033218] cfg80211: failed to load regulatory.db
[    3.033220] ALSA device list:
[    3.034080]   No soundcards found.
[    3.034942] Freeing unused kernel image (initmem) memory: 1568K
[    3.039627] snd_hda_intel 0000:00:1f.3: Cannot probe codecs, giving up
[    3.045206] Write protecting the kernel read-only data: 26624k
[    3.046220] Freeing unused kernel image (text/rodata gap) memory: 2028K
[    3.046886] Freeing unused kernel image (rodata/data gap) memory: 628K
[    3.052506] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    3.052911] Run /init as init process
[    3.053332]   with arguments:
[    3.053332]     /init
[    3.053332]   with environment:
[    3.053332]     HOME=/
[    3.053333]     TERM=linux
[    3.053333]     BOOT_IMAGE=/vmlinuz-6.1.67-gentoo
[    3.076456] dracut: Gentoo-2.14
[    3.132210] systemd-udevd (326) used greatest stack depth: 13368 bytes left
[    3.234185] usb 3-6: new full-speed USB device number 2 using xhci_hcd
[    3.362456] usb 3-6: New USB device found, idVendor=1038, idProduct=1720, bcdDevice= 1.24
[    3.363392] usb 3-6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.364291] usb 3-6: Product: SteelSeries Rival 310 eSports Mouse
[    3.365131] usb 3-6: Manufacturer: SteelSeries
[    3.368680] hid-generic 0003:1038:1720.0001: hiddev96,hidraw0: USB HID v1.11 Device [SteelSeries SteelSeries Rival 310 eSports Mouse] on usb-0000:00:14.0-6/input0
[    3.370634] input: SteelSeries SteelSeries Rival 310 eSports Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6:1.1/0003:1038:1720.0002/input/input8
[    3.371947] hid-generic 0003:1038:1720.0002: input,hidraw1: USB HID v1.11 Mouse [SteelSeries SteelSeries Rival 310 eSports Mouse] on usb-0000:00:14.0-6/input1
[    3.374306] input: SteelSeries SteelSeries Rival 310 eSports Mouse Keyboard as /devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6:1.2/0003:1038:1720.0003/input/input9
[    3.426552] hid-generic 0003:1038:1720.0003: input,hidraw2: USB HID v1.11 Keyboard [SteelSeries SteelSeries Rival 310 eSports Mouse] on usb-0000:00:14.0-6/input2
[    3.475364] usb 4-1: new SuperSpeed USB device number 2 using xhci_hcd
[    3.489378] usb 4-1: New USB device found, idVendor=0781, idProduct=5591, bcdDevice= 1.00
[    3.490451] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.491469] usb 4-1: Product: Ultra USB 3.0
[    3.492487] usb 4-1: Manufacturer: SanDisk
[    3.493581] usb 4-1: SerialNumber: 4C530000200120115115
[    3.495994] usb-storage 4-1:1.0: USB Mass Storage device detected
[    3.498622] scsi host0: usb-storage 4-1:1.0
[    3.602186] usb 3-8: new high-speed USB device number 3 using xhci_hcd
[    3.731638] usb 3-8: New USB device found, idVendor=04f2, idProduct=b729, bcdDevice=27.39
[    3.732751] usb 3-8: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    3.733864] usb 3-8: Product: Chicony USB2.0 Camera
[    3.735014] usb 3-8: Manufacturer: CHICONY
[    3.736196] usb 3-8: SerialNumber: 200901010001
[    3.853177] usb 3-10: new full-speed USB device number 4 using xhci_hcd
[    3.982464] usb 3-10: New USB device found, idVendor=8087, idProduct=0033, bcdDevice= 0.00
[    3.983535] usb 3-10: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    4.022734] XFS (nvme1n1p3): Mounting V5 Filesystem
[    4.032682] XFS (nvme1n1p3): Ending clean mount
[    4.066441] dracut: Mounted root filesystem /dev/nvme1n1p3
[    4.096035] dracut: Switching root
[    4.137568] init-early.sh (519) used greatest stack depth: 13312 bytes left
[    4.520692] scsi 0:0:0:0: Direct-Access     SanDisk  Ultra USB 3.0    1.00 PQ: 0 ANSI: 6
[    4.521203] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    4.521829] sd 0:0:0:0: [sda] 60062500 512-byte logical blocks: (30.8 GB/28.6 GiB)
[    4.522637] sd 0:0:0:0: [sda] Write Protect is off
[    4.523090] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
[    4.523421] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    4.526402]  sda: sda1 sda2
[    4.526927] sd 0:0:0:0: [sda] Attached SCSI removable disk
[    5.011562] cfg80211: Unknown symbol iwe_stream_add_value (err -2)
[    5.011683] cfg80211: Unknown symbol iwe_stream_add_event (err -2)
[    5.011712] cfg80211: Unknown symbol wireless_nlevent_flush (err -2)
[    5.011743] cfg80211: Unknown symbol wireless_send_event (err -2)
[    5.011759] cfg80211: Unknown symbol iwe_stream_add_point (err -2)
[    5.012170] e1000e 0000:00:1f.6 enp0s31f6: renamed from eth0
[    5.027373] agpgart: exports duplicate symbol agp3_generic_cleanup (owned by kernel)
[    5.054218] agpgart: exports duplicate symbol agp3_generic_cleanup (owned by kernel)
[    5.195485] input: ImPS/2 Logitech Wheel Mouse as /devices/platform/i8042/serio1/input/input7
Back to top
View user's profile Send private message
nzPenguin
n00b
n00b


Joined: 24 Feb 2012
Posts: 32

PostPosted: Fri Jan 26, 2024 12:34 pm    Post subject: Reply with quote

I still cannot get my WiFi to work, any help would be greatly appreciated I feel like I have tried every fix on the internet at this stage and nothing works.

My kernels .config is available here: https://drive.google.com/file/d/1hT0MS3WqhhGKY5xh5040OIQPjGnEnn7f/view?usp=drive_link

Things I have tried:

I have adding a text file called "iwlwifi.conf" to the /etc/modules-load.d/ with the line iwlwifi so that the module is loaded at boot as described here https://wiki.gentoo.org/wiki/Kernel_Modules and have also checked that kernel CONFIG_MODPROBE_PATH="/sbin/modprobe" points to the correct location. All that did was change the output of modprobe iwlwifi:

Code:
libkmod: kmod_config_parse: /etc/modprobe.d/iwlwifi.conf line 2: ignoring bad line starting with 'iwlwifi'
modprobe: ERROR: could not insert 'iwlwifi': Unknown symbol in module, or unknown parameter (see dmesg)


I have tried the fix described in the following link, I identified the firmware used by the working kernel: linux-6.1.69-gentoo-dist kernel - https://forums.gentoo.org/viewtopic-p-7647960.html#7647960 and then recompiled the kernel running make clean, make, make modules_install and make install. This appears to do nothing interesting at all. Please see snippet from kernels .config, can confirm CONFIG_FW_LOADER=y:

Code:
# Firmware loader
#
CONFIG_FW_LOADER=y
CONFIG_EXTRA_FIRMWARE="iwlwifi-so-a0-gf-a0-72.ucode"
CONFIG_EXTRA_FIRMWARE_DIR="/lib/firmware"
# CONFIG_FW_LOADER_USER_HELPER is not set
# CONFIG_FW_LOADER_COMPRESS is not set
CONFIG_FW_CACHE=y
# CONFIG_FW_UPLOAD is not set
# end of Firmware loader


Output of command: lspci -nnkv | sed -n '/Network/,/^$/p'

Code:
libkmod: kmod_config_parse: /etc/modprobe.d/iwlwifi.conf line 2: ignoring bad line starting with 'iwlwifi'
00:14.3 Network controller [0280]: Intel Corporation Alder Lake-P PCH CNVi WiFi [8086:51f0] (rev 01)
   Subsystem: Intel Corporation Wi-Fi 6E AX211 160MHz [8086:0094]
   Flags: bus master, fast devsel, latency 0, IRQ 255, IOMMU group 10
   Memory at 620317c000 (64-bit, non-prefetchable) [size=16K]
   Capabilities: <access denied>
   Kernel modules: iwlwifi


Output of command: dmesg | grep -i -E '00:14.3|wlp|iwl|80211'

Code:
[    0.421513] pci 0000:00:14.3: [8086:51f0] type 00 class 0x028000
[    0.421580] pci 0000:00:14.3: reg 0x10: [mem 0x620317c000-0x620317ffff 64bit]
[    0.421795] pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
[    0.552154] pci 0000:00:14.3: Adding to iommu group 10
[    3.197345] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    3.199076] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    3.200322] cfg80211: failed to load regulatory.db
[    5.259549] cfg80211: Unknown symbol iwe_stream_add_value (err -2)
[    5.259552] cfg80211: Unknown symbol iwe_stream_add_event (err -2)
[    5.259568] cfg80211: Unknown symbol wireless_nlevent_flush (err -2)
[    5.259586] cfg80211: Unknown symbol wireless_send_event (err -2)
[    5.259594] cfg80211: Unknown symbol iwe_stream_add_point (err -2)
[    5.295514] cfg80211: Unknown symbol iwe_stream_add_value (err -2)
[    5.295518] cfg80211: Unknown symbol iwe_stream_add_event (err -2)
[    5.295533] cfg80211: Unknown symbol wireless_nlevent_flush (err -2)
[    5.295549] cfg80211: Unknown symbol wireless_send_event (err -2)
[    5.295558] cfg80211: Unknown symbol iwe_stream_add_point (err -2)
[    5.330174] cfg80211: Unknown symbol iwe_stream_add_value (err -2)
[    5.330182] cfg80211: Unknown symbol iwe_stream_add_event (err -2)
[    5.330370] cfg80211: Unknown symbol wireless_nlevent_flush (err -2)
[    5.330410] cfg80211: Unknown symbol wireless_send_event (err -2)
[    5.330430] cfg80211: Unknown symbol iwe_stream_add_point (err -2)
[ 2696.878261] cfg80211: Unknown symbol iwe_stream_add_value (err -2)
[ 2696.878275] cfg80211: Unknown symbol iwe_stream_add_event (err -2)
[ 2696.878329] cfg80211: Unknown symbol wireless_nlevent_flush (err -2)
[ 2696.878391] cfg80211: Unknown symbol wireless_send_event (err -2)
[ 2696.878419] cfg80211: Unknown symbol iwe_stream_add_point (err -2)
Back to top
View user's profile Send private message
pietinger
Moderator
Moderator


Joined: 17 Oct 2006
Posts: 4158
Location: Bavaria

PostPosted: Fri Jan 26, 2024 12:54 pm    Post subject: Reply with quote

nzPenguin,

first of all: I cannot access your kernel .config on your google drive. Please use a pastebin service ( https://wiki.gentoo.org/wiki/Wgetpaste ).

My first question concerning your 6.1.67-gentoo kernel is: How have you configured it ? Do you use genkernel ?

Have you edited the .config file ?

If yes: Please read: https://wiki.gentoo.org/wiki/User:Pietinger/Tutorials/Manual_kernel_configuration#Never_edit_.config

My second question is: For what do you need an initramfs ? Do you use LVM or have an encrypted root partition ?

I can assure you that your WLAN must work, because it also works with our dist-kernel. I don't understand at the moment why you can't or don't want to use it ?

Maybe you want do a new kernel because 6.6 is now stable ... ?
_________________
https://wiki.gentoo.org/wiki/User:Pietinger
Back to top
View user's profile Send private message
eeckwrk99
Apprentice
Apprentice


Joined: 14 Mar 2021
Posts: 163
Location: Gentoo forums

PostPosted: Fri Jan 26, 2024 1:00 pm    Post subject: Reply with quote

Considering Wi-Fi works with 6.1.69 (newer), why so much troubleshooting to get it working with 6.1.67? Just curious. You're using a distribution kernel, neither 6.1.67 nor 6.1.69 are in the Portage tree. Have you tried compiling 6.1.74 (current stabilized revision) with your working 6.1.69 .config file? Plus, 6.6.13 was also stabilized a few days ago since 6.6 is a LTS kernel, you might give it a try.

nzPenguin wrote:
I rebuilt the kernel and the problem persists, I performed:
Code:

1. make clean

2. make

3. make modules_install

4. make install


Did you try using
Code:
# make oldconfig
instead of
Code:
# make clean
?
It would re-use the working 6.1.69 .config file when compiling 6.1.67 (Gentoo Wiki - Kernel/Upgrade - Update the .config file).

Just like pietinger mentioned, I cannot download your .config files on Google Drive either. A quick diff between the two files could help.
Back to top
View user's profile Send private message
nicop
n00b
n00b


Joined: 10 Apr 2014
Posts: 41

PostPosted: Sat Jan 27, 2024 4:46 am    Post subject: Reply with quote

Did you clean /lib/modules before modules_install ?
Back to top
View user's profile Send private message
nzPenguin
n00b
n00b


Joined: 24 Feb 2012
Posts: 32

PostPosted: Sun Jan 28, 2024 8:52 am    Post subject: Reply with quote

Quote:
nzPenguin,

first of all: I cannot access your kernel .config on your google drive. Please use a pastebin service ( https://wiki.gentoo.org/wiki/Wgetpaste ).

My first question concerning your 6.1.67-gentoo kernel is: How have you configured it ? Do you use genkernel ?

Have you edited the .config file ?

If yes: Please read: https://wiki.gentoo.org/wiki/User:Pietinger/Tutorials/Manual_kernel_configuration#Never_edit_.config

My second question is: For what do you need an initramfs ? Do you use LVM or have an encrypted root partition ?

I can assure you that your WLAN must work, because it also works with our dist-kernel. I don't understand at the moment why you can't or don't want to use it ?

Maybe you want do a new kernel because 6.6 is now stable ... ?


Oh really? Sorry ill investigate why its inaccessible.

Nope, manual configuration.

Nope always use the menuconfig as described in documentation.

Initramfs, wouldn't a clue :oops: I have no need for it and don't know how it got in there. I hadn't got to the step of stripping such things, which is the end goal, purely for the fun of tinkering.

I do want to use it :lol: I've been trying to figure out why I can't.

I wasn't aware a new stable kernel was available, maybe it is worth upgrading before trying anything else.

Quote:
Considering Wi-Fi works with 6.1.69 (newer), why so much troubleshooting to get it working with 6.1.67? Just curious. You're using a distribution kernel, neither 6.1.67 nor 6.1.69 are in the Portage tree. Have you tried compiling 6.1.74 (current stabilized revision) with your working 6.1.69 .config file? Plus, 6.6.13 was also stabilized a few days ago since 6.6 is a LTS kernel, you might give it a try.

nzPenguin wrote:
I rebuilt the kernel and the problem persists, I performed:
Code:

1. make clean

2. make

3. make modules_install

4. make install


Did you try using
Code:
# make oldconfig
instead of
Code:
# make clean
?
It would re-use the working 6.1.69 .config file when compiling 6.1.67 (Gentoo Wiki - Kernel/Upgrade - Update the .config file).

Just like pietinger mentioned, I cannot download your .config files on Google Drive either. A quick diff between the two files could help.


I want to use the official Nvidia drivers and did a lot of manual configuration to get that working :lol:

Nope never considered make oldconfig.

Never used Google drive I assumed it was working, I guess I never configured access?

Quote:
Did you clean /lib/modules before modules_install ?


Nope did not do that :oops:

Thank you all for your help. I think ill start by upgrading to the latest kernel, then if that fixes the WiFi issues, ill configure it for use with the official Nvidia drivers, unless of course by chance the video card works correctly with the kernel upgrade then ill leave it alone.
Back to top
View user's profile Send private message
Hu
Moderator
Moderator


Joined: 06 Mar 2007
Posts: 21635

PostPosted: Sun Jan 28, 2024 4:02 pm    Post subject: Reply with quote

nzPenguin wrote:
Oh really? Sorry ill investigate why its inaccessible.

Never used Google drive I assumed it was working, I guess I never configured access?
Google Drive is known to have issues, and several forum regulars (including myself) discourage its use for sharing content. In this case, wget $URL fails with 401 Unauthorized. However, even when Google does not summarily fail, it generally does not work well, because Google long ago adopted the position that all pages must be broken if they do not depend on complex JavaScript interpreters. Some of us (again, including me) do not evaluate JavaScript on drive.google.com, so the pages are just broken, badly.
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