You are not logged in.

#1 2020-07-31 15:42:06

neverendingwhitelights
Member
Registered: 2020-07-23
Posts: 7

[Solved] Installing Alfa AWUS036NH Wifi Adapter

I followed the wiki page https://wiki.archlinux.org/index.php/Ne … n/Wireless

First, the adapter showed up as

Bus 001 Device 008: ID 0e8d:7603 MediaTek Inc. 802.11 n WLAN

instead of

Realtek Semiconductor Corp. RTL8187 Wireless Adapter

Then checked if the driver for your card has been loaded:

Bus 001 Device 008: ID 0e8d:7603 MediaTek Inc. 802.11 n WLAN
Couldn't open device, some information will be missing
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.01
  bDeviceClass            0 
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0        64
  idVendor           0x0e8d MediaTek Inc.
  idProduct          0x7603 
  bcdDevice            0.01
  iManufacturer           1 
  iProduct                2 
  iSerial                 3 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength       0x004a
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xa0
      (Bus Powered)
      Remote Wakeup
    MaxPower              160mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           8
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass    255 Vendor Specific Subclass
      bInterfaceProtocol    255 Vendor Specific Protocol
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x84  EP 4 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x85  EP 5 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x08  EP 8 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x04  EP 4 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x05  EP 5 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x06  EP 6 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x07  EP 7 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x09  EP 9 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0

Checked kernel messages for firmware being loaded:

