You are not logged in.

#1 2021-05-08 14:03:12

tporg
Member
Registered: 2019-11-26
Posts: 29

[SOLVED] WiFi using iwd/iwctl doesn't work on new install anymore

Hi all,


After installing Arch linux following the installation guide from Arch wiki, I locally installed iwd to configure my wifi by localling installing the iwd package using:

 pacman -U ...

and wifi worked well a few times. But since yesterday it refuses to work anymore. I am confused since it was working before. Can someone help me get to the bottom of this?

Here are things I have done so far post installation:

  • Configured iwd by installing iwd package and it's dependencies using the offline method by using

     pacman -U iwd-package.tar.zst 

    since I don't have a working internet post following the installation guide in the arch wiki. And configure iwd by following the https://wiki.archlinux.org/title/Iwd wiki page.


    And when wifi stopped working...

  • I cross checked if my network card was down, and it wasn't. Working normally in an other distro's live session.

  • Tried to see if my iwd configuration was at fault by replicating the same configuration in archiso's live session. But iwd configured through iwctl is working fine in archiso's live session.

  • Checked if I have enabled systemd service of iwd (iwd.service) properly by checking for any issues using:

      $ systemctl list-units --type=service  

    ... and I can see the iwd.service running properly.

  • Also went through the logs of journalctl using the command

      journalctl -b -1  

    and didn't find anything odd.

Any help would be much appreciated. And please let me know if I need to provide any more information.

Last edited by tporg (2021-05-15 19:16:58)

Offline

#2 2021-05-08 14:11:12

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,614

Re: [SOLVED] WiFi using iwd/iwctl doesn't work on new install anymore

You didn't mention starting the daemon?

Offline

#3 2021-05-08 14:23:37

tporg
Member
Registered: 2019-11-26
Posts: 29

Re: [SOLVED] WiFi using iwd/iwctl doesn't work on new install anymore

Scimmia wrote:

You didn't mention starting the daemon?

Thanks for catching that Scimmia, I have done that too. I have updated the original post accordingly.

Offline

#4 2021-05-08 14:47:06

tucuxi
Member
From: Switzerland
Registered: 2020-03-08
Posts: 291

Re: [SOLVED] WiFi using iwd/iwctl doesn't work on new install anymore

Don‘t you see any messages in the terminal or the journal related to the malfunction?

Offline

#5 2021-05-08 14:55:01

tporg
Member
Registered: 2019-11-26
Posts: 29

Re: [SOLVED] WiFi using iwd/iwctl doesn't work on new install anymore

tucuxi wrote:

Don‘t you see any messages in the terminal or the journal related to the malfunction?

No I don't. After I initially connected to the SSID, it doesn't even askj for a passphrase which I think is the expected behaviour. I have forcefully added the passphrase too using

 iwctl --passphrase passphrase station device connect SSID 

.. Just in case. And when I list the services to check if the systemd service iwd.service is properly working or not using the below command, it shows as running.

 $ systemctl list-units --type=service 

Edit : I just checked the last boot where I interacted with the iwctl and went through the logs from:

 journalctl -b -1 

and didn't find anything specific while looking through the logs for wlan0. I am a n00b to journalctl, so maybe if somebody could direct me towards what I should be looking at could be really helpful. Doesn't see any errors related to wireless as far as I can tell with my limited knowledge.

Last edited by tporg (2021-05-08 15:33:40)

Offline

#6 2021-05-08 16:59:55

tucuxi
Member
From: Switzerland
Registered: 2020-03-08
Posts: 291

Re: [SOLVED] WiFi using iwd/iwctl doesn't work on new install anymore

I must admit that I find your story quite confusing. You say "it" worked well and at some unspecified point you made a "fresh install" and since yesterday "it" is not working whereas on archiso "it" works. Can you describe the sequence of steps you did, what commands you performed, and what configuration files you created or modified from the last good state until you first observed the issue? By "fresh install" you mean that you wiped out your existing partitions and installed Arch from scratch? Why do you use pacman -U instead of -S?

Offline

#7 2021-05-08 18:24:52

tporg
Member
Registered: 2019-11-26
Posts: 29

Re: [SOLVED] WiFi using iwd/iwctl doesn't work on new install anymore

tucuxi wrote:

I must admit that I find your story quite confusing. You say "it" worked well and at some unspecified point you made a "fresh install" and since yesterday "it" is not working whereas on archiso "it" works. Can you describe the sequence of steps you did, what commands you performed, and what configuration files you created or modified from the last good state until you first observed the issue? By "fresh install" you mean that you wiped out your existing partitions and installed Arch from scratch? Why do you use pacman -U instead of -S?

Hey tucuxi,

My bad that I wasn't clear enough. I have a freshly installed arch base on which I have configured iwd/iwctl package for wifi. It was working for a couple of days and stopped working suddenly. I have...

  • I installed Arch Linux on my machine.

  • Configured iwd by installing iwd package and it's dependencies using the offline method by using

     pacman -U iwd-package.tar.zst 

    since I don't have a working internet post following the installation guide in the arch wiki. And configure iwd by following the https://wiki.archlinux.org/title/Iwd wiki page.


    And when wifi stopped working...

  • I cross checked if my network card was down, and it wasn't. Working normally in an other distro's live session.

  • Tried to see if my iwd configuration was at fault by replicating the same configuration in archiso's live session. But iwd configured through iwctl is working fine in archiso's live session.

  • Checked if I have enabled systemd service of iwd (iwd.service) properly by checking for any issues using:

      $ systemctl list-units --type=service  

    ... and I can see the iwd.service running properly.

  • Also went through the logs of journalctl using the command

      journalctl -b -1  

    and didn't find anything odd.

These are the steps followed Tucuxi. Hope this makes it clear.

Last edited by tporg (2021-05-08 18:25:59)

Offline

#8 2021-05-08 18:50:13

loqs
Member
Registered: 2014-03-06
Posts: 17,483

Re: [SOLVED] WiFi using iwd/iwctl doesn't work on new install anymore

tporg wrote:
 pacman -U iwd-package.tar.zst 

since I don't have a working internet post following the installation guide in the arch wiki. And configure iwd by following the https://wiki.archlinux.org/title/Iwd wiki page.
And when wifi stopped working...

You used offline installation because you had no working internet connection to install iwd.  WiFi was working before you installed iwd?  WiFi was working once you installed iwd but stopped at some point later?

Offline

#9 2021-05-08 18:52:56

elkoraco
Member
Registered: 2013-02-18
Posts: 140

Re: [SOLVED] WiFi using iwd/iwctl doesn't work on new install anymore

iwd seems to have some kind of bug since the latest update, it refuses to start. I have personally downgraded because I don't have any time to fish for the bug.

Offline

#10 2021-05-08 20:26:59

tucuxi
Member
From: Switzerland
Registered: 2020-03-08
Posts: 291

Re: [SOLVED] WiFi using iwd/iwctl doesn't work on new install anymore

So, let's start by taking a look at the output from

sudo dmesg

Offline

#11 2021-05-09 13:45:03

tporg
Member
Registered: 2019-11-26
Posts: 29

Re: [SOLVED] WiFi using iwd/iwctl doesn't work on new install anymore

elkoraco wrote:

iwd seems to have some kind of bug since the latest update, it refuses to start. I have personally downgraded because I don't have any time to fish for the bug.

Huh! Thanks Elkoraco. You think the bug could be the show stopper here for sure? Any links that you are aware of and are kind enough to redirect me towards?


tucuxi wrote:

So, let's start by taking a look at the output from

sudo dmesg

Hey Tucuxi,

Took a bit to figure out how to copy the logs from the device. Please find the entire dmesg log. Also please advice if I should be removing/masking any sensitive details from the logs. I could only think of hostname as identifiable. I replaced the hostname with "hostname" itself.

