您尚未登录。

#1 2022-04-19 01:01:57

gzroc
会员
注册时间: 2021-03-24
帖子: 224

拓实N95网卡,rt3070无法驱动。

请问如何驱动这块网卡,官网下载了驱动程序,编译出错。

离线

#2 2022-04-19 01:44:35

yjun
会员
注册时间: 2020-06-13
帖子: 4

Re: 拓实N95网卡,rt3070无法驱动。

https://github.com/torvalds/linux/blob/ … onfig#L138

驱动已经在linux里面了,理论上插上就能用

离线

#3 2022-04-19 10:48:40

gzroc
会员
注册时间: 2021-03-24
帖子: 224

Re: 拓实N95网卡,rt3070无法驱动。

但是用sudo ip link set xxxx up,一直提示设备忙。

离线

#4 2022-04-19 12:15:00

依云
会员
所在地: a.k.a. 百合仙子
注册时间: 2011-08-21
帖子: 8,384
个人网站

Re: 拓实N95网卡,rt3070无法驱动。

gzroc 说:

但是用sudo ip link set xxxx up,一直提示设备忙。

和已经在运行的网络管理器打架了吧。

离线

#5 2022-04-19 12:59:04

gzroc
会员
注册时间: 2021-03-24
帖子: 224

Re: 拓实N95网卡,rt3070无法驱动。

依云 说:
gzroc 说:

但是用sudo ip link set xxxx up,一直提示设备忙。

和已经在运行的网络管理器打架了吧。

我停掉网络管理器也没办法启用。
✘ ken@Archlinux  ~  sudo systemctl status NetworkManager
● NetworkManager.service - Network Manager
     Loaded: loaded (/usr/lib/systemd/system/NetworkManager.service; enabled; vendor preset: disabled)
    Drop-In: /usr/lib/systemd/system/NetworkManager.service.d
             └─NetworkManager-ovs.conf
     Active: active (running) since Tue 2022-04-19 12:40:58 CST; 15min ago
       Docs: man:NetworkManager(8)
   Main PID: 409 (NetworkManager)
      Tasks: 3 (limit: 9393)
     Memory: 14.9M
        CPU: 344ms
     CGroup: /system.slice/NetworkManager.service
             └─409 /usr/bin/NetworkManager --no-daemon