$ dmesg | grep firmware
[    0.227203] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    3.227176] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    3.260853] iwlwifi 0000:00:14.3: loaded firmware version 46.6bf1df06.0 op_mode iwlmvm
[    3.684560] [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[    3.704156] iwlwifi 0000:00:14.3: Allocated 0x00400000 bytes for firmware monitor.

Tried to follow this question's code (I guess its outdated, but anyway) https://bbs.archlinux.org/viewtopic.php?id=161220

# modprobe rtl8187
$ dmesg | grep rtl8187
[  188.168880] usbcore: registered new interface driver rtl8187

And all this time I got only laptop's wlo1

iwconfig
lo        no wireless extensions.

enp2s0    no wireless extensions.

wlo1      IEEE 802.11  ESSID:"SOMENAME"  
          Mode:Managed  Frequency:2.427 GHz  Access Point: 50:D4:F7:94:C6:38   
          Bit Rate=135 Mb/s   Tx-Power=22 dBm   
          Retry short limit:7   RTS thr:off   Fragment thr:off
          Power Management:on
          Link Quality=48/70  Signal level=-62 dBm  
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:1  Invalid misc:441   Missed beacon:0

Last edited by neverendingwhitelights (2020-08-06 15:07:04)

Offline

#2 2020-07-31 16:00:14

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

Re: [Solved] Installing Alfa AWUS036NH Wifi Adapter

Please post the full output of dmesg and also the output of lsmod

Offline

#3 2020-07-31 16:21:05

neverendingwhitelights
Member
Registered: 2020-07-23
Posts: 7

Re: [Solved] Installing Alfa AWUS036NH Wifi Adapter

Full output of dmsg:

[    0.800448] ACPI: EC: interrupt blocked
[    0.805758] ACPI: \: Used as first EC
[    0.805761] ACPI: \: GPE=0x13, IRQ=-1, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.805761] ACPI: EC: Boot ECDT EC used to handle transactions
[    0.814285] ACPI: Dynamic OEM Table Load:
[    0.814291] ACPI: SSDT 0xFFFF9E1173C00000 0005BE (v02 PmRef  Cpu0Ist  00003000 INTL 20160527)
[    0.816495] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
[    0.817699] ACPI: Dynamic OEM Table Load:
[    0.817705] ACPI: SSDT 0xFFFF9E11734DF000 000400 (v02 PmRef  Cpu0Cst  00003001 INTL 20160527)
[    0.820424] ACPI: Dynamic OEM Table Load:
[    0.820432] ACPI: SSDT 0xFFFF9E11734A9000 000EF1 (v02 PmRef  ApIst    00003000 INTL 20160527)
[    0.823697] ACPI: Dynamic OEM Table Load:
[    0.823702] ACPI: SSDT 0xFFFF9E11734D8000 00030A (v02 PmRef  ApCst    00003000 INTL 20160527)
[    0.830623] ACPI: Interpreter enabled
[    0.830676] ACPI: (supports S0 S3 S4 S5)
[    0.830677] ACPI: Using IOAPIC for interrupt routing
[    0.830727] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.831364] ACPI: Enabled 6 GPEs in block 00 to 7F
[    0.834901] ACPI: Power Resource [PG00] (on)
[    0.852749] ACPI: Power Resource [USBC] (on)
[    0.857424] ACPI: Power Resource [V0PR] (on)
[    0.857706] ACPI: Power Resource [V1PR] (on)
[    0.857977] ACPI: Power Resource [V2PR] (on)
[    0.864285] ACPI: Power Resource [WRST] (on)
[    0.867242] ACPI: Power Resource [PIN] (off)
[    0.867909] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.867916] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.868201] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME]
[    0.868470] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability LTR]
[    0.868471] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.869797] PCI host bridge to bus 0000:00
[    0.869800] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.869801] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.869802] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.869803] pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window]
[    0.869805] pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
[    0.869806] pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfc00ffff window]
[    0.869807] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.869819] pci 0000:00:00.0: [8086:3ec4] type 00 class 0x060000
[    0.869990] pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
[    0.870044] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.870368] pci 0000:00:02.0: [8086:3e9b] type 00 class 0x030000
[    0.870380] pci 0000:00:02.0: reg 0x10: [mem 0xa2000000-0xa2ffffff 64bit]
[    0.870387] pci 0000:00:02.0: reg 0x18: [mem 0x80000000-0x8fffffff 64bit pref]
[    0.870391] pci 0000:00:02.0: reg 0x20: [io  0x5000-0x503f]
[    0.870409] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.870765] pci 0000:00:12.0: [8086:a379] type 00 class 0x118000
[    0.870812] pci 0000:00:12.0: reg 0x10: [mem 0xa4322000-0xa4322fff 64bit]
[    0.871196] pci 0000:00:14.0: [8086:a36d] type 00 class 0x0c0330
[    0.871241] pci 0000:00:14.0: reg 0x10: [mem 0xa4300000-0xa430ffff 64bit]
[    0.871392] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.871671] pci 0000:00:14.2: [8086:a36f] type 00 class 0x050000
[    0.871708] pci 0000:00:14.2: reg 0x10: [mem 0xa431a000-0xa431bfff 64bit]
[    0.871729] pci 0000:00:14.2: reg 0x18: [mem 0xa4321000-0xa4321fff 64bit]
[    0.872567] pci 0000:00:14.3: [8086:a370] type 00 class 0x028000
[    0.873996] pci 0000:00:14.3: reg 0x10: [mem 0xa4314000-0xa4317fff 64bit]
[    0.878838] pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
[    0.880741] pci 0000:00:16.0: [8086:a360] type 00 class 0x078000
[    0.880785] pci 0000:00:16.0: reg 0x10: [mem 0xa4320000-0xa4320fff 64bit]
[    0.880915] pci 0000:00:16.0: PME# supported from D3hot
[    0.881244] pci 0000:00:17.0: [8086:a353] type 00 class 0x010601
[    0.881283] pci 0000:00:17.0: reg 0x10: [mem 0xa4318000-0xa4319fff]
[    0.881299] pci 0000:00:17.0: reg 0x14: [mem 0xa431f000-0xa431f0ff]
[    0.881315] pci 0000:00:17.0: reg 0x18: [io  0x5090-0x5097]
[    0.881330] pci 0000:00:17.0: reg 0x1c: [io  0x5080-0x5083]
[    0.881346] pci 0000:00:17.0: reg 0x20: [io  0x5060-0x507f]
[    0.881362] pci 0000:00:17.0: reg 0x24: [mem 0xa431e000-0xa431e7ff]
[    0.881453] pci 0000:00:17.0: PME# supported from D3hot
[    0.881803] pci 0000:00:1d.0: [8086:a337] type 01 class 0x060400
[    0.882040] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.882106] pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
[    0.882720] pci 0000:00:1e.0: [8086:a328] type 00 class 0x078000
[    0.883451] pci 0000:00:1e.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    0.886033] pci 0000:00:1f.0: [8086:a30d] type 00 class 0x060100
[    0.886508] pci 0000:00:1f.3: [8086:a348] type 00 class 0x040300
[    0.886587] pci 0000:00:1f.3: reg 0x10: [mem 0xa4310000-0xa4313fff 64bit]
[    0.886661] pci 0000:00:1f.3: reg 0x20: [mem 0xa4100000-0xa41fffff 64bit]
[    0.886815] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.887208] pci 0000:00:1f.4: [8086:a323] type 00 class 0x0c0500
[    0.887390] pci 0000:00:1f.4: reg 0x10: [mem 0xa431c000-0xa431c0ff 64bit]
[    0.887599] pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
[    0.888048] pci 0000:00:1f.5: [8086:a324] type 00 class 0x0c8000
[    0.888078] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
[    0.888361] pci 0000:01:00.0: [10de:1c8d] type 00 class 0x030200
[    0.888376] pci 0000:01:00.0: reg 0x10: [mem 0xa3000000-0xa3ffffff]
[    0.888385] pci 0000:01:00.0: reg 0x14: [mem 0x90000000-0x9fffffff 64bit pref]
[    0.888393] pci 0000:01:00.0: reg 0x1c: [mem 0xa0000000-0xa1ffffff 64bit pref]
[    0.888398] pci 0000:01:00.0: reg 0x24: [io  0x4000-0x407f]
[    0.888404] pci 0000:01:00.0: reg 0x30: [mem 0xa4000000-0xa407ffff pref]
[    0.888420] pci 0000:01:00.0: Enabling HDA controller
[    0.888612] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.888615] pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
[    0.888617] pci 0000:00:01.0:   bridge window [mem 0xa3000000-0xa40fffff]
[    0.888620] pci 0000:00:01.0:   bridge window [mem 0x90000000-0xa1ffffff 64bit pref]
[    0.888768] pci 0000:02:00.0: [1969:10a1] type 00 class 0x020000
[    0.888816] pci 0000:02:00.0: reg 0x10: [mem 0xa4200000-0xa423ffff 64bit]
[    0.888831] pci 0000:02:00.0: reg 0x18: [io  0x3000-0x307f]
[    0.889008] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.889171] pci 0000:00:1d.0: PCI bridge to [bus 02]
[    0.889177] pci 0000:00:1d.0:   bridge window [io  0x3000-0x3fff]
[    0.889181] pci 0000:00:1d.0:   bridge window [mem 0xa4200000-0xa42fffff]
[    0.891430] ACPI: PCI Interrupt Link [LNKA] (IRQs) *0
[    0.891482] ACPI: PCI Interrupt Link [LNKB] (IRQs) *1
[    0.891531] ACPI: PCI Interrupt Link [LNKC] (IRQs) *0
[    0.891579] ACPI: PCI Interrupt Link [LNKD] (IRQs) *0
[    0.891628] ACPI: PCI Interrupt Link [LNKE] (IRQs) *0
[    0.891676] ACPI: PCI Interrupt Link [LNKF] (IRQs) *0
[    0.891724] ACPI: PCI Interrupt Link [LNKG] (IRQs) *0
[    0.891771] ACPI: PCI Interrupt Link [LNKH] (IRQs) *0
[    0.892469] ACPI: EC: interrupt unblocked
[    0.892501] ACPI: EC: event unblocked
[    0.892523] ACPI: \_SB_.PCI0.LPCB.EC__: GPE=0x13, IRQ=-1, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.892525] ACPI: \_SB_.PCI0.LPCB.EC__: Boot DSDT EC used to handle transactions and events
[    0.892614] iommu: Default domain type: Translated 
[    0.892632] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.892632] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.892632] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.892632] vgaarb: loaded
[    0.892632] ACPI: bus type USB registered
[    0.892632] usbcore: registered new interface driver usbfs
[    0.892632] usbcore: registered new interface driver hub
[    0.892632] usbcore: registered new device driver usb
[    0.892632] pps_core: LinuxPPS API ver. 1 registered
[    0.892632] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.892632] PTP clock support registered
[    0.892632] EDAC MC: Ver: 3.0.0
[    0.892632] Registered efivars operations
[    0.892632] PCI: Using ACPI for IRQ routing
[    0.979793] PCI: pci_cache_line_size set to 64 bytes
[    0.980065] e820: reserve RAM buffer [mem 0x0005f000-0x0005ffff]
[    0.980066] e820: reserve RAM buffer [mem 0x6c755018-0x6fffffff]
[    0.980067] e820: reserve RAM buffer [mem 0x6c766018-0x6fffffff]
[    0.980068] e820: reserve RAM buffer [mem 0x746cd000-0x77ffffff]
[    0.980069] e820: reserve RAM buffer [mem 0x7495b000-0x77ffffff]
[    0.980070] e820: reserve RAM buffer [mem 0x782d7000-0x7bffffff]
[    0.980071] e820: reserve RAM buffer [mem 0x7957b000-0x7bffffff]
[    0.980072] e820: reserve RAM buffer [mem 0x7ac0f000-0x7bffffff]
[    0.980073] e820: reserve RAM buffer [mem 0x27e000000-0x27fffffff]
[    0.980163] NetLabel: Initializing
[    0.980163] NetLabel:  domain hash size = 128
[    0.980164] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.980180] NetLabel:  unlabeled traffic allowed by default
[    0.980184] clocksource: Switched to clocksource tsc-early
[    0.992740] *** VALIDATE bpf ***
[    0.992838] VFS: Disk quotas dquot_6.6.0
[    0.992854] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.992879] *** VALIDATE ramfs ***
[    0.992882] *** VALIDATE hugetlbfs ***
[    0.992929] pnp: PnP ACPI init
[    0.993247] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.993249] system 00:00: [io  0x164e-0x164f] has been reserved
[    0.993254] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.993277] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.993419] system 00:02: [io  0x1854-0x1857] has been reserved
[    0.993423] system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.993476] pnp 00:03: Plug and Play ACPI device, IDs SYN1509 SYN1500 SYN0002 PNP0f13 SYN1507 (active)
[    0.993506] pnp 00:04: Plug and Play ACPI device, IDs MSI0007 PNP0303 (active)
[    0.994206] system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.994207] system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.994209] system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.994210] system 00:05: [mem 0xe0000000-0xefffffff] has been reserved
[    0.994212] system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.994213] system 00:05: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.994215] system 00:05: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.994216] system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.994220] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.994563] system 00:06: [io  0x1800-0x18fe] could not be reserved
[    0.994565] system 00:06: [mem 0xfd000000-0xfd69ffff] has been reserved
[    0.994566] system 00:06: [mem 0xfd6c0000-0xfd6cffff] has been reserved
[    0.994568] system 00:06: [mem 0xfd6f0000-0xfdffffff] has been reserved
[    0.994569] system 00:06: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    0.994571] system 00:06: [mem 0xfe200000-0xfe7fffff] has been reserved
[    0.994572] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[    0.994576] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.995036] system 00:07: [io  0x2000-0x20fe] has been reserved
[    0.995039] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.995456] system 00:08: [mem 0xfd6e0000-0xfd6effff] has been reserved
[    0.995457] system 00:08: [mem 0xfd6d0000-0xfd6dffff] has been reserved
[    0.995459] system 00:08: [mem 0xfd6b0000-0xfd6bffff] has been reserved
[    0.995460] system 00:08: [mem 0xfd6a0000-0xfd6affff] has been reserved
[    0.995464] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.997014] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.997799] pnp: PnP ACPI: found 10 devices
[    1.003656] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    1.003699] pci 0000:00:1e.0: BAR 0: assigned [mem 0xa431d000-0xa431dfff 64bit]
[    1.003971] pci 0000:00:01.0: PCI bridge to [bus 01]
[    1.003973] pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
[    1.003976] pci 0000:00:01.0:   bridge window [mem 0xa3000000-0xa40fffff]
[    1.003978] pci 0000:00:01.0:   bridge window [mem 0x90000000-0xa1ffffff 64bit pref]
[    1.003982] pci 0000:00:1d.0: PCI bridge to [bus 02]
[    1.003990] pci 0000:00:1d.0:   bridge window [io  0x3000-0x3fff]
[    1.003998] pci 0000:00:1d.0:   bridge window [mem 0xa4200000-0xa42fffff]
[    1.004013] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    1.004014] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    1.004016] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    1.004017] pci_bus 0000:00: resource 7 [mem 0x80000000-0xdfffffff window]
[    1.004018] pci_bus 0000:00: resource 8 [mem 0xfc800000-0xfe7fffff window]
[    1.004019] pci_bus 0000:00: resource 9 [mem 0xfc000000-0xfc00ffff window]
[    1.004020] pci_bus 0000:01: resource 0 [io  0x4000-0x4fff]
[    1.004021] pci_bus 0000:01: resource 1 [mem 0xa3000000-0xa40fffff]
[    1.004023] pci_bus 0000:01: resource 2 [mem 0x90000000-0xa1ffffff 64bit pref]
[    1.004024] pci_bus 0000:02: resource 0 [io  0x3000-0x3fff]
[    1.004025] pci_bus 0000:02: resource 1 [mem 0xa4200000-0xa42fffff]
[    1.004252] NET: Registered protocol family 2
[    1.004394] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    1.004441] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    1.004584] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    1.004681] TCP: Hash tables configured (established 65536 bind 65536)
[    1.004724] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    1.004750] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    1.004856] NET: Registered protocol family 1
[    1.004861] NET: Registered protocol family 44
[    1.004873] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    1.005080] pci 0000:02:00.0: set MSI_INTX_DISABLE_BUG flag
[    1.005088] PCI: CLS 64 bytes, default 64
[    1.005123] Trying to unpack rootfs image as initramfs...
[    1.152813] Freeing initrd memory: 9116K
[    1.170589] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.170591] software IO TLB: mapped [mem 0x68755000-0x6c755000] (64MB)
[    1.170837] check: Scanning for low memory corruption every 60 seconds
[    1.171264] Initialise system trusted keyrings
[    1.171273] Key type blacklist registered
[    1.171303] workingset: timestamp_bits=41 max_order=21 bucket_order=0
[    1.172566] zbud: loaded
[    1.177806] Key type asymmetric registered
[    1.177807] Asymmetric key parser 'x509' registered
[    1.177814] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    1.177864] io scheduler mq-deadline registered
[    1.177865] io scheduler kyber registered
[    1.177889] io scheduler bfq registered
[    1.178685] pcieport 0000:00:1d.0: AER: enabled with IRQ 123
[    1.178747] pcieport 0000:00:1d.0: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
[    1.178923] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    1.179002] efifb: probing for efifb
[    1.179018] efifb: framebuffer at 0x80000000, using 8100k, total 8100k
[    1.179019] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[    1.179019] efifb: scrolling: redraw
[    1.179021] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.179056] fbcon: Deferring console take-over
[    1.179058] fb0: EFI VGA frame buffer device
[    1.179066] intel_idle: MWAIT substates: 0x11142120
[    1.179066] intel_idle: v0.4.1 model 0x9E
[    1.179748] intel_idle: lapic_timer_reliable_states 0xffffffff
[    1.179820] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/PNP0C09:00/PNP0C0D:00/input/input0
[    1.180628] ACPI: Lid Switch [LID0]
[    1.180711] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[    1.180730] ACPI: Sleep Button [SLPB]
[    1.180766] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
[    1.180782] ACPI: Power Button [PWRB]
[    1.180810] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    1.183959] ACPI: Power Button [PWRF]
[    1.186384] thermal LNXTHERM:00: registered as thermal_zone0
[    1.186385] ACPI: Thermal Zone [THRM] (56 C)
[    1.186685] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.187403] hpet_acpi_add: no address or irqs in _CRS
[    1.187443] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    1.187443] AMD-Vi: AMD IOMMUv2 functionality not available on this system
[    1.188940] usbcore: registered new interface driver usbserial_generic
[    1.188944] usbserial: USB Serial support registered for generic
[    1.188972] rtc_cmos 00:01: RTC can wake from S4
[    1.190113] rtc_cmos 00:01: registered as rtc0
[    1.190127] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram
[    1.190188] intel_pstate: Intel P-state driver initializing
[    1.190236] intel_pstate: Disabling energy efficiency optimization
[    1.191021] intel_pstate: HWP enabled
[    1.191592] ledtrig-cpu: registered to indicate activity on CPUs
[    1.191665] intel_pmc_core INT33A1:00:  initialized
[    1.191734] drop_monitor: Initializing network drop monitor service
[    1.191900] NET: Registered protocol family 10
[    1.200170] Segment Routing with IPv6
[    1.200193] NET: Registered protocol family 17
[    1.201365] RAS: Correctable Errors collector initialized.
[    1.201434] microcode: sig=0x906ea, pf=0x20, revision=0x84
[    1.201836] microcode: Microcode Update Driver: v2.2.
[    1.201839] IPI shorthand broadcast: enabled
[    1.201846] sched_clock: Marking stable (1188918188, 12913624)->(1214882243, -13050431)
[    1.202024] registered taskstats version 1
[    1.202032] Loading compiled-in X.509 certificates
[    1.206779] Loaded X.509 cert 'Build time autogenerated kernel key: 99d27877373b231d04a402b5013a1ef1a93683b5'
[    1.206827] zswap: loaded using pool lzo/zbud
[    1.207064] Key type ._fscrypt registered
[    1.207065] Key type .fscrypt registered
[    1.215127] Key type big_key registered
[    1.216469] PM:   Magic number: 12:887:33
[    1.216824] rtc_cmos 00:01: setting system clock to 2020-07-31T15:01:09 UTC (1596207669)
[    1.218223] Freeing unused decrypted memory: 2040K
[    1.218588] Freeing unused kernel image (initmem) memory: 1664K
[    1.247408] Write protecting the kernel read-only data: 20480k
[    1.248485] Freeing unused kernel image (text/rodata gap) memory: 2044K
[    1.249163] Freeing unused kernel image (rodata/data gap) memory: 1852K
[    1.271125] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.271127] x86/mm: Checking user space page tables
[    1.285732] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.285733] Run /init as init process
[    1.340263] fbcon: Taking over console
[    1.340305] Console: switching to colour frame buffer device 240x67
[    1.390012] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    1.394988] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.395053] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.397308] SCSI subsystem initialized
[    1.399096] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.399100] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    1.400199] xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x110 quirks 0x0000000000009810
[    1.400206] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    1.400377] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.05
[    1.400378] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.400378] usb usb1: Product: xHCI Host Controller
[    1.400379] usb usb1: Manufacturer: Linux 5.5.7-arch1-1 xhci-hcd
[    1.400380] usb usb1: SerialNumber: 0000:00:14.0
[    1.400507] hub 1-0:1.0: USB hub found
[    1.400525] hub 1-0:1.0: 16 ports detected
[    1.401666] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.401668] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    1.401670] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
[    1.401700] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.05
[    1.401701] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.401702] usb usb2: Product: xHCI Host Controller
[    1.401702] usb usb2: Manufacturer: Linux 5.5.7-arch1-1 xhci-hcd
[    1.401703] usb usb2: SerialNumber: 0000:00:14.0
[    1.401793] hub 2-0:1.0: USB hub found
[    1.401815] hub 2-0:1.0: 8 ports detected
[    1.402208] libata version 3.00 loaded.
[    1.404797] ahci 0000:00:17.0: version 3.0
[    1.413632] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    1.417344] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 3 ports 6 Gbps 0x32 impl SATA mode
[    1.417346] ahci 0000:00:17.0: flags: 64bit ncq sntf pm clo only pio slum part ems deso sadm sds apst 
[    1.437694] scsi host0: ahci
[    1.437788] scsi host1: ahci
[    1.437851] scsi host2: ahci
[    1.437926] scsi host3: ahci
[    1.437985] scsi host4: ahci
[    1.438047] scsi host5: ahci
[    1.438084] ata1: DUMMY
[    1.438090] ata2: SATA max UDMA/133 abar m2048@0xa431e000 port 0xa431e180 irq 125
[    1.438090] ata3: DUMMY
[    1.438091] ata4: DUMMY
[    1.438093] ata5: SATA max UDMA/133 abar m2048@0xa431e000 port 0xa431e300 irq 125
[    1.438095] ata6: SATA max UDMA/133 abar m2048@0xa431e000 port 0xa431e380 irq 125
[    1.730762] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    1.748874] usb 1-1: New USB device found, idVendor=0e8d, idProduct=7603, bcdDevice= 0.01
[    1.748878] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.748881] usb 1-1: Product: 802.11 n WLAN
[    1.748883] usb 1-1: Manufacturer: MediaTek
[    1.748885] usb 1-1: SerialNumber: 1.0
[    1.754266] ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.754314] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.754356] ata5: SATA link down (SStatus 4 SControl 300)
[    1.757142] ata2.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[    1.757147] ata2.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[    1.757151] ata2.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[    1.757286] ata6.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[    1.757291] ata6.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[    1.757295] ata6.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[    1.757347] ata2.00: ATA-10: KINGSTON RBUSNS8180S3128GJ, SBFK61D1, max UDMA/133
[    1.757350] ata2.00: 250069680 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    1.758736] ata2.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[    1.758740] ata2.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[    1.758743] ata2.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[    1.758858] ata2.00: configured for UDMA/133
[    1.758873] ata6.00: ATA-10: WDC WD10SPZX-17Z10T1, 04.01A04, max UDMA/133
[    1.758877] ata6.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    1.759151] scsi 1:0:0:0: Direct-Access     ATA      KINGSTON RBUSNS8 61D1 PQ: 0 ANSI: 5
[    1.761167] ata6.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[    1.761172] ata6.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[    1.761176] ata6.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[    1.761942] ata6.00: configured for UDMA/133
[    1.762170] scsi 5:0:0:0: Direct-Access     ATA      WDC WD10SPZX-17Z 1A04 PQ: 0 ANSI: 5
[    1.772219] sd 1:0:0:0: [sda] 250069680 512-byte logical blocks: (128 GB/119 GiB)
[    1.772235] sd 1:0:0:0: [sda] Write Protect is off
[    1.772238] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.772264] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.772319] sd 5:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    1.772325] sd 5:0:0:0: [sdb] 4096-byte physical blocks
[    1.772348] sd 5:0:0:0: [sdb] Write Protect is off
[    1.772353] sd 5:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    1.772389] sd 5:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.806109]  sda: sda1 sda2 sda3
[    1.807384] sd 1:0:0:0: [sda] Attached SCSI disk
[    1.874162] usb 1-3: new low-speed USB device number 3 using xhci_hcd
[    1.903382] sd 5:0:0:0: [sdb] Attached SCSI disk
[    2.018493] usb 1-3: New USB device found, idVendor=4423, idProduct=0001, bcdDevice= 1.00
[    2.018498] usb 1-3: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    2.018502] usb 1-3: Product: USB OPTICAL MOUSE 
[    2.028301] hid: raw HID events driver (C) Jiri Kosina
[    2.033900] usbcore: registered new interface driver usbhid
[    2.033901] usbhid: USB HID core driver
[    2.035096] input: USB OPTICAL MOUSE  as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:4423:0001.0001/input/input6
[    2.035166] hid-generic 0003:4423:0001.0001: input,hidraw0: USB HID v1.11 Mouse [USB OPTICAL MOUSE ] on usb-0000:00:14.0-3/input0
[    2.035317] input: USB OPTICAL MOUSE  Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:4423:0001.0002/input/input7
[    2.090967] input: USB OPTICAL MOUSE  Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:4423:0001.0002/input/input8
[    2.091041] input: USB OPTICAL MOUSE  System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:4423:0001.0002/input/input9
[    2.091370] hid-generic 0003:4423:0001.0002: input,hiddev0,hidraw1: USB HID v1.10 Keyboard [USB OPTICAL MOUSE ] on usb-0000:00:14.0-3/input1
[    2.143904] usb 1-7: new high-speed USB device number 4 using xhci_hcd
[    2.145695] random: fast init done
[    2.161440] usb 1-7: New USB device found, idVendor=0bda, idProduct=0129, bcdDevice=39.60
[    2.161444] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.161446] usb 1-7: Product: USB2.0-CRW
[    2.161448] usb 1-7: Manufacturer: Generic
[    2.161451] usb 1-7: SerialNumber: 20100201396000000
[    2.166702] usbcore: registered new interface driver rtsx_usb
[    2.180718] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
[    2.197754] tsc: Refined TSC clocksource calibration: 2208.002 MHz
[    2.197771] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1fd3ba1610f, max_idle_ns: 440795284337 ns
[    2.197840] clocksource: Switched to clocksource tsc
[    2.283955] usb 1-10: new full-speed USB device number 5 using xhci_hcd
[    2.376265] random: crng init done
[    2.376289] systemd[1]: Successfully credited entropy passed from boot loader.
[    2.382520] systemd[1]: systemd 244.3-1-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[    2.397673] systemd[1]: Detected architecture x86-64.
[    2.427672] usb 1-10: New USB device found, idVendor=1770, idProduct=ff00, bcdDevice= 1.10
[    2.427676] usb 1-10: New USB device strings: Mfr=1, Product=1, SerialNumber=1
[    2.427679] usb 1-10: Product: MSI EPF USB
[    2.427681] usb 1-10: Manufacturer: MSI EPF USB
[    2.427684] usb 1-10: SerialNumber: MSI EPF USB
[    2.441449] systemd[1]: Set hostname to <arch>.
[    2.557294] usb 1-13: new high-speed USB device number 6 using xhci_hcd
[    2.606263] usb 1-13: New USB device found, idVendor=5986, idProduct=1140, bcdDevice=29.01
[    2.606266] usb 1-13: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    2.606267] usb 1-13: Product: HD Webcam
[    2.606269] usb 1-13: Manufacturer: Bison
[    2.606270] usb 1-13: SerialNumber: 200901010001
[    2.628558] systemd[1]: Created slice system-getty.slice.
[    2.628882] systemd[1]: Created slice system-modprobe.slice.
[    2.629152] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    2.629496] systemd[1]: Created slice User and Session Slice.
[    2.629616] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    2.629726] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    2.630038] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    2.630142] systemd[1]: Reached target Local Encrypted Volumes.
[    2.630211] systemd[1]: Reached target Login Prompts.
[    2.630281] systemd[1]: Reached target Paths.
[    2.630342] systemd[1]: Reached target Remote File Systems.
[    2.630404] systemd[1]: Reached target Slices.
[    2.630521] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    2.630694] systemd[1]: Listening on LVM2 metadata daemon socket.
[    2.631037] systemd[1]: Listening on LVM2 poll daemon socket.
[    2.632720] systemd[1]: Listening on Process Core Dump Socket.
[    2.632840] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    2.633040] systemd[1]: Listening on Journal Audit Socket.
[    2.633191] systemd[1]: Listening on Journal Socket (/dev/log).
[    2.633340] systemd[1]: Listening on Journal Socket.
[    2.633490] systemd[1]: Listening on udev Control Socket.
[    2.633608] systemd[1]: Listening on udev Kernel Socket.
[    2.634465] systemd[1]: Mounting Huge Pages File System...
[    2.635320] systemd[1]: Mounting POSIX Message Queue File System...
[    2.636235] systemd[1]: Mounting Kernel Debug File System...
[    2.637195] systemd[1]: Starting Create list of static device nodes for the current kernel...
[    2.638066] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    2.639042] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[    2.639067] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    2.640533] systemd[1]: Starting Journal Service...
[    2.643461] systemd[1]: Starting Load Kernel Modules...
[    2.644190] systemd[1]: Starting Remount Root and Kernel File Systems...
[    2.644929] systemd[1]: Starting udev Coldplug all Devices...
[    2.645938] systemd[1]: Mounted Huge Pages File System.
[    2.646118] systemd[1]: Mounted POSIX Message Queue File System.
[    2.646281] systemd[1]: Mounted Kernel Debug File System.
[    2.646740] systemd[1]: Started Create list of static device nodes for the current kernel.
[    2.653489] EXT4-fs (sda3): re-mounted. Opts: (null)
[    2.654388] systemd[1]: Started Remount Root and Kernel File Systems.
[    2.655977] systemd[1]: Started LVM2 metadata daemon.
[    2.656295] systemd[1]: Condition check resulted in First Boot Wizard being skipped.
[    2.658091] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[    2.658592] systemd[1]: Starting Load/Save Random Seed...
[    2.659201] systemd[1]: Starting Create System Users...
[    2.673022] systemd[1]: Started Load/Save Random Seed.
[    2.673378] vboxdrv: loading out-of-tree module taints kernel.
[    2.673534] vboxdrv: module verification failed: signature and/or required key missing - tainting kernel
[    2.676758] vboxdrv: Found 12 processor cores
[    2.681288] systemd[1]: Started Create System Users.
[    2.681859] systemd[1]: Starting Create Static Device Nodes in /dev...
[    2.694448] systemd[1]: Started Create Static Device Nodes in /dev.
[    2.695217] systemd[1]: Starting udev Kernel Device Manager...
[    2.697331] vboxdrv: TSC mode is Invariant, tentative frequency 2208001759 Hz
[    2.697331] vboxdrv: Successfully loaded version 6.1.4 (interface 0x002d0001)
[    2.698024] VBoxNetAdp: Successfully started.
[    2.698900] systemd[1]: Started udev Coldplug all Devices.
[    2.699443] VBoxNetFlt: Successfully started.
[    2.699986] systemd[1]: Started Load Kernel Modules.
[    2.700137] systemd[1]: Condition check resulted in FUSE Control File System being skipped.
[    2.700637] systemd[1]: Mounting Kernel Configuration File System...
[    2.701149] systemd[1]: Starting Apply Kernel Variables...
[    2.701921] systemd[1]: Mounted Kernel Configuration File System.
[    2.707270] systemd[1]: Started Apply Kernel Variables.
[    2.730610] usb 1-14: new full-speed USB device number 7 using xhci_hcd
[    2.859943] systemd[1]: Started Journal Service.
[    2.860065] audit: type=1130 audit(1596207671.137:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.866693] systemd-journald[354]: Received client request to flush runtime journal.
[    2.871830] usb 1-14: New USB device found, idVendor=8087, idProduct=0aaa, bcdDevice= 0.02
[    2.871832] usb 1-14: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.979987] audit: type=1130 audit(1596207671.257:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.999315] audit: type=1130 audit(1596207671.277:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.058370] acpi PNP0C14:04: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:03)
[    3.062062] ACPI: AC Adapter [ADP1] (on-line)
[    3.101129] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[    3.101223] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    3.101412] input: PC Speaker as /devices/platform/pcspkr/input/input10
[    3.107792] intel-lpss 0000:00:1e.0: enabling device (0000 -> 0002)
[    3.109925] idma64 idma64.0: Found Intel integrated DMA 64-bit
[    3.115650] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[    3.116261] intel-spi 0000:00:1f.5: mx25l12805d (16384 Kbytes)
[    3.122089] Linux agpgart interface v0.103
[    3.124213] IPMI message handler: version 39.2
[    3.129075] alx 0000:02:00.0 eth0: Qualcomm Atheros AR816x/AR817x Ethernet [30:9c:23:fd:a6:c7]
[    3.162691] Adding 3145724k swap on /dev/sda2.  Priority:-2 extents:1 across:3145724k SSFS
[    3.177335] battery: ACPI: Battery Slot [BAT1] (battery present)
[    3.211127] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[    3.211143] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    3.211144] RAPL PMU: hw unit of domain package 2^-14 Joules
[    3.211144] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    3.211145] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    3.211655] Creating 1 MTD partitions on "0000:00:1f.5":
[    3.211657] 0x000000000000-0x000001000000 : "BIOS"
[    3.211657] ipmi device interface
[    3.212292] mc: Linux media interface: v0.10
[    3.221569] mousedev: PS/2 mouse device common for all mice
[    3.223222] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    3.226665] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    3.227176] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    3.227178] cfg80211: failed to load regulatory.db
[    3.230122] videodev: Linux video capture interface: v2.00
[    3.230304] cryptd: max_cpu_qlen set to 1000
[    3.240567] AVX2 version of gcm_enc/dec engaged.
[    3.240568] AES CTR mode by8 optimization enabled
[    3.250650] Intel(R) Wireless WiFi driver for Linux
[    3.250651] Copyright(c) 2003- 2015 Intel Corporation
[    3.250702] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
[    3.260503] iwlwifi 0000:00:14.3: Found debug destination: EXTERNAL_DRAM
[    3.260505] iwlwifi 0000:00:14.3: Found debug configuration: 0
[    3.260853] iwlwifi 0000:00:14.3: loaded firmware version 46.6bf1df06.0 op_mode iwlmvm
[    3.290844] uvcvideo: Found UVC 1.00 device HD Webcam (5986:1140)
[    3.291367] audit: type=1130 audit(1596207671.571:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.297069] uvcvideo 1-13:1.0: Entity type for entity Extension 4 was not initialized!
[    3.297070] uvcvideo 1-13:1.0: Entity type for entity Processing 2 was not initialized!
[    3.297071] uvcvideo 1-13:1.0: Entity type for entity Camera 1 was not initialized!
[    3.297111] input: HD Webcam: HD Webcam as /devices/pci0000:00/0000:00:14.0/usb1/1-13/1-13:1.0/input/input12
[    3.297361] usbcore: registered new interface driver uvcvideo
[    3.297362] USB Video Class driver (1.1.1)
[    3.329448] audit: type=1130 audit(1596207671.607:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-BC39\x2dDF01 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.367265] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[    3.423700] nvidia: module license 'NVIDIA' taints kernel.
[    3.423702] Disabling lock debugging due to kernel taint
[    3.485374] audit: type=1130 audit(1596207671.764:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-d41d9e78\x2d0c73\x2d4d41\x2dbc66\x2d25cb62aff6f9 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.525692] EXT4-fs (sdb): mounted filesystem with ordered data mode. Opts: errors=remount-ro
[    3.551247] alx 0000:02:00.0 enp2s0: renamed from eth0
[    3.555063] audit: type=1130 audit(1596207671.834:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.557983] iTCO_vendor_support: vendor-support=0
[    3.559430] input: MSI WMI hotkeys as /devices/virtual/input/input13
[    3.560466] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    3.560687] iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
[    3.560832] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    3.560858] dw-apb-uart.0: ttyS0 at MMIO 0xa431d000 (irq = 20, base_baud = 7500000) is a 16550A
[    3.564993] audit: type=1127 audit(1596207671.844:9): pid=605 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
[    3.570156] audit: type=1130 audit(1596207671.847:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.580794] Bluetooth: Core ver 2.22
[    3.580809] NET: Registered protocol family 31
[    3.580810] Bluetooth: HCI device and connection manager initialized
[    3.580813] Bluetooth: HCI socket layer initialized
[    3.580815] Bluetooth: L2CAP socket layer initialized
[    3.580818] Bluetooth: SCO socket layer initialized
[    3.607059] nvidia-nvlink: Nvlink Core is being initialized, major device number 238
[    3.607427] nvidia 0000:01:00.0: enabling device (0006 -> 0007)
[    3.679673] checking generic (80000000 7e9000) vs hw (a2000000 1000000)
[    3.679675] checking generic (80000000 7e9000) vs hw (80000000 10000000)
[    3.679676] fb0: switching to inteldrmfb from EFI VGA
[    3.679796] Console: switching to colour dummy device 80x25
[    3.679848] i915 0000:00:02.0: vgaarb: deactivate vga console
[    3.681712] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    3.681714] [drm] Driver supports precise vblank timestamp query.
[    3.684560] [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[    3.694661] iwlwifi 0000:00:14.3: Detected Intel(R) Dual Band Wireless AC 9462, REV=0x318
[    3.703438] iwlwifi 0000:00:14.3: Applying debug destination EXTERNAL_DRAM
[    3.704156] iwlwifi 0000:00:14.3: Allocated 0x00400000 bytes for firmware monitor.
[    3.713168] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  440.64  Fri Feb 21 01:17:26 UTC 2020
[    3.717896] [drm] Initialized i915 1.6.0 20191101 for 0000:00:02.0 on minor 0
[    3.722823] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    3.723458] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input14
[    3.723825] ACPI: Video Device [PEGP] (multi-head: no  rom: yes  post: no)
[    3.723866] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:13/LNXVIDEO:01/input/input15
[    3.724057] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    3.739564] fbcon: i915drmfb (fb0) is primary device
[    3.746125] iwlwifi 0000:00:14.3: base HW address: 04:d3:b0:aa:5a:55
[    3.753841] Console: switching to colour frame buffer device 240x67
[    3.779204] i915 0000:00:02.0: fb0: i915drmfb frame buffer device
[    3.790767] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[    3.791432] thermal thermal_zone2: failed to read out thermal zone (-61)
[    3.798429] iwlwifi 0000:00:14.3 wlo1: renamed from wlan0
[    3.810441] usbcore: registered new interface driver btusb
[    3.811082] Bluetooth: hci0: Firmware revision 0.1 build 20 week 53 2019
[    3.814254] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  440.64  Fri Feb 21 00:43:19 UTC 2020
[    3.823645] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[    3.823651] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 1
[    3.828400] psmouse serio1: synaptics: queried max coordinates: x [..5656], y [..4728]
[    3.857922] psmouse serio1: synaptics: queried min coordinates: x [1284..], y [1128..]
[    3.857934] psmouse serio1: synaptics: Your touchpad (PNP: SYN1509 SYN1500 SYN0002 PNP0f13 SYN1507) says it can support a different bus. If i2c-hid and hid-rmi are not used, you might want to try setting psmouse.synaptics_intertouch to 1 and report this to linux-input@vger.kernel.org.
[    3.915902] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.2, id: 0x1e2b1, caps: 0xf00323/0x840300/0x26800/0x0, board id: 3163, fw id: 2286728
[    3.917023] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC892: line_outs=2 (0x17/0x15/0x0/0x0/0x0) type:speaker
[    3.917028] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    3.917031] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x14/0x0/0x0/0x0/0x0)
[    3.917033] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    3.917035] snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x1e/0x0
[    3.917284] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    3.917313] snd_hda_codec_realtek hdaudioC0D0:      Mic=0x18
[    3.917317] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
[    3.959194] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input11
[    4.002582] intel_rapl_common: Found RAPL domain package
[    4.002583] intel_rapl_common: Found RAPL domain core
[    4.002584] intel_rapl_common: Found RAPL domain uncore
[    4.002585] intel_rapl_common: Found RAPL domain dram
[    4.013839] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
[    4.013890] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
[    4.013919] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
[    4.013959] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19
[    4.013985] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input20
[    4.014011] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input21
[    4.014037] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input22
[    4.241255] iwlwifi 0000:00:14.3: Applying debug destination EXTERNAL_DRAM
[    4.334110] iwlwifi 0000:00:14.3: Applying debug destination EXTERNAL_DRAM
[    4.399924] iwlwifi 0000:00:14.3: FW already configured (0) - re-configuring
[    4.407246] iwlwifi 0000:00:14.3: Conflict between TLV & NVM regarding enabling LAR (TLV = enabled NVM =disabled)
[    4.409399] iwlwifi 0000:00:14.3: BIOS contains WGDS but no WRDS
[    4.431825] iwlwifi 0000:00:14.3: Applying debug destination EXTERNAL_DRAM
[    4.525014] iwlwifi 0000:00:14.3: Applying debug destination EXTERNAL_DRAM
[    4.591305] iwlwifi 0000:00:14.3: FW already configured (0) - re-configuring
[    4.600432] iwlwifi 0000:00:14.3: Conflict between TLV & NVM regarding enabling LAR (TLV = enabled NVM =disabled)
[    4.607588] iwlwifi 0000:00:14.3: BIOS contains WGDS but no WRDS
[    5.290246] broken atomic modeset userspace detected, disabling atomic
[    6.451097] kauditd_printk_skb: 15 callbacks suppressed
[    6.451100] audit: type=1100 audit(1596207674.731:26): pid=675 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
[    6.451187] audit: type=1101 audit(1596207674.731:27): pid=675 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
[    6.452582] audit: type=1103 audit(1596207674.731:28): pid=675 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
[    6.484655] audit: type=1130 audit(1596207674.764:29): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@975 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.492551] audit: type=1101 audit(1596207674.771:30): pid=678 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.492553] audit: type=1006 audit(1596207674.771:31): pid=678 uid=0 old-auid=4294967295 auid=975 tty=(none) old-ses=4294967295 ses=1 res=1
[    6.494849] audit: type=1105 audit(1596207674.774:32): pid=678 uid=0 auid=975 ses=1 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="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.538612] audit: type=1130 audit(1596207674.817:33): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@975 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.542414] audit: type=1105 audit(1596207674.821:34): pid=675 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_unix,pam_systemd acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=:0 res=success'
[    7.519454] audit: type=1130 audit(1596207675.797:35): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   11.459582] kauditd_printk_skb: 13 callbacks suppressed
[   11.459583] audit: type=1130 audit(1596207679.737:49): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   11.463888] audit: type=1105 audit(1596207679.744:50): pid=748 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_keyinit,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env,pam_kwallet5 acct="se" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=:0 res=success'
[   12.295472] audit: type=1130 audit(1596207680.574:51): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   12.426622] audit: type=1130 audit(1596207680.704:52): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=packagekit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.028673] audit: type=1131 audit(1596207682.307:53): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   19.792585] wlo1: authenticate with 50:d4:f7:94:c6:38
[   19.802310] wlo1: send auth to 50:d4:f7:94:c6:38 (try 1/3)
[   19.826043] wlo1: authenticated
[   19.827253] wlo1: associate with 50:d4:f7:94:c6:38 (try 1/3)
[   19.837960] wlo1: RX AssocResp from 50:d4:f7:94:c6:38 (capab=0x411 status=0 aid=1)
[   19.840630] wlo1: associated
[   20.070187] IPv6: ADDRCONF(NETDEV_CHANGE): wlo1: link becomes ready
[   20.166414] audit: type=1130 audit(1596207688.444:54): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   21.706523] audit: type=1131 audit(1596207689.984:55): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@975 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   21.714512] audit: type=1131 audit(1596207689.994:56): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@975 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   30.024921] audit: type=1131 audit(1596207698.304:57): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   32.040699] audit: type=1100 audit(1596207700.321:58): pid=1313 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_unix,pam_permit acct="se" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[   32.040846] audit: type=1101 audit(1596207700.321:59): pid=1313 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="se" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[   32.041011] audit: type=1110 audit(1596207700.321:60): pid=1313 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[   32.041752] audit: type=1105 audit(1596207700.321:61): pid=1313 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[   32.049373] audit: type=1106 audit(1596207700.327:62): pid=1313 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[   32.049427] audit: type=1104 audit(1596207700.327:63): pid=1313 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[   34.212517] audit: type=1131 audit(1596207702.491:64): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   49.208861] usb 1-1: USB disconnect, device number 2
[   70.983975] usb 1-1: new high-speed USB device number 8 using xhci_hcd
[   71.002406] usb 1-1: New USB device found, idVendor=0e8d, idProduct=7603, bcdDevice= 0.01
[   71.002412] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   71.002416] usb 1-1: Product: 802.11 n WLAN
[   71.002419] usb 1-1: Manufacturer: MediaTek
[   71.002421] usb 1-1: SerialNumber: 1.0
[  170.771468] wlo1: Connection to AP 50:d4:f7:94:c6:38 lost
[  170.844260] iwlwifi 0000:00:14.3: Unhandled alg: 0x707
[  171.040627] wlo1: Connection to AP 00:00:00:00:00:00 lost
[  179.945157] wlo1: authenticate with 50:d4:f7:94:c6:38
[  179.949898] wlo1: send auth to 50:d4:f7:94:c6:38 (try 1/3)
[  180.028757] iwlwifi 0000:00:14.3: Unhandled alg: 0x707
[  180.041480] iwlwifi 0000:00:14.3: Unhandled alg: 0x707
[  180.068739] iwlwifi 0000:00:14.3: Unhandled alg: 0x707
[  180.110390] wlo1: authenticated
[  180.113933] wlo1: associate with 50:d4:f7:94:c6:38 (try 1/3)
[  180.167973] wlo1: RX AssocResp from 50:d4:f7:94:c6:38 (capab=0x411 status=0 aid=1)
[  180.172703] wlo1: associated
[  180.173113] iwlwifi 0000:00:14.3: Unhandled alg: 0x707
[  188.160715] audit: type=1101 audit(1596207856.441:65): pid=1953 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="se" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  188.160864] audit: type=1110 audit(1596207856.441:66): pid=1953 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  188.161785] audit: type=1105 audit(1596207856.441:67): pid=1953 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  188.168880] usbcore: registered new interface driver rtl8187
[  188.169222] audit: type=1106 audit(1596207856.447:68): pid=1953 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  188.169343] audit: type=1104 audit(1596207856.447:69): pid=1953 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  197.616324] audit: type=1101 audit(1596207865.894:70): pid=1965 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="se" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  197.616489] audit: type=1110 audit(1596207865.894:71): pid=1965 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  197.617196] audit: type=1105 audit(1596207865.894:72): pid=1965 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  197.622606] audit: type=1106 audit(1596207865.901:73): pid=1965 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  197.622742] audit: type=1104 audit(1596207865.901:74): pid=1965 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  618.069666] audit: type=1131 audit(1596208286.347:75): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=packagekit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  761.216695] wlo1: Connection to AP 50:d4:f7:94:c6:38 lost
[  761.370662] wlo1: Connection to AP 00:00:00:00:00:00 lost
[  768.193109] wlo1: authenticate with 50:d4:f7:94:c6:38
[  768.200756] wlo1: send auth to 50:d4:f7:94:c6:38 (try 1/3)
[  768.223658] wlo1: authenticated
[  768.227168] wlo1: associate with 50:d4:f7:94:c6:38 (try 1/3)
[  768.237907] wlo1: RX AssocResp from 50:d4:f7:94:c6:38 (capab=0x411 status=0 aid=1)
[  768.240339] wlo1: associated
[  903.021111] audit: type=1130 audit(1596208571.301:76): 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'
[  903.021123] audit: type=1131 audit(1596208571.301:77): 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'
[ 1117.782202] wlo1: Connection to AP 50:d4:f7:94:c6:38 lost
[ 1117.907340] wlo1: Connection to AP 00:00:00:00:00:00 lost
[ 1133.053180] audit: type=1130 audit(1596208801.331:78): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1143.024412] audit: type=1131 audit(1596208811.304:79): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1157.828875] wlo1: authenticate with 50:d4:f7:94:c6:38
[ 1157.837519] wlo1: send auth to 50:d4:f7:94:c6:38 (try 1/3)
[ 1157.865471] wlo1: authenticated
[ 1157.867041] wlo1: associate with 50:d4:f7:94:c6:38 (try 1/3)
[ 1157.883675] wlo1: RX AssocResp from 50:d4:f7:94:c6:38 (capab=0x411 status=0 aid=1)
[ 1157.884960] wlo1: associated
[ 1157.992839] IPv6: ADDRCONF(NETDEV_CHANGE): wlo1: link becomes ready
[ 1158.052783] audit: type=1130 audit(1596208826.331:80): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1158.075242] audit: type=1111 audit(1596208826.354:81): pid=628 uid=0 auid=4294967295 ses=4294967295 msg='op=statistics arg="refresh-rate-ms" pid=862 uid=1000 result=success exe="/usr/bin/NetworkManager" hostname=? addr=? terminal=? res=success'
[ 1161.421604] audit: type=1111 audit(1596208829.701:82): pid=628 uid=0 auid=4294967295 ses=4294967295 msg='op=statistics arg="refresh-rate-ms" pid=862 uid=1000 result=success exe="/usr/bin/NetworkManager" hostname=? addr=? terminal=? res=success'
[ 1168.024405] audit: type=1131 audit(1596208836.304:83): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1233.394784] wlo1: Connection to AP 50:d4:f7:94:c6:38 lost
[ 1235.275795] wlo1: authenticate with 50:d4:f7:94:c6:38
[ 1235.283661] wlo1: send auth to 50:d4:f7:94:c6:38 (try 1/3)
[ 1235.308167] wlo1: authenticated
[ 1235.310375] wlo1: associate with 50:d4:f7:94:c6:38 (try 1/3)
[ 1235.334693] wlo1: RX AssocResp from 50:d4:f7:94:c6:38 (capab=0x411 status=0 aid=1)
[ 1235.336777] wlo1: associated
[ 2320.602585] wlo1: Connection to AP 50:d4:f7:94:c6:38 lost
[ 2320.846937] wlo1: Connection to AP 00:00:00:00:00:00 lost
[ 2323.925575] wlo1: authenticate with 50:d4:f7:94:c6:38
[ 2323.932708] wlo1: send auth to 50:d4:f7:94:c6:38 (try 1/3)
[ 2323.958491] wlo1: authenticated
[ 2323.960099] wlo1: associate with 50:d4:f7:94:c6:38 (try 1/3)
[ 2323.976177] wlo1: RX AssocResp from 50:d4:f7:94:c6:38 (capab=0x411 status=0 aid=1)
[ 2323.978271] wlo1: associated
[ 2336.270148] wlo1: Connection to AP 50:d4:f7:94:c6:38 lost
[ 2337.210844] wlo1: authenticate with 50:d4:f7:94:c6:38
[ 2337.218646] wlo1: send auth to 50:d4:f7:94:c6:38 (try 1/3)
[ 2337.241629] wlo1: authenticated
[ 2337.243459] wlo1: associate with 50:d4:f7:94:c6:38 (try 1/3)
[ 2337.254174] wlo1: RX AssocResp from 50:d4:f7:94:c6:38 (capab=0x411 status=0 aid=1)
[ 2337.256213] wlo1: associated
[ 2355.828961] wlo1: Connection to AP 50:d4:f7:94:c6:38 lost
[ 2358.092734] audit: type=1130 audit(1596210026.371:84): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2365.217280] wlo1: authenticate with 50:d4:f7:94:c6:38
[ 2365.224965] wlo1: send auth to 50:d4:f7:94:c6:38 (try 1/3)
[ 2365.247432] wlo1: authenticated
[ 2365.253536] wlo1: associate with 50:d4:f7:94:c6:38 (try 1/3)
[ 2365.264365] wlo1: RX AssocResp from 50:d4:f7:94:c6:38 (capab=0x411 status=0 aid=1)
[ 2365.266295] wlo1: associated
[ 2368.021801] audit: type=1131 audit(1596210036.301:85): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2370.370044] wlo1: Connection to AP 50:d4:f7:94:c6:38 lost
[ 2371.555396] wlo1: authenticate with 50:d4:f7:94:c6:38
[ 2371.563074] wlo1: send auth to 50:d4:f7:94:c6:38 (try 1/3)
[ 2371.594429] wlo1: authenticated
[ 2371.596889] wlo1: associate with 50:d4:f7:94:c6:38 (try 1/3)
[ 2371.756817] wlo1: associate with 50:d4:f7:94:c6:38 (try 2/3)
[ 2371.767666] wlo1: RX AssocResp from 50:d4:f7:94:c6:38 (capab=0x411 status=0 aid=1)
[ 2371.769609] wlo1: associated
[ 2373.179720] audit: type=1130 audit(1596210041.457:86): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2383.025603] audit: type=1131 audit(1596210051.304:87): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2390.543411] wlo1: Connection to AP 50:d4:f7:94:c6:38 lost
[ 2390.655131] wlo1: Connection to AP 00:00:00:00:00:00 lost
[ 2392.410673] wlo1: authenticate with 50:d4:f7:94:c6:38
[ 2392.418413] wlo1: send auth to 50:d4:f7:94:c6:38 (try 1/3)
[ 2392.441756] wlo1: authenticated
[ 2392.443622] wlo1: associate with 50:d4:f7:94:c6:38 (try 1/3)
[ 2392.467247] wlo1: RX AssocResp from 50:d4:f7:94:c6:38 (capab=0x411 status=0 aid=1)
[ 2392.469263] wlo1: associated
[ 2393.032434] iwlwifi 0000:00:14.3: No beacon heard and the time event is over already...
[ 2393.032472] wlo1: Connection to AP 50:d4:f7:94:c6:38 lost
[ 2401.811456] wlo1: authenticate with 50:d4:f7:94:c6:38
[ 2401.819196] wlo1: send auth to 50:d4:f7:94:c6:38 (try 1/3)
[ 2401.843812] wlo1: authenticated
[ 2401.846824] wlo1: associate with 50:d4:f7:94:c6:38 (try 1/3)
[ 2401.857593] wlo1: RX AssocResp from 50:d4:f7:94:c6:38 (capab=0x411 status=0 aid=1)
[ 2401.859622] wlo1: associated
[ 2402.433456] iwlwifi 0000:00:14.3: No beacon heard and the time event is over already...
[ 2402.433528] wlo1: Connection to AP 50:d4:f7:94:c6:38 lost
[ 2403.589949] wlo1: authenticate with 50:d4:f7:94:c6:38
[ 2403.592217] wlo1: send auth to 50:d4:f7:94:c6:38 (try 1/3)
[ 2403.614148] wlo1: authenticated
[ 2403.620134] wlo1: associate with 50:d4:f7:94:c6:38 (try 1/3)
[ 2403.634896] wlo1: RX AssocResp from 50:d4:f7:94:c6:38 (capab=0x411 status=0 aid=1)
[ 2403.642221] wlo1: associated
[ 2404.206235] iwlwifi 0000:00:14.3: No beacon heard and the time event is over already...
[ 2404.206318] wlo1: Connection to AP 50:d4:f7:94:c6:38 lost
[ 2405.162459] wlo1: authenticate with 50:d4:f7:94:c6:38
[ 2405.170325] wlo1: send auth to 50:d4:f7:94:c6:38 (try 1/3)
[ 2405.198710] wlo1: authenticated
[ 2405.200449] wlo1: associate with 50:d4:f7:94:c6:38 (try 1/3)
[ 2405.211242] wlo1: RX AssocResp from 50:d4:f7:94:c6:38 (capab=0x411 status=0 aid=1)
[ 2405.213148] wlo1: associated
[ 2411.432995] wlo1: Connection to AP 50:d4:f7:94:c6:38 lost
[ 2411.483433] iwlwifi 0000:00:14.3: Unhandled alg: 0x707
[ 2411.600157] wlo1: Connection to AP 00:00:00:00:00:00 lost
[ 2412.321751] wlo1: authenticate with 50:d4:f7:94:c6:38
[ 2412.329887] wlo1: send auth to 50:d4:f7:94:c6:38 (try 1/3)
[ 2412.352971] wlo1: authenticated
[ 2412.356869] wlo1: associate with 50:d4:f7:94:c6:38 (try 1/3)
[ 2412.369539] wlo1: RX AssocResp from 50:d4:f7:94:c6:38 (capab=0x411 status=0 aid=1)
[ 2412.371492] wlo1: associated
[ 2412.943958] iwlwifi 0000:00:14.3: No beacon heard and the time event is over already...
[ 2412.944030] wlo1: Connection to AP 50:d4:f7:94:c6:38 lost
[ 2416.114150] wlo1: authenticate with 50:d4:f7:94:c6:38
[ 2416.116400] wlo1: send auth to 50:d4:f7:94:c6:38 (try 1/3)
[ 2416.138144] wlo1: authenticated
[ 2416.140137] wlo1: associate with 50:d4:f7:94:c6:38 (try 1/3)
[ 2416.150963] wlo1: RX AssocResp from 50:d4:f7:94:c6:38 (capab=0x411 status=0 aid=1)
[ 2416.152912] wlo1: associated
[ 2430.070754] wlo1: Connection to AP 50:d4:f7:94:c6:38 lost
[ 2431.131295] wlo1: authenticate with 50:d4:f7:94:c6:38
[ 2431.139249] wlo1: send auth to 50:d4:f7:94:c6:38 (try 1/3)
[ 2431.163050] wlo1: authenticated
[ 2431.166763] wlo1: associate with 50:d4:f7:94:c6:38 (try 1/3)
[ 2431.177477] wlo1: RX AssocResp from 50:d4:f7:94:c6:38 (capab=0x411 status=0 aid=1)
[ 2431.179407] wlo1: associated
[ 2431.753242] iwlwifi 0000:00:14.3: No beacon heard and the time event is over already...
[ 2431.753250] wlo1: Connection to AP 50:d4:f7:94:c6:38 lost
[ 2431.782949] iwlwifi 0000:00:14.3: Unhandled alg: 0x707
[ 2431.785848] iwlwifi 0000:00:14.3: Unhandled alg: 0x707
[ 2431.789162] iwlwifi 0000:00:14.3: Unhandled alg: 0x707
[ 2431.790814] iwlwifi 0000:00:14.3: Unhandled alg: 0x707
[ 2431.792951] iwlwifi 0000:00:14.3: Unhandled alg: 0x707
[ 2432.601467] wlo1: authenticate with 50:d4:f7:94:c6:38
[ 2432.604152] wlo1: send auth to 50:d4:f7:94:c6:38 (try 1/3)
[ 2432.626880] wlo1: authenticated
[ 2432.630212] wlo1: associate with 50:d4:f7:94:c6:38 (try 1/3)
[ 2432.663178] wlo1: RX AssocResp from 50:d4:f7:94:c6:38 (capab=0x411 status=0 aid=1)
[ 2432.665064] wlo1: associated
[ 2433.218117] iwlwifi 0000:00:14.3: No beacon heard and the time event is over already...
[ 2433.218187] wlo1: Connection to AP 50:d4:f7:94:c6:38 lost
[ 2434.076825] wlo1: authenticate with 50:d4:f7:94:c6:38
[ 2434.084511] wlo1: send auth to 50:d4:f7:94:c6:38 (try 1/3)
[ 2434.109086] wlo1: authenticated
[ 2434.110048] wlo1: associate with 50:d4:f7:94:c6:38 (try 1/3)
[ 2434.129825] wlo1: RX AssocResp from 50:d4:f7:94:c6:38 (capab=0x411 status=0 aid=1)
[ 2434.132001] wlo1: associated
[ 2434.698676] iwlwifi 0000:00:14.3: No beacon heard and the time event is over already...
[ 2434.698764] wlo1: Connection to AP 50:d4:f7:94:c6:38 lost
[ 2435.562215] wlo1: authenticate with 50:d4:f7:94:c6:38
[ 2435.564223] wlo1: send auth to 50:d4:f7:94:c6:38 (try 1/3)
[ 2435.589086] wlo1: authenticated
[ 2435.592113] wlo1: associate with 50:d4:f7:94:c6:38 (try 1/3)
[ 2435.603047] wlo1: RX AssocResp from 50:d4:f7:94:c6:38 (capab=0x411 status=0 aid=1)
[ 2435.605096] wlo1: associated
[ 2436.178220] iwlwifi 0000:00:14.3: No beacon heard and the time event is over already...
[ 2436.196805] wlo1: Connection to AP 50:d4:f7:94:c6:38 lost
[ 2436.224684] iwlwifi 0000:00:14.3: Unhandled alg: 0x707
[ 2439.344249] wlo1: authenticate with 50:d4:f7:94:c6:38
[ 2439.352423] wlo1: send auth to 50:d4:f7:94:c6:38 (try 1/3)
[ 2439.377846] wlo1: authenticated
[ 2439.380161] wlo1: associate with 50:d4:f7:94:c6:38 (try 1/3)
[ 2439.392081] wlo1: RX AssocResp from 50:d4:f7:94:c6:38 (capab=0x411 status=0 aid=1)
[ 2439.394220] wlo1: associated
[ 2451.114923] usb 1-1: USB disconnect, device number 8
[ 2451.279084] alx 0000:02:00.0 enp2s0: NIC Up: 100 Mbps Full
[ 2451.279379] IPv6: ADDRCONF(NETDEV_CHANGE): enp2s0: link becomes ready
[ 2451.332601] audit: type=1130 audit(1596210119.611:88): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2454.340246] wlo1: Connection to AP 50:d4:f7:94:c6:38 lost
[ 2454.401371] iwlwifi 0000:00:14.3: Unhandled alg: 0x707
[ 2454.414243] iwlwifi 0000:00:14.3: Unhandled alg: 0x707
[ 2454.457931] iwlwifi 0000:00:14.3: Unhandled alg: 0x707
[ 2454.469146] iwlwifi 0000:00:14.3: Unhandled alg: 0x707
[ 2454.486016] iwlwifi 0000:00:14.3: Unhandled alg: 0x707
[ 2454.498885] iwlwifi 0000:00:14.3: Unhandled alg: 0x707
[ 2454.511846] iwlwifi 0000:00:14.3: Unhandled alg: 0x707
[ 2454.522767] iwlwifi 0000:00:14.3: Unhandled alg: 0x707
[ 2454.550956] iwlwifi 0000:00:14.3: Unhandled alg: 0x707
[ 2454.563929] iwlwifi 0000:00:14.3: Unhandled alg: 0x707
[ 2454.621499] wlo1: Connection to AP 00:00:00:00:00:00 lost
[ 2461.705831] wlo1: authenticate with 50:d4:f7:94:c6:38
[ 2461.713778] wlo1: send auth to 50:d4:f7:94:c6:38 (try 1/3)
[ 2461.736599] wlo1: authenticated
[ 2461.740077] wlo1: associate with 50:d4:f7:94:c6:38 (try 1/3)
[ 2461.750845] wlo1: RX AssocResp from 50:d4:f7:94:c6:38 (capab=0x411 status=0 aid=1)
[ 2461.752872] wlo1: associated
[ 2462.029205] audit: type=1131 audit(1596210130.307:89): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2465.811962] wlo1: Connection to AP 50:d4:f7:94:c6:38 lost
[ 2466.877621] wlo1: authenticate with 50:d4:f7:94:c6:38
[ 2466.886474] wlo1: send auth to 50:d4:f7:94:c6:38 (try 1/3)
[ 2466.910661] wlo1: authenticated
[ 2466.913431] wlo1: associate with 50:d4:f7:94:c6:38 (try 1/3)
[ 2467.020156] wlo1: associate with 50:d4:f7:94:c6:38 (try 2/3)
[ 2467.033187] wlo1: RX AssocResp from 50:d4:f7:94:c6:38 (capab=0x411 status=0 aid=1)
[ 2467.035243] wlo1: associated
[ 2467.500441] iwlwifi 0000:00:14.3: No beacon heard and the time event is over already...
[ 2467.500558] wlo1: Connection to AP 50:d4:f7:94:c6:38 lost
[ 2470.625242] wlo1: authenticate with 50:d4:f7:94:c6:38
[ 2470.632985] wlo1: send auth to 50:d4:f7:94:c6:38 (try 1/3)
[ 2470.655790] wlo1: authenticated
[ 2470.660156] wlo1: associate with 50:d4:f7:94:c6:38 (try 1/3)
[ 2470.670916] wlo1: RX AssocResp from 50:d4:f7:94:c6:38 (capab=0x411 status=0 aid=1)
[ 2470.672903] wlo1: associated
[ 2475.844769] wlo1: Connection to AP 50:d4:f7:94:c6:38 lost
[ 2476.752902] wlo1: authenticate with 50:d4:f7:94:c6:38
[ 2476.760917] wlo1: send auth to 50:d4:f7:94:c6:38 (try 1/3)
[ 2476.783809] wlo1: authenticated
[ 2476.786808] wlo1: associate with 50:d4:f7:94:c6:38 (try 1/3)
[ 2476.821686] wlo1: RX AssocResp from 50:d4:f7:94:c6:38 (capab=0x411 status=0 aid=1)
[ 2476.825489] wlo1: associated
[ 2531.150108] usb 1-2: new high-speed USB device number 9 using xhci_hcd
[ 2531.168648] usb 1-2: New USB device found, idVendor=0e8d, idProduct=7603, bcdDevice= 0.01
[ 2531.168655] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2531.168659] usb 1-2: Product: 802.11 n WLAN
[ 2531.168662] usb 1-2: Manufacturer: MediaTek
[ 2531.168665] usb 1-2: SerialNumber: 1.0
[ 2532.016368] usb 1-2: USB disconnect, device number 9
[ 2542.356819] usb 1-2: new high-speed USB device number 10 using xhci_hcd
[ 2542.374986] usb 1-2: New USB device found, idVendor=0e8d, idProduct=7603, bcdDevice= 0.01
[ 2542.374994] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2542.374998] usb 1-2: Product: 802.11 n WLAN
[ 2542.375001] usb 1-2: Manufacturer: MediaTek
[ 2542.375004] usb 1-2: SerialNumber: 1.0
[ 2544.882099] usb 1-2: USB disconnect, device number 10
[ 2548.533433] usb 1-2: new full-speed USB device number 11 using xhci_hcd
[ 2548.656814] usb 1-2: device descriptor read/64, error -71
[ 2548.886895] usb 1-2: device descriptor read/64, error -71
[ 2553.460100] usb 1-2: new high-speed USB device number 13 using xhci_hcd
[ 2553.478241] usb 1-2: New USB device found, idVendor=0e8d, idProduct=7603, bcdDevice= 0.01
[ 2553.478249] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2553.478253] usb 1-2: Product: 802.11 n WLAN
[ 2553.478258] usb 1-2: Manufacturer: MediaTek
[ 2553.478261] usb 1-2: SerialNumber: 1.0
[ 2573.128341] wlo1: Connection to AP 50:d4:f7:94:c6:38 lost
[ 2583.153692] wlo1: authenticate with 50:d4:f7:94:c6:38
[ 2583.161480] wlo1: send auth to 50:d4:f7:94:c6:38 (try 1/3)
[ 2583.185570] wlo1: authenticated
[ 2583.186739] wlo1: associate with 50:d4:f7:94:c6:38 (try 1/3)
[ 2583.197488] wlo1: RX AssocResp from 50:d4:f7:94:c6:38 (capab=0x411 status=0 aid=1)
[ 2583.199557] wlo1: associated
[ 2583.775545] iwlwifi 0000:00:14.3: No beacon heard and the time event is over already...
[ 2583.775609] wlo1: Connection to AP 50:d4:f7:94:c6:38 lost
[ 2596.456356] wlo1: authenticate with 50:d4:f7:94:c6:38
[ 2596.464128] wlo1: send auth to 50:d4:f7:94:c6:38 (try 1/3)
[ 2596.487315] wlo1: authenticated
[ 2596.490119] wlo1: associate with 50:d4:f7:94:c6:38 (try 1/3)
[ 2596.517363] wlo1: RX AssocResp from 50:d4:f7:94:c6:38 (capab=0x411 status=0 aid=1)
[ 2596.519504] wlo1: associated
[ 2599.854995] wlo1: Connection to AP 50:d4:f7:94:c6:38 lost
[ 2603.003890] wlo1: authenticate with 50:d4:f7:94:c6:38
[ 2603.011814] wlo1: send auth to 50:d4:f7:94:c6:38 (try 1/3)
[ 2603.039387] wlo1: authenticated
[ 2603.043252] wlo1: associate with 50:d4:f7:94:c6:38 (try 1/3)
[ 2603.054405] wlo1: RX AssocResp from 50:d4:f7:94:c6:38 (capab=0x411 status=0 aid=1)
[ 2603.056456] wlo1: associated
[ 2603.627516] iwlwifi 0000:00:14.3: No beacon heard and the time event is over already...
[ 2603.627552] wlo1: Connection to AP 50:d4:f7:94:c6:38 lost
[ 2604.791965] wlo1: authenticate with 50:d4:f7:94:c6:38
[ 2604.799581] wlo1: send auth to 50:d4:f7:94:c6:38 (try 1/3)
[ 2604.823404] wlo1: authenticated
[ 2604.826763] wlo1: associate with 50:d4:f7:94:c6:38 (try 1/3)
[ 2604.839474] wlo1: RX AssocResp from 50:d4:f7:94:c6:38 (capab=0x411 status=0 aid=1)
[ 2604.841716] wlo1: associated
[ 2605.413677] iwlwifi 0000:00:14.3: No beacon heard and the time event is over already...
[ 2605.413754] wlo1: Connection to AP 50:d4:f7:94:c6:38 lost
[ 2606.368333] wlo1: authenticate with 50:d4:f7:94:c6:38
[ 2606.375911] wlo1: send auth to 50:d4:f7:94:c6:38 (try 1/3)
[ 2606.399116] wlo1: authenticated
[ 2606.400079] wlo1: associate with 50:d4:f7:94:c6:38 (try 1/3)
[ 2606.415064] wlo1: RX AssocResp from 50:d4:f7:94:c6:38 (capab=0x411 status=0 aid=1)
[ 2606.417349] wlo1: associated
[ 2611.426442] wlo1: Connection to AP 50:d4:f7:94:c6:38 lost
[ 2611.547267] wlo1: Connection to AP 00:00:00:00:00:00 lost
[ 2612.358612] wlo1: authenticate with 50:d4:f7:94:c6:38
[ 2612.366368] wlo1: send auth to 50:d4:f7:94:c6:38 (try 1/3)
[ 2612.393052] wlo1: authenticated
[ 2612.396750] wlo1: associate with 50:d4:f7:94:c6:38 (try 1/3)
[ 2612.409455] wlo1: RX AssocResp from 50:d4:f7:94:c6:38 (capab=0x411 status=0 aid=1)
[ 2612.410716] wlo1: associated
[ 4377.943089] audit: type=1100 audit(1596212046.224:90): pid=4095 uid=1000 auid=1000 ses=2 msg='op=PAM:unix_chkpwd acct="se" exe="/usr/bin/unix_chkpwd" hostname=? addr=? terminal=? res=success'