[    0.000000] microcode: microcode updated early to revision 0x21, date = 2019-02-13
[    0.000000] Linux version 5.10.34-1-lts (linux-lts@archlinux) (gcc (GCC) 10.2.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP Sun, 02 May 2021 12:41:09 +0000
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux-lts root=UUID=cc268ecf-7731-4679-bf46-fabae4fd77ae rw loglevel=3 quiet
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000020200000-0x0000000040003fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000040004000-0x0000000040004fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000040005000-0x00000000c9f9bfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000c9f9c000-0x00000000ca26dfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ca26e000-0x00000000ca27afff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000ca27b000-0x00000000ca42bfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ca42c000-0x00000000ca433fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000ca434000-0x00000000ca4c0fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ca4c1000-0x00000000ca582fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000ca583000-0x00000000ca981fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ca982000-0x00000000ca982fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ca983000-0x00000000ca9c5fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000ca9c6000-0x00000000cadcbfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000cadcc000-0x00000000caff3fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000caff4000-0x00000000caffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000cb800000-0x00000000cf9fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000001af5fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: SAMSUNG ELECTRONICS CO., LTD. 550P5C/550P7C/SAMSUNG_NP1234567890, BIOS P10AAA.047.140617.dg 06/17/2014
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2494.225 MHz processor
[    0.000974] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000977] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000986] last_pfn = 0x1af600 max_arch_pfn = 0x400000000
[    0.000990] MTRR default type: uncachable
[    0.000991] MTRR fixed ranges enabled:
[    0.000992]   00000-9FFFF write-back
[    0.000993]   A0000-BFFFF uncachable
[    0.000994]   C0000-CFFFF write-protect
[    0.000995]   D0000-E7FFF uncachable
[    0.000996]   E8000-FFFFF write-protect
[    0.000997] MTRR variable ranges enabled:
[    0.000999]   0 base 000000000 mask F00000000 write-back
[    0.001000]   1 base 100000000 mask F80000000 write-back
[    0.001001]   2 base 180000000 mask FC0000000 write-back
[    0.001002]   3 base 0E0000000 mask FE0000000 uncachable
[    0.001003]   4 base 0D0000000 mask FF0000000 uncachable
[    0.001004]   5 base 0CC000000 mask FFC000000 uncachable
[    0.001005]   6 base 0CB800000 mask FFF800000 uncachable
[    0.001006]   7 base 1B0000000 mask FF0000000 uncachable
[    0.001007]   8 base 1AF800000 mask FFF800000 uncachable
[    0.001008]   9 base 1AF600000 mask FFFE00000 uncachable
[    0.001444] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.001766] total RAM covered: 6062M
[    0.002120] Found optimal setting for mtrr clean up
[    0.002121]  gran_size: 64K 	chunk_size: 16M 	num_reg: 10  	lose cover RAM: 0G
[    0.002492] e820: update [mem 0xcb800000-0xffffffff] usable ==> reserved
[    0.002497] last_pfn = 0xcb000 max_arch_pfn = 0x400000000
[    0.013173] found SMP MP-table at [mem 0x000fd840-0x000fd84f]
[    0.021326] check: Scanning 1 areas for low memory corruption
[    0.022433] RAMDISK: [mem 0x369dd000-0x374e5fff]
[    0.022438] ACPI: Early table checksum verification disabled
[    0.022441] ACPI: RSDP 0x00000000000F0490 000024 (v02 SECCSD)
[    0.022446] ACPI: XSDT 0x00000000CA26E080 000084 (v01 SECCSD LH43STAR 01072009 AMI  00010013)
[    0.022452] ACPI: FACP 0x00000000CA276998 00010C (v05 SECCSD LH43STAR 01072009 AMI  00010013)
[    0.022459] ACPI: DSDT 0x00000000CA26E198 008800 (v02 SECCSD LH43STAR 00000018 INTL 20051117)
[    0.022463] ACPI: FACS 0x00000000CA581F80 000040
[    0.022466] ACPI: APIC 0x00000000CA276AA8 000072 (v03 SECCSD LH43STAR 01072009 AMI  00010013)
[    0.022470] ACPI: FPDT 0x00000000CA276B20 000044 (v01 SECCSD LH43STAR 01072009 AMI  00010013)
[    0.022474] ACPI: MCFG 0x00000000CA276B68 00003C (v01 SECCSD LH43STAR 01072009 MSFT 00000097)
[    0.022477] ACPI: HPET 0x00000000CA276BA8 000038 (v01 SECCSD LH43STAR 01072009 AMI. 00000005)
[    0.022481] ACPI: SSDT 0x00000000CA276BE0 00036D (v01 SataRe SataTabl 00001000 INTL 20091112)
[    0.022485] ACPI: SLIC 0x00000000CA276F50 000176 (v01 SECCSD LH43STAR 01072009 AMI  00010013)
[    0.022488] ACPI: SSDT 0x00000000CA2770C8 000980 (v01 PmRef  Cpu0Ist  00003000 INTL 20051117)
[    0.022492] ACPI: SSDT 0x00000000CA277A48 000A7E (v01 PmRef  CpuPm    00003000 INTL 20051117)
[    0.022496] ACPI: SSDT 0x00000000CA2784C8 0007CA (v01 SgRef  SgTabl   00001000 INTL 20051117)
[    0.022500] ACPI: SSDT 0x00000000CA278C98 001533 (v01 OptRef OptTabl  00001000 INTL 20051117)
[    0.022503] ACPI: BGRT 0x00000000CA27A1D0 000038 (v00 SECCSD LH43STAR 01072009 AMI  00010013)
[    0.022507] ACPI: Reserving FACP table memory at [mem 0xca276998-0xca276aa3]
[    0.022508] ACPI: Reserving DSDT table memory at [mem 0xca26e198-0xca276997]
[    0.022509] ACPI: Reserving FACS table memory at [mem 0xca581f80-0xca581fbf]
[    0.022510] ACPI: Reserving APIC table memory at [mem 0xca276aa8-0xca276b19]
[    0.022511] ACPI: Reserving FPDT table memory at [mem 0xca276b20-0xca276b63]
[    0.022512] ACPI: Reserving MCFG table memory at [mem 0xca276b68-0xca276ba3]
[    0.022513] ACPI: Reserving HPET table memory at [mem 0xca276ba8-0xca276bdf]
[    0.022513] ACPI: Reserving SSDT table memory at [mem 0xca276be0-0xca276f4c]
[    0.022514] ACPI: Reserving SLIC table memory at [mem 0xca276f50-0xca2770c5]
[    0.022515] ACPI: Reserving SSDT table memory at [mem 0xca2770c8-0xca277a47]
[    0.022516] ACPI: Reserving SSDT table memory at [mem 0xca277a48-0xca2784c5]
[    0.022517] ACPI: Reserving SSDT table memory at [mem 0xca2784c8-0xca278c91]
[    0.022518] ACPI: Reserving SSDT table memory at [mem 0xca278c98-0xca27a1ca]
[    0.022519] ACPI: Reserving BGRT table memory at [mem 0xca27a1d0-0xca27a207]
[    0.022530] ACPI: Local APIC address 0xfee00000
[    0.022571] No NUMA configuration found
[    0.022572] Faking a node at [mem 0x0000000000000000-0x00000001af5fffff]
[    0.022576] NODE_DATA(0) allocated [mem 0x1af5f8000-0x1af5fbfff]
[    0.022603] Zone ranges:
[    0.022604]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.022605]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.022607]   Normal   [mem 0x0000000100000000-0x00000001af5fffff]
[    0.022608]   Device   empty
[    0.022610] Movable zone start for each node
[    0.022610] Early memory node ranges
[    0.022611]   node   0: [mem 0x0000000000001000-0x000000000009cfff]
[    0.022612]   node   0: [mem 0x0000000000100000-0x000000001fffffff]
[    0.022613]   node   0: [mem 0x0000000020200000-0x0000000040003fff]
[    0.022614]   node   0: [mem 0x0000000040005000-0x00000000c9f9bfff]
[    0.022615]   node   0: [mem 0x00000000ca434000-0x00000000ca4c0fff]
[    0.022616]   node   0: [mem 0x00000000ca982000-0x00000000ca982fff]
[    0.022617]   node   0: [mem 0x00000000ca9c6000-0x00000000cadcbfff]
[    0.022618]   node   0: [mem 0x00000000caff4000-0x00000000caffffff]
[    0.022618]   node   0: [mem 0x0000000100000000-0x00000001af5fffff]
[    0.022620] Initmem setup node 0 [mem 0x0000000000001000-0x00000001af5fffff]
[    0.022622] On node 0 totalpages: 1546199
[    0.022623]   DMA zone: 64 pages used for memmap
[    0.022624]   DMA zone: 21 pages reserved
[    0.022625]   DMA zone: 3996 pages, LIFO batch:0
[    0.022935]   DMA zone: 28772 pages in unavailable ranges
[    0.022936]   DMA32 zone: 12873 pages used for memmap
[    0.022937]   DMA32 zone: 823867 pages, LIFO batch:63
[    0.028853]   DMA32 zone: 24005 pages in unavailable ranges
[    0.028855]   Normal zone: 11224 pages used for memmap
[    0.028856]   Normal zone: 718336 pages, LIFO batch:63
[    0.033880]   Normal zone: 2560 pages in unavailable ranges
[    0.033902] Reserving Intel graphics memory at [mem 0xcba00000-0xcf9fffff]
[    0.034042] ACPI: PM-Timer IO Port: 0x408
[    0.034045] ACPI: Local APIC address 0xfee00000
[    0.034052] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.034064] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[    0.034066] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
[    0.034068] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.034069] ACPI: IRQ0 used by override.
[    0.034070] ACPI: IRQ9 used by override.
[    0.034073] Using ACPI (MADT) for SMP configuration information
[    0.034075] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.034080] TSC deadline timer available
[    0.034081] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.034110] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.034112] PM: hibernation: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
[    0.034113] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.034113] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.034114] PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.034116] PM: hibernation: Registered nosave memory: [mem 0x20000000-0x201fffff]
[    0.034118] PM: hibernation: Registered nosave memory: [mem 0x40004000-0x40004fff]
[    0.034120] PM: hibernation: Registered nosave memory: [mem 0xc9f9c000-0xca26dfff]
[    0.034121] PM: hibernation: Registered nosave memory: [mem 0xca26e000-0xca27afff]
[    0.034122] PM: hibernation: Registered nosave memory: [mem 0xca27b000-0xca42bfff]
[    0.034122] PM: hibernation: Registered nosave memory: [mem 0xca42c000-0xca433fff]
[    0.034124] PM: hibernation: Registered nosave memory: [mem 0xca4c1000-0xca582fff]
[    0.034125] PM: hibernation: Registered nosave memory: [mem 0xca583000-0xca981fff]
[    0.034127] PM: hibernation: Registered nosave memory: [mem 0xca983000-0xca9c5fff]
[    0.034129] PM: hibernation: Registered nosave memory: [mem 0xcadcc000-0xcaff3fff]
[    0.034131] PM: hibernation: Registered nosave memory: [mem 0xcb000000-0xcb7fffff]
[    0.034132] PM: hibernation: Registered nosave memory: [mem 0xcb800000-0xcf9fffff]
[    0.034132] PM: hibernation: Registered nosave memory: [mem 0xcfa00000-0xf7ffffff]
[    0.034133] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.034134] PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
[    0.034135] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.034136] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.034136] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
[    0.034137] PM: hibernation: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
[    0.034138] PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.034139] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[    0.034140] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.034140] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.034141] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.034143] [mem 0xcfa00000-0xf7ffffff] available for PCI devices
[    0.034144] Booting paravirtualized kernel on bare hardware
[    0.034147] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.039361] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:4 nr_node_ids:1
[    0.039552] percpu: Embedded 55 pages/cpu s188416 r8192 d28672 u524288
[    0.039560] pcpu-alloc: s188416 r8192 d28672 u524288 alloc=1*2097152
[    0.039561] pcpu-alloc: [0] 0 1 2 3 
[    0.039587] Built 1 zonelists, mobility grouping on.  Total pages: 1522017
[    0.039588] Policy zone: Normal
[    0.039590] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-lts root=UUID=cc268ecf-7731-4679-bf46-fabae4fd77ae rw loglevel=3 quiet
[    0.040063] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.040273] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.040324] mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
[    0.059724] Memory: 5956708K/6184796K available (14344K kernel code, 2030K rwdata, 8784K rodata, 1724K init, 4364K bss, 227828K reserved, 0K cma-reserved)
[    0.059733] random: get_random_u64 called from __kmem_cache_create+0x26/0x520 with crng_init=0
[    0.059851] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.059863] Kernel/User page tables isolation: enabled
[    0.059880] ftrace: allocating 41508 entries in 163 pages
[    0.075132] ftrace: allocated 163 pages with 4 groups
[    0.075241] rcu: Hierarchical RCU implementation.
[    0.075242] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=4.
[    0.075243] 	Rude variant of Tasks RCU enabled.
[    0.075244] 	Tracing variant of Tasks RCU enabled.
[    0.075245] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[    0.075246] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.079606] NR_IRQS: 20736, nr_irqs: 456, preallocated irqs: 16
[    0.079861] Console: colour dummy device 80x25
[    0.079877] printk: console [tty0] enabled
[    0.079896] ACPI: Core revision 20200925
[    0.079998] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.080014] APIC: Switch to symmetric I/O mode setup
[    0.080084] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.080533] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.130017] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x23f3ea95b09, max_idle_ns: 440795287034 ns
[    0.130021] Calibrating delay loop (skipped), value calculated using timer frequency.. 4988.45 BogoMIPS (lpj=24942250)
[    0.130024] pid_max: default: 32768 minimum: 301
[    0.130048] LSM: Security Framework initializing
[    0.130053] Yama: becoming mindful.
[    0.130060] LSM support for eBPF active
[    0.130092] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.130111] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.130375] mce: CPU0: Thermal monitoring enabled (TM1)
[    0.130386] process: using mwait in idle threads
[    0.130388] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
[    0.130389] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[    0.130392] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.130393] Spectre V2 : Mitigation: Full generic retpoline
[    0.130394] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.130395] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.130396] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.130397] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[    0.130398] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.130400] SRBDS: Vulnerable: No microcode
[    0.130401] MDS: Mitigation: Clear CPU buffers
[    0.130605] Freeing SMP alternatives memory: 36K
[    0.140101] smpboot: CPU0: Intel(R) Core(TM) i5-3210M CPU @ 2.50GHz (family: 0x6, model: 0x3a, stepping: 0x9)
[    0.140229] Performance Events: PEBS fmt1+, IvyBridge events, 16-deep LBR, full-width counters, Intel PMU driver.
[    0.140237] ... version:                3
[    0.140238] ... bit width:              48
[    0.140238] ... generic registers:      4
[    0.140239] ... value mask:             0000ffffffffffff
[    0.140240] ... max period:             00007fffffffffff
[    0.140241] ... fixed-purpose events:   3
[    0.140241] ... event mask:             000000070000000f
[    0.140376] rcu: Hierarchical SRCU implementation.
[    0.140981] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.141035] smp: Bringing up secondary CPUs ...
[    0.141141] x86: Booting SMP configuration:
[    0.141142] .... node  #0, CPUs:      #1 #2
[    0.144722] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[    0.144722]  #3
[    0.144722] smp: Brought up 1 node, 4 CPUs
[    0.144722] smpboot: Max logical packages: 1
[    0.144722] smpboot: Total of 4 processors activated (19953.80 BogoMIPS)
[    0.150262] devtmpfs: initialized
[    0.150262] x86/mm: Memory block size: 128MB
[    0.150520] PM: Registering ACPI NVS region [mem 0xca4c1000-0xca582fff] (794624 bytes)
[    0.150520] PM: Registering ACPI NVS region [mem 0xca983000-0xca9c5fff] (274432 bytes)
[    0.150520] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.150520] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.150520] pinctrl core: initialized pinctrl subsystem
[    0.150520] PM: RTC time: 13:13:30, date: 2021-05-09
[    0.150520] NET: Registered protocol family 16
[    0.150562] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[    0.150643] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.150724] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.150740] audit: initializing netlink subsys (disabled)
[    0.150756] audit: type=2000 audit(1620566010.070:1): state=initialized audit_enabled=0 res=1
[    0.150756] thermal_sys: Registered thermal governor 'fair_share'
[    0.150756] thermal_sys: Registered thermal governor 'bang_bang'
[    0.150756] thermal_sys: Registered thermal governor 'step_wise'
[    0.150756] thermal_sys: Registered thermal governor 'user_space'
[    0.150756] thermal_sys: Registered thermal governor 'power_allocator'
[    0.150756] cpuidle: using governor ladder
[    0.150756] cpuidle: using governor menu
[    0.150756] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.150756] ACPI: bus type PCI registered
[    0.150756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.150756] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.150756] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.150756] PCI: Using configuration type 1 for base access
[    0.150756] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[    0.150756] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.151064] Kprobes globally optimized
[    0.151069] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.151069] ACPI: Added _OSI(Module Device)
[    0.151069] ACPI: Added _OSI(Processor Device)
[    0.151069] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.151069] ACPI: Added _OSI(Processor Aggregator Device)
[    0.151069] ACPI: Added _OSI(Linux-Dell-Video)
[    0.151069] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.151069] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.154833] ACPI: 6 ACPI AML tables successfully acquired and loaded
[    0.155268] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.156938] ACPI: Dynamic OEM Table Load:
[    0.156945] ACPI: SSDT 0xFFFF8A46C08C8000 000775 (v01 PmRef  Cpu0Cst  00003001 INTL 20051117)
[    0.157916] ACPI: Dynamic OEM Table Load:
[    0.157921] ACPI: SSDT 0xFFFF8A46C0914800 000303 (v01 PmRef  ApIst    00003000 INTL 20051117)
[    0.158657] ACPI: Dynamic OEM Table Load:
[    0.158660] ACPI: SSDT 0xFFFF8A46C0B28C00 000119 (v01 PmRef  ApCst    00003000 INTL 20051117)
[    0.160149] ACPI: EC: EC started
[    0.160150] ACPI: EC: interrupt blocked
[    0.670651] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.670654] ACPI: \_SB_.PCI0.LPCB.H_EC: Boot DSDT EC used to handle transactions
[    0.670655] ACPI: Interpreter enabled
[    0.670685] ACPI: (supports S0 S3 S4 S5)
[    0.670686] ACPI: Using IOAPIC for interrupt routing
[    0.670721] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.671018] ACPI: Enabled 14 GPEs in block 00 to 3F
[    0.678989] ACPI: Power Resource [FN00] (off)
[    0.679091] ACPI: Power Resource [FN01] (off)
[    0.679870] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.679876] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.680240] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME]
[    0.680469] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability LTR DPC]
[    0.680471] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.681102] PCI host bridge to bus 0000:00
[    0.681105] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.681106] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.681107] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.681108] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.681110] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.681111] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.681112] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.681113] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[    0.681114] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    0.681115] pci_bus 0000:00: root bus resource [mem 0xcfa00000-0xfeafffff window]
[    0.681117] pci_bus 0000:00: root bus resource [bus 00-3e]
[    0.681130] pci 0000:00:00.0: [8086:0154] type 00 class 0x060000
[    0.681236] pci 0000:00:01.0: [8086:0151] type 01 class 0x060400
[    0.681274] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.681387] pci 0000:00:02.0: [8086:0166] type 00 class 0x030000
[    0.681397] pci 0000:00:02.0: reg 0x10: [mem 0xf7400000-0xf77fffff 64bit]
[    0.681403] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.681407] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.681538] pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330
[    0.681558] pci 0000:00:14.0: reg 0x10: [mem 0xf7900000-0xf790ffff 64bit]
[    0.681628] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.681738] pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000
[    0.681758] pci 0000:00:16.0: reg 0x10: [mem 0xf791a000-0xf791a00f 64bit]
[    0.681833] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.681938] pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
[    0.681954] pci 0000:00:1a.0: reg 0x10: [mem 0xf7918000-0xf79183ff]
[    0.682038] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.682145] pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300
[    0.682163] pci 0000:00:1b.0: reg 0x10: [mem 0xf7910000-0xf7913fff 64bit]
[    0.682242] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.682361] pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400
[    0.682453] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.682576] pci 0000:00:1c.3: [8086:1e16] type 01 class 0x060400
[    0.682668] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.682794] pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
[    0.682811] pci 0000:00:1d.0: reg 0x10: [mem 0xf7917000-0xf79173ff]
[    0.682896] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.683006] pci 0000:00:1f.0: [8086:1e59] type 00 class 0x060100
[    0.683210] pci 0000:00:1f.2: [8086:1e03] type 00 class 0x010601
[    0.683223] pci 0000:00:1f.2: reg 0x10: [io  0xf0b0-0xf0b7]
[    0.683230] pci 0000:00:1f.2: reg 0x14: [io  0xf0a0-0xf0a3]
[    0.683238] pci 0000:00:1f.2: reg 0x18: [io  0xf090-0xf097]
[    0.683246] pci 0000:00:1f.2: reg 0x1c: [io  0xf080-0xf083]
[    0.683253] pci 0000:00:1f.2: reg 0x20: [io  0xf060-0xf07f]
[    0.683260] pci 0000:00:1f.2: reg 0x24: [mem 0xf7916000-0xf79167ff]
[    0.683303] pci 0000:00:1f.2: PME# supported from D3hot
[    0.683404] pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500
[    0.683420] pci 0000:00:1f.3: reg 0x10: [mem 0xf7915000-0xf79150ff 64bit]
[    0.683441] pci 0000:00:1f.3: reg 0x20: [io  0xf040-0xf05f]
[    0.683606] pci 0000:01:00.0: [10de:0fd1] type 00 class 0x030000
[    0.683617] pci 0000:01:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff]
[    0.683626] pci 0000:01:00.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.683635] pci 0000:01:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
[    0.683642] pci 0000:01:00.0: reg 0x24: [io  0xe000-0xe07f]
[    0.683648] pci 0000:01:00.0: reg 0x30: [mem 0xf7000000-0xf707ffff pref]
[    0.683653] pci 0000:01:00.0: enabling Extended Tags
[    0.683665] pci 0000:01:00.0: Enabling HDA controller
[    0.683902] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.683904] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.683906] pci 0000:00:01.0:   bridge window [mem 0xf6000000-0xf70fffff]
[    0.683909] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.684173] pci 0000:02:00.0: [8086:088e] type 00 class 0x028000
[    0.684350] pci 0000:02:00.0: reg 0x10: [mem 0xf7800000-0xf7801fff 64bit]
[    0.685187] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    0.685716] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.685723] pci 0000:00:1c.0:   bridge window [mem 0xf7800000-0xf78fffff]
[    0.685894] pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
[    0.685983] pci 0000:03:00.0: reg 0x10: [io  0xd000-0xd0ff]
[    0.686105] pci 0000:03:00.0: reg 0x18: [mem 0xf2104000-0xf2104fff 64bit pref]
[    0.686175] pci 0000:03:00.0: reg 0x20: [mem 0xf2100000-0xf2103fff 64bit pref]
[    0.686572] pci 0000:03:00.0: supports D1 D2
[    0.686573] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.687001] pci 0000:00:1c.3: PCI bridge to [bus 03]
[    0.687005] pci 0000:00:1c.3:   bridge window [io  0xd000-0xdfff]
[    0.687013] pci 0000:00:1c.3:   bridge window [mem 0xf2100000-0xf21fffff 64bit pref]
[    0.687694] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 7 10 *11)
[    0.687774] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 7 10 11) *0, disabled.
[    0.687853] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 7 10 *11)
[    0.687930] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 7 *10 11)
[    0.688006] ACPI: PCI Interrupt Link [LNKE] (IRQs 5 7 10 11) *0, disabled.
[    0.688083] ACPI: PCI Interrupt Link [LNKF] (IRQs 5 7 10 11) *0, disabled.
[    0.688161] ACPI: PCI Interrupt Link [LNKG] (IRQs *5 7 10 11)
[    0.688238] ACPI: PCI Interrupt Link [LNKH] (IRQs 5 *7 10 11)
[    0.688913] ACPI: EC: interrupt unblocked
[    0.688914] ACPI: EC: event unblocked
[    0.690088] ACPI: EC: 0 stale EC events cleared
[    0.690088] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.690088] ACPI: EC: GPE=0x17
[    0.690088] ACPI: \_SB_.PCI0.LPCB.H_EC: Boot DSDT EC initialization complete
[    0.690088] ACPI: \_SB_.PCI0.LPCB.H_EC: EC: Used to handle transactions and events
[    0.690090] iommu: Default domain type: Translated 
[    0.690104] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.690104] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.690104] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.690104] pci 0000:00:02.0: vgaarb: no bridge control possible
[    0.690104] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.690104] vgaarb: loaded
[    0.690206] SCSI subsystem initialized
[    0.690213] libata version 3.00 loaded.
[    0.690213] ACPI: bus type USB registered
[    0.690213] usbcore: registered new interface driver usbfs
[    0.690213] usbcore: registered new interface driver hub
[    0.690213] usbcore: registered new device driver usb
[    0.690213] pps_core: LinuxPPS API ver. 1 registered
[    0.690213] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.690213] PTP clock support registered
[    0.690213] EDAC MC: Ver: 3.0.0
[    0.690213] NetLabel: Initializing
[    0.690213] NetLabel:  domain hash size = 128
[    0.690213] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.690213] NetLabel:  unlabeled traffic allowed by default
[    0.690213] PCI: Using ACPI for IRQ routing
[    0.691739] PCI: pci_cache_line_size set to 64 bytes
[    0.691836] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
[    0.691837] e820: reserve RAM buffer [mem 0x40004000-0x43ffffff]
[    0.691838] e820: reserve RAM buffer [mem 0xc9f9c000-0xcbffffff]
[    0.691840] e820: reserve RAM buffer [mem 0xca4c1000-0xcbffffff]
[    0.691842] e820: reserve RAM buffer [mem 0xca983000-0xcbffffff]
[    0.691843] e820: reserve RAM buffer [mem 0xcadcc000-0xcbffffff]
[    0.691844] e820: reserve RAM buffer [mem 0xcb000000-0xcbffffff]
[    0.691845] e820: reserve RAM buffer [mem 0x1af600000-0x1afffffff]
[    0.700735] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.700743] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.702807] clocksource: Switched to clocksource tsc-early
[    0.712431] VFS: Disk quotas dquot_6.6.0
[    0.712447] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.712516] pnp: PnP ACPI init
[    0.712650] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.712656] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.712747] system 00:01: [io  0x0680-0x069f] has been reserved
[    0.712748] system 00:01: [io  0x0200-0x020f] has been reserved
[    0.712750] system 00:01: [io  0xffff] has been reserved
[    0.712751] system 00:01: [io  0xffff] has been reserved
[    0.712752] system 00:01: [io  0x0400-0x0453] has been reserved
[    0.712754] system 00:01: [io  0x0458-0x047f] has been reserved
[    0.712755] system 00:01: [io  0x0500-0x057f] has been reserved
[    0.712756] system 00:01: [io  0x0a00-0x0a07] has been reserved
[    0.712758] system 00:01: [io  0x164e-0x164f] has been reserved
[    0.712762] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.712815] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.712867] system 00:03: [io  0x0454-0x0457] has been reserved
[    0.712871] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.712937] pnp 00:04: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.712990] pnp 00:05: Plug and Play ACPI device, IDs PNP0f13 SYN0002 (active)
[    0.713043] system 00:06: [io  0x04d0-0x04d1] has been reserved
[    0.713047] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.713269] system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.713270] system 00:07: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.713272] system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.713273] system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.713275] system 00:07: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.713276] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.713277] system 00:07: [mem 0xfed90000-0xfed93fff] has been reserved
[    0.713279] system 00:07: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.713280] system 00:07: [mem 0xff000000-0xffffffff] has been reserved
[    0.713282] system 00:07: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.713283] system 00:07: [mem 0xcfa00000-0xcfa00fff] has been reserved
[    0.713287] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.713879] system 00:08: [mem 0x20000000-0x201fffff] has been reserved
[    0.713881] system 00:08: [mem 0x40004000-0x40004fff] has been reserved
[    0.713885] system 00:08: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.713899] pnp: PnP ACPI: found 9 devices
[    0.719781] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.719839] NET: Registered protocol family 2
[    0.719990] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    0.720042] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.720192] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.720276] TCP: Hash tables configured (established 65536 bind 65536)
[    0.720335] MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)
[    0.720379] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.720404] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.720455] NET: Registered protocol family 1
[    0.720461] NET: Registered protocol family 44
[    0.720474] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.720477] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.720480] pci 0000:00:01.0:   bridge window [mem 0xf6000000-0xf70fffff]
[    0.720482] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.720486] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.720491] pci 0000:00:1c.0:   bridge window [mem 0xf7800000-0xf78fffff]
[    0.720499] pci 0000:00:1c.3: PCI bridge to [bus 03]
[    0.720502] pci 0000:00:1c.3:   bridge window [io  0xd000-0xdfff]
[    0.720509] pci 0000:00:1c.3:   bridge window [mem 0xf2100000-0xf21fffff 64bit pref]
[    0.720516] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.720517] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.720518] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.720519] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff window]
[    0.720521] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff window]
[    0.720522] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff window]
[    0.720523] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff window]
[    0.720524] pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff window]
[    0.720525] pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff window]
[    0.720527] pci_bus 0000:00: resource 13 [mem 0xcfa00000-0xfeafffff window]
[    0.720528] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.720529] pci_bus 0000:01: resource 1 [mem 0xf6000000-0xf70fffff]
[    0.720530] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.720532] pci_bus 0000:02: resource 1 [mem 0xf7800000-0xf78fffff]
[    0.720533] pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
[    0.720534] pci_bus 0000:03: resource 2 [mem 0xf2100000-0xf21fffff 64bit pref]
[    0.720639] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.721453] PCI: CLS 64 bytes, default 64
[    0.721503] Trying to unpack rootfs image as initramfs...
[    0.782582] Freeing initrd memory: 11300K
[    0.782589] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.782590] software IO TLB: mapped [mem 0x00000000c5f9c000-0x00000000c9f9c000] (64MB)
[    0.782960] check: Scanning for low memory corruption every 60 seconds
[    0.783236] Initialise system trusted keyrings
[    0.783246] Key type blacklist registered
[    0.783293] workingset: timestamp_bits=41 max_order=21 bucket_order=0
[    0.784433] zbud: loaded
[    0.795952] Key type asymmetric registered
[    0.795953] Asymmetric key parser 'x509' registered
[    0.795962] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    0.795995] io scheduler mq-deadline registered
[    0.795996] io scheduler kyber registered
[    0.796017] io scheduler bfq registered
[    0.796089] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    0.796732] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.796762] vesafb: mode is 1600x900x32, linelength=6400, pages=0
[    0.796762] vesafb: scrolling: redraw
[    0.796764] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.796779] vesafb: framebuffer at 0xd0000000, mapped to 0x000000007bda226d, using 5632k, total 5632k
[    0.796812] fbcon: Deferring console take-over
[    0.796813] fb0: VESA VGA frame buffer device
[    0.796826] intel_idle: MWAIT substates: 0x21120
[    0.796828] intel_idle: v0.5.1 model 0x3A
[    0.796995] intel_idle: Local APIC timer is reliable in all C-states
[    0.797140] ACPI: AC Adapter [ADP1] (on-line)
[    0.797203] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    0.797221] ACPI: Lid Switch [LID0]
[    0.797247] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    0.797280] ACPI: Power Button [PWRB]
[    0.797311] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.797336] ACPI: Power Button [PWRF]
[    0.798268] ACPI: Invalid active2 threshold
[    0.799214] thermal LNXTHERM:00: registered as thermal_zone0
[    0.799216] ACPI: Thermal Zone [TZ00] (49 C)
[    0.800620] thermal LNXTHERM:01: registered as thermal_zone1
[    0.800622] ACPI: Thermal Zone [TZ01] (49 C)
[    0.800778] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.804638] Non-volatile memory driver v1.3
[    0.804640] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    0.804640] AMD-Vi: AMD IOMMUv2 functionality not available on this system
[    0.805131] ahci 0000:00:1f.2: version 3.0
[    0.820044] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 3 Gbps 0x5 impl SATA mode
[    0.820047] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst 
[    0.850610] scsi host0: ahci
[    0.850949] scsi host1: ahci
[    0.851133] scsi host2: ahci
[    0.851238] scsi host3: ahci
[    0.851329] scsi host4: ahci
[    0.851416] scsi host5: ahci
[    0.851454] ata1: SATA max UDMA/133 abar m2048@0xf7916000 port 0xf7916100 irq 27
[    0.851455] ata2: DUMMY
[    0.851457] ata3: SATA max UDMA/133 abar m2048@0xf7916000 port 0xf7916200 irq 27
[    0.851458] ata4: DUMMY
[    0.851459] ata5: DUMMY
[    0.851459] ata6: DUMMY
[    0.851494] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.851501] ehci-pci: EHCI PCI platform driver
[    0.851666] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    0.851673] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    0.851684] ehci-pci 0000:00:1a.0: debug port 2
[    0.855606] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    0.855616] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7918000
[    0.880032] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    0.880090] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    0.880091] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.880093] usb usb1: Product: EHCI Host Controller
[    0.880094] usb usb1: Manufacturer: Linux 5.10.34-1-lts ehci_hcd
[    0.880095] usb usb1: SerialNumber: 0000:00:1a.0
[    0.880265] hub 1-0:1.0: USB hub found
[    0.880275] hub 1-0:1.0: 2 ports detected
[    0.880503] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    0.880508] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    0.880518] ehci-pci 0000:00:1d.0: debug port 2
[    0.884414] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    0.884424] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7917000
[    0.910072] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    0.910123] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    0.910124] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.910126] usb usb2: Product: EHCI Host Controller
[    0.910127] usb usb2: Manufacturer: Linux 5.10.34-1-lts ehci_hcd
[    0.910128] usb usb2: SerialNumber: 0000:00:1d.0
[    0.910328] hub 2-0:1.0: USB hub found
[    0.910338] hub 2-0:1.0: 2 ports detected
[    0.910444] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.910449] ohci-pci: OHCI PCI platform driver
[    0.910457] uhci_hcd: USB Universal Host Controller Interface driver
[    0.910491] usbcore: registered new interface driver usbserial_generic
[    0.910494] usbserial: USB Serial support registered for generic
[    0.911131] rtc_cmos 00:02: registered as rtc0
[    0.911184] rtc_cmos 00:02: setting system clock to 2021-05-09T13:13:31 UTC (1620566011)
[    0.911204] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    0.911238] intel_pstate: Intel P-state driver initializing
[    0.911498] ledtrig-cpu: registered to indicate activity on CPUs
[    0.911802] hid: raw HID events driver (C) Jiri Kosina
[    0.911894] drop_monitor: Initializing network drop monitor service
[    0.911983] Initializing XFRM netlink socket
[    0.912128] NET: Registered protocol family 10
[    0.917101] Segment Routing with IPv6
[    0.917103] RPL Segment Routing with IPv6
[    0.917124] NET: Registered protocol family 17
[    0.917329] microcode: sig=0x306a9, pf=0x10, revision=0x21
[    0.917344] microcode: Microcode Update Driver: v2.2.
[    0.917349] IPI shorthand broadcast: enabled
[    0.917357] sched_clock: Marking stable (917063526, 208868)->(931394907, -14122513)
[    0.917473] registered taskstats version 1
[    0.917482] Loading compiled-in X.509 certificates
[    0.920146] Loaded X.509 cert 'Build time autogenerated kernel key: c40b1d5f88a3ee9463d7b53c95d7ae37a77ad93a'
[    0.920232] zswap: loaded using pool lz4/z3fold
[    0.920337] Key type ._fscrypt registered
[    0.920338] Key type .fscrypt registered
[    0.920339] Key type fscrypt-provisioning registered
[    0.920798] PM:   Magic number: 5:216:230
[    0.920845] acpi device:4a: hash matches
[    0.920958] RAS: Correctable Errors collector initialized.
[    0.921161] battery: ACPI: Battery Slot [BAT1] (battery present)
[    1.190609] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.190647] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.192651] ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[    1.192655] ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[    1.192657] ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[    1.193253] ata1.00: supports DRM functions and may not be fully accessible
[    1.194021] ata3.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[    1.194027] ata3.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[    1.194031] ata3.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[    1.194093] ata1.00: ATA-9: Samsung SSD 750 EVO 250GB, MAT01B6Q, max UDMA/133
[    1.194098] ata1.00: 488397168 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    1.194338] ata3.00: ATAPI: TSSTcorp CDDVDW SN-208BB, SC00, max UDMA/100
[    1.196558] ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[    1.196564] ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[    1.196568] ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[    1.196839] ata1.00: supports DRM functions and may not be fully accessible
[    1.199423] ata1.00: configured for UDMA/133
[    1.200399] ata3.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[    1.200404] ata3.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[    1.200407] ata3.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[    1.200670] ata3.00: configured for UDMA/100
[    1.209691] scsi 0:0:0:0: Direct-Access     ATA      Samsung SSD 750  1B6Q PQ: 0 ANSI: 5
[    1.210060] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/233 GiB)
[    1.210073] sd 0:0:0:0: [sda] Write Protect is off
[    1.210075] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.210093] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.210993]  sda: sda1 sda2
[    1.212230] sd 0:0:0:0: [sda] supports TCG Opal
[    1.212234] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.212624] scsi 2:0:0:0: CD-ROM            TSSTcorp CDDVDW SN-208BB  SC00 PQ: 0 ANSI: 5
[    1.250063] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    1.280048] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    1.282691] Freeing unused decrypted memory: 2036K
[    1.283198] Freeing unused kernel image (initmem) memory: 1724K
[    1.310062] Write protecting the kernel read-only data: 26624k
[    1.311007] Freeing unused kernel image (text/rodata gap) memory: 2036K
[    1.311582] Freeing unused kernel image (rodata/data gap) memory: 1456K
[    1.406608] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.406612] rodata_test: all tests were successful
[    1.406613] x86/mm: Checking user space page tables
[    1.450468] usb 1-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
[    1.450470] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.450746] hub 1-1:1.0: USB hub found
[    1.450841] hub 1-1:1.0: 6 ports detected
[    1.456309] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.456313] Run /init as init process
[    1.456314]   with arguments:
[    1.456315]     /init
[    1.456316]   with environment:
[    1.456316]     HOME=/
[    1.456317]     TERM=linux
[    1.456318]     BOOT_IMAGE=/boot/vmlinuz-linux-lts
[    1.473401] fbcon: Taking over console
[    1.473488] Console: switching to colour frame buffer device 200x56
[    1.559110] usb 2-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
[    1.559113] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.559356] hub 2-1:1.0: USB hub found
[    1.559432] hub 2-1:1.0: 6 ports detected
[    1.619610] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    1.624987] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.624996] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.629900] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.629911] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    1.630989] xhci_hcd 0000:00:14.0: hcc params 0x20007181 hci version 0x100 quirks 0x000000000000b930
[    1.630997] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    1.631511] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    1.631513] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.631515] usb usb3: Product: xHCI Host Controller
[    1.631517] usb usb3: Manufacturer: Linux 5.10.34-1-lts xhci-hcd
[    1.631519] usb usb3: SerialNumber: 0000:00:14.0
[    1.632589] hub 3-0:1.0: USB hub found
[    1.632607] hub 3-0:1.0: 4 ports detected
[    1.635579] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.635586] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[    1.635591] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[    1.635666] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
[    1.635669] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.635670] usb usb4: Product: xHCI Host Controller
[    1.635672] usb usb4: Manufacturer: Linux 5.10.34-1-lts xhci-hcd
[    1.635674] usb usb4: SerialNumber: 0000:00:14.0
[    1.635807] hub 4-0:1.0: USB hub found
[    1.635824] hub 4-0:1.0: 4 ports detected
[    1.659287] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    1.736410] sr 2:0:0:0: [sr0] scsi3-mmc drive: 16x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.736413] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.770033] usb 1-1.2: new low-speed USB device number 3 using ehci-pci
[    1.840043] tsc: Refined TSC clocksource calibration: 2494.334 MHz
[    1.840049] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x23f45126d86, max_idle_ns: 440795256522 ns
[    1.840071] clocksource: Switched to clocksource tsc
[    1.860418] sr 2:0:0:0: Attached scsi CD-ROM sr0
[    1.890061] usb 2-1.5: new full-speed USB device number 3 using ehci-pci
[    1.921346] random: fast init done
[    1.923994] usb 1-1.2: New USB device found, idVendor=13ba, idProduct=0018, bcdDevice= 0.01
[    1.924000] usb 1-1.2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    1.924002] usb 1-1.2: Product: Barcode Reader 
[    1.932994] input: Barcode Reader  as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:13BA:0018.0001/input/input5
[    2.000456] hid-generic 0003:13BA:0018.0001: input,hidraw0: USB HID v1.10 Keyboard [Barcode Reader ] on usb-0000:00:1a.0-1.2/input0
[    2.004209] input: Barcode Reader  Mouse as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.1/0003:13BA:0018.0002/input/input6
[    2.004403] input: Barcode Reader  System Control as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.1/0003:13BA:0018.0002/input/input7
[    2.020067] usb 1-1.4: new high-speed USB device number 4 using ehci-pci
[    2.044999] usb 2-1.5: New USB device found, idVendor=8087, idProduct=07da, bcdDevice=78.69
[    2.045004] usb 2-1.5: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.070279] input: Barcode Reader  Consumer Control as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.1/0003:13BA:0018.0002/input/input8
[    2.070399] hid-generic 0003:13BA:0018.0002: input,hidraw1: USB HID v1.10 Mouse [Barcode Reader ] on usb-0000:00:1a.0-1.2/input1
[    2.070440] usbcore: registered new interface driver usbhid
[    2.070441] usbhid: USB HID core driver
[    2.300501] usb 1-1.4: New USB device found, idVendor=2232, idProduct=1029, bcdDevice= 0.21
[    2.300504] usb 1-1.4: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    2.300506] usb 1-1.4: Product: WebCam SC-13HDL11939N
[    2.300508] usb 1-1.4: Manufacturer: Generic
[    2.300509] usb 1-1.4: SerialNumber: 200901010001
[    2.509546] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    2.695326] systemd[1]: systemd 248-5-arch running in system mode. (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[    2.720211] systemd[1]: Detected architecture x86-64.
[    2.720742] systemd[1]: Hostname set to <hostname>.
[    2.818745] systemd[1]: Queued start job for default target Graphical Interface.
[    2.819611] systemd[1]: Created slice system-getty.slice.
[    2.819845] systemd[1]: Created slice system-modprobe.slice.
[    2.820048] systemd[1]: Created slice User and Session Slice.
[    2.820120] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    2.820163] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    2.820293] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    2.820321] systemd[1]: Reached target Local Encrypted Volumes.
[    2.820345] systemd[1]: Reached target Paths.
[    2.820358] systemd[1]: Reached target Remote File Systems.
[    2.820365] systemd[1]: Reached target Slices.
[    2.820382] systemd[1]: Reached target Local Verity Integrity Protected Volumes.
[    2.820439] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    2.821404] systemd[1]: Listening on Process Core Dump Socket.
[    2.821538] systemd[1]: Listening on Journal Audit Socket.
[    2.821621] systemd[1]: Listening on Journal Socket (/dev/log).
[    2.821711] systemd[1]: Listening on Journal Socket.
[    2.821826] systemd[1]: Listening on udev Control Socket.
[    2.821896] systemd[1]: Listening on udev Kernel Socket.
[    2.822552] systemd[1]: Mounting Huge Pages File System...
[    2.823288] systemd[1]: Mounting POSIX Message Queue File System...
[    2.824361] systemd[1]: Mounting Kernel Debug File System...
[    2.825361] systemd[1]: Mounting Kernel Trace File System...
[    2.826216] systemd[1]: Starting Create list of static device nodes for the current kernel...
[    2.827339] systemd[1]: Starting Load Kernel Module configfs...
[    2.828644] systemd[1]: Starting Load Kernel Module drm...
[    2.829540] systemd[1]: Starting Load Kernel Module fuse...
[    2.830234] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[    2.830313] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    2.832185] systemd[1]: Starting Journal Service...
[    2.834293] systemd[1]: Starting Load Kernel Modules...
[    2.834989] Linux agpgart interface v0.103
[    2.835292] systemd[1]: Starting Remount Root and Kernel File Systems...
[    2.835377] systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
[    2.836403] systemd[1]: Starting Coldplug All udev Devices...
[    2.838423] systemd[1]: Mounted Huge Pages File System.
[    2.838586] systemd[1]: Mounted POSIX Message Queue File System.
[    2.838724] systemd[1]: Mounted Kernel Debug File System.
[    2.838857] systemd[1]: Mounted Kernel Trace File System.
[    2.839270] systemd[1]: Finished Create list of static device nodes for the current kernel.
[    2.839668] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    2.839957] systemd[1]: Finished Load Kernel Module configfs.
[    2.841243] systemd[1]: Mounting Kernel Configuration File System...
[    2.847641] EXT4-fs (sda1): re-mounted. Opts: (null)
[    2.848923] systemd[1]: Finished Remount Root and Kernel File Systems.
[    2.849031] audit: type=1130 audit(1620566013.418:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.849477] systemd[1]: Condition check resulted in First Boot Wizard being skipped.
[    2.851344] Asymmetric key parser 'pkcs8' registered
[    2.851364] fuse: init (API version 7.32)
[    2.852290] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[    2.853286] systemd[1]: Starting Load/Save Random Seed...
[    2.853382] systemd[1]: Condition check resulted in Create System Users being skipped.
[    2.854113] systemd[1]: Starting Create Static Device Nodes in /dev...
[    2.855254] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    2.855465] systemd[1]: Finished Load Kernel Module fuse.
[    2.855528] audit: type=1130 audit(1620566013.428:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.855547] audit: type=1131 audit(1620566013.428:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.856083] systemd[1]: Finished Load Kernel Modules.
[    2.856121] audit: type=1130 audit(1620566013.428:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.856285] systemd[1]: Mounted Kernel Configuration File System.
[    2.857404] systemd[1]: Mounting FUSE Control File System...
[    2.858447] systemd[1]: Starting Apply Kernel Variables...
[    2.863230] systemd[1]: Mounted FUSE Control File System.
[    2.881025] systemd[1]: Finished Apply Kernel Variables.
[    2.881088] audit: type=1130 audit(1620566013.458:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.886524] systemd[1]: Finished Create Static Device Nodes in /dev.
[    2.886579] audit: type=1130 audit(1620566013.458:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.886667] systemd[1]: Reached target Local File Systems (Pre).
[    2.886703] systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
[    2.887830] audit: type=1334 audit(1620566013.458:8): prog-id=14 op=LOAD
[    2.887917] audit: type=1334 audit(1620566013.458:9): prog-id=15 op=LOAD
[    2.887971] audit: type=1334 audit(1620566013.458:10): prog-id=16 op=LOAD
[    2.888642] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[    2.907761] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    2.908075] systemd[1]: Finished Load Kernel Module drm.
[    2.913159] systemd[1]: Started Journal Service.
[    2.919050] systemd-journald[205]: Received client request to flush runtime journal.
[    3.243361] mc: Linux media interface: v0.10
[    3.249796] mousedev: PS/2 mouse device common for all mice
[    3.285675] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\PMIO) (20200925/utaddress-204)
[    3.285684] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    3.285689] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x000000000000055F (\_SB.PCI0.PEG0.PEGP.GPIO) (20200925/utaddress-204)
[    3.285694] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20200925/utaddress-204)
[    3.285698] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    3.285700] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x000000000000055F (\_SB.PCI0.PEG0.PEGP.GPIO) (20200925/utaddress-204)
[    3.285705] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20200925/utaddress-204)
[    3.285709] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    3.285711] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x000000000000055F (\_SB.PCI0.PEG0.PEGP.GPIO) (20200925/utaddress-204)
[    3.285715] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20200925/utaddress-204)
[    3.285720] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    3.285721] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    3.300073] videodev: Linux video capture interface: v2.00
[    3.400060] Adding 16656564k swap on /dev/sda2.  Priority:-2 extents:1 across:16656564k SSFS
[    3.441923] r8169 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
[    3.445898] libphy: r8169: probed
[    3.446262] r8169 0000:03:00.0 eth0: RTL8168evl/8111evl, e8:03:9a:b1:dd:89, XID 2c9, IRQ 30
[    3.446266] r8169 0000:03:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    3.464159] random: dbus-daemon: uninitialized urandom read (12 bytes read)
[    3.481014] random: dbus-daemon: uninitialized urandom read (12 bytes read)
[    3.617864] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    3.618135] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[    3.618356] i2c i2c-0: 2/4 memory slots populated (from DMI)
[    3.619075] NET: Registered protocol family 38
[    3.620002] i2c i2c-0: Successfully instantiated SPD at 0x50
[    3.622709] i2c i2c-0: Successfully instantiated SPD at 0x52
[    3.624667] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    3.624996] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    3.624999] cfg80211: failed to load regulatory.db
[    3.701241] Bluetooth: Core ver 2.22
[    3.701263] NET: Registered protocol family 31
[    3.701265] Bluetooth: HCI device and connection manager initialized
[    3.701269] Bluetooth: HCI socket layer initialized
[    3.701272] Bluetooth: L2CAP socket layer initialized
[    3.701276] Bluetooth: SCO socket layer initialized
[    3.701498] input: PC Speaker as /devices/platform/pcspkr/input/input10
[    3.817280] r8169 0000:03:00.0 enp3s0: renamed from eth0
[    3.831577] usbcore: registered new interface driver btusb
[    3.831801] samsung_laptop: detected SABI interface: SwSmi@
[    3.840548] Bluetooth: hci0: unexpected event for opcode 0x0000
[    3.876019] iTCO_vendor_support: vendor-support=0
[    3.876119] Intel(R) Wireless WiFi driver for Linux
[    3.876279] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 163840 ms ovfl timer
[    3.876280] RAPL PMU: hw unit of domain pp0-core 2^-16 Joules
[    3.876281] RAPL PMU: hw unit of domain package 2^-16 Joules
[    3.876282] RAPL PMU: hw unit of domain pp1-gpu 2^-16 Joules
[    3.876376] iwlwifi 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
[    3.881952] iwlwifi 0000:02:00.0: loaded firmware version 18.168.6.1 6000g2b-6.ucode op_mode iwldvm
[    3.888386] cryptd: max_cpu_qlen set to 1000
[    3.898433] at24 0-0050: supply vcc not found, using dummy regulator
[    3.912436] uvcvideo: Found UVC 1.00 device WebCam SC-13HDL11939N (2232:1029)
[    3.912584] at24 0-0050: 256 byte spd EEPROM, read-only
[    3.912617] at24 0-0052: supply vcc not found, using dummy regulator
[    3.913237] at24 0-0052: 256 byte spd EEPROM, read-only
[    3.930035] input: WebCam SC-13HDL11939N: WebCam S as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input11
[    3.930105] usbcore: registered new interface driver uvcvideo
[    3.930106] USB Video Class driver (1.1.1)
[    3.970357] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    3.970416] iTCO_wdt: Found a Panther Point TCO device (Version=2, TCOBASE=0x0460)
[    3.970542] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    3.978154] AVX version of gcm_enc/dec engaged.
[    3.978157] AES CTR mode by8 optimization enabled
[    4.070504] MXM: GUID detected in BIOS
[    4.070642] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20200925/nsarguments-61)
[    4.071137] pci 0000:01:00.0: optimus capabilities: enabled, status dynamic power, 
[    4.071141] VGA switcheroo: detected Optimus DSM method \_SB_.PCI0.PEG0.PEGP handle
[    4.071167] nouveau 0000:01:00.0: enabling device (0006 -> 0007)
[    4.071293] checking generic (d0000000 580000) vs hw (f6000000 1000000)
[    4.071295] checking generic (d0000000 580000) vs hw (e0000000 10000000)
[    4.071297] checking generic (d0000000 580000) vs hw (f0000000 2000000)
[    4.071347] nouveau 0000:01:00.0: NVIDIA GK107 (0e7110a2)
[    4.117499] nouveau 0000:01:00.0: bios: version 80.07.6a.00.19
[    4.355322] nouveau 0000:01:00.0: pci: failed to adjust lnkctl speed
[    4.355520] nouveau 0000:01:00.0: fb: 2048 MiB DDR3
[    4.386199] checking generic (d0000000 580000) vs hw (f7400000 400000)
[    4.386203] checking generic (d0000000 580000) vs hw (d0000000 10000000)
[    4.386205] fb0: switching to inteldrmfb from VESA VGA
[    4.386343] Console: switching to colour dummy device 80x25
[    4.387332] i915 0000:00:02.0: vgaarb: deactivate vga console
[    4.432629] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[    4.451521] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEBUG enabled
[    4.451524] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEBUGFS enabled
[    4.451526] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
[    4.451528] iwlwifi 0000:02:00.0: Detected Intel(R) Centrino(R) Advanced-N 6235 AGN, REV=0xB0
[    4.475500] [drm] Initialized i915 1.6.0 20200917 for 0000:00:02.0 on minor 1
[    4.475726] [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
[    4.476798] ACPI: Video Device [PEGP] (multi-head: yes  rom: yes  post: no)
[    4.477039] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0d/LNXVIDEO:00/input/input12
[    4.485731] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[    4.486753] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    4.487023] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input13
[    4.488656] psmouse serio1: synaptics: queried max coordinates: x [..5738], y [..4886]
[    4.496040] snd_hda_intel 0000:00:1b.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    4.521663] fbcon: i915drmfb (fb0) is primary device
[    4.522558] psmouse serio1: synaptics: queried min coordinates: x [1210..], y [986..]
[    4.537402] vga_switcheroo: enabled
[    4.553049] [TTM] Zone  kernel: Available graphics memory: 2987778 KiB
[    4.553050] [TTM] Zone   dma32: Available graphics memory: 2097152 KiB
[    4.553051] [TTM] Initializing pool allocator
[    4.553056] [TTM] Initializing DMA pool allocator
[    4.553079] nouveau 0000:01:00.0: DRM: VRAM: 2048 MiB
[    4.553080] nouveau 0000:01:00.0: DRM: GART: 1048576 MiB
[    4.553084] nouveau 0000:01:00.0: DRM: TMDS table version 2.0
[    4.553086] nouveau 0000:01:00.0: DRM: DCB version 4.0
[    4.553088] nouveau 0000:01:00.0: DRM: DCB outp 00: 02000300 00000000
[    4.553091] nouveau 0000:01:00.0: DRM: DCB conn 00: 00000000
[    4.555013] nouveau 0000:01:00.0: DRM: MM: using COPY for buffer copies
[    4.572788] nouveau 0000:01:00.0: [drm] Cannot find any crtc or sizes
[    4.573200] [drm] Initialized nouveau 1.3.1 20120801 for 0000:01:00.0 on minor 0
[    4.591425] psmouse serio1: synaptics: Touchpad model: 1, fw: 7.5, id: 0x1e0b1, caps: 0xf00133/0x240000/0xa2400/0x0, board id: 1874, fw id: 1066450
[    4.681399] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input9
[    4.774307] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC269VC: line_outs=2 (0x1b/0x17/0x0/0x0/0x0) type:speaker
[    4.774309] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    4.774310] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x15/0x0/0x0/0x0/0x0)
[    4.774311] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    4.774312] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    4.774313] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x19
[    4.774313] snd_hda_codec_realtek hdaudioC0D0:      Mic=0x18
[    4.792532] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
[    4.792674] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
[    4.793934] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input16
[    4.903357] iwlwifi 0000:02:00.0: Radio type=0x2-0x1-0x0
[    4.913967] intel_rapl_common: Found RAPL domain package
[    4.913969] intel_rapl_common: Found RAPL domain core
[    4.913970] intel_rapl_common: Found RAPL domain uncore
[    4.913975] intel_rapl_common: RAPL package-0 domain package locked by BIOS
[    5.212877] iwlwifi 0000:02:00.0: Radio type=0x2-0x1-0x0
[    5.325359] Console: switching to colour frame buffer device 200x56
[    5.344587] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    5.346012] kauditd_printk_skb: 20 callbacks suppressed
[    5.346014] audit: type=1130 audit(1620566015.918:31): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.409784] audit: type=1130 audit(1620566015.978:32): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:intel_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.439790] wlan0: authenticate with 10:62:eb:27:e1:e7
[    5.443689] wlan0: send auth to 10:62:eb:27:e1:e7 (try 1/3)
[    5.581272] wlan0: send auth to 10:62:eb:27:e1:e7 (try 2/3)
[    5.681133] wlan0: send auth to 10:62:eb:27:e1:e7 (try 3/3)
[    5.750439] wlan0: authenticated
[    5.760040] wlan0: associate with 10:62:eb:27:e1:e7 (try 1/3)
[    5.788749] wlan0: RX AssocResp from 10:62:eb:27:e1:e7 (capab=0x411 status=0 aid=5)
[    5.793338] wlan0: associated
[    7.160029] random: crng init done
[    7.176379] audit: type=1130 audit(1620566017.748:33): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.579671] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[    9.511692] audit: type=1131 audit(1620566020.088:34): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   10.160544] ACPI: \_SB_.PCI0.PEG0.PEGP: failed to evaluate _DSM
[   23.503891] wlan0: authenticate with 10:62:eb:27:e1:e7
[   23.510093] wlan0: send auth to 10:62:eb:27:e1:e7 (try 1/3)
[   23.593972] wlan0: send auth to 10:62:eb:27:e1:e7 (try 2/3)
[   23.611758] wlan0: send auth to 10:62:eb:27:e1:e7 (try 3/3)
[   23.654562] wlan0: authentication with 10:62:eb:27:e1:e7 timed out
[  111.228336] wlan0: authenticate with 10:62:eb:27:e1:e7
[  111.231335] wlan0: send auth to 10:62:eb:27:e1:e7 (try 1/3)
[  111.233374] wlan0: authenticated
[  111.240121] wlan0: associate with 10:62:eb:27:e1:e7 (try 1/3)
[  111.247247] wlan0: RX AssocResp from 10:62:eb:27:e1:e7 (capab=0x411 status=0 aid=5)
[  111.254661] wlan0: associated
[  111.254927] audit: type=1701 audit(1620566121.828:35): auid=4294967295 uid=0 gid=0 ses=4294967295 pid=254 comm="iwd" exe="/usr/lib/iwd/iwd" sig=6 res=1
[  111.303598] audit: type=1334 audit(1620566121.878:36): prog-id=21 op=LOAD
[  111.303940] audit: type=1334 audit(1620566121.878:37): prog-id=22 op=LOAD
[  111.303987] audit: type=1334 audit(1620566121.878:38): prog-id=23 op=LOAD
[  111.304912] audit: type=1130 audit(1620566121.878:39): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@0-401-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  111.359326] audit: type=1131 audit(1620566121.928:40): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@0-401-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  111.391200] audit: type=1131 audit(1620566121.968:41): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=iwd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[  111.450191] wlan0: deauthenticating from 10:62:eb:27:e1:e7 by local choice (Reason: 3=DEAUTH_LEAVING)
[  111.450218] audit: type=1334 audit(1620566122.028:42): prog-id=17 op=UNLOAD
[  111.532549] audit: type=1130 audit(1620566122.108:43): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=iwd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  111.532555] audit: type=1131 audit(1620566122.108:44): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=iwd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  111.556944] iwlwifi 0000:02:00.0: Radio type=0x2-0x1-0x0
[  111.876502] iwlwifi 0000:02:00.0: Radio type=0x2-0x1-0x0
[  112.099000] wlan0: authenticate with 10:62:eb:27:e1:e7
[  112.101902] wlan0: send auth to 10:62:eb:27:e1:e7 (try 1/3)
[  112.104400] wlan0: authenticated
[  112.110071] wlan0: associate with 10:62:eb:27:e1:e7 (try 1/3)
[  112.114916] wlan0: RX AssocResp from 10:62:eb:27:e1:e7 (capab=0x411 status=0 aid=5)
[  112.119761] wlan0: associated
[  112.261061] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[  133.599189] kauditd_printk_skb: 5 callbacks suppressed
[  133.599194] audit: type=1100 audit(1620566144.168:50): pid=385 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/login" hostname=hostname addr=? terminal=/dev/tty1 res=success'
[  133.603458] audit: type=1101 audit(1620566144.178:51): pid=385 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="root" exe="/usr/bin/login" hostname=hostname addr=? terminal=/dev/tty1 res=success'
[  133.604285] audit: type=1103 audit(1620566144.178:52): pid=385 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/login" hostname=hostname addr=? terminal=/dev/tty1 res=success'
[  133.604426] audit: type=1006 audit(1620566144.178:53): pid=385 uid=0 old-auid=4294967295 auid=0 tty=tty1 old-ses=4294967295 ses=1 res=1
[  133.627342] audit: type=1130 audit(1620566144.198:54): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  133.632785] audit: type=1101 audit(1620566144.208:55): pid=417 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="root" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  133.632847] audit: type=1103 audit(1620566144.208:56): pid=417 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="root" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[  133.632924] audit: type=1006 audit(1620566144.208:57): pid=417 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=2 res=1
[  133.634443] audit: type=1105 audit(1620566144.208:58): pid=417 uid=0 auid=0 ses=2 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="root" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  133.640500] audit: type=1334 audit(1620566144.218:59): prog-id=25 op=LOAD
[  146.815447] wlan0: authenticate with 10:62:eb:27:e1:e7
[  146.818272] wlan0: send auth to 10:62:eb:27:e1:e7 (try 1/3)
[  147.159561] wlan0: authenticated
[  147.160055] wlan0: associate with 10:62:eb:27:e1:e7 (try 1/3)
[  147.252299] wlan0: associate with 10:62:eb:27:e1:e7 (try 2/3)
[  147.431199] wlan0: associate with 10:62:eb:27:e1:e7 (try 3/3)
[  147.584513] wlan0: association with 10:62:eb:27:e1:e7 timed out
[  235.153855] wlan0: authenticate with 10:62:eb:27:e1:e7
[  235.157009] wlan0: send auth to 10:62:eb:27:e1:e7 (try 1/3)
[  235.159483] wlan0: authenticated
[  235.160666] wlan0: associate with 10:62:eb:27:e1:e7 (try 1/3)
[  235.165565] wlan0: RX AssocResp from 10:62:eb:27:e1:e7 (capab=0x411 status=0 aid=5)
[  235.176175] wlan0: associated
[  397.779789] wlan0: authenticate with 10:62:eb:27:e1:e7
[  397.782601] wlan0: send auth to 10:62:eb:27:e1:e7 (try 1/3)
[  397.785106] wlan0: authenticated
[  397.800027] wlan0: associate with 10:62:eb:27:e1:e7 (try 1/3)
[  397.804827] wlan0: RX AssocResp from 10:62:eb:27:e1:e7 (capab=0x411 status=0 aid=5)
[  397.809438] wlan0: associated
[  481.765663] wlan0: authenticate with 10:62:eb:27:e1:e7
[  481.768490] wlan0: send auth to 10:62:eb:27:e1:e7 (try 1/3)
[  481.770995] wlan0: authenticated
[  481.780100] wlan0: associate with 10:62:eb:27:e1:e7 (try 1/3)
[  481.784918] wlan0: RX AssocResp from 10:62:eb:27:e1:e7 (capab=0x411 status=0 aid=5)
[  481.789732] wlan0: associated
[  484.820752] wlan0: disassociated from 10:62:eb:27:e1:e7 (Reason: 15=4WAY_HANDSHAKE_TIMEOUT)
[  485.094078] wlan0: authenticate with 10:62:eb:27:e1:e7
[  485.097236] wlan0: send auth to 10:62:eb:27:e1:e7 (try 1/3)
[  485.099745] wlan0: authenticated
[  485.100046] wlan0: associate with 10:62:eb:27:e1:e7 (try 1/3)
[  485.105036] wlan0: RX AssocResp from 10:62:eb:27:e1:e7 (capab=0x411 status=0 aid=5)
[  485.109413] wlan0: associated
[  501.077619] usb 1-1.2: USB disconnect, device number 3
[  652.800080] usb 1-1.2: new high-speed USB device number 5 using ehci-pci
[  652.952079] usb 1-1.2: New USB device found, idVendor=0781, idProduct=5581, bcdDevice= 1.00
[  652.952086] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  652.952089] usb 1-1.2: Product: Ultra
[  652.952092] usb 1-1.2: Manufacturer: SanDisk
[  652.952094] usb 1-1.2: SerialNumber: 4C530001090919103005
[  652.972472] usb-storage 1-1.2:1.0: USB Mass Storage device detected
[  652.972783] scsi host6: usb-storage 1-1.2:1.0
[  652.972855] usbcore: registered new interface driver usb-storage
[  652.975952] usbcore: registered new interface driver uas
[  654.001401] scsi 6:0:0:0: Direct-Access     SanDisk  Ultra            1.00 PQ: 0 ANSI: 6
[  654.002730] sd 6:0:0:0: [sdb] 30375936 512-byte logical blocks: (15.6 GB/14.5 GiB)
[  654.003702] sd 6:0:0:0: [sdb] Write Protect is off
[  654.003706] sd 6:0:0:0: [sdb] Mode Sense: 43 00 00 00
[  654.004702] sd 6:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[  654.082924]  sdb: sdb1
[  654.086214] sd 6:0:0:0: [sdb] Attached SCSI removable disk
[  686.569854] usb 1-1.2: USB disconnect, device number 5
[  690.040148] usb 4-2: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
[  690.071086] usb 4-2: New USB device found, idVendor=0781, idProduct=5581, bcdDevice= 1.00
[  690.071093] usb 4-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  690.071096] usb 4-2: Product: Ultra
[  690.071098] usb 4-2: Manufacturer: SanDisk
[  690.071100] usb 4-2: SerialNumber: 4C530001090919103005
[  690.072228] usb-storage 4-2:1.0: USB Mass Storage device detected
[  690.072531] scsi host6: usb-storage 4-2:1.0
[  691.120588] scsi 6:0:0:0: Direct-Access     SanDisk  Ultra            1.00 PQ: 0 ANSI: 6
[  691.121291] sd 6:0:0:0: [sdb] 30375936 512-byte logical blocks: (15.6 GB/14.5 GiB)
[  691.121957] sd 6:0:0:0: [sdb] Write Protect is off
[  691.121961] sd 6:0:0:0: [sdb] Mode Sense: 43 00 00 00
[  691.122241] sd 6:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[  691.201611]  sdb: sdb1
[  691.202989] sd 6:0:0:0: [sdb] Attached SCSI removable disk
[  693.790071] usb 1-1.2: new low-speed USB device number 6 using ehci-pci
[  693.944444] usb 1-1.2: New USB device found, idVendor=13ba, idProduct=0018, bcdDevice= 0.01
[  693.944447] usb 1-1.2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[  693.944448] usb 1-1.2: Product: Barcode Reader 
[  693.947309] input: Barcode Reader  as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:13BA:0018.0003/input/input17
[  694.010591] hid-generic 0003:13BA:0018.0003: input,hidraw0: USB HID v1.10 Keyboard [Barcode Reader ] on usb-0000:00:1a.0-1.2/input0
[  694.013901] input: Barcode Reader  Mouse as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.1/0003:13BA:0018.0004/input/input18
[  694.014294] input: Barcode Reader  System Control as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.1/0003:13BA:0018.0004/input/input19
[  694.080332] input: Barcode Reader  Consumer Control as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.1/0003:13BA:0018.0004/input/input20
[  694.080717] hid-generic 0003:13BA:0018.0004: input,hidraw1: USB HID v1.10 Mouse [Barcode Reader ] on usb-0000:00:1a.0-1.2/input1
[  711.424936] wlan0: authenticate with 10:62:eb:27:e1:e7
[  711.430215] wlan0: send auth to 10:62:eb:27:e1:e7 (try 1/3)
[  711.440895] wlan0: authenticated
[  711.450045] wlan0: associate with 10:62:eb:27:e1:e7 (try 1/3)
[  711.454801] wlan0: RX AssocResp from 10:62:eb:27:e1:e7 (capab=0x411 status=0 aid=5)
[  711.457394] wlan0: associated
[  770.104359] wlan0: authenticate with 10:62:eb:27:e1:e7
[  770.107086] wlan0: send auth to 10:62:eb:27:e1:e7 (try 1/3)
[  770.109597] wlan0: authenticated
[  770.110040] wlan0: associate with 10:62:eb:27:e1:e7 (try 1/3)
[  770.118562] wlan0: RX AssocResp from 10:62:eb:27:e1:e7 (capab=0x411 status=0 aid=5)
[  770.130554] wlan0: associated
[  804.366577] wlan0: authenticate with 10:62:eb:27:e1:e7
[  804.369845] wlan0: send auth to 10:62:eb:27:e1:e7 (try 1/3)
[  804.372993] wlan0: authenticated
[  804.380361] wlan0: associate with 10:62:eb:27:e1:e7 (try 1/3)
[  804.490064] wlan0: associate with 10:62:eb:27:e1:e7 (try 2/3)
[  804.505939] wlan0: RX AssocResp from 10:62:eb:27:e1:e7 (capab=0x411 status=0 aid=5)
[  804.510763] wlan0: associated
[  825.424459] wlan0: authenticate with 10:62:eb:27:e1:e7
[  825.430836] wlan0: send auth to 10:62:eb:27:e1:e7 (try 1/3)
[  825.515192] wlan0: authenticated
[  825.520071] wlan0: associate with 10:62:eb:27:e1:e7 (try 1/3)
[  825.765666] wlan0: associate with 10:62:eb:27:e1:e7 (try 2/3)
[  825.775163] wlan0: RX AssocResp from 10:62:eb:27:e1:e7 (capab=0x411 status=0 aid=5)
[  825.780955] wlan0: associated
[  828.892919] wlan0: disassociated from 10:62:eb:27:e1:e7 (Reason: 15=4WAY_HANDSHAKE_TIMEOUT)
[  829.164092] wlan0: authenticate with 10:62:eb:27:e1:e7
[  829.167233] wlan0: send auth to 10:62:eb:27:e1:e7 (try 1/3)
[  829.170193] wlan0: authenticated
[  829.180054] wlan0: associate with 10:62:eb:27:e1:e7 (try 1/3)
[  829.184949] wlan0: RX AssocResp from 10:62:eb:27:e1:e7 (capab=0x411 status=0 aid=5)
[  829.197968] wlan0: associated
[  844.474025] wlan0: authenticate with 10:62:eb:27:e1:e7
[  844.477317] wlan0: send auth to 10:62:eb:27:e1:e7 (try 1/3)
[  844.590060] wlan0: send auth to 10:62:eb:27:e1:e7 (try 2/3)
[  844.611556] wlan0: send auth to 10:62:eb:27:e1:e7 (try 3/3)
[  844.635618] wlan0: authentication with 10:62:eb:27:e1:e7 timed out
[  862.600142] usb 4-2: USB disconnect, device number 2
[  929.602452] kauditd_printk_skb: 6 callbacks suppressed
[  929.602456] audit: type=1130 audit(1620566940.178:66): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  929.602486] audit: type=1131 audit(1620566940.178:67): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  932.208237] wlan0: authenticate with 10:62:eb:27:e1:e7
[  932.211031] wlan0: send auth to 10:62:eb:27:e1:e7 (try 1/3)
[  932.229835] wlan0: authenticated
[  932.230005] wlan0: associate with 10:62:eb:27:e1:e7 (try 1/3)
[  932.234817] wlan0: RX AssocResp from 10:62:eb:27:e1:e7 (capab=0x411 status=0 aid=5)
[  932.237471] wlan0: associated
[  935.273912] wlan0: disassociated from 10:62:eb:27:e1:e7 (Reason: 15=4WAY_HANDSHAKE_TIMEOUT)
[  935.574933] wlan0: authenticate with 10:62:eb:27:e1:e7
[  935.580883] wlan0: send auth to 10:62:eb:27:e1:e7 (try 1/3)
[  935.582744] wlan0: authenticated
[  935.590075] wlan0: associate with 10:62:eb:27:e1:e7 (try 1/3)
[  935.594923] wlan0: RX AssocResp from 10:62:eb:27:e1:e7 (capab=0x411 status=0 aid=5)
[  935.599460] wlan0: associated
[  960.910123] usb 4-2: new SuperSpeed Gen 1 USB device number 3 using xhci_hcd
[  960.941158] usb 4-2: New USB device found, idVendor=0781, idProduct=5581, bcdDevice= 1.00
[  960.941165] usb 4-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  960.941168] usb 4-2: Product: Ultra
[  960.941170] usb 4-2: Manufacturer: SanDisk
[  960.941173] usb 4-2: SerialNumber: 4C530001090919103005
[  960.942407] usb-storage 4-2:1.0: USB Mass Storage device detected
[  960.943995] scsi host7: usb-storage 4-2:1.0
[  962.000721] scsi 7:0:0:0: Direct-Access     SanDisk  Ultra            1.00 PQ: 0 ANSI: 6
[  962.001608] sd 7:0:0:0: [sdc] 30375936 512-byte logical blocks: (15.6 GB/14.5 GiB)
[  962.002272] sd 7:0:0:0: [sdc] Write Protect is off
[  962.002276] sd 7:0:0:0: [sdc] Mode Sense: 43 00 00 00
[  962.002605] sd 7:0:0:0: [sdc] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[  962.061464]  sdc: sdc1
[  962.063282] sd 7:0:0:0: [sdc] Attached SCSI removable disk
[ 1003.223980] FAT-fs (sdc1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.

Last edited by tporg (2021-05-09 13:55:35)

Offline

#12 2021-05-09 19:03:36

tucuxi
Member
From: Switzerland
Registered: 2020-03-08
Posts: 291

Re: [SOLVED] WiFi using iwd/iwctl doesn't work on new install anymore

I don't think there is any sensitive information in the output that should be obfuscated. The log shows successful authentication/association at around t=5.7. Subsequently, the process repeats at irregular intervals. Sometimes, several attempts are made and sometimes there are timeouts. So you should have connectivity in principle but the connection often breaks down and it takes a few attempts to reestablish the connection. Is that what you observe, e.g. when you run an endless ping loop?

A possible explanation could be poor signal quality. To verify:

cat /proc/net/wireless

Offline

#13 2021-05-10 05:07:16

tporg
Member
Registered: 2019-11-26
Posts: 29

Re: [SOLVED] WiFi using iwd/iwctl doesn't work on new install anymore

tucuxi wrote:

I don't think there is any sensitive information in the output that should be obfuscated. The log shows successful authentication/association at around t=5.7. Subsequently, the process repeats at irregular intervals. Sometimes, several attempts are made and sometimes there are timeouts. So you should have connectivity in principle but the connection often breaks down and it takes a few attempts to reestablish the connection. Is that what you observe, e.g. when you run an endless ping loop?

A possible explanation could be poor signal quality. To verify:

cat /proc/net/wireless

I have used Manjaro live session from the same place as I am keeping my device now and I can use the wifi just fine. I have also moved just next to my router while using Arch linux to see if the issue has been with signal strength, but I am facing the same issue there as well. Just wanted to give you this context.

Here's the log as per where the device will be usually kept:

Inter-| sta-|   Quality        |   Discarded packets               | Missed | WE
 face | tus | link level noise |  nwid  crypt   frag  retry   misc | beacon | 22
 wlan0: 0000   40.  -70.  -256        0      0      0      0      8        0

Last edited by tporg (2021-05-10 06:18:13)

Offline

#14 2021-05-10 06:26:10

seth
Member
Registered: 2012-09-03
Posts: 51,842

Re: [SOLVED] WiFi using iwd/iwctl doesn't work on new install anymore

Do you use a BT device?

iwlwifi.bt_coex_active=0 iwlwifi.swcrypto=1 iwlwifi.11n_disable=8

Offline

#15 2021-05-10 06:49:38

tporg
Member
Registered: 2019-11-26
Posts: 29

Re: [SOLVED] WiFi using iwd/iwctl doesn't work on new install anymore

seth wrote:

Do you use a BT device?

iwlwifi.bt_coex_active=0 iwlwifi.swcrypto=1 iwlwifi.11n_disable=8

I have a BT speaker which can also by connected using a wire. So it is in wired form now and most of the time. I am unable to understand what the log says though.

Offline

#16 2021-05-10 07:03:01

seth
Member
Registered: 2012-09-03
Posts: 51,842

Re: [SOLVED] WiFi using iwd/iwctl doesn't work on new install anymore

A pristine quliaty will have a level of "link" of 70 (aggregated quality index™) and a "level" -30 - -40, -70 is "one the edge" - ie. the signal quality isn't exactly great (and certainly not if you're sitting nex to the AP)
Could be some power saving… the manjaro system is completely different HW? You're not running manjaro on the same system and compare different SW stacks on equal HW?