4月 19 12:51:55 Archlinux NetworkManager[409]: <warn>  [1650343915.2324] device (wlp0s29u1u1): re-acquiring supplicant interface (#2).
4月 19 12:52:00 Archlinux NetworkManager[409]: <error> [1650343920.2337] device (wlp0s29u1u1): Couldn't initialize supplicant interface: Timeout was reached
4月 19 12:52:09 Archlinux NetworkManager[409]: <info>  [1650343929.5781] manager: NetworkManager state is now CONNECTED_GLOBAL
4月 19 12:52:10 Archlinux NetworkManager[409]: <warn>  [1650343930.2325] device (wlp0s29u1u1): re-acquiring supplicant interface (#3).
4月 19 12:52:15 Archlinux NetworkManager[409]: <error> [1650343935.2378] device (wlp0s29u1u1): Couldn't initialize supplicant interface: Timeout was reached
4月 19 12:52:25 Archlinux NetworkManager[409]: <warn>  [1650343945.2324] device (wlp0s29u1u1): re-acquiring supplicant interface (#4).
4月 19 12:52:30 Archlinux NetworkManager[409]: <error> [1650343950.2358] device (wlp0s29u1u1): Couldn't initialize supplicant interface: Timeout was reached
4月 19 12:52:40 Archlinux NetworkManager[409]: <warn>  [1650343960.2391] device (wlp0s29u1u1): re-acquiring supplicant interface (#5).
4月 19 12:52:45 Archlinux NetworkManager[409]: <error> [1650343965.2425] device (wlp0s29u1u1): Couldn't initialize supplicant interface: Timeout was reached
4月 19 12:52:45 Archlinux NetworkManager[409]: <info>  [1650343965.2425] device (wlp0s29u1u1): supplicant interface keeps failing, giving up
ken@Archlinux  ~  sudo systemctl stop NetworkManager.service
ken@Archlinux  ~  sudo systemctl status NetworkManager
○ NetworkManager.service - Network Manager
     Loaded: loaded (/usr/lib/systemd/system/NetworkManager.service; enabled; vendor preset: disabled)
    Drop-In: /usr/lib/systemd/system/NetworkManager.service.d
             └─NetworkManager-ovs.conf
     Active: inactive (dead) since Tue 2022-04-19 12:57:23 CST; 18s ago
       Docs: man:NetworkManager(8)
    Process: 409 ExecStart=/usr/bin/NetworkManager --no-daemon (code=exited, status=0/SUCCESS)
   Main PID: 409 (code=exited, status=0/SUCCESS)
        CPU: 363ms

4月 19 12:52:45 Archlinux NetworkManager[409]: <info>  [1650343965.2425] device (wlp0s29u1u1): supplicant interface keeps failing, giving up
4月 19 12:57:10 Archlinux NetworkManager[409]: <info>  [1650344230.7668] caught SIGTERM, shutting down normally.
4月 19 12:57:10 Archlinux systemd[1]: Stopping Network Manager...
4月 19 12:57:10 Archlinux NetworkManager[409]: <info>  [1650344230.7677] manager: NetworkManager state is now CONNECTED_LOCAL
4月 19 12:57:10 Archlinux NetworkManager[409]: <info>  [1650344230.7682] device (wlp0s29u1u1): state change: unavailable -> unmanaged (reason 'unmanaged', sys-iface-state: 'manage>
4月 19 12:57:10 Archlinux NetworkManager[409]: <info>  [1650344230.7686] device (wlp0s29u1u1): set-hw-addr: reset MAC address to 00:9A:0F:30:97:F9 (unmanage)
4月 19 12:57:23 Archlinux NetworkManager[409]: <warn>  [1650344243.0490] platform-linux: do-change-link[3]: failure changing link: failure 16 (Device or resource busy)
4月 19 12:57:23 Archlinux NetworkManager[409]: <info>  [1650344243.0624] exiting (success)
4月 19 12:57:23 Archlinux systemd[1]: NetworkManager.service: Deactivated successfully.
4月 19 12:57:23 Archlinux systemd[1]: Stopped Network Manager.
✘ ken@Archlinux  ~  sudo ip link set wlp0s29u1u1 up
RTNETLINK answers: Device or resource busy

离线

#6 2022-04-19 22:16:47

yjun
会员
注册时间: 2020-06-13
帖子: 4

Re: 拓实N95网卡,rt3070无法驱动。

我也有一个 rt3070 网卡,驱动用的是 rt2800usb,工作正常

$ lsusb
Bus 001 Device 008: ID 148f:3070 Ralink Technology, Corp. RT2870/RT3070 Wireless Adapter

$ dmesg
Apr 19 22:10:25 arch kernel: usb 1-3: new high-speed USB device number 9 using xhci_hcd
Apr 19 22:10:26 arch kernel: usb 1-3: New USB device found, idVendor=148f, idProduct=3070, bcdDevice= 1.01
Apr 19 22:10:26 arch kernel: usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Apr 19 22:10:26 arch kernel: usb 1-3: Product: 802.11 n WLAN
Apr 19 22:10:26 arch kernel: usb 1-3: Manufacturer: Ralink
Apr 19 22:10:26 arch kernel: usb 1-3: SerialNumber: 1.0
Apr 19 22:10:26 arch kernel: usb 1-3: reset high-speed USB device number 9 using xhci_hcd
Apr 19 22:10:26 arch kernel: ieee80211 phy3: rt2x00_set_rt: Info - RT chipset 3070, rev 0201 detected
Apr 19 22:10:26 arch kernel: ieee80211 phy3: rt2x00_set_rf: Info - RF chipset 0005 detected
Apr 19 22:10:26 arch kernel: ieee80211 phy3: Selected rate control algorithm 'minstrel_ht'
Apr 19 22:10:26 arch kernel: rt2800usb 1-3:1.0 wlp0s20f0u3: renamed from wlan0
Apr 19 22:10:26 arch kernel: ieee80211 phy3: rt2x00lib_request_firmware: Info - Loading firmware file 'rt2870.bin'
Apr 19 22:10:26 arch kernel: ieee80211 phy3: rt2x00lib_request_firmware: Info - Firmware detected - version: 0.36
Apr 19 22:10:29 arch kernel: wlp0s20f0u3: authenticate with 0a:05:88:a8:14:52
Apr 19 22:10:29 arch kernel: wlp0s20f0u3: send auth to 0a:05:88:a8:14:52 (try 1/3)
Apr 19 22:10:30 arch kernel: wlp0s20f0u3: send auth to 0a:05:88:a8:14:52 (try 2/3)
Apr 19 22:10:30 arch kernel: wlp0s20f0u3: authenticated
Apr 19 22:10:30 arch kernel: wlp0s20f0u3: associate with 0a:05:88:a8:14:52 (try 1/3)
Apr 19 22:10:30 arch kernel: wlp0s20f0u3: RX AssocResp from 0a:05:88:a8:14:52 (capab=0x421 status=0 aid=1)
Apr 19 22:10:30 arch kernel: wlp0s20f0u3: associated
Apr 19 22:10:30 arch kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp0s20f0u3: link becomes ready

$ ip link
6: wlp0s20f0u3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DORMANT group default qlen 1000
    link/ether 00:0d:a3:09:84:96 brd ff:ff:ff:ff:ff:ff

$ nmcli
wlp0s20f0u3: connected to FoobarWlan 
        "Ralink RT2870/RT3070"
        wifi (rt2800usb), 00:0D:A3:09:84:96, hw, mtu 1500
        inet4 10.105.208.71/16
        route4 10.105.0.0/16 metric 601
        route4 default via 10.105.0.1 metric 20601
        inet6 fe80::e663:709a:40aa:c3ce/64
        route6 fe80::/64 metric 1024

离线

#7 2022-04-19 22:59:15

gzroc
会员
注册时间: 2021-03-24
帖子: 224

Re: 拓实N95网卡,rt3070无法驱动。

我的报错挺多,帮看看什么原因。

 ken@Archlinux  ~  sudo dmesg
[    0.086702] Dynamic Preempt: full
[    0.086727] rcu: Preemptible hierarchical RCU implementation.
[    0.086728] rcu: 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.086729] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=2.
[    0.086730] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.086731] 	Trampoline variant of Tasks RCU enabled.
[    0.086732] 	Rude variant of Tasks RCU enabled.
[    0.086733] 	Tracing variant of Tasks RCU enabled.
[    0.086734] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.086735] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[    0.091292] NR_IRQS: 20736, nr_irqs: 440, preallocated irqs: 16
[    0.091591] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[    0.091641] Console: colour dummy device 80x25
[    0.091654] printk: console [tty0] enabled
[    0.091675] ACPI: Core revision 20210930
[    0.091765] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.091781] APIC: Switch to symmetric I/O mode setup
[    0.092201] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.108448] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x26d4705b3dd, max_idle_ns: 440795243679 ns
[    0.108453] Calibrating delay loop (skipped), value calculated using timer frequency.. 5389.12 BogoMIPS (lpj=8979400)
[    0.108456] pid_max: default: 32768 minimum: 301
[    0.116441] LSM: Security Framework initializing
[    0.116455] landlock: Up and running.
[    0.116457] Yama: becoming mindful.
[    0.116468] LSM support for eBPF active
[    0.116496] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.116516] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.116787] x86/cpu: VMX (outside TXT) disabled by BIOS
[    0.116793] CPU0: Thermal monitoring enabled (TM1)
[    0.116813] process: using mwait in idle threads
[    0.116815] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
[    0.116816] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[    0.116822] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.116824] Spectre V2 : Mitigation: Full generic retpoline
[    0.116824] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.116825] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.116827] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.116828] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.116831] MDS: Mitigation: Clear CPU buffers
[    0.119447] Freeing SMP alternatives memory: 36K
[    0.119710] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1024
[    0.119718] smpboot: CPU0: Intel(R) Celeron(R) CPU G1620 @ 2.70GHz (family: 0x6, model: 0x3a, stepping: 0x9)
[    0.119890] Performance Events: PEBS fmt1+, IvyBridge events, 16-deep LBR, full-width counters, Intel PMU driver.
[    0.119906] ... version:                3
[    0.119907] ... bit width:              48
[    0.119908] ... generic registers:      8
[    0.119909] ... value mask:             0000ffffffffffff
[    0.119910] ... max period:             00007fffffffffff
[    0.119911] ... fixed-purpose events:   3
[    0.119911] ... event mask:             00000007000000ff
[    0.120046] rcu: Hierarchical SRCU implementation.
[    0.120606] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.120646] smp: Bringing up secondary CPUs ...
[    0.120768] x86: Booting SMP configuration:
[    0.120769] .... node  #0, CPUs:      #1
[    0.121869] smp: Brought up 1 node, 2 CPUs
[    0.121869] smpboot: Max logical packages: 1
[    0.121869] smpboot: Total of 2 processors activated (10779.25 BogoMIPS)
[    0.122486] devtmpfs: initialized
[    0.122486] x86/mm: Memory block size: 128MB
[    0.122486] ACPI: PM: Registering ACPI NVS region [mem 0xda558000-0xda7bffff] (2523136 bytes)
[    0.122486] ACPI: PM: Registering ACPI NVS region [mem 0xda7cb000-0xda7d7fff] (53248 bytes)
[    0.122486] ACPI: PM: Registering ACPI NVS region [mem 0xda7dd000-0xda81ffff] (274432 bytes)
[    0.122486] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.122486] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[    0.122486] pinctrl core: initialized pinctrl subsystem
[    0.122486] PM: RTC time: 08:29:51, date: 2022-04-19
[    0.122486] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.122486] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[    0.122486] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.122500] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.122518] audit: initializing netlink subsys (disabled)
[    0.122537] audit: type=2000 audit(1650356991.029:1): state=initialized audit_enabled=0 res=1
[    0.122537] thermal_sys: Registered thermal governor 'fair_share'
[    0.122537] thermal_sys: Registered thermal governor 'bang_bang'
[    0.122537] thermal_sys: Registered thermal governor 'step_wise'
[    0.122537] thermal_sys: Registered thermal governor 'user_space'
[    0.122537] thermal_sys: Registered thermal governor 'power_allocator'
[    0.122537] cpuidle: using governor ladder
[    0.122537] cpuidle: using governor menu
[    0.122537] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.122537] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.122537] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.122537] PCI: Using configuration type 1 for base access
[    0.122537] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off
[    0.122537] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.125873] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.125881] HugeTLB: can free 6 vmemmap pages for hugepages-2048kB
[    0.125881] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.125881] ACPI: Added _OSI(Module Device)
[    0.125881] ACPI: Added _OSI(Processor Device)
[    0.125881] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.125881] ACPI: Added _OSI(Processor Aggregator Device)
[    0.125881] ACPI: Added _OSI(Linux-Dell-Video)
[    0.125881] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.125881] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.129929] ACPI: 3 ACPI AML tables successfully acquired and loaded
[    0.134312] ACPI BIOS Error (bug): Could not resolve symbol [\_PR.CPU0._PPC], AE_NOT_FOUND (20210930/psargs-330)
[    0.134312] ACPI Error: Aborting method \_PR.CPU0._PDC due to previous error (AE_NOT_FOUND) (20210930/psparse-529)
[    0.134312] ACPI: Dynamic OEM Table Load:
[    0.134312] ACPI: SSDT 0xFFFF928B40217A00 000119 (v01 PmRef  ApCst    00003000 INTL 20051117)
[    0.135638] ACPI: Interpreter enabled
[    0.135661] ACPI: PM: (supports S0 S1 S4 S5)
[    0.135663] ACPI: Using IOAPIC for interrupt routing
[    0.135694] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.135965] ACPI: Enabled 15 GPEs in block 00 to 3F
[    0.144596] ACPI: PM: Power Resource [FN00]
[    0.144679] ACPI: PM: Power Resource [FN01]
[    0.144759] ACPI: PM: Power Resource [FN02]
[    0.144840] ACPI: PM: Power Resource [FN03]
[    0.144921] ACPI: PM: Power Resource [FN04]
[    0.145654] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.145662] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.145841] acpi PNP0A08:00: _OSC: OS requested [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
[    0.145843] acpi PNP0A08:00: _OSC: platform willing to grant [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
[    0.145844] acpi PNP0A08:00: _OSC: platform retains control of PCIe features (AE_ERROR)
[    0.146549] PCI host bridge to bus 0000:00
[    0.146551] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.146553] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.146555] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.146557] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff window]
[    0.146558] pci_bus 0000:00: root bus resource [mem 0xdfa00000-0xfeafffff window]
[    0.146559] pci_bus 0000:00: root bus resource [mem 0x21f600000-0x61f5fffff window]
[    0.146561] pci_bus 0000:00: root bus resource [bus 00-3e]
[    0.146576] pci 0000:00:00.0: [8086:0150] type 00 class 0x060000
[    0.146642] pci 0000:00:02.0: [8086:0152] type 00 class 0x030000
[    0.146650] pci 0000:00:02.0: reg 0x10: [mem 0xf7800000-0xf7bfffff 64bit]
[    0.146656] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.146660] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.146671] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.146674] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.146774] pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000
[    0.146795] pci 0000:00:16.0: reg 0x10: [mem 0xf7c09000-0xf7c0900f 64bit]
[    0.146868] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.146930] pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320
[    0.146947] pci 0000:00:1a.0: reg 0x10: [mem 0xf7c07000-0xf7c073ff]
[    0.147030] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.147111] pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300
[    0.147126] pci 0000:00:1b.0: reg 0x10: [mem 0xf7c00000-0xf7c03fff 64bit]
[    0.147195] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.147282] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
[    0.147371] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.147460] pci 0000:00:1c.1: [8086:1c12] type 01 class 0x060400
[    0.147549] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.147640] pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320
[    0.147657] pci 0000:00:1d.0: reg 0x10: [mem 0xf7c06000-0xf7c063ff]
[    0.147741] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.147820] pci 0000:00:1f.0: [8086:1c5c] type 00 class 0x060100
[    0.147988] pci 0000:00:1f.2: [8086:1c00] type 00 class 0x01018f
[    0.148001] pci 0000:00:1f.2: reg 0x10: [io  0xf110-0xf117]
[    0.148009] pci 0000:00:1f.2: reg 0x14: [io  0xf100-0xf103]
[    0.148017] pci 0000:00:1f.2: reg 0x18: [io  0xf0f0-0xf0f7]
[    0.148024] pci 0000:00:1f.2: reg 0x1c: [io  0xf0e0-0xf0e3]
[    0.148032] pci 0000:00:1f.2: reg 0x20: [io  0xf0d0-0xf0df]
[    0.148040] pci 0000:00:1f.2: reg 0x24: [io  0xf0c0-0xf0cf]
[    0.148132] pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500
[    0.148149] pci 0000:00:1f.3: reg 0x10: [mem 0xf7c05000-0xf7c050ff 64bit]
[    0.148170] pci 0000:00:1f.3: reg 0x20: [io  0xf040-0xf05f]
[    0.148252] pci 0000:00:1f.5: [8086:1c08] type 00 class 0x010185
[    0.148265] pci 0000:00:1f.5: reg 0x10: [io  0xf0b0-0xf0b7]
[    0.148273] pci 0000:00:1f.5: reg 0x14: [io  0xf0a0-0xf0a3]
[    0.148281] pci 0000:00:1f.5: reg 0x18: [io  0xf090-0xf097]
[    0.148289] pci 0000:00:1f.5: reg 0x1c: [io  0xf080-0xf083]
[    0.148296] pci 0000:00:1f.5: reg 0x20: [io  0xf070-0xf07f]
[    0.148304] pci 0000:00:1f.5: reg 0x24: [io  0xf060-0xf06f]
[    0.148437] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.148527] pci 0000:02:00.0: [10ec:8136] type 00 class 0x020000
[    0.148553] pci 0000:02:00.0: reg 0x10: [io  0xe000-0xe0ff]
[    0.148586] pci 0000:02:00.0: reg 0x18: [mem 0xf0004000-0xf0004fff 64bit pref]
[    0.148607] pci 0000:02:00.0: reg 0x20: [mem 0xf0000000-0xf0003fff 64bit pref]
[    0.148731] pci 0000:02:00.0: supports D1 D2
[    0.148733] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.148885] pci 0000:00:1c.1: PCI bridge to [bus 02]
[    0.148889] pci 0000:00:1c.1:   bridge window [io  0xe000-0xefff]
[    0.148897] pci 0000:00:1c.1:   bridge window [mem 0xf0000000-0xf00fffff 64bit pref]
[    0.149442] ACPI: PCI: Interrupt link LNKA configured for IRQ 11
[    0.149516] ACPI: PCI: Interrupt link LNKB configured for IRQ 11
[    0.149587] ACPI: PCI: Interrupt link LNKC configured for IRQ 5
[    0.149657] ACPI: PCI: Interrupt link LNKD configured for IRQ 10
[    0.149729] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.149730] ACPI: PCI: Interrupt link LNKE disabled
[    0.149800] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.149801] ACPI: PCI: Interrupt link LNKF disabled
[    0.149871] ACPI: PCI: Interrupt link LNKG configured for IRQ 3
[    0.149941] ACPI: PCI: Interrupt link LNKH configured for IRQ 3
[    0.150312] iommu: Default domain type: Translated
[    0.150313] iommu: DMA domain TLB invalidation policy: lazy mode
[    0.150333] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.150333] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.150333] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.150333] vgaarb: loaded
[    0.150333] SCSI subsystem initialized
[    0.150333] libata version 3.00 loaded.
[    0.150333] ACPI: bus type USB registered
[    0.150333] usbcore: registered new interface driver usbfs
[    0.150333] usbcore: registered new interface driver hub
[    0.150333] usbcore: registered new device driver usb
[    0.150333] pps_core: LinuxPPS API ver. 1 registered
[    0.150333] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.150333] PTP clock support registered
[    0.150333] EDAC MC: Ver: 3.0.0
[    0.150333] Registered efivars operations
[    0.150333] NetLabel: Initializing
[    0.150333] NetLabel:  domain hash size = 128
[    0.150333] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.150333] NetLabel:  unlabeled traffic allowed by default
[    0.150333] mctp: management component transport protocol core
[    0.150333] NET: Registered PF_MCTP protocol family
[    0.150333] PCI: Using ACPI for IRQ routing
[    0.150333] PCI: pci_cache_line_size set to 64 bytes
[    0.150333] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.150333] e820: reserve RAM buffer [mem 0x40004000-0x43ffffff]
[    0.150333] e820: reserve RAM buffer [mem 0xd9f4c000-0xdbffffff]
[    0.150333] e820: reserve RAM buffer [mem 0xdae1e000-0xdbffffff]
[    0.150333] e820: reserve RAM buffer [mem 0xdb000000-0xdbffffff]
[    0.150333] e820: reserve RAM buffer [mem 0x21f600000-0x21fffffff]
[    0.152668] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.152679] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.155188] clocksource: Switched to clocksource tsc-early
[    0.163966] VFS: Disk quotas dquot_6.6.0
[    0.163983] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.164046] pnp: PnP ACPI init
[    0.164164] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.164266] system 00:01: [io  0x0680-0x069f] has been reserved
[    0.164269] system 00:01: [io  0x0200-0x020f] has been reserved
[    0.164270] system 00:01: [io  0xffff] has been reserved
[    0.164272] system 00:01: [io  0xffff] has been reserved
[    0.164274] system 00:01: [io  0x0400-0x0453] has been reserved
[    0.164275] system 00:01: [io  0x0458-0x047f] has been reserved
[    0.164277] system 00:01: [io  0x0500-0x057f] has been reserved
[    0.164278] system 00:01: [io  0x164e-0x164f] has been reserved
[    0.164358] system 00:03: [io  0x0454-0x0457] has been reserved
[    0.164460] system 00:04: [io  0x0a00-0x0a0f] has been reserved
[    0.164736] pnp 00:07: [dma 0 disabled]
[    0.164827] system 00:08: [io  0x04d0-0x04d1] has been reserved
[    0.165084] system 00:09: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.165087] system 00:09: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.165089] system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.165091] system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.165093] system 00:09: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.165095] system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.165097] system 00:09: [mem 0xfed90000-0xfed93fff] has been reserved
[    0.165099] system 00:09: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.165101] system 00:09: [mem 0xff000000-0xffffffff] has been reserved
[    0.165103] system 00:09: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.165105] system 00:09: [mem 0xdfa00000-0xdfa00fff] has been reserved
[    0.165311] system 00:0a: [mem 0x20000000-0x201fffff] has been reserved
[    0.165314] system 00:0a: [mem 0x40004000-0x40004fff] has been reserved
[    0.165342] pnp: PnP ACPI: found 11 devices
[    0.170936] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.170998] NET: Registered PF_INET protocol family
[    0.171087] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.172416] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    0.172460] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.172608] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.172696] TCP: Hash tables configured (established 65536 bind 65536)
[    0.172766] MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)
[    0.172813] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.172837] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.172884] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.172891] NET: Registered PF_XDP protocol family
[    0.172897] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 01] add_size 1000
[    0.172901] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
[    0.172904] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 01] add_size 200000 add_align 100000
[    0.172914] pci 0000:00:1c.0: BAR 14: assigned [mem 0xdfb00000-0xdfcfffff]
[    0.172919] pci 0000:00:1c.0: BAR 15: assigned [mem 0x21f600000-0x21f7fffff 64bit pref]
[    0.172922] pci 0000:00:1c.0: BAR 13: assigned [io  0x2000-0x2fff]
[    0.172925] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.172929] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
[    0.172934] pci 0000:00:1c.0:   bridge window [mem 0xdfb00000-0xdfcfffff]
[    0.172939] pci 0000:00:1c.0:   bridge window [mem 0x21f600000-0x21f7fffff 64bit pref]
[    0.172945] pci 0000:00:1c.1: PCI bridge to [bus 02]
[    0.172948] pci 0000:00:1c.1:   bridge window [io  0xe000-0xefff]
[    0.172955] pci 0000:00:1c.1:   bridge window [mem 0xf0000000-0xf00fffff 64bit pref]
[    0.172962] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.172964] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.172966] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.172967] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff window]
[    0.172969] pci_bus 0000:00: resource 8 [mem 0xdfa00000-0xfeafffff window]
[    0.172970] pci_bus 0000:00: resource 9 [mem 0x21f600000-0x61f5fffff window]
[    0.172972] pci_bus 0000:01: resource 0 [io  0x2000-0x2fff]
[    0.172973] pci_bus 0000:01: resource 1 [mem 0xdfb00000-0xdfcfffff]
[    0.172975] pci_bus 0000:01: resource 2 [mem 0x21f600000-0x21f7fffff 64bit pref]
[    0.172976] pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
[    0.172978] pci_bus 0000:02: resource 2 [mem 0xf0000000-0xf00fffff 64bit pref]
[    0.173091] pci 0000:00:02.0: BIOS left Intel GPU interrupts enabled; disabling
[    0.191898] pci 0000:00:1a.0: quirk_usb_early_handoff+0x0/0x750 took 18356 usecs
[    0.211891] pci 0000:00:1d.0: quirk_usb_early_handoff+0x0/0x750 took 19504 usecs
[    0.211913] PCI: CLS 64 bytes, default 64
[    0.211920] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.211921] software IO TLB: mapped [mem 0x00000000d5f4c000-0x00000000d9f4c000] (64MB)
[    0.211966] Trying to unpack rootfs image as initramfs...
[    0.212372] Initialise system trusted keyrings
[    0.212385] Key type blacklist registered
[    0.212441] workingset: timestamp_bits=41 max_order=21 bucket_order=0
[    0.213824] zbud: loaded
[    0.224755] Key type asymmetric registered
[    0.224759] Asymmetric key parser 'x509' registered
[    0.224806] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[    0.224896] io scheduler mq-deadline registered
[    0.224897] io scheduler kyber registered
[    0.224933] io scheduler bfq registered
[    0.225470] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.225676] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.225716] ACPI: button: Power Button [PWRB]
[    0.225747] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.225771] ACPI: button: Power Button [PWRF]
[    0.226384] thermal LNXTHERM:00: registered as thermal_zone0
[    0.226387] ACPI: thermal: Thermal Zone [TZ00] (28 C)
[    0.226702] thermal LNXTHERM:01: registered as thermal_zone1
[    0.226704] ACPI: thermal: Thermal Zone [TZ01] (30 C)
[    0.226884] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.227032] 00:07: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.228609] Non-volatile memory driver v1.3
[    0.228612] Linux agpgart interface v0.103
[    0.228613] AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
[    0.228636] ACPI: bus type drm_connector registered
[    0.228995] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.229000] ehci-pci: EHCI PCI platform driver
[    0.229142] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    0.229150] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    0.229163] ehci-pci 0000:00:1a.0: debug port 2
[    0.233106] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7c07000
[    0.245162] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    0.245232] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.16
[    0.245235] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.245237] usb usb1: Product: EHCI Host Controller
[    0.245238] usb usb1: Manufacturer: Linux 5.16.12-arch1-1 ehci_hcd
[    0.245240] usb usb1: SerialNumber: 0000:00:1a.0
[    0.245354] hub 1-0:1.0: USB hub found
[    0.245362] hub 1-0:1.0: 2 ports detected
[    0.245685] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    0.245693] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    0.245705] ehci-pci 0000:00:1d.0: debug port 2
[    0.249649] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7c06000
[    0.261819] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    0.261892] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.16
[    0.261895] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.261897] usb usb2: Product: EHCI Host Controller
[    0.261899] usb usb2: Manufacturer: Linux 5.16.12-arch1-1 ehci_hcd
[    0.261900] usb usb2: SerialNumber: 0000:00:1d.0
[    0.262017] hub 2-0:1.0: USB hub found
[    0.262024] hub 2-0:1.0: 2 ports detected
[    0.262215] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.262219] ohci-pci: OHCI PCI platform driver
[    0.262229] uhci_hcd: USB Universal Host Controller Interface driver
[    0.262267] usbcore: registered new interface driver usbserial_generic
[    0.262272] usbserial: USB Serial support registered for generic
[    0.262344] rtc_cmos 00:02: RTC can wake from S4
[    0.262569] rtc_cmos 00:02: registered as rtc0
[    0.262604] rtc_cmos 00:02: setting system clock to 2022-04-19T08:29:51 UTC (1650356991)
[    0.262621] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    0.262693] intel_pstate: Intel P-state driver initializing
[    0.262822] ledtrig-cpu: registered to indicate activity on CPUs
[    0.263057] efifb: probing for efifb
[    0.263068] efifb: No BGRT, not showing boot graphics
[    0.263069] efifb: framebuffer at 0xe0000000, using 1920k, total 1920k
[    0.263071] efifb: mode is 800x600x32, linelength=3200, pages=1
[    0.263072] efifb: scrolling: redraw
[    0.263073] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.263116] fbcon: Deferring console take-over
[    0.263117] fb0: EFI VGA frame buffer device
[    0.263135] hid: raw HID events driver (C) Jiri Kosina
[    0.263208] drop_monitor: Initializing network drop monitor service
[    0.263278] Initializing XFRM netlink socket
[    0.263371] NET: Registered PF_INET6 protocol family
[    0.269475] Freeing initrd memory: 13284K
[    0.275401] Segment Routing with IPv6
[    0.275406] RPL Segment Routing with IPv6
[    0.275419] In-situ OAM (IOAM) with IPv6
[    0.275447] NET: Registered PF_PACKET protocol family
[    0.275624] microcode: sig=0x306a9, pf=0x2, revision=0x21
[    0.275632] microcode: Microcode Update Driver: v2.2.
[    0.275637] IPI shorthand broadcast: enabled
[    0.275647] sched_clock: Marking stable (275272478, 285404)->(278556731, -2998849)
[    0.275758] registered taskstats version 1
[    0.275799] Loading compiled-in X.509 certificates
[    0.279554] Loaded X.509 cert 'Build time autogenerated kernel key: e42b6a7cdcd8c12ecc918f7cf79c7b955068df40'
[    0.279707] zswap: loaded using pool lz4/z3fold
[    0.279842] Key type ._fscrypt registered
[    0.279844] Key type .fscrypt registered
[    0.279845] Key type fscrypt-provisioning registered
[    0.280872] PM:   Magic number: 2:189:473
[    0.281083] RAS: Correctable Errors collector initialized.
[    0.282644] Freeing unused decrypted memory: 2036K
[    0.282902] Freeing unused kernel image (initmem) memory: 1780K
[    0.291909] Write protecting the kernel read-only data: 28672k
[    0.292358] Freeing unused kernel image (text/rodata gap) memory: 2036K
[    0.292571] Freeing unused kernel image (rodata/data gap) memory: 1352K
[    0.344831] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.344837] rodata_test: all tests were successful
[    0.344838] x86/mm: Checking user space page tables
[    0.395057] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.395062] Run /init as init process
[    0.395063]   with arguments:
[    0.395064]     /init
[    0.395065]   with environment:
[    0.395066]     HOME=/
[    0.395067]     TERM=linux
[    0.395068]     BOOT_IMAGE=/vmlinuz-linux
[    0.498465] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    0.515133] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    0.626883] fbcon: Taking over console
[    0.626963] Console: switching to colour frame buffer device 100x37
[    0.645536] usb 1-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
[    0.645542] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    0.645814] hub 1-1:1.0: USB hub found
[    0.645907] hub 1-1:1.0: 4 ports detected
[    0.665660] usb 2-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
[    0.665665] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    0.665812] hub 2-1:1.0: USB hub found
[    0.665907] hub 2-1:1.0: 6 ports detected
[    0.732156] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[    0.734641] ata_piix 0000:00:1f.2: version 2.13
[    0.734780] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[    0.738799] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.738858] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.889025] scsi host0: ata_piix
[    0.889200] scsi host1: ata_piix
[    0.889244] ata1: SATA max UDMA/133 cmd 0xf110 ctl 0xf100 bmdma 0xf0d0 irq 19
[    0.889250] ata2: SATA max UDMA/133 cmd 0xf0f0 ctl 0xf0e0 bmdma 0xf0d8 irq 19
[    0.889389] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
[    0.925142] usb 1-1.2: new low-speed USB device number 3 using ehci-pci
[    0.945146] usb 2-1.1: new full-speed USB device number 3 using ehci-pci
[    1.018478] usb 2-1.1: device descriptor read/64, error -32
[    1.031368] usb 1-1.2: New USB device found, idVendor=1c4f, idProduct=0002, bcdDevice= 1.10
[    1.031373] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.031374] usb 1-1.2: Product: USB Keyboard
[    1.031376] usb 1-1.2: Manufacturer: SIGMACHIP
[    1.040650] input: SIGMACHIP USB Keyboard as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:1C4F:0002.0001/input/input3
[    1.045186] ata_piix 0000:00:1f.5: SCR access via SIDPR is available but doesn't work
[    1.045550] scsi host2: ata_piix
[    1.045741] scsi host3: ata_piix
[    1.045783] ata3: SATA max UDMA/133 cmd 0xf0b0 ctl 0xf0a0 bmdma 0xf070 irq 19
[    1.045785] ata4: SATA max UDMA/133 cmd 0xf090 ctl 0xf080 bmdma 0xf078 irq 19
[    1.095299] hid-generic 0003:1C4F:0002.0001: input,hidraw0: USB HID v1.10 Keyboard [SIGMACHIP USB Keyboard] on usb-0000:00:1a.0-1.2/input0
[    1.098139] input: SIGMACHIP USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.1/0003:1C4F:0002.0002/input/input4
[    1.108479] usb 1-1.4: new low-speed USB device number 4 using ehci-pci
[    1.155262] input: SIGMACHIP USB Keyboard System Control as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.1/0003:1C4F:0002.0002/input/input5
[    1.155509] hid-generic 0003:1C4F:0002.0002: input,hidraw1: USB HID v1.10 Device [SIGMACHIP USB Keyboard] on usb-0000:00:1a.0-1.2/input1
[    1.155544] usbcore: registered new interface driver usbhid
[    1.155546] usbhid: USB HID core driver
[    1.198479] usb 2-1.1: device descriptor read/64, error -32
[    1.229999] usb 1-1.4: New USB device found, idVendor=046d, idProduct=c01f, bcdDevice=25.00
[    1.230004] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.230006] usb 1-1.4: Product: USB-PS/2 Optical Mouse
[    1.230007] usb 1-1.4: Manufacturer: Logitech
[    1.234349] input: Logitech USB-PS/2 Optical Mouse as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/0003:046D:C01F.0003/input/input7
[    1.234653] hid-generic 0003:046D:C01F.0003: input,hidraw2: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:1a.0-1.4/input0
[    1.238486] tsc: Refined TSC clocksource calibration: 2693.880 MHz
[    1.238497] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x26d4a90bb86, max_idle_ns: 440795202126 ns
[    1.238517] clocksource: Switched to clocksource tsc
[    1.378471] usb 2-1.1: new full-speed USB device number 4 using ehci-pci
[    1.451812] usb 2-1.1: device descriptor read/64, error -32
[    1.631834] usb 2-1.1: device descriptor read/64, error -32
[    1.738570] usb 2-1-port1: attempt power cycle
[    2.235135] ata1.01: failed to resume link (SControl 0)
[    2.245148] ata2.01: failed to resume link (SControl 0)
[    2.331814] usb 2-1.1: new full-speed USB device number 5 using ehci-pci
[    2.391872] ata1.00: SATA link up 3.0 Gbps (SStatus 123 SControl 330)
[    2.391887] ata1.01: SATA link down (SStatus 0 SControl 0)
[    2.394464] ata1.00: HPA detected: current 488395055, native 488397168
[    2.394473] ata1.00: supports DRM functions and may not be fully accessible
[    2.394484] ata1.00: ATA-11: Samsung SSD 860 EVO 250GB, RVT01B6Q, max UDMA/133
[    2.394486] ata1.00: 488395055 sectors, multi 1: LBA48 NCQ (depth 0/32)
[    2.399459] ata1.00: Features: Trust Dev-Sleep
[    2.401998] ata2.00: SATA link up 3.0 Gbps (SStatus 123 SControl 330)
[    2.402013] ata2.01: SATA link down (SStatus 0 SControl 0)
[    2.402302] ata1.00: supports DRM functions and may not be fully accessible
[    2.404755] ata2.00: ATA-8: ST1000DM010-2EP102, CC43, max UDMA/133
[    2.404762] ata2.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    2.407028] ata1.00: configured for UDMA/133
[    2.409749] ata2.00: configured for UDMA/133
[    2.417379] scsi 0:0:0:0: Direct-Access     ATA      Samsung SSD 860  1B6Q PQ: 0 ANSI: 5
[    2.417849] scsi 1:0:0:0: Direct-Access     ATA      ST1000DM010-2EP1 CC43 PQ: 0 ANSI: 5
[    2.418056] sd 1:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    2.418059] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[    2.418068] sd 1:0:0:0: [sdb] Write Protect is off
[    2.418070] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    2.418085] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.418314] ata1.00: Enabling discard_zeroes_data
[    2.418359] sd 0:0:0:0: [sda] 488395055 512-byte logical blocks: (250 GB/233 GiB)
[    2.418367] sd 0:0:0:0: [sda] Write Protect is off
[    2.418369] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.418382] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.418570] ata1.00: Enabling discard_zeroes_data
[    2.436425]  sda: sda1 sda2 sda3 sda4 sda5 sda6
[    2.436790] ata1.00: Enabling discard_zeroes_data
[    2.463233] sd 0:0:0:0: [sda] supports TCG Opal
[    2.463236] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.527994]  sdb: sdb2 < sdb5 sdb6 sdb7 >
[    2.542126] sd 1:0:0:0: [sdb] Attached SCSI disk
[    2.563659] random: fast init done
[    2.745149] usb 2-1.1: device not accepting address 5, error -32
[    2.821809] usb 2-1.1: new full-speed USB device number 6 using ehci-pci
[    3.055730] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[    3.238487] usb 2-1.1: device not accepting address 6, error -32
[    3.238546] usb 2-1-port1: unable to enumerate USB device
[    3.260154] systemd[1]: systemd 250.3-4-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 -BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[    3.275240] systemd[1]: Detected architecture x86-64.
[    3.275816] systemd[1]: Hostname set to <Archlinux>.
[    3.479324] systemd[1]: Queued start job for default target Graphical Interface.
[    3.479688] random: systemd: uninitialized urandom read (16 bytes read)
[    3.480616] systemd[1]: Created slice Slice /system/getty.
[    3.480692] random: systemd: uninitialized urandom read (16 bytes read)
[    3.481014] systemd[1]: Created slice Slice /system/modprobe.
[    3.481033] random: systemd: uninitialized urandom read (16 bytes read)
[    3.481356] systemd[1]: Created slice Slice /system/systemd-fsck.
[    3.481580] systemd[1]: Created slice User and Session Slice.
[    3.481663] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    3.481725] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    3.481954] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    3.482015] systemd[1]: Reached target Local Encrypted Volumes.
[    3.482043] systemd[1]: Reached target Local Integrity Protected Volumes.
[    3.482076] systemd[1]: Reached target Path Units.
[    3.482100] systemd[1]: Reached target Remote File Systems.
[    3.482116] systemd[1]: Reached target Slice Units.
[    3.482153] systemd[1]: Reached target Local Verity Protected Volumes.
[    3.482236] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    3.482588] systemd[1]: Listening on LVM2 poll daemon socket.
[    3.483913] systemd[1]: Listening on Process Core Dump Socket.
[    3.484100] systemd[1]: Listening on Journal Audit Socket.
[    3.484228] systemd[1]: Listening on Journal Socket (/dev/log).
[    3.484357] systemd[1]: Listening on Journal Socket.
[    3.484720] systemd[1]: Listening on udev Control Socket.
[    3.484826] systemd[1]: Listening on udev Kernel Socket.
[    3.485778] systemd[1]: Mounting Huge Pages File System...
[    3.486706] systemd[1]: Mounting POSIX Message Queue File System...
[    3.487813] systemd[1]: Mounting Kernel Debug File System...
[    3.488855] systemd[1]: Mounting Kernel Trace File System...
[    3.490081] systemd[1]: Starting Create List of Static Device Nodes...
[    3.491049] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    3.492301] systemd[1]: Starting Load Kernel Module configfs...
[    3.493349] systemd[1]: Starting Load Kernel Module drm...
[    3.494708] systemd[1]: Starting Load Kernel Module fuse...
[    3.494793] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[    3.499665] systemd[1]: Starting Journal Service...
[    3.505955] systemd[1]: Starting Load Kernel Modules...
[    3.508417] systemd[1]: Starting Remount Root and Kernel File Systems...
[    3.508526] systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed.
[    3.509603] systemd[1]: Starting Coldplug All udev Devices...
[    3.511596] systemd[1]: Mounted Huge Pages File System.
[    3.511731] systemd[1]: Mounted POSIX Message Queue File System.
[    3.517143] systemd[1]: Mounted Kernel Debug File System.
[    3.517294] systemd[1]: Mounted Kernel Trace File System.
[    3.517610] systemd[1]: Finished Create List of Static Device Nodes.
[    3.517993] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    3.518221] systemd[1]: Finished Load Kernel Module configfs.
[    3.518547] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    3.518679] systemd[1]: Finished Load Kernel Module drm.
[    3.525387] fuse: init (API version 7.35)
[    3.528941] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    3.529088] systemd[1]: Finished Load Kernel Module fuse.
[    3.530869] systemd[1]: Mounting FUSE Control File System...
[    3.531999] systemd[1]: Mounting Kernel Configuration File System...
[    3.532580] systemd[1]: Finished Load Kernel Modules.
[    3.539952] systemd[1]: Starting Apply Kernel Variables...
[    3.542105] systemd[1]: Mounted FUSE Control File System.
[    3.542619] systemd[1]: Mounted Kernel Configuration File System.
[    3.565586] EXT4-fs (sda4): re-mounted. Opts: (null). Quota mode: none.
[    3.575586] systemd[1]: Finished Remount Root and Kernel File Systems.
[    3.575656] audit: type=1130 audit(1650356994.809: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'
[    3.575790] systemd[1]: First Boot Wizard was skipped because of a failed condition check (ConditionFirstBoot=yes).
[    3.576331] systemd[1]: Rebuild Hardware Database was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
[    3.577283] systemd[1]: Starting Load/Save Random Seed...
[    3.577378] systemd[1]: Create System Users was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
[    3.578341] systemd[1]: Starting Create Static Device Nodes in /dev...
[    3.578990] systemd[1]: Finished Apply Kernel Variables.
[    3.579060] audit: type=1130 audit(1650356994.812:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.588046] systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
[    3.588095] audit: type=1130 audit(1650356994.819:4): 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.602478] systemd[1]: Started Journal Service.
[    3.603803] audit: type=1130 audit(1650356994.835:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.609413] systemd-journald[208]: Received client request to flush runtime journal.
[    3.630462] audit: type=1130 audit(1650356994.862:6): 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'
[    3.630471] audit: type=1334 audit(1650356994.862:7): prog-id=13 op=LOAD
[    3.630474] audit: type=1334 audit(1650356994.862:8): prog-id=14 op=LOAD
[    3.630476] audit: type=1334 audit(1650356994.862:9): prog-id=15 op=LOAD
[    3.662744] audit: type=1130 audit(1650356994.895:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.915995] EDAC ie31200: No ECC support
[    3.916023] EDAC ie31200: No ECC support
[    3.918118] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\PMIO) (20210930/utaddress-204)
[    3.918126] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[    3.918129] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20210930/utaddress-204)
[    3.918132] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[    3.918133] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20210930/utaddress-204)
[    3.918135] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[    3.918136] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20210930/utaddress-204)
[    3.918139] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[    3.918140] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    3.959872] input: PC Speaker as /devices/platform/pcspkr/input/input8
[    3.982513] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[    3.982736] i2c i2c-0: 2/2 memory slots populated (from DMI)
[    3.988582] i2c i2c-0: Successfully instantiated SPD at 0x50
[    4.112143] r8169 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
[    4.122199] r8169 0000:02:00.0 eth0: RTL8105e, 00:e0:4c:17:80:3d, XID 40c, IRQ 25
[    4.266011] Adding 8424576k swap on /dev/sda6.  Priority:-2 extents:1 across:8424576k SSFS
[    4.317294] checking generic (e0000000 1e0000) vs hw (f7800000 400000)
[    4.317299] checking generic (e0000000 1e0000) vs hw (e0000000 10000000)
[    4.317300] fb0: switching to i915 from EFI VGA
[    4.317370] Console: switching to colour dummy device 80x25
[    4.317405] i915 0000:00:02.0: vgaarb: deactivate vga console
[    4.334460] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[    4.382974] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
[    4.383600] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    4.383798] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input10
[    4.428507] iTCO_vendor_support: vendor-support=0
[    4.436733] fbcon: i915drmfb (fb0) is primary device
[    4.455059] at24 0-0050: supply vcc not found, using dummy regulator
[    4.463300] r8169 0000:02:00.0 enp2s0: renamed from eth0
[    4.477129] at24 0-0050: 256 byte spd EEPROM, read-only
[    4.477404] mousedev: PS/2 mouse device common for all mice
[    4.579495] Console: switching to colour frame buffer device 160x64
[    4.598783] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    4.647918] iTCO_wdt iTCO_wdt.1.auto: Found a Cougar Point TCO device (Version=2, TCOBASE=0x0460)
[    4.663682] iTCO_wdt iTCO_wdt.1.auto: initialized. heartbeat=30 sec (nowayout=0)
[    4.693964] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 163840 ms ovfl timer
[    4.693968] RAPL PMU: hw unit of domain pp0-core 2^-16 Joules
[    4.693970] RAPL PMU: hw unit of domain package 2^-16 Joules
[    4.693971] RAPL PMU: hw unit of domain pp1-gpu 2^-16 Joules
[    4.745557] cryptd: max_cpu_qlen set to 1000
[    4.760735] snd_hda_intel 0000:00:1b.0: enabling device (0000 -> 0002)
[    4.760923] snd_hda_intel 0000:00:1b.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    4.848881] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC662 rev1: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
[    4.848887] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    4.848889] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    4.848891] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    4.848892] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    4.848893] snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
[    4.848895] snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
[    4.848896] snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
[    4.898022] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[    4.898068] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[    4.898110] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[    4.898148] input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
[    4.898186] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
[    4.898223] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input16
[    4.898258] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input17
[    4.898295] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input18
[    4.971805] random: crng init done
[    4.971809] random: 7 urandom warning(s) missed due to ratelimiting
[    5.013125] 8021q: 802.1Q VLAN Support v1.8
[    5.139617] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    5.144184] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    5.146748] kauditd_printk_skb: 17 callbacks suppressed
[    5.146751] audit: type=1130 audit(1650356996.379:28): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dhcpcd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.147226] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    5.147232] cfg80211: failed to load regulatory.db
[    5.153938] intel_rapl_common: Found RAPL domain package
[    5.153942] intel_rapl_common: Found RAPL domain core
[    5.153944] intel_rapl_common: Found RAPL domain uncore
[    5.153950] intel_rapl_common: RAPL package-0 domain package locked by BIOS
[    5.200207] RTL8208 Fast Ethernet r8169-0-200:00: attached PHY driver (mii_bus:phy_addr=r8169-0-200:00, irq=MAC)
[    5.203533] audit: type=1130 audit(1650356996.435:29): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.214578] audit: type=1130 audit(1650356996.445:30): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.219198] audit: type=1130 audit(1650356996.452: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.243596] audit: type=1130 audit(1650356996.475:32): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.249672] audit: type=1130 audit(1650356996.482:33): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=xrdp-sesman comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.314247] audit: type=1130 audit(1650356996.545:34): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.425686] audit: type=1130 audit(1650356996.659:35): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.468316] r8169 0000:02:00.0 enp2s0: Link is Down
[    5.476966] audit: type=1334 audit(1650356996.709:36): prog-id=20 op=LOAD
[    5.477094] audit: type=1334 audit(1650356996.709:37): prog-id=21 op=LOAD
[    7.009405] r8169 0000:02:00.0 enp2s0: Link is Up - 100Mbps/Full - flow control rx/tx
[    7.009429] IPv6: ADDRCONF(NETDEV_CHANGE): enp2s0: link becomes ready
[   10.513670] kauditd_printk_skb: 38 callbacks suppressed
[   10.513674] audit: type=1100 audit(1650357001.745:60): pid=408 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="ken" exe="/usr/bin/login" hostname=Archlinux addr=? terminal=/dev/tty1 res=success'
[   10.515984] audit: type=1101 audit(1650357001.749:61): pid=408 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="ken" exe="/usr/bin/login" hostname=Archlinux addr=? terminal=/dev/tty1 res=success'
[   10.517205] audit: type=1103 audit(1650357001.749:62): pid=408 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="ken" exe="/usr/bin/login" hostname=Archlinux addr=? terminal=/dev/tty1 res=success'
[   10.517371] audit: type=1006 audit(1650357001.749:63): pid=408 uid=0 old-auid=4294967295 auid=1000 tty=tty1 old-ses=4294967295 ses=1 res=1
[   10.517376] audit: type=1300 audit(1650357001.749:63): arch=c000003e syscall=1 success=yes exit=4 a0=5 a1=7ffc2248bf40 a2=4 a3=0 items=0 ppid=1 pid=408 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=1000 fsgid=0 tty=tty1 ses=1 comm="login" exe="/usr/bin/login" key=(null)
[   10.517381] audit: type=1327 audit(1650357001.749:63): proctitle=2F62696E2F6C6F67696E002D70002D2D
[   10.543832] audit: type=1130 audit(1650357001.775:64): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   10.552144] audit: type=1101 audit(1650357001.785:65): pid=474 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="ken" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   10.552382] audit: type=1103 audit(1650357001.785:66): pid=474 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="ken" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[   10.552387] audit: type=1006 audit(1650357001.785:67): pid=474 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[   15.592590] kauditd_printk_skb: 10 callbacks suppressed
[   15.592593] audit: type=1131 audit(1650357006.825:74): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   35.560871] audit: type=1131 audit(1650357026.792:75): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   35.615213] audit: type=1334 audit(1650357028.330:76): prog-id=0 op=UNLOAD
[   35.615221] audit: type=1334 audit(1650357028.330:77): prog-id=0 op=UNLOAD
[   35.615224] audit: type=1334 audit(1650357028.330:78): prog-id=0 op=UNLOAD
[   55.221810] usb 1-1.3: new high-speed USB device number 5 using ehci-pci
[   55.319303] usb 1-1.3: New USB device found, idVendor=0781, idProduct=5567, bcdDevice= 1.26
[   55.319311] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   55.319314] usb 1-1.3: Product: Cruzer Blade
[   55.319316] usb 1-1.3: Manufacturer: SanDisk
[   55.319318] usb 1-1.3: SerialNumber: 4C530303140813110443
[   55.355380] usb-storage 1-1.3:1.0: USB Mass Storage device detected
[   55.356059] scsi host4: usb-storage 1-1.3:1.0
[   55.356143] usbcore: registered new interface driver usb-storage
[   55.362159] usbcore: registered new interface driver uas
[   56.359783] scsi 4:0:0:0: Direct-Access     SanDisk  Cruzer Blade     1.26 PQ: 0 ANSI: 6
[   56.367925] sd 4:0:0:0: [sdc] 15633408 512-byte logical blocks: (8.00 GB/7.45 GiB)
[   56.369302] sd 4:0:0:0: [sdc] Write Protect is off
[   56.369306] sd 4:0:0:0: [sdc] Mode Sense: 43 00 00 00
[   56.370299] sd 4:0:0:0: [sdc] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[   56.393022]  sdc: sdc4
[   56.400820] sd 4:0:0:0: [sdc] Attached SCSI removable disk
[   65.591805] usb 2-1.1: new full-speed USB device number 7 using ehci-pci
[   65.665137] usb 2-1.1: device descriptor read/64, error -32
[   65.845140] usb 2-1.1: device descriptor read/64, error -32
[   66.025137] usb 2-1.1: new full-speed USB device number 8 using ehci-pci
[   66.098473] usb 2-1.1: device descriptor read/64, error -32
[   66.278544] usb 2-1.1: device descriptor read/64, error -32
[   66.385276] usb 2-1-port1: attempt power cycle
[   66.978472] usb 2-1.1: new full-speed USB device number 9 using ehci-pci
[   67.391803] usb 2-1.1: device not accepting address 9, error -32
[   67.465146] usb 2-1.1: new full-speed USB device number 10 using ehci-pci
[   67.878503] usb 2-1.1: device not accepting address 10, error -32
[   67.878643] usb 2-1-port1: unable to enumerate USB device
[  130.814861] audit: type=1130 audit(1650357123.571:79): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  185.995904] audit: type=1334 audit(1650357178.756:80): prog-id=32 op=LOAD
[  185.997301] audit: type=1334 audit(1650357178.756:81): prog-id=33 op=LOAD
[  185.997576] audit: type=1334 audit(1650357178.756:82): prog-id=34 op=LOAD
[  186.106264] audit: type=1130 audit(1650357178.866:83): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  216.206059] audit: type=1131 audit(1650357208.967:84): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  216.237968] audit: type=1334 audit(1650357209.000:85): prog-id=0 op=UNLOAD
[  216.238198] audit: type=1334 audit(1650357209.000:86): prog-id=0 op=UNLOAD
[  216.238202] audit: type=1334 audit(1650357209.000:87): prog-id=0 op=UNLOAD
[  229.219508] audit: type=1334 audit(1650357221.977:88): prog-id=35 op=LOAD
[  229.219726] audit: type=1334 audit(1650357221.977:89): prog-id=36 op=LOAD
[  229.219731] audit: type=1334 audit(1650357221.977:90): prog-id=37 op=LOAD
[  229.300531] audit: type=1130 audit(1650357222.057:91): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  283.995489] audit: type=1131 audit(1650357276.742:92): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  284.049578] audit: type=1334 audit(1650357276.799:93): prog-id=0 op=UNLOAD
[  284.049587] audit: type=1334 audit(1650357276.799:94): prog-id=0 op=UNLOAD
[  284.049590] audit: type=1334 audit(1650357276.799:95): prog-id=0 op=UNLOAD
[  299.189305] usb 1-1.1: new high-speed USB device number 6 using ehci-pci
[  299.287016] usb 1-1.1: New USB device found, idVendor=20b1, idProduct=3023, bcdDevice= 6.f2
[  299.287026] usb 1-1.1: New USB device strings: Mfr=1, Product=3, SerialNumber=0
[  299.287029] usb 1-1.1: Product: aune usb dac
[  299.287032] usb 1-1.1: Manufacturer: XMOS
[  299.323185] mc: Linux media interface: v0.10
[  299.380309] usb 1-1.1: 1:3 : unsupported format bits 0x100000000
[  299.383252] usbcore: registered new interface driver snd-usb-audio
[  329.674261] audit: type=1130 audit(1650357322.406:96): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  339.687995] audit: type=1131 audit(1650357332.417:97): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  368.468476] r8169 0000:02:00.0 enp2s0: Link is Down
[  369.999942] r8169 0000:02:00.0 enp2s0: Link is Up - 100Mbps/Full - flow control rx/tx
[  370.701230] r8169 0000:02:00.0 enp2s0: Link is Down
[  372.191327] r8169 0000:02:00.0 enp2s0: Link is Up - 100Mbps/Full - flow control rx/tx
[  375.338070] r8169 0000:02:00.0 enp2s0: Link is Down
[  376.941161] r8169 0000:02:00.0 enp2s0: Link is Up - 100Mbps/Full - flow control rx/tx
[  392.697919] audit: type=1130 audit(1650357385.418:98): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  402.711362] audit: type=1131 audit(1650357395.430:99): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  523.064043] audit: type=1130 audit(1650357515.773:100): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  533.074914] audit: type=1131 audit(1650357525.783:101): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  638.926419] audit: type=1100 audit(1650357631.630:102): pid=6457 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="ken" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  638.926596] audit: type=1101 audit(1650357631.630:103): pid=6457 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="ken" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  638.927711] audit: type=1110 audit(1650357631.630:104): pid=6457 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  638.929000] audit: type=1105 audit(1650357631.633:105): pid=6457 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  638.934373] audit: type=1106 audit(1650357631.636:106): pid=6457 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  638.934624] audit: type=1104 audit(1650357631.636:107): pid=6457 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  707.301506] usb 1-1.1: USB disconnect, device number 6
[  922.309001] audit: type=1130 audit(1650357914.994:108): 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'
[  922.309009] audit: type=1131 audit(1650357914.994:109): 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'
[ 1049.667754] audit: type=1100 audit(1650358042.351:110): pid=9907 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="ken" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[ 1049.668028] audit: type=1101 audit(1650358042.351:111): pid=9907 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="ken" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[ 1049.669173] audit: type=1110 audit(1650358042.351:112): pid=9907 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[ 1049.670140] audit: type=1105 audit(1650358042.351:113): pid=9907 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[ 1056.969189] audit: type=1106 audit(1650358049.650:114): pid=9907 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[ 1056.969199] audit: type=1104 audit(1650358049.650:115): pid=9907 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[ 1380.863235] r8169 0000:02:00.0 enp2s0: Link is Down
[ 1383.975959] r8169 0000:02:00.0 enp2s0: Link is Up - 100Mbps/Full - flow control rx/tx
[ 1384.770787] r8169 0000:02:00.0 enp2s0: Link is Down
[ 1386.471507] r8169 0000:02:00.0 enp2s0: Link is Up - 100Mbps/Full - flow control rx/tx
[ 1389.407609] r8169 0000:02:00.0 enp2s0: Link is Down
[ 1391.116627] r8169 0000:02:00.0 enp2s0: Link is Up - 100Mbps/Full - flow control rx/tx
[ 1687.632419] r8169 0000:02:00.0 enp2s0: Link is Down
[ 1689.753197] r8169 0000:02:00.0 enp2s0: Link is Up - 100Mbps/Full - flow control rx/tx
[ 1690.250389] r8169 0000:02:00.0 enp2s0: Link is Down
[ 1696.792817] audit: type=1130 audit(1650358689.435:116): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1706.806267] audit: type=1131 audit(1650358699.448:117): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1756.638617] usb 1-1.3: USB disconnect, device number 5
[ 1756.663530] FAT-fs (sdc4): unable to read boot sector to mark fs as dirty
[ 1809.364282] EXT4-fs (sdb7): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[13245.616150] usb 2-1.1: new high-speed USB device number 11 using ehci-pci
[13245.713662] usb 2-1.1: New USB device found, idVendor=0781, idProduct=5567, bcdDevice= 1.26
[13245.713671] usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[13245.713674] usb 2-1.1: Product: Cruzer Blade
[13245.713676] usb 2-1.1: Manufacturer: SanDisk
[13245.713678] usb 2-1.1: SerialNumber: 4C530303140813110443
[13245.714153] usb-storage 2-1.1:1.0: USB Mass Storage device detected
[13245.714373] scsi host4: usb-storage 2-1.1:1.0
[13246.734087] scsi 4:0:0:0: Direct-Access     SanDisk  Cruzer Blade     1.26 PQ: 0 ANSI: 6
[13246.743169] sd 4:0:0:0: [sdc] 15633408 512-byte logical blocks: (8.00 GB/7.45 GiB)
[13246.744532] sd 4:0:0:0: [sdc] Write Protect is off
[13246.744535] sd 4:0:0:0: [sdc] Mode Sense: 43 00 00 00
[13246.745585] sd 4:0:0:0: [sdc] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[13246.769534]  sdc: sdc4
[13246.777463] sd 4:0:0:0: [sdc] Attached SCSI removable disk
[13247.005178] FAT-fs (sdc4): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[16278.643735] r8169 0000:02:00.0 enp2s0: Link is Up - 100Mbps/Full - flow control rx/tx
[16278.693281] audit: type=1130 audit(1650373270.543:118): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[16288.705882] audit: type=1131 audit(1650373280.559:119): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[17016.117566] r8169 0000:02:00.0 enp2s0: Link is Down
[17017.742615] r8169 0000:02:00.0 enp2s0: Link is Up - 100Mbps/Full - flow control rx/tx
[17017.772462] audit: type=1130 audit(1650374009.582:120): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[17018.350346] r8169 0000:02:00.0 enp2s0: Link is Down
[17019.913048] r8169 0000:02:00.0 enp2s0: Link is Up - 100Mbps/Full - flow control rx/tx
[17023.015109] r8169 0000:02:00.0 enp2s0: Link is Down
[17024.516108] r8169 0000:02:00.0 enp2s0: Link is Up - 100Mbps/Full - flow control rx/tx
[17027.776902] audit: type=1131 audit(1650374019.589:121): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[17504.041264] usb 2-1.1: USB disconnect, device number 11
[17587.827258] perf: interrupt took too long (2524 > 2500), lowering kernel.perf_event_max_sample_rate to 79200
[18383.074503] perf: interrupt took too long (3163 > 3155), lowering kernel.perf_event_max_sample_rate to 63000
[19496.959821] audit: type=1334 audit(1650376488.638:122): prog-id=38 op=LOAD
[19496.960162] audit: type=1334 audit(1650376488.638:123): prog-id=39 op=LOAD
[19496.960167] audit: type=1334 audit(1650376488.638:124): prog-id=40 op=LOAD
[19497.111469] audit: type=1130 audit(1650376488.788:125): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[19518.459028] r8169 0000:02:00.0 enp2s0: Link is Down
[19519.933598] r8169 0000:02:00.0 enp2s0: Link is Up - 100Mbps/Full - flow control rx/tx
[19519.954291] audit: type=1130 audit(1650376511.630:126): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[19520.691826] r8169 0000:02:00.0 enp2s0: Link is Down
[19522.207042] r8169 0000:02:00.0 enp2s0: Link is Up - 100Mbps/Full - flow control rx/tx
[19525.356494] r8169 0000:02:00.0 enp2s0: Link is Down
[19526.905102] r8169 0000:02:00.0 enp2s0: Link is Up - 100Mbps/Full - flow control rx/tx
[19527.166952] audit: type=1131 audit(1650376518.839:127): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[19527.207090] audit: type=1334 audit(1650376518.883:128): prog-id=0 op=UNLOAD
[19527.207097] audit: type=1334 audit(1650376518.883:129): prog-id=0 op=UNLOAD
[19527.207099] audit: type=1334 audit(1650376518.883:130): prog-id=0 op=UNLOAD
[19529.958270] audit: type=1131 audit(1650376521.633:131): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[19553.975143] usb 2-1.1: new full-speed USB device number 12 using ehci-pci
[19554.179342] usb 2-1.1: New USB device found, idVendor=0a12, idProduct=0001, bcdDevice=88.91
[19554.179349] usb 2-1.1: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[19554.179351] usb 2-1.1: Product: CSR8510 A10
[19554.309532] Bluetooth: Core ver 2.22
[19554.309573] NET: Registered PF_BLUETOOTH protocol family
[19554.309574] Bluetooth: HCI device and connection manager initialized
[19554.309579] Bluetooth: HCI socket layer initialized
[19554.309581] Bluetooth: L2CAP socket layer initialized
[19554.309585] Bluetooth: SCO socket layer initialized
[19554.385860] usbcore: registered new interface driver btusb
[19554.410575] audit: type=1130 audit(1650376546.085:132): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[19554.441532] audit: type=1130 audit(1650376546.115:133): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bluetooth comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[19554.469016] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[19554.469021] Bluetooth: BNEP filters: protocol multicast
[19554.469027] Bluetooth: BNEP socket layer initialized
[19554.478665] audit: type=1334 audit(1650376546.155:134): prog-id=41 op=LOAD
[19554.479078] audit: type=1334 audit(1650376546.155:135): prog-id=42 op=LOAD
[19554.479311] audit: type=1334 audit(1650376546.155:136): prog-id=43 op=LOAD
[19554.556913] audit: type=1130 audit(1650376546.231:137): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[19554.599719] NET: Registered PF_ALG protocol family
[19559.414817] audit: type=1131 audit(1650376551.088:138): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[19584.608130] audit: type=1131 audit(1650376576.280:139): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[19584.646906] audit: type=1334 audit(1650376576.320:140): prog-id=0 op=UNLOAD
[19584.646913] audit: type=1334 audit(1650376576.320:141): prog-id=0 op=UNLOAD
[19584.646915] audit: type=1334 audit(1650376576.320:142): prog-id=0 op=UNLOAD
[19781.936062] audit: type=1130 audit(1650376773.596:143): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[19791.949051] audit: type=1131 audit(1650376783.612:144): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[19820.592933] usb 1-1.1: new high-speed USB device number 7 using ehci-pci
[19820.690601] usb 1-1.1: New USB device found, idVendor=20b1, idProduct=3023, bcdDevice= 6.f2
[19820.690608] usb 1-1.1: New USB device strings: Mfr=1, Product=3, SerialNumber=0
[19820.690610] usb 1-1.1: Product: aune usb dac
[19820.690611] usb 1-1.1: Manufacturer: XMOS
[19820.716478] usb 1-1.1: 1:3 : unsupported format bits 0x100000000
[20130.874398] perf: interrupt took too long (3956 > 3953), lowering kernel.perf_event_max_sample_rate to 50400
[20613.213948] usb 1-1-port2: disabled by hub (EMI?), re-enabling...
[20613.213957] usb 1-1.2: USB disconnect, device number 3
[20613.565965] usb 1-1.2: new low-speed USB device number 8 using ehci-pci
[20613.669077] usb 1-1.2: New USB device found, idVendor=1c4f, idProduct=0002, bcdDevice= 1.10
[20613.669084] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[20613.669086] usb 1-1.2: Product: USB Keyboard
[20613.669088] usb 1-1.2: Manufacturer: SIGMACHIP
[20613.673508] input: SIGMACHIP USB Keyboard as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:1C4F:0002.0004/input/input19
[20613.729472] hid-generic 0003:1C4F:0002.0004: input,hidraw0: USB HID v1.10 Keyboard [SIGMACHIP USB Keyboard] on usb-0000:00:1a.0-1.2/input0
[20613.732353] input: SIGMACHIP USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.1/0003:1C4F:0002.0005/input/input20
[20613.786103] input: SIGMACHIP USB Keyboard System Control as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.1/0003:1C4F:0002.0005/input/input21
[20613.786172] hid-generic 0003:1C4F:0002.0005: input,hidraw1: USB HID v1.10 Device [SIGMACHIP USB Keyboard] on usb-0000:00:1a.0-1.2/input1
[21317.375755] audit: type=1100 audit(1650378310.030:145): pid=377945 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="ken" exe="/usr/lib/polkit-1/polkit-agent-helper-1" hostname=Archlinux addr=? terminal=pts/1 res=success'
[21317.377056] audit: type=1101 audit(1650378310.033:146): pid=377945 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="ken" exe="/usr/lib/polkit-1/polkit-agent-helper-1" hostname=? addr=? terminal=? res=success'
[21317.483341] audit: type=1130 audit(1650378310.136:147): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=gssproxy comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[21317.515203] audit: type=1130 audit(1650378310.170:148): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rpcbind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[21317.524244] RPC: Registered named UNIX socket transport module.
[21317.524249] RPC: Registered udp transport module.
[21317.524250] RPC: Registered tcp transport module.
[21317.524250] RPC: Registered tcp NFSv4.1 backchannel transport module.
[21317.559106] audit: type=1130 audit(1650378310.213:149): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rpc-statd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[21317.639724] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[21317.678406] audit: type=1130 audit(1650378310.333:150): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=nfs-idmapd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[21317.685573] audit: type=1130 audit(1650378310.340:151): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=nfsdcld comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[21317.716532] audit: type=1130 audit(1650378310.370:152): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=nfs-mountd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[21317.858014] RPC: Registered rdma transport module.
[21317.858019] RPC: Registered rdma backchannel transport module.
[21317.982205] NFSD: Using nfsdcld client tracking operations.
[21317.982210] NFSD: no clients to reclaim, skipping NFSv4 grace period (net f0000098)
[21318.006321] audit: type=1130 audit(1650378310.660:153): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=nfs-server comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[21318.026174] audit: type=1130 audit(1650378310.680:154): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rpc-statd-notify comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[21680.703197] audit: type=1100 audit(1650378673.318:155): pid=397581 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="ken" exe="/usr/lib/polkit-1/polkit-agent-helper-1" hostname=Archlinux addr=? terminal=pts/1 res=success'
[21680.703682] audit: type=1101 audit(1650378673.318:156): pid=397581 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="ken" exe="/usr/lib/polkit-1/polkit-agent-helper-1" hostname=? addr=? terminal=? res=success'
[21681.163809] audit: type=1334 audit(1650378673.778:157): prog-id=44 op=LOAD
[21681.164049] audit: type=1334 audit(1650378673.778:158): prog-id=0 op=UNLOAD
[21681.164310] audit: type=1334 audit(1650378673.778:159): prog-id=45 op=LOAD
[21681.164477] audit: type=1334 audit(1650378673.778:160): prog-id=46 op=LOAD
[21681.164596] audit: type=1334 audit(1650378673.778:161): prog-id=0 op=UNLOAD
[21681.164673] audit: type=1334 audit(1650378673.778:162): prog-id=0 op=UNLOAD
[21681.166393] audit: type=1334 audit(1650378673.781:163): prog-id=47 op=LOAD
[21681.166536] audit: type=1334 audit(1650378673.781:164): prog-id=0 op=UNLOAD
[22269.522592] usb 1-1.1: USB disconnect, device number 7
[22907.042601] usb 2-1.1: USB disconnect, device number 12
[22907.066958] kauditd_printk_skb: 12 callbacks suppressed
[22907.066961] audit: type=1130 audit(1650379899.610:177): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[22912.071042] audit: type=1131 audit(1650379904.614:178): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[22912.562765] usb 2-1.1: new high-speed USB device number 13 using ehci-pci
[22912.677588] usb 2-1.1: New USB device found, idVendor=148f, idProduct=3070, bcdDevice= 1.01
[22912.677595] usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[22912.677597] usb 2-1.1: Product: 802.11 n WLAN
[22912.677599] usb 2-1.1: Manufacturer: Ralink
[22912.677600] usb 2-1.1: SerialNumber: 1.0
[22912.922779] usb 2-1.1: reset high-speed USB device number 13 using ehci-pci
[22913.030289] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 3070, rev 0201 detected
[22913.061902] ieee80211 phy0: rt2x00_set_rf: Info - RF chipset 0005 detected
[22913.062178] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[22913.070240] usbcore: registered new interface driver rt2800usb
[22913.086504] audit: type=1130 audit(1650379905.627:179): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[22913.090046] rt2800usb 2-1.1:1.0 wlp0s29u1u1: renamed from wlan0
[22913.108995] ieee80211 phy0: rt2x00lib_request_firmware: Info - Loading firmware file 'rt2870.bin'
[22913.113501] ieee80211 phy0: rt2x00lib_request_firmware: Info - Firmware detected - version: 0.36
[22913.262700] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x7010 with error -110
[22913.369446] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x06 failed for offset 0x7010 with error -110
[22913.479424] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x06 failed for offset 0x0404 with error -110
[22913.599446] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x0208 with error -110
[22913.706063] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x06 failed for offset 0x02a0 with error -110
[22913.812808] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x0208 with error -110
[22913.922852] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x0208 with error -110
[22914.032793] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x06 failed for offset 0x0208 with error -110
[22914.138572] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22914.259434] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22918.091653] audit: type=1131 audit(1650379910.633:180): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[22918.289648] rt2x00usb_vendor_request: 33 callbacks suppressed
[22918.289655] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22918.409654] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22918.529638] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22918.652905] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22918.768674] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22918.885772] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22919.002884] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22919.122771] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22919.242655] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22919.359262] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22923.384357] rt2x00usb_vendor_request: 33 callbacks suppressed
[22923.384364] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22923.500619] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22923.624349] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22923.744363] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22923.864243] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22923.980868] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22924.097479] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22924.213977] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22924.330609] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22924.447352] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22925.890210] ieee80211 phy0: rt2800_wait_csr_ready: Error - Unstable hardware
[22925.890216] ieee80211 phy0: rt2800usb_set_device_state: Error - Device failed to enter state 4 (-5)
[22928.478308] rt2x00usb_vendor_request: 33 callbacks suppressed
[22928.478314] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22928.595834] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22928.715720] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22928.832225] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22928.948951] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22929.068957] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22929.185578] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22929.302184] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22929.422178] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22929.542083] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22933.590525] rt2x00usb_vendor_request: 33 callbacks suppressed
[22933.590531] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22933.707149] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22933.823296] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22933.940431] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22934.060414] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22934.177291] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22934.297024] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22934.413382] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22934.533506] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22934.656907] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22937.875805] ieee80211 phy0: rt2800_wait_csr_ready: Error - Unstable hardware
[22938.259730] audit: type=1130 audit(1650379930.811:181): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[22938.658761] rt2x00usb_vendor_request: 33 callbacks suppressed
[22938.658769] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22938.778142] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22938.895381] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22939.015273] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22939.131499] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22939.247646] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22939.371987] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22939.491764] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22939.607611] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22939.724986] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22943.660360] rt2x00usb_vendor_request: 32 callbacks suppressed
[22943.660368] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22943.783605] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22943.903617] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22944.030228] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22944.146858] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22944.266864] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22944.390093] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22944.509972] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22944.626618] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22944.743213] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22948.665459] rt2x00usb_vendor_request: 32 callbacks suppressed
[22948.665468] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22948.788557] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22948.905171] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22949.021819] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22949.141683] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22949.258333] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22949.381668] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22949.501547] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22949.621559] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22949.741566] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22950.228126] ieee80211 phy0: rt2800_wait_csr_ready: Error - Unstable hardware
[22953.763510] rt2x00usb_vendor_request: 33 callbacks suppressed
[22953.763517] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22953.880487] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22954.000285] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22954.123407] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22954.240041] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22954.356654] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22954.473256] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22954.589908] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22954.706508] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22954.822541] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22958.858482] rt2x00usb_vendor_request: 33 callbacks suppressed
[22958.858489] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22958.975120] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22959.091765] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22959.208357] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22959.325005] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22959.444975] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22959.564876] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22959.684850] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22959.804890] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22959.924745] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22962.577343] ieee80211 phy0: rt2800_wait_csr_ready: Error - Unstable hardware
[22963.966855] rt2x00usb_vendor_request: 33 callbacks suppressed
[22963.966862] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22964.086692] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22964.203384] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22964.323322] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22964.443709] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22964.566581] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22964.686564] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22964.809947] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22964.936445] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22965.053077] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22969.021801] rt2x00usb_vendor_request: 32 callbacks suppressed
[22969.021808] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22969.145174] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22969.265068] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22969.380925] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22969.498429] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22969.624926] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22969.744925] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22969.861575] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22969.978164] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22970.094793] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22974.136901] rt2x00usb_vendor_request: 33 callbacks suppressed
[22974.136908] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22974.253901] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22974.376777] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22974.493646] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22974.616770] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22974.736751] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22974.853381] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22974.970018] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22974.980081] ieee80211 phy0: rt2800_wait_csr_ready: Error - Unstable hardware
[22975.090052] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x7010 with error -110
[22975.204043] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x06 failed for offset 0x7010 with error -110
[22979.218615] rt2x00usb_vendor_request: 33 callbacks suppressed
[22979.218622] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22979.338610] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22979.458610] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22979.575341] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22979.695211] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22979.815102] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22979.931729] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22980.055086] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22980.171706] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22980.288334] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22984.327065] rt2x00usb_vendor_request: 33 callbacks suppressed
[22984.327071] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22984.443452] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22984.566478] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22984.683700] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22984.800312] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22984.916476] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22985.036935] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22985.153550] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22985.270194] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22985.386820] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22987.292981] ieee80211 phy0: rt2800_wait_csr_ready: Error - Unstable hardware
[22989.379025] rt2x00usb_vendor_request: 33 callbacks suppressed
[22989.379032] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22989.502284] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22989.622158] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22989.738794] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22989.855574] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22989.975421] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22990.092047] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22990.212221] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22990.335427] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22990.458732] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22994.387504] rt2x00usb_vendor_request: 32 callbacks suppressed
[22994.387511] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22994.507496] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22994.624137] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22994.740878] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22994.860772] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22994.980627] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22995.104008] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22995.223879] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22995.340638] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22995.463857] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22999.389482] rt2x00usb_vendor_request: 32 callbacks suppressed
[22999.389490] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22999.509326] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22999.625973] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[22999.632758] ieee80211 phy0: rt2800_wait_csr_ready: Error - Unstable hardware
[22999.745957] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x7010 with error -110
[22999.852222] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x06 failed for offset 0x7010 with error -110
[22999.964981] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x06 failed for offset 0x0404 with error -110
[23000.072573] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x06 failed for offset 0x1208 with error -110
[23000.179226] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23000.295831] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23000.415844] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23004.441293] rt2x00usb_vendor_request: 33 callbacks suppressed
[23004.441301] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23004.558177] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23004.681438] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23004.801194] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23004.917916] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23005.037793] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23005.161177] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23005.277822] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23005.400096] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23005.517687] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23009.546655] rt2x00usb_vendor_request: 33 callbacks suppressed
[23009.546662] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23009.669901] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23009.786529] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23009.906519] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23010.026555] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23010.149766] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23010.266406] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23010.386396] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23010.503025] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23010.623013] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23011.926057] ieee80211 phy0: rt2800_wait_csr_ready: Error - Unstable hardware
[23013.734406] audit: type=1100 audit(1650380006.307:182): pid=464451 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="ken" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/4 res=success'
[23013.734876] audit: type=1101 audit(1650380006.307:183): pid=464451 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="ken" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/4 res=success'
[23013.737320] audit: type=1110 audit(1650380006.311:184): pid=464451 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/4 res=success'
[23013.740471] audit: type=1105 audit(1650380006.314:185): pid=464451 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/4 res=success'
[23013.811626] audit: type=1106 audit(1650380006.384:186): pid=464451 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/4 res=success'
[23013.811766] audit: type=1104 audit(1650380006.384:187): pid=464451 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/4 res=success'
[23014.601475] rt2x00usb_vendor_request: 33 callbacks suppressed
[23014.601483] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23014.718599] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23014.838525] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23014.955117] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23015.075118] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23015.191753] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23015.311723] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23015.434106] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23015.551717] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23015.671620] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23019.693963] rt2x00usb_vendor_request: 33 callbacks suppressed
[23019.693970] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23019.810608] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23019.927213] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23020.043105] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23020.167211] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23020.293841] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23020.413712] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23020.530320] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23020.647099] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23020.770312] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23024.219534] ieee80211 phy0: rt2800_wait_csr_ready: Error - Unstable hardware
[23024.765919] rt2x00usb_vendor_request: 33 callbacks suppressed
[23024.765926] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23024.885940] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23025.002540] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23025.119158] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23025.242525] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23025.364821] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23025.481681] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23025.602397] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23025.722418] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23025.842397] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23029.784615] rt2x00usb_vendor_request: 32 callbacks suppressed
[23029.784622] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23029.907627] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23030.028017] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23030.147974] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23030.270132] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23030.387875] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23030.504511] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23030.624518] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23030.741136] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23030.861157] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23034.880102] rt2x00usb_vendor_request: 33 callbacks suppressed
[23034.880111] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23035.003530] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23035.123355] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23035.240004] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23035.356735] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23035.479974] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23035.596478] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23035.716845] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23035.843225] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23035.959833] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23036.556448] ieee80211 phy0: rt2800_wait_csr_ready: Error - Unstable hardware
[23039.972202] rt2x00usb_vendor_request: 33 callbacks suppressed
[23039.972209] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23040.088820] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23040.208795] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23040.328830] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23040.445483] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23040.568893] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23040.692073] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23040.808698] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23040.928698] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23041.055355] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23044.991155] rt2x00usb_vendor_request: 32 callbacks suppressed
[23044.991162] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23045.111041] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23045.227668] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23045.344505] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23045.467532] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23045.583263] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23045.700153] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23045.817598] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23045.937541] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23046.057383] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23048.920212] ieee80211 phy0: rt2800_wait_csr_ready: Error - Unstable hardware
[23050.056511] rt2x00usb_vendor_request: 33 callbacks suppressed
[23050.056519] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23050.172255] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23050.289763] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23050.406377] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23050.526626] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23050.652881] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23050.776370] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23050.892977] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23051.009638] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23051.126256] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23055.058712] rt2x00usb_vendor_request: 32 callbacks suppressed
[23055.058719] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23055.182088] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23055.301984] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23055.418735] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23055.541973] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23055.658586] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23055.775220] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23055.895215] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23056.015198] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23056.130815] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23060.157561] rt2x00usb_vendor_request: 33 callbacks suppressed
[23060.157569] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23060.274259] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23060.390925] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23060.510835] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23060.627430] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23060.744049] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23060.862040] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23060.984061] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23061.100685] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23061.224122] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23061.234119] ieee80211 phy0: rt2800_wait_csr_ready: Error - Unstable hardware
[23065.243122] rt2x00usb_vendor_request: 33 callbacks suppressed
[23065.243129] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23065.359751] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23065.479766] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23065.599774] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23065.723016] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23065.839654] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23065.959625] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23066.075650] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23066.196246] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23066.312902] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23070.348715] rt2x00usb_vendor_request: 33 callbacks suppressed
[23070.348722] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23070.465495] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23070.584345] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23070.701998] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23070.821970] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23070.938605] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23071.058634] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23071.178620] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23071.301891] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23071.421971] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23073.561462] ieee80211 phy0: rt2800_wait_csr_ready: Error - Unstable hardware
[23075.411094] rt2x00usb_vendor_request: 33 callbacks suppressed
[23075.411102] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23075.530947] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23075.650969] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23075.770844] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23075.887591] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23076.007553] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23076.127553] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23076.250825] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23076.370811] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23076.487456] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23080.513300] rt2x00usb_vendor_request: 33 callbacks suppressed
[23080.513309] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23080.629914] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23080.749929] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23080.866522] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23080.983182] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23081.103160] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23081.219771] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23081.343145] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23081.463015] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23081.583054] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23085.524993] rt2x00usb_vendor_request: 32 callbacks suppressed
[23085.525000] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23085.645620] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23085.766632] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23085.888884] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23085.895627] ieee80211 phy0: rt2800_wait_csr_ready: Error - Unstable hardware
[23086.008916] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x7010 with error -110
[23086.118748] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x06 failed for offset 0x7010 with error -110
[23086.225488] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x06 failed for offset 0x0404 with error -110
[23086.335359] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x06 failed for offset 0x1208 with error -110
[23086.442121] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23086.558746] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23090.608043] rt2x00usb_vendor_request: 33 callbacks suppressed
[23090.608051] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23090.731237] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23090.847867] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23090.963964] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23091.084184] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23091.201421] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23091.323598] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23091.440116] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23091.557728] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23091.677717] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23095.696923] rt2x00usb_vendor_request: 33 callbacks suppressed
[23095.696930] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23095.816959] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23095.933553] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23096.053541] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23096.170199] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23096.290195] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23096.406797] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23096.526924] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23096.650062] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23096.770066] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23098.193241] ieee80211 phy0: rt2800_wait_csr_ready: Error - Unstable hardware
[23100.749288] rt2x00usb_vendor_request: 33 callbacks suppressed
[23100.749296] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23100.865540] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23100.982653] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23101.099280] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23101.175424] audit: type=1130 audit(1650380093.767:188): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[23101.215912] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23101.332540] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23101.449168] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23101.569144] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23101.689156] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23101.809157] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23105.858352] rt2x00usb_vendor_request: 33 callbacks suppressed
[23105.858360] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23105.974846] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23106.091749] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23106.218346] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23106.335016] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23106.455020] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23106.575003] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23106.698240] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23106.818235] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23106.938242] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1000 with error -110
[23110.517626] ieee80211 phy0: rt2800_wait_csr_ready: Error - Unstable hardware
[23111.184465] audit: type=1131 audit(1650380103.779:189): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[23112.446096] audit: type=1130 audit(1650380105.042:190): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[23122.455481] audit: type=1131 audit(1650380115.051:191): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[23225.201494] audit: type=1101 audit(1650380217.815:192): pid=479306 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="ken" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/4 res=success'
[23225.202735] audit: type=1110 audit(1650380217.815:193): pid=479306 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/4 res=success'
[23225.203755] audit: type=1105 audit(1650380217.815:194): pid=479306 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/4 res=success'

离线

#8 2022-04-20 12:23:16

yjun
会员
注册时间: 2020-06-13
帖子: 4

Re: 拓实N95网卡,rt3070无法驱动。

找到一个类似的帖子 RT2870/RT3070 Wireless Adapter

有个回复 https://bbs.archlinux.org/viewtopic.php … 4#p1857584 提到可能的解决方案

可能是供电不足,可以试试去掉外接的usbhub 直接供电试试
或者关闭 USB AutoSuspend ArchWiki USB AutoSuspend

最近编辑记录 yjun (2022-04-20 12:29:13)

离线

页脚