And lsmod:

$ lsmod
Module                  Size  Used by
rtl8187                49152  0
eeprom_93cx6           16384  1 rtl8187
ccm                    20480  9
snd_sof_pci            20480  0
snd_sof_intel_byt      20480  1 snd_sof_pci
snd_sof_intel_ipc      20480  1 snd_sof_intel_byt
snd_sof_xtensa_dsp     16384  1 snd_sof_pci
snd_sof_intel_hda_common    81920  1 snd_sof_pci
snd_soc_hdac_hda       24576  1 snd_sof_intel_hda_common
snd_sof_intel_hda      20480  1 snd_sof_intel_hda_common
snd_sof               126976  4 snd_sof_pci,snd_sof_intel_hda_common,snd_sof_intel_byt,snd_sof_intel_ipc
snd_hda_codec_hdmi     73728  1
intel_rapl_msr         20480  0
intel_rapl_common      32768  1 intel_rapl_msr
snd_soc_skl           180224  0
snd_hda_codec_realtek   126976  1
x86_pkg_temp_thermal    20480  0
snd_soc_sst_ipc        20480  1 snd_soc_skl
intel_powerclamp       20480  0
snd_soc_sst_dsp        40960  1 snd_soc_skl
coretemp               20480  0
snd_hda_codec_generic    94208  1 snd_hda_codec_realtek
snd_hda_ext_core       36864  4 snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_soc_skl,snd_sof_intel_hda
ledtrig_audio          16384  3 snd_hda_codec_generic,snd_hda_codec_realtek,snd_sof
nvidia_drm             53248  0
snd_soc_acpi_intel_match    32768  3 snd_sof_pci,snd_sof_intel_hda_common,snd_soc_skl
nvidia_modeset       1118208  1 nvidia_drm
kvm_intel             311296  0
snd_soc_acpi           16384  3 snd_sof_pci,snd_soc_acpi_intel_match,snd_soc_skl
btusb                  65536  0
btrtl                  24576  1 btusb
btbcm                  16384  1 btusb
btintel                32768  1 btusb
iwlmvm                454656  0
snd_soc_core          299008  4 snd_sof,snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_soc_skl
mei_hdcp               24576  0
iTCO_wdt               16384  0
8250_dw                16384  0
iTCO_vendor_support    16384  1 iTCO_wdt
msi_wmi                20480  0
kvm                   811008  1 kvm_intel
wmi_bmof               16384  0
mxm_wmi                16384  0
sparse_keymap          16384  1 msi_wmi
i915                 2449408  57
nvidia              20471808  4 nvidia_modeset
irqbypass              16384  1 kvm
mac80211             1007616  2 iwlmvm,rtl8187
bluetooth             675840  5 btrtl,btintel,btbcm,btusb
snd_compress           28672  1 snd_soc_core
ac97_bus               16384  1 snd_soc_core
snd_pcm_dmaengine      16384  1 snd_soc_core
nls_iso8859_1          16384  1
nls_cp437              20480  1
snd_hda_intel          57344  3
snd_intel_dspcfg       28672  4 snd_hda_intel,snd_sof_pci,snd_sof_intel_hda_common,snd_soc_skl
vfat                   24576  1
ecdh_generic           16384  1 bluetooth
fat                    86016  1 vfat
ecc                    36864  1 ecdh_generic
crct10dif_pclmul       16384  1
snd_hda_codec         163840  5 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec_realtek,snd_soc_hdac_hda
i2c_algo_bit           16384  1 i915
libarc4                16384  1 mac80211
crc32_pclmul           16384  0
snd_hda_core          106496  10 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_ext_core,snd_hda_codec,snd_hda_codec_realtek,snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_soc_skl,snd_sof_intel_hda
uvcvideo              114688  0
drm_kms_helper        237568  2 nvidia_drm,i915
ghash_clmulni_intel    16384  0
videobuf2_vmalloc      20480  1 uvcvideo
videobuf2_memops       20480  1 videobuf2_vmalloc
iwlwifi               405504  1 iwlmvm
aesni_intel           368640  6
videobuf2_v4l2         28672  1 uvcvideo
drm                   557056  20 drm_kms_helper,nvidia_drm,i915
videobuf2_common       57344  2 videobuf2_v4l2,uvcvideo
crypto_simd            16384  1 aesni_intel
cryptd                 24576  2 crypto_simd,ghash_clmulni_intel
glue_helper            16384  1 aesni_intel
videodev              266240  3 videobuf2_v4l2,uvcvideo,videobuf2_common
intel_cstate           16384  0
rtsx_usb_ms            24576  0
snd_hwdep              16384  1 snd_hda_codec
intel_uncore          147456  0
memstick               24576  1 rtsx_usb_ms
joydev                 28672  0
mc                     61440  4 videodev,videobuf2_v4l2,uvcvideo,videobuf2_common
mousedev               24576  0
snd_pcm               143360  9 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_sof,snd_sof_intel_hda_common,snd_soc_core,snd_soc_skl,snd_hda_core,snd_pcm_dmaengine
ofpart                 20480  0
ipmi_devintf           20480  0
cfg80211              860160  4 iwlmvm,iwlwifi,mac80211,rtl8187
intel_rapl_perf        16384  0
intel_gtt              24576  1 i915
cmdlinepart            16384  0
snd_timer              40960  1 snd_pcm
ipmi_msghandler        73728  2 ipmi_devintf,nvidia
agpgart                53248  2 intel_gtt,drm
intel_spi_pci          16384  0
mei_me                 45056  1
snd                   114688  16 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek,snd_timer,snd_compress,snd_soc_core,snd_pcm
syscopyarea            16384  1 drm_kms_helper
intel_spi              24576  1 intel_spi_pci
psmouse               180224  0
sysfillrect            16384  1 drm_kms_helper
alx                    57344  0
spi_nor                61440  1 intel_spi
sysimgblt              16384  1 drm_kms_helper
intel_lpss_pci         20480  0
mei                   122880  3 mei_hdcp,mei_me
soundcore              16384  1 snd
fb_sys_fops            16384  1 drm_kms_helper
pcspkr                 16384  0
intel_lpss             16384  1 intel_lpss_pci
input_leds             16384  0
mdio                   16384  1 alx
i2c_i801               36864  0
mtd                    77824  6 spi_nor,cmdlinepart,intel_spi,ofpart
rfkill                 28672  7 bluetooth,cfg80211
intel_pch_thermal      16384  0
idma64                 20480  0
battery                24576  0
ac                     16384  0
wmi                    36864  3 wmi_bmof,msi_wmi,mxm_wmi
evdev                  24576  22
mac_hid                16384  0
vboxnetflt             32768  0
vboxnetadp             28672  0
vboxdrv               524288  2 vboxnetadp,vboxnetflt
crypto_user            16384  0
ip_tables              36864  0
x_tables               53248  1 ip_tables
ext4                  786432  2
rtsx_usb_sdmmc         32768  0
mmc_core              188416  1 rtsx_usb_sdmmc
rtsx_usb               28672  2 rtsx_usb_sdmmc,rtsx_usb_ms
crc32c_generic         16384  0
crc16                  16384  2 bluetooth,ext4
mbcache                16384  1 ext4
jbd2                  135168  1 ext4
hid_generic            16384  0
usbhid                 65536  0
hid                   147456  2 usbhid,hid_generic
sd_mod                 57344  5
ahci                   40960  4
serio_raw              20480  0
libahci                45056  1 ahci
atkbd                  36864  0
libps2                 20480  2 atkbd,psmouse
libata                290816  2 libahci,ahci
xhci_pci               20480  0
xhci_hcd              282624  1 xhci_pci
scsi_mod              258048  2 sd_mod,libata
crc32c_intel           24576  4
i8042                  32768  0
serio                  28672  6 serio_raw,atkbd,psmouse,i8042