You could try to boot grml and see how the signal quality (and stability) is there.

Offline

#17 2021-05-10 08:02:56

tporg
Member
Registered: 2019-11-26
Posts: 29

Re: [SOLVED] WiFi using iwd/iwctl doesn't work on new install anymore

seth wrote:

A pristine quliaty will have a level of "link" of 70 (aggregated quality index™) and a "level" -30 - -40, -70 is "one the edge" - ie. the signal quality isn't exactly great (and certainly not if you're sitting nex to the AP)
Could be some power saving… the manjaro system is completely different HW? You're not running manjaro on the same system and compare different SW stacks on equal HW?


I'm not sure about the power saving part. But I used the manjaro live session booting through a USB on the same hardware that I have Arch Linux installed. And it works just fine. Not to mention, I have tried the same steps next to router where I have the best range and connectivity along with speed possible. But it renders the same issue.

seth wrote:

You could try to boot grml and see how the signal quality (and stability) is there.

Thanks for the recommendation. But I am starting think maybe I should locally install another package to configure my wifi since I am unable to get to the bottom of this. Still thinking.

Ooorr....

Maybe I should boot into the archiso I used to install the Arch Linux and compare the version of iwd package and see if there is a version difference. I am not sure but I may have updated the packages through the below command when the internet was working initially.

 pacman -Syu / pacman -Syyu 

Maybe it broke post upgrading the package? This would tell if this is a bug on iwd/iwctl package as mentioned by elkoraco earlier in this thread, if there is a version difference that is!

Last edited by tporg (2021-05-10 09:29:16)

Offline

#18 2021-05-10 09:48:03

seth
Member
Registered: 2012-09-03
Posts: 51,842

Re: [SOLVED] WiFi using iwd/iwctl doesn't work on new install anymore

But I used the manjaro live session booting through a USB on the same hardware that I have Arch Linux installed

Which kernel and how's "cat /proc/net/wireless" there?

A bug/regression w/ iwd could be determined by trying to connect w/ wpa_supplicant, but if it's a software regression it's more likely in the kernel, the firmware or some power saving feature.

Offline

#19 2021-05-11 05:39:36

tucuxi
Member
From: Switzerland
Registered: 2020-03-08
Posts: 291

Re: [SOLVED] WiFi using iwd/iwctl doesn't work on new install anymore

I still don't understand how you determine that wireless is not working. According to the dmesg output the connection should be up intermittently. The ping I advised in #12 might add some clarity.

Do you use a network manager or use iw in a standalone fashion? In the first case, how is it configured and what does it log?

Offline

#20 2021-05-12 12:22:08

tporg
Member
Registered: 2019-11-26
Posts: 29