Offline

#4 2020-07-31 17:44:44

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

Re: [Solved] Installing Alfa AWUS036NH Wifi Adapter

Try `modprobe mt76` locate the mt76 driver under /sys/bus change into the directory of the mt76 driver.

# echo 0e8d 7603 >new_id

Offline

#5 2020-07-31 18:59:19

neverendingwhitelights
Member
Registered: 2020-07-23
Posts: 7

Re: [Solved] Installing Alfa AWUS036NH Wifi Adapter

Sorry, I didn't understand you.

`modprobe mt76` caused no errors, but there is no such directory as `mt76`.

Offline

#6 2020-07-31 19:44:01

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

Re: [Solved] Installing Alfa AWUS036NH Wifi Adapter

I am using a custom kernel without the mt76 driver so I am having to guess on the layout.
Try

cd '/sys/module/mt76/drivers/usb:mt76/'
# echo 0e8d 7603 >new_id

Offline

#7 2020-07-31 21:31:52

neverendingwhitelights
Member
Registered: 2020-07-23
Posts: 7

Re: [Solved] Installing Alfa AWUS036NH Wifi Adapter

I checked several mt76 folders and there were no driver folders:

mt76]$ ls -la
total 0
drwxr-xr-x   5 root root    0 Jul 31 21:41 .
drwxr-xr-x 218 root root    0 Jul 31 18:01 ..
-r--r--r--   1 root root 4096 Jul 31 23:46 coresize
drwxr-xr-x   2 root root    0 Jul 31 23:46 holders
-r--r--r--   1 root root 4096 Jul 31 23:46 initsize
-r--r--r--   1 root root 4096 Jul 31 21:54 initstate
drwxr-xr-x   2 root root    0 Jul 31 23:46 notes
-r--r--r--   1 root root 4096 Jul 31 23:46 refcnt
drwxr-xr-x   2 root root    0 Jul 31 23:46 sections
-r--r--r--   1 root root 4096 Jul 31 23:46 srcversion
-r--r--r--   1 root root 4096 Jul 31 23:46 taint
--w-------   1 root root 4096 Jul 31 21:41 uevent