Re: [SOLVED] WiFi using iwd/iwctl doesn't work on new install anymore

tucuxi wrote:

I still don't understand how you determine that wireless is not working. According to the dmesg output the connection should be up intermittently. The ping I advised in #12 might add some clarity.

Cos I neither able to ping anything nor am I able to update or install any packages. I assume it is a bug in the iwd package most probably.

tucuxi wrote:

Do you use a network manager or use iw in a standalone fashion? In the first case, how is it configured and what does it log?

I use iwd in a standalone fashion. I found iw the easiest to get it working and it is supposed to be a temporary solution. I would install a network manager once I have configure xorg and DE etc.

seth wrote:

But I used the manjaro live session booting through a USB on the same hardware that I have Arch Linux installed

Which kernel and how's "cat /proc/net/wireless" there?

A bug/regression w/ iwd could be determined by trying to connect w/ wpa_supplicant, but if it's a software regression it's more likely in the kernel, the firmware or some power saving feature.

The kernel was 5.4LTS on Manjaro live session and I didn't get the logs then. ALso, you're right. I could figure out if the bug is in iwd or not by installing the wpa_supplicant. That is my next to do. I just haven't had time to work on it because of the busy last two days. Will revert back ASAP.

Last edited by tporg (2021-05-12 12:24:28)

Offline

#21 2021-05-12 12:47:07

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: [SOLVED] WiFi using iwd/iwctl doesn't work on new install anymore

Just an FYI...

The iwd package is already part of the installation image, no need to install it separately.
https://git.archlinux.org/archiso.git/t … ges.x86_64


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#22 2021-05-14 08:49:02

elkoraco
Member
Registered: 2013-02-18
Posts: 140

Re: [SOLVED] WiFi using iwd/iwctl doesn't work on new install anymore

Give us the output of

cat /etc/resolv.conf
systemctl status systemd-resolved

Last edited by elkoraco (2021-05-15 10:52:10)

Offline

#23 2021-05-15 13:29:36

tporg
Member
Registered: 2019-11-26
Posts: 29

Re: [SOLVED] WiFi using iwd/iwctl doesn't work on new install anymore

Slithery wrote:

Just an FYI...

The iwd package is already part of the installation image, no need to install it separately.
https://git.archlinux.org/archiso.git/t … ges.x86_64

It was working and present on the archiso. But it was not installed on the newly installed arch linux installation though. I checked. And also, I actually reinstalled the iwd package and still nothing! hmm



elkoraco wrote:

Give us the output of

cat /etc/resolv.conf
systemctl status systemd-resolved
# Resolver configuration file.
# See resolv.conf(5) for details.