So I checked about the mt76 driver on my device.

$ lsmod | grep mt
mt76                   69632  0
mac80211             1007616  3 mt76,iwlmvm,rtl8187
cfg80211              860160  5 mt76,iwlmvm,iwlwifi,mac80211,rtl8187
mtd                    77824  6 spi_nor,cmdlinepart,intel_spi,ofpart

May this cause a trouble? I thought this device is supported by the kernel so i don't need to compile drivers or something like that.

Last edited by neverendingwhitelights (2020-07-31 21:48:03)

Offline

#8 2020-07-31 22:23:18

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

Re: [Solved] Installing Alfa AWUS036NH Wifi Adapter

That does not appear as though it is going to work.

https://github.com/qiupq/MT7603U looks like it is based an old vendor supplied driver you may be able to update.

Offline

#9 2020-08-06 15:06:38

neverendingwhitelights
Member
Registered: 2020-07-23
Posts: 7

Re: [Solved] Installing Alfa AWUS036NH Wifi Adapter

Got proper driver form manufacturer. [Solved]

Offline

#10 2020-11-13 12:12:57

sokolon
Member
Registered: 2020-11-13
Posts: 1

Re: [Solved] Installing Alfa AWUS036NH Wifi Adapter

I experience the same problem "neverendingwhitelights"
can you please provide the driver you got and compile/install instructions ?

Offline

Board footer

Powered by FluxBB