and for systemctl status systemd-resolved...

○ systemd-resolved.service - Network Name Resolution
     Loaded: loaded (/usr/lib/systemd/system/systemd-resolved.service; disabled; vendor preset: enabled)
     Active: inactive (dead)
       Docs: man:systemd-resolved.service(8)
             man:org.freedesktop.resolve1(5)
             https://www.freedesktop.org/wiki/Software/systemd/writing-network-configuration-managers
             https://www.freedesktop.org/wiki/Software/systemd/writing-resolver-clients

Hope this helps. Appreciate the responses BTW.

Last edited by tporg (2021-05-15 13:35:25)

Offline

#24 2021-05-15 15:43:34

seth
Member
Registered: 2012-09-03
Posts: 51,842

Re: [SOLVED] WiFi using iwd/iwctl doesn't work on new install anymore

There's no resolver.
Did you configure iwd to use resolved?

Did you try to connect w/ wpa_supplicant/dhcpcd?

Offline

#25 2021-05-15 18:09:54

tporg
Member
Registered: 2019-11-26
Posts: 29

Re: [SOLVED] WiFi using iwd/iwctl doesn't work on new install anymore

seth wrote:

There's no resolver.
Did you configure iwd to use resolved?

No. I followed the iwd wiki page and there was no mention of resolver in it. Could you please direct me to the right place?

seth wrote:

Did you try to connect w/ wpa_supplicant/dhcpcd?

Not yet.


Edit 1: Found the DNS manager part. Trying it now.

Edit 2: It throws Failed to get global data: Unit dbus-org.freedesktop.resolve1.service not found error when running resolvectl status

Edit 3: Enabled systemd-networkd.service

Edit 4: Enable systemd-resolved.service

Nothing works still! I feel like I am missing something here.

Last edited by tporg (2021-05-15 18:49:35)

Offline

Board footer

Powered by FluxBB