USB Keyboard and Mouse not working

Hello, i’m still a beginner in linux
i’ve been through some distro like lubuntu, linux mint, linux lite and now i finally able to install linux manjaro lxqt edition in my laptop.
I got this issue every distro that freshly installed and still happen rn, trying to find solution and none have been work for me. thanks

*edit: my keyboard and mouse works fine before linux start booting (and other distro does that too, it didn’t work everytime it boots to linux)

Here’s my laptop specs

System:
  Host: manjaro Kernel: 5.4.89-1-MANJARO x86_64 bits: 64 
  Desktop: LXQt 0.16.1 Distro: Manjaro Linux 
Machine:
  Type: Laptop System: ASUSTeK product: F50SL v: 1.0 
  serial: <superuser required> 
  Mobo: PEGATRON model: F50SL v: 1.0 serial: <superuser required> 
  BIOS: American Megatrends v: 207 date: 02/24/2009 
Battery:
  ID-1: BAT0 charge: 720.6 Wh condition: 720.6/48.4 Wh (1489%) 
CPU:
  Info: Dual Core model: Intel Core2 Duo T6500 bits: 64 type: MCP 
  L2 cache: 2 MiB 
  Speed: 1200 MHz min/max: 1200/2100 MHz Core speeds (MHz): 1: 1200 2: 1200 
Graphics:
  Device-1: AMD RV710/M92 [Mobility Radeon HD 4530/4570/545v] driver: radeon 
  v: kernel 
  Device-2: Chicony 2.0M UVC Webcam / CNF7129 type: USB driver: uvcvideo 
  Display: x11 server: X.org 1.20.10 driver: loaded: ati,radeon 
  unloaded: modesetting resolution: <missing: xdpyinfo> 
  Message: Unable to show advanced data. Required tool glxinfo missing. 
Audio:
  Device-1: Silicon Integrated Systems [SiS] Azalia Audio 
  driver: snd_hda_intel 
  Device-2: AMD RV710/730 HDMI Audio [Radeon HD 4000 series] 
  driver: snd_hda_intel 
  Sound Server: ALSA v: k5.4.89-1-MANJARO 
Network:
  Device-1: Silicon Integrated Systems [SiS] 191 Gigabit Ethernet Adapter 
  driver: sis190 
  IF: enp0s4 state: down mac: 00:26:18:f9:91:c3 
  Device-2: Qualcomm Atheros AR928X Wireless Network Adapter driver: ath9k 
  IF: wlp2s0 state: up mac: 00:25:d3:03:dd:4b 
Drives:
  Local Storage: total: 465.76 GiB used: 13.85 GiB (3.0%) 
  ID-1: /dev/sda vendor: Seagate model: ST9500325AS size: 465.76 GiB 
Partition:
  ID-1: / size: 456.96 GiB used: 13.85 GiB (3.0%) fs: ext4 dev: /dev/sda2 
Swap:
  ID-1: swap-1 type: file size: 2 GiB used: 0 KiB (0.0%) file: /swapfile 
Sensors:
  System Temperatures: cpu: 76.0 C mobo: N/A 
  Fan Speeds (RPM): N/A 
Info:
  Processes: 142 Uptime: 8m Memory: 3.85 GiB used: 1.06 GiB (27.6%) 
  Shell: Bash inxi: 3.2.02

Just to get this started:
what have you tried? :wink:
Do other USB devices work?

The Info you gave doesn’t contain anything about your USB hardware.

lsusb
could help
and:

inxi -Jxxx
which will show some info on that as well

I’ve tried installing
xf86-input-synaptics
pacman -S xorg-server xorg-server-utils xorg-xinit xorg-twm xorg-xclock xterm
doing
noapic pci=assign-busses apicmaintimer idle=poll reboot=cold,hard
iommu=soft
and others that i can find on google

Do other USB devices work?

I’m not sure what your asking, but i’m only using mouse and keyboard for usb devices. Last time when i’m in linux mint, connecting to my android device works fine

[julian@manjaro ~]$ lsusb
    Bus 001 Device 004: ID 04f2:b071 Chicony Electronics Co., Ltd 2.0M UVC Webcam / CNF7129
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    [julian@manjaro ~]$ inxi -Jxxx
    USB:
      Hub-1: 1-0:1 info: Full speed (or root) Hub ports: 8 rev: 2.0 
      speed: 480 Mb/s chip ID: 1d6b:0002 
      Device-1: 1-5:4 info: Chicony 2.0M UVC Webcam / CNF7129 type: Video 
      driver: uvcvideo interfaces: 2 rev: 2.0 speed: 480 Mb/s chip ID: 04f2:b071 
      serial: SN0001 
      Hub-2: 2-0:1 info: Full speed (or root) Hub ports: 4 rev: 1.1 
      speed: 12 Mb/s chip ID: 1d6b:0001 
      Hub-3: 3-0:1 info: Full speed (or root) Hub ports: 4 rev: 1.1 
      speed: 12 Mb/s chip ID: 1d6b:0001

Things like USB memory sticks, or your android phone, for instance.
You possibly even used an USB-stick to install the system?
Your android phone worked (in Mint) you said - check whether it does now?

To my untrained eyes it looks like you have a Webcam
two USB 1.1 (slow) and one USB 2.0 (faster) ports.

doing
noapic pci=assign-busses apicmaintimer idle=poll reboot=cold,hard
iommu=soft

I’d remove all these unless you definitely know that you need those kernel boot parameters.
I’d also remove the xf86-input-synaptics package unless you really need it.
It’s only good for the touchpad anyway - which probably works without it.

The next clue as to what the issue could be can be gathered by watching the system log while you are plugging in and out the device (mouse or keyboard or a memory stick)

one way to do that is:
journalctl -f
another:
sudo dmesg -Hw

watch the output as you plug and unplug your mouse or keyboard
see what clues you can gather - what is printed in response and whether that is helpful

yes, i’m using USB stick to install linux

[julian@manjaro ~]$ journalctl -f
-- Journal begins at Mon 2021-01-25 04:24:59 WIB. --
Jan 25 19:17:04 manjaro su[23402]: pam_unix(su:session): session closed for user root
Jan 25 19:17:04 manjaro audit[23402]: USER_END pid=23402 uid=0 auid=1000 ses=6 msg='op=PAM:session_close grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=manjaro addr=? terminal=pts/2 res=success'                                    
Jan 25 19:17:04 manjaro audit[23402]: CRED_DISP pid=23402 uid=0 auid=1000 ses=6 msg='op=PAM:setcred grantors=pam_rootok acct="root" exe="/usr/bin/su" hostname=manjaro addr=? terminal=pts/2 res=success'                                       
Jan 25 19:17:04 manjaro audit[23401]: USER_END pid=23401 uid=1000 auid=1000 ses=6 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'          
Jan 25 19:17:04 manjaro sudo[23401]: pam_unix(sudo:session): session closed for user root
Jan 25 19:17:05 manjaro kernel: audit: type=1106 audit(1611577024.762:480): pid=23402 uid=0 auid=1000 ses=6 msg='op=PAM:session_close grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=manjaro addr=? terminal=pts/2 res=success'
Jan 25 19:17:05 manjaro kernel: audit: type=1104 audit(1611577024.762:481): pid=23402 uid=0 auid=1000 ses=6 msg='op=PAM:setcred grantors=pam_rootok acct="root" exe="/usr/bin/su" hostname=manjaro addr=? terminal=pts/2 res=success'
Jan 25 19:17:05 manjaro kernel: audit: type=1106 audit(1611577024.765:482): pid=23401 uid=1000 auid=1000 ses=6 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? 
indent preformatted text by 4 spacesterminal=/dev/pts/2 res=success'
Jan 25 19:17:05 manjaro kernel: audit: type=1104 audit(1611577024.765:483): pid=23401 uid=1000 auid=1000 ses=6 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'
Jan 25 19:17:04 manjaro audit[23401]: CRED_DISP pid=23401 uid=1000 auid=1000 ses=6 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'         
Jan 25 19:19:40 manjaro qterminal[23602]: QFSFileEngine::open: No file name specified                                                                           
Jan 25 19:19:54 manjaro audit[23613]: USER_AUTH pid=23613 uid=1000 auid=1000 ses=6 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jan 25 19:19:55 manjaro kernel: audit: type=1100 audit(1611577194.588:484): pid=23613 uid=1000 auid=1000 ses=6 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jan 25 19:19:55 manjaro kernel: audit: type=1101 audit(1611577194.595:485): pid=23613 uid=1000 auid=1000 ses=6 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jan 25 19:19:55 manjaro kernel: audit: type=1110 audit(1611577194.595:486): pid=23613 uid=1000 auid=1000 ses=6 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'
Jan 25 19:19:55 manjaro kernel: audit: type=1105 audit(1611577194.598:487): pid=23613 uid=1000 auid=1000 ses=6 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jan 25 19:19:54 manjaro audit[23613]: USER_ACCT pid=23613 uid=1000 auid=1000 ses=6 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'            
Jan 25 19:19:54 manjaro audit[23613]: CRED_REFR pid=23613 uid=1000 auid=1000 ses=6 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'         
Jan 25 19:19:54 manjaro audit[23613]: USER_START pid=23613 uid=1000 auid=1000 ses=6 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'         
Jan 25 19:19:54 manjaro dbus-daemon[384]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.386' (uid=0 pid=23613 comm="sudo dmesg -Hw ")
Jan 25 19:19:54 manjaro dbus-daemon[384]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jan 25 19:19:54 manjaro sudo[23613]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.         
Jan 25 19:19:54 manjaro sudo[23613]:   julian : TTY=pts/1 ; PWD=/home/julian ; USER=root ; COMMAND=/usr/bin/dmesg -Hw
Jan 25 19:19:54 manjaro sudo[23613]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Jan 25 19:20:14 manjaro lxqt-panel[21835]: execAction "/usr/share/applications/pcmanfm-qt.desktop"
d=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  +0.000425] audit: type=1110 audit(1611566992.707:202): pid=13103 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res
=success'[  +0.005260] audit: type=1105 audit(1611566992.713:203): pid=13103 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  +4.617129] audit: type=1106 audit(1611566997.331:204): pid=13103 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  +0.000162] audit: type=1104 audit(1611566997.331:205): pid=13103 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res
=success'[Jan25 16:30] audit: type=1101 audit(1611567007.395:206): pid=13140 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  +0.000009] audit: type=1110 audit(1611567007.395:207): pid=13140 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res
=success'[  +0.003618] audit: type=1105 audit(1611567007.399:208): pid=13140 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ +14.780288] audit: type=1106 audit(1611567022.177:209): pid=13140 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  +0.000161] audit: type=1104 audit(1611567022.177:210): pid=13140 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res
=success'[  +8.012978] audit: type=1101 audit(1611567030.189:211): pid=13176 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  +0.000009] audit: type=1110 audit(1611567030.189:212): pid=13176 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res
=success'[  +0.000004] audit: type=1105 audit(1611567030.192:213): pid=13176 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  +1.855216] audit: type=1106 audit(1611567032.049:214): pid=13176 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  +0.000156] audit: type=1104 audit(1611567032.049:215): pid=13176 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res
=success'[Jan25 16:33] audit: type=1101 audit(1611567193.815:216): pid=13220 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="
julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'[  +0.000473] audit: type=1110 audit(1611567193.815:217): pid=13220 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res
=success'[  +0.003675] audit: type=1105 audit(1611567193.819:218): pid=13220 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit ac
ct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'[  +5.366996] audit: type=1106 audit(1611567199.186:219): pid=13220 uid=1000 aui
d=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'[  +0.000398] audit: type=1104 audit(1611567199.186:220): pid=13220 uid=1000 aui
d=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[Jan25 16:37] audit: type=1100 audit(1611567440.080:221): pid=13326 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 re
s=success'[  +0.003951] audit: type=1101 audit(1611567440.083:222): pid=13326 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  +0.000441] audit: type=1110 audit(1611567440.083:223): pid=13326 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  +0.005611] audit: type=1105 audit(1611567440.090:224): pid=13326 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'[  +0.766801] audit: type=1106 audit(1611567440.856:225): pid=13326 uid=1000 aui
d=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'[  +0.000007] audit: type=1104 audit(1611567440.856:226): pid=13326 uid=1000 aui
d=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ +16.407768] audit: type=1101 audit(1611567457.264:227): pid=13329 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  +0.000619] audit: type=1110 audit(1611567457.264:228): pid=13329 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res
=success'[  +0.004923] audit: type=1105 audit(1611567457.271:229): pid=13329 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  +0.031647] audit: type=1106 audit(1611567457.301:230): pid=13329 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success
'[  +0.000009] audit: type=1104 audit(1611567457.301:231): pid=13329 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res
=success'[ +21.910308] audit: type=1101 audit(1611567479.211:232): pid=13333 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="
julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'[  +0.000008] audit: type=1110 audit(1611567479.211:233): pid=13333 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res
=success'[  +0.005186] audit: type=1105 audit(1611567479.218:234): pid=13333 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[Jan25 16:38] audit: type=1106 audit(1611567480.928:235): pid=13333 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success
'[  +0.000656] audit: type=1104 audit(1611567480.928:236): pid=13333 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res
=success'[  +5.795839] audit: type=1101 audit(1611567486.725:237): pid=13339 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="
julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'[  +0.002097] audit: type=1110 audit(1611567486.725:238): pid=13339 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res
=success'[  +0.002884] audit: type=1105 audit(1611567486.732:239): pid=13339 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  +1.635230] audit: type=1106 audit(1611567488.365:240): pid=13339 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success
'[  +0.000006] audit: type=1104 audit(1611567488.365:241): pid=13339 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res
=success'[  +4.717701] audit: type=1101 audit(1611567493.082:242): pid=13345 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="
julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'[  +0.000009] audit: type=1110 audit(1611567493.085:243): pid=13345 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res
=success'[  +0.004722] audit: type=1105 audit(1611567493.089:244): pid=13345 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  +1.736712] audit: type=1106 audit(1611567494.825:245): pid=13345 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success
'[  +0.001751] audit: type=1104 audit(1611567494.829:246): pid=13345 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res
=success'[Jan25 16:43] audit: type=1103 audit(1611567784.215:247): pid=13486 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_permit acct="l
ightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:1 res=success'[  +0.062310] audit: type=1130 audit(1611567784.275:248): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@971 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +0.077548] audit: type=1101 audit(1611567784.355:249): pid=13490 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +0.000142] audit: type=1103 audit(1611567784.355:250): pid=13490 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[  +0.000244] audit: type=1006 audit(1611567784.355:251): pid=13490 uid=0 old-auid=4294967295 auid=971 tty=(none) old-ses=4294967295 ses=4 res=1[  +0.004563] audit: type=1105 audit(1611567784.358:252): pid=13490 uid=0 auid=9
71 ses=4 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'[  +0.536434] audit: type=1130 audit(1611567784.891:253): pid=1 uid=0 auid=42949
67295 ses=4294967295 msg='unit=user@971 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'[  +0.014079] audit: type=1105 audit(1611567784.908:254): pid=13486 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_unix,pam_systemd 
acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:1 res=success'
[  +5.489677] audit: type=1100 audit(1611567790.398:255): pid=13540 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="julian" exe="/usr/bin/light
dm" hostname=? addr=? terminal=:1 res=success'[  +0.060662] audit: type=1101 audit(1611567790.458:256): pid=13540 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam
_permit,pam_time acct="julian" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:1 res=success'[  +0.021665] audit: type=1110 audit(1611567790.481:257): pid=13540 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pa
m_permit,pam_faillock,pam_gnome_keyring acct="julian" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:1 res=success'[  +0.568775] audit: type=1106 audit(1611567791.048:258): pid=13486 uid=0 auid=4
294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_unix,pam_systemd acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:1 res=success'[  +0.000015] audit: type=1104 audit(1611567791.048:259): pid=13486 uid=0 auid=4
294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:1 res=success'[ +10.205360] audit: type=1131 audit(1611567801.255:260): pid=1 uid=0 auid=42949
67295 ses=4294967295 msg='unit=user@971 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'[  +0.054724] audit: type=1131 audit(1611567801.308:261): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@971 comm="systemd" exe="/usr/lib
/systemd/systemd" hostname=? addr=? terminal=? res=success'[Jan25 16:45] audit: type=1100 audit(1611567903.161:262): pid=13605 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 re
s=success'[  +0.003625] audit: type=1101 audit(1611567903.164:263): pid=13605 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="
julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'[  +0.000368] audit: type=1110 audit(1611567903.164:264): pid=13605 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock a
cct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'[  +0.003370] audit: type=1105 audit(1611567903.168:265): pid=13605 uid=1000 aui
d=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'[  +1.547101] audit: type=1106 audit(1611567904.714:266): pid=13605 uid=1000 aui
d=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'[  +0.000905] audit: type=1104 audit(1611567904.714:267): pid=13605 uid=1000 aui
d=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'[ +20.630687] audit: type=1101 audit(1611567925.345:268): pid=13610 uid=1000 aui
d=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'[  +0.001772] audit: type=1110 audit(1611567925.348:269): pid=13610 uid=1000 aui
d=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  +0.005402] audit: type=1105 audit(1611567925.351:270): pid=13610 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  +1.385036] audit: type=1106 audit(1611567926.738:271): pid=13610 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  +0.000517] audit: type=1104 audit(1611567926.738:272): pid=13610 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res
=success'[  +7.206811] audit: type=1101 audit(1611567933.942:273): pid=13617 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  +0.000008] audit: type=1110 audit(1611567933.942:274): pid=13617 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res
=success'[  +0.001597] audit: type=1105 audit(1611567933.948:275): pid=13617 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit ac
ct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'[  +6.685424] audit: type=1106 audit(1611567940.632:276): pid=13617 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit a
cct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'[  +0.000765] audit: type=1104 audit(1611567940.635:277): pid=13617 uid=1000 aui
d=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  +3.073443] audit: type=1101 audit(1611567943.709:278): pid=13649 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  +0.001006] audit: type=1110 audit(1611567943.709:279): pid=13649 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  +0.004513] audit: type=1105 audit(1611567943.712:280): pid=13649 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'[  +9.073103] audit: type=1106 audit(1611567952.785:281): pid=13649 uid=1000 aui
d=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  +0.000007] audit: type=1104 audit(1611567952.785:282): pid=13649 uid=1000 aui
d=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[Jan25 16:52] audit: type=1130 audit(1611568335.747:283): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ +10.517502] audit: type=1131 audit(1611568346.264:284): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[Jan25 16:56] audit: type=1100 audit(1611568585.516:285): pid=14141 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="julian" exe="/usr/lib/polkit-1/polkit-agent-helper-1" hostname=? addr=? terminal=? res=success'
[  +0.003168] audit: type=1101 audit(1611568585.519:286): pid=14141 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="julian" exe="/usr/lib/polkit-1/polkit-agent-helper-1" hostname=? addr=? terminal=? res=success'
[Jan25 17:01] proc: Bad value for 'hidepid'[  +0.274631] audit: type=1130 audit(1611568908.663:287): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/sy
stemd/systemd" hostname=? addr=? terminal=? res=success'[Jan25 17:02] audit: type=1131 audit(1611568938.724:288): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/sy
stemd/systemd" hostname=? addr=? terminal=? res=success'[Jan25 17:03] audit: type=1100 audit(1611569034.212:289): pid=14562 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_fai
llock acct="julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'[  +0.009431] audit: type=1101 audit(1611569034.222:290): pid=14562 uid=1000 aui
d=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'[  +0.000905] audit: type=1110 audit(1611569034.222:291): pid=14562 uid=1000 aui
d=1000 ses=2 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'[  +0.003625] audit: type=1105 audit(1611569034.229:292): pid=14562 uid=1000 aui
d=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'[  +2.783262] audit: type=1106 audit(1611569037.012:293): pid=14562 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit a
cct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'[  +0.000439] audit: type=1104 audit(1611569037.012:294): pid=14562 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock a
cct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'[Jan25 17:20] audit: type=1130 audit(1611570017.553:295): pid=1 uid=0 auid=42949
67295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'[ +10.710136] audit: type=1131 audit(1611570028.265:296): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/us
r/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'[Jan25 17:24] audit: type=1131 audit(1611570253.507:297): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=pamac-daemon comm="systemd" exe="/usr/lib/systemd
/systemd" hostname=? addr=? terminal=? res=success'[Jan25 17:29] audit: type=1130 audit(1611570563.980:298): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=pamac-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[Jan25 17:30] audit: type=1100 audit(1611570601.268:299): pid=15872 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="julian" exe="/usr/lib/polkit-1/polkit-agent-helper-1" hostname=? addr=? terminal=? res=success'
[  +0.007369] audit: type=1101 audit(1611570601.274:300): pid=15872 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="julian" exe="/usr/lib/polkit-1/polkit-agent-helper-1" hostname=? addr=? terminal
=? res=success'[Jan25 17:31] audit: type=1131 audit(1611570661.188:301): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=pamac-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[Jan25 17:47] audit: type=1130 audit(1611571652.796:302): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ +10.466397] audit: type=1131 audit(1611571663.262:303): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'[Jan25 17:57] audit: type=1100 audit(1611572250.007:304): pid=17367 uid=1000 aui
d=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/3 res=success'[  +0.004650] audit: type=1101 audit(1611572250.010:305): pid=17367 uid=1000 aui
d=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/3 res=success'[  +0.000437] audit: type=1110 audit(1611572250.010:306): pid=17367 uid=1000 aui
d=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/3 res=success'[  +0.004427] audit: type=1105 audit(1611572250.017:307): pid=17367 uid=1000 aui
d=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/3 res=success'[  +0.157286] audit: type=1100 audit(1611572250.173:308): pid=17368 uid=0 auid=1
000 ses=2 msg='op=PAM:authentication grantors=pam_rootok acct="root" exe="/usr/bin/su" hostname=manjaro addr=? terminal=pts/3 res=success'[  +0.000603] audit: type=1101 audit(1611572250.173:309): pid=17368 uid=0 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix acct="root" exe="/usr/bin/su"
 hostname=manjaro addr=? terminal=pts/3 res=success'[  +0.001301] audit: type=1103 audit(1611572250.173:310): pid=17368 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_rootok acct="root" exe="/usr/bin/su" hostname=manjaro addr=? terminal=pts/3 res=success'
[  +0.000245] audit: type=1105 audit(1611572250.173:311): pid=17368 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=manjaro addr=? terminal=pts/3 res=success'[Jan25 18:03] audit: type=1130 audit(1611572608.356:312): pid=1 uid=0 auid=42949
67295 ses=4294967295 msg='unit=pamac-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'[ +26.247126] audit: type=1100 audit(1611572634.605:313): pid=17658 uid=1000 aui
d=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="julian" exe="/usr/lib/polkit-1/polkit-agent-helper-1" hostname=? addr=? terminal=? res=success'[  +0.010005] audit: type=1101 audit(1611572634.615:314): pid=17658 uid=1000 aui
d=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="julian" exe="/usr/lib/polkit-1/polkit-agent-helper-1" hostname=? addr=? terminal=? res=success'
[Jan25 18:05] audit: type=1131 audit(1611572725.028:315): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=pamac-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[Jan25 18:09] proc: Bad value for 'hidepid'[  +0.133705] audit: type=1130 audit(1611572985.687:316): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/sy
stemd/systemd" hostname=? addr=? terminal=? res=success'[Jan25 18:10] audit: type=1131 audit(1611573015.713:317): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/sy
stemd/systemd" hostname=? addr=? terminal=? res=success'[Jan25 18:11] audit: type=1130 audit(1611573080.766:318): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=pamac-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[Jan25 18:14] audit: type=1100 audit(1611573287.808:319): pid=18440 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="julian" exe="/usr/lib/polkit-1/polkit-agent-helper-1" hostname=? addr=? terminal=? res=success'
[  +0.003899] audit: type=1101 audit(1611573287.811:320): pid=18440 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="julian" exe="/usr/lib/polkit-1/polkit-agent-helper-1" hostname=? addr=? terminal
=? res=success'[Jan25 18:15] audit: type=1130 audit(1611573317.668:321): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ +10.593892] audit: type=1131 audit(1611573328.261:322): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'[Jan25 18:17] audit: type=1131 audit(1611573443.353:323): pid=1 uid=0 auid=42949
67295 ses=4294967295 msg='unit=pamac-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'[  +6.258881] audit: type=1106 audit(1611573449.613:324): pid=17368 uid=0 auid=1
000 ses=2 msg='op=PAM:session_close grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=manjaro addr=? terminal=pts/3 res=success'[  +0.000008] audit: type=1104 audit(1611573449.613:325): pid=17368 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_rootok acct="root" exe="/usr/bin/su" 
hostname=manjaro addr=? terminal=pts/3 res=success'[  +0.000996] audit: type=1106 audit(1611573449.613:326): pid=17367 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/3 res=success
'[  +0.001602] audit: type=1104 audit(1611573449.616:327): pid=17367 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock a
cct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/3 res=success'
[Jan25 18:20] audit: type=1100 audit(1611573615.972:328): pid=18742 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 re
s=success'[  +0.007599] audit: type=1101 audit(1611573615.978:329): pid=18742 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="
julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'[  +0.000009] audit: type=1110 audit(1611573615.978:330): pid=18742 uid=1000 auid=1000 ses=2 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
'[  +0.005480] audit: type=1105 audit(1611573615.985:331): pid=18742 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit ac
ct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'[  +0.027043] audit: type=1106 audit(1611573616.012:332): pid=18742 uid=1000 aui
d=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'[  +0.000121] audit: type=1104 audit(1611573616.012:333): pid=18742 uid=1000 aui
d=1000 ses=2 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'
[  +5.892207] audit: type=1101 audit(1611573621.905:334): pid=18745 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  +0.000446] audit: type=1110 audit(1611573621.905:335): pid=18745 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res
=success'[  +0.003990] audit: type=1105 audit(1611573621.908:336): pid=18745 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  +1.386923] audit: type=1106 audit(1611573623.295:337): pid=18745 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  +0.000429] audit: type=1104 audit(1611573623.295:338): pid=18745 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  +5.688463] audit: type=1101 audit(1611573628.985:339): pid=18750 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  +0.001191] audit: type=1110 audit(1611573628.985:340): pid=18750 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  +0.004462] audit: type=1105 audit(1611573628.992:341): pid=18750 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit ac
ct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'[  +7.275139] audit: type=1106 audit(1611573636.265:342): pid=18750 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success
'[  +0.000007] audit: type=1104 audit(1611573636.265:343): pid=18750 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_fa
illock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res
=success'
[Jan25 18:22] audit: type=1100 audit(1611573729.457:344): pid=18790 uid=1000 aui
d=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_fai
llock acct="julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  +0.003331] audit: type=1101 audit(1611573729.461:345): pid=18790 uid=1000 aui
d=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="
julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'[  +0.000446] audit: type=1110 audit(1611573729.461:346): pid=18790 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock a
cct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'[  +0.005743] audit: type=1105 audit(1611573729.467:347): pid=18790 uid=1000 aui
d=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'[  +4.883232] audit: type=1130 audit(1611573734.351:348): pid=1 uid=0 auid=42949
67295 ses=4294967295 msg='unit=run-u269 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'[  +0.000067] audit: type=1131 audit(1611573734.351:349): pid=1 uid=0 auid=42949
67295 ses=4294967295 msg='unit=run-u269 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'[Jan25 18:24] audit: type=1130 audit(1611573849.546:350): pid=1 uid=0 auid=42949
67295 ses=4294967295 msg='unit=pamac-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'[ +32.259102] audit: type=1100 audit(1611573881.809:351): pid=18871 uid=1000 aui
d=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="julian" exe="/usr/lib/polkit-1/polkit-agent-helper-1" hostname=? addr=? terminal=? res=success'[  +0.009006] audit: type=1101 audit(1611573881.816:352): pid=18871 uid=1000 aui
d=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="julian" exe="/usr/lib/polkit-1/polkit-agent-helper-1" hostname=? addr=? terminal=? res=success'[Jan25 18:25] audit: type=1130 audit(1611573938.456:353): pid=1 uid=0 auid=42949
67295 ses=4294967295 msg='unit=run-u278 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[  +0.147213] audit: type=1106 audit(1611573938.606:354): pid=18790 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success
'[  +0.000141] audit: type=1104 audit(1611573938.606:355): pid=18790 uid=1000 aui
d=1000 ses=2 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'
[Jan25 18:27] audit: type=1113 audit(1611574067.607:356): pid=818 uid=0 auid=1000 ses=2 msg='op=logout id=1000 exe="/usr/bin/lightdm" hostname=manjaro addr=? terminal=/dev/tty7 res=success'
[  +0.135314] audit: type=1106 audit(1611574067.741:357): pid=818 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_limits,p
am_unix,pam_permit,pam_mail,pam_systemd,pam_env,pam_gnome_keyring acct="julian" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[  +0.015452] audit: type=1104 audit(1611574067.757:358): pid=818 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_fail
lock,pam_gnome_keyring acct="julian" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[  +0.603436] audit: type=1130 audit(1611574068.361:359): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/us
r/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'[  +0.158638] wlp2s0: deauthenticating from 0c:9d:92:9f:d4:ca by local choice (R
eason: 3=DEAUTH_LEAVING)[  +6.602518] audit: type=1103 audit(1611574075.120:360): pid=21208 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_permit acct="l
ightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'[  +0.081259] audit: type=1130 audit(1611574075.200:361): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@971 comm="systemd" exe="/usr/lib
/systemd/systemd" hostname=? addr=? terminal=? res=success'[  +0.093098] audit: type=1101 audit(1611574075.294:362): pid=21212 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam
_permit,pam_time acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=?
 terminal=? res=success'[  +0.001415] audit: type=1103 audit(1611574075.297:363): pid=21212 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[  +0.000009] audit: type=1006 audit(1611574075.297:364): pid=21212 uid=0 old-auid=4294967295 auid=971 tty=(none) old-ses=4294967295 ses=5 res=1[  +0.010783] audit: type=1105 audit(1611574075.307:365): pid=21212 uid=0 auid=971 ses=5 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit
,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'[  +0.459470] audit: type=1130 audit(1611574075.764:366): pid=1 uid=0 auid=42949
67295 ses=4294967295 msg='unit=user@971 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'[  +0.009594] audit: type=1105 audit(1611574075.777:367): pid=21208 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_unix,pam_systemd 
acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'[  +2.467453] audit: type=1131 audit(1611574078.244:368): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/us
r/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'[Jan25 18:28] audit: type=1100 audit(1611574081.313:369): pid=21255 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="julian" exe="/usr/bin/light
dm" hostname=? addr=? terminal=:0 res=success'[  +0.006209] audit: type=1101 audit(1611574081.320:370): pid=21255 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam
_permit,pam_time acct="julian" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'[  +0.238344] audit: type=1106 audit(1611574081.557:371): pid=21208 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_unix,pam_systemd
 acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'[  +0.001399] audit: type=1104 audit(1611574081.560:372): pid=21208 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_permit acct="l
ightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'[  +0.026248] audit: type=1103 audit(1611574081.587:373): pid=21255 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pa
m_permit,pam_faillock,pam_gnome_keyring acct="julian" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'[  +0.000945] audit: type=1006 audit(1611574081.587:374): pid=21255 uid=0 old-au
id=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=6 res=1[  +0.260610] audit: type=1105 audit(1611574081.847:375): pid=21255 uid=0 auid=1000 ses=6 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env,pam_gnome_keyring acct="julian"
 exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'[  +0.228247] audit: type=1112 audit(1611574082.077:376): pid=21255 uid=0 auid=1000 ses=6 msg='op=login id=1000 exe="/usr/bin/lightdm" hostname=manjaro addr=? t
erminal=/dev/tty7 res=success'[  +0.858209] wlp2s0: authenticate with 0c:9d:92:9f:d4:ca[  +0.023023] wlp2s0: send auth to 0c:9d:92:9f:d4:ca (try 1/3)[  +0.039656] wlp2s0: authenticated
[  +0.002279] wlp2s0: associate with 0c:9d:92:9f:d4:ca (try 1/3)[  +0.007480] wlp2s0: RX AssocResp from 0c:9d:92:9f:d4:ca (capab=0x1431 status=0 aid=10)[  +0.000161] wlp2s0: associated
[  +0.074734] IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready[  +2.115169] audit: type=1130 audit(1611574085.197:377): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/us
r/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'[  +6.733296] audit: type=1131 audit(1611574091.926:378): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@971 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +0.020631] audit: type=1131 audit(1611574091.950:379): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@971 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +3.290596] audit: type=1131 audit(1611574095.240:380): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'[  +0.918531] audit: type=1130 audit(1611574096.160:381): pid=1 uid=0 auid=42949
67295 ses=4294967295 msg='unit=blueman-mechanism comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'[ +29.837038] audit: type=1131 audit(1611574125.999:382): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=blueman-mechanism comm="systemd" exe="/usr/lib/sy
stemd/systemd" hostname=? addr=? terminal=? res=success'[Jan25 18:31] audit: type=1100 audit(1611574291.407:383): pid=21774 uid=1000 auid=1000 ses=6 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_fai
llock acct="julian" exe="/usr/lib/polkit-1/polkit-agent-helper-1" hostname=? addr=? terminal=? res=success'[  +0.007123] audit: type=1101 audit(1611574291.413:384): pid=21774 uid=1000 auid=1000 ses=6 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="
julian" exe="/usr/lib/polkit-1/polkit-agent-helper-1" hostname=? addr=? terminal=? res=success'[Jan25 18:32] lxqt-panel[21318]: segfault at 8 ip 00007fdefc02da24 sp 00007ffdbb
eb3920 error 4 in libQt5Widgets.so.5.15.2[7fdefbea3000+3b0000]                  [  +0.000041] Code: 63 50 48 89 54 24 10 48 89 44 24 18 48 c7 04 24 00 00 00 00 48 c7 44 24 08 00 00 00 00 e8 e4 ec e7 ff 48 89 e7 e8 dc ec e7 ff <49> 8b 44 24 08 48 89 98 b8 02 00 00 4c 89 6b 08 4c 89 6b 10 48 8b
[  +0.000508] audit: type=1701 audit(1611574333.312:385): auid=1000 uid=1000 gid=1000 ses=6 pid=21318 comm="lxqt-panel" exe="/usr/bin/lxqt-panel" sig=11 res=1[  +0.112573] audit: type=1130 audit(1611574333.425:386): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@0-21828-0 comm="systemd" exe="/u
sr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'[  +4.924554] audit: type=1131 audit(1611574338.349:387): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@0-21828-0 comm="systemd" exe="/u
sr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'[  +0.079520] traps: pasystray[21339] trap int3 ip:7f4cac6bb294 sp:7ffdbf8b1380 error:0 in libglib-2.0.so.0.6600.4[7f4cac67b000+8c000][  +0.000088] audit: type=1701 audit(1611574338.429:388): auid=1000 uid=1000 gid
=1000 ses=6 pid=21339 comm="pasystray" exe="/usr/bin/pasystray" sig=5 res=1[  +0.015012] traps: pamac-tray[21335] trap int3 ip:7f66bc8dd294 sp:7ffd3e27a7b0 error:0 in libglib-2.0.so.0.6600.4[7f66bc89d000+8c000]
[  +0.000138] audit: type=1701 audit(1611574338.445:389): auid=1000 uid=1000 gid=1000 ses=6 pid=21335 comm="pamac-tray" exe="/usr/bin/pamac-tray" sig=5 res=1[  +0.000378] traps: nm-applet[21328] trap int3 ip:7f42b9c53294 sp:7ffcf0c5f7a0 error:0 in libglib-2.0.so.0.6600.4[7f42b9c13000+8c000]
[  +0.000048] audit: type=1701 audit(1611574338.445:390): auid=1000 uid=1000 gid=1000 ses=6 pid=21328 comm="nm-applet" exe="/usr/bin/nm-applet" sig=5 res=1[  +0.089085] audit: type=1130 audit(1611574338.535:391): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@1-21836-0 comm="systemd" exe="/u
sr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'[  +0.063412] audit: type=1130 audit(1611574338.599:392): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@2-21837-0 comm="systemd" exe="/u
sr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'[  +0.020285] audit: type=1130 audit(1611574338.619:393): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@3-21838-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[Jan25 18:34] kauditd_printk_skb: 3 callbacks suppressed[  +0.000013] audit: type=1100 audit(1611574447.936:397): pid=21996 uid=1000 auid=1000 ses=6 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_fai
llock acct="julian" exe="/usr/lib/polkit-1/polkit-agent-helper-1" hostname=? addr=? terminal=? res=success'[  +0.006166] audit: type=1101 audit(1611574447.942:398): pid=21996 uid=1000 auid=1000 ses=6 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="
julian" exe="/usr/lib/polkit-1/polkit-agent-helper-1" hostname=? addr=? terminal=? res=success'[  +3.116949] audit: type=1131 audit(1611574451.059:399): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=pamac-daemon comm="systemd" exe="/usr/lib/systemd
/systemd" hostname=? addr=? terminal=? res=success'[  +8.633891] audit: type=1100 audit(1611574459.695:400): pid=22008 uid=1000 auid=1000 ses=6 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_fai
llock acct="julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'[  +0.004458] audit: type=1101 audit(1611574459.702:401): pid=22008 uid=1000 auid=1000 ses=6 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="
julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'[  +0.000586] audit: type=1110 audit(1611574459.702:402): pid=22008 uid=1000 auid=1000 ses=6 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock a
cct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'[  +0.005829] audit: type=1105 audit(1611574459.709:403): pid=22008 uid=1000 auid=1000 ses=6 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit ac
ct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'[  +0.031512] audit: type=1106 audit(1611574459.739:404): pid=22008 uid=1000 auid=1000 ses=6 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success
'[  +0.000007] audit: type=1104 audit(1611574459.739:405): pid=22008 uid=1000 auid=1000 ses=6 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock a
cct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'[ +10.060230] audit: type=1101 audit(1611574469.799:406): pid=22011 uid=1000 auid=1000 ses=6 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="
julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'[  +3.440173] audit: type=1101 audit(1611574473.239:407): pid=22012 uid=1000 auid=1000 ses=6 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="
julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'[  +0.001593] audit: type=1110 audit(1611574473.242:408): pid=22012 uid=1000 auid=1000 ses=6 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res
=success'[  +0.004961] audit: type=1105 audit(1611574473.245:409): pid=22012 uid=1000 auid=1000 ses=6 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  +0.630961] audit: type=1106 audit(1611574473.875:410): pid=22012 uid=1000 auid=1000 ses=6 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success
'[  +0.000170] audit: type=1104 audit(1611574473.875:411): pid=22012 uid=1000 auid=1000 ses=6 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res
=success'[  +9.747858] audit: type=1101 audit(1611574483.625:412): pid=22015 uid=1000 auid=1000 ses=6 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="
julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'[  +0.000682] audit: type=1110 audit(1611574483.625:413): pid=22015 uid=1000 auid=1000 ses=6 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res
=success'[  +0.004628] audit: type=1105 audit(1611574483.628:414): pid=22015 uid=1000 auid=1000 ses=6 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  +1.085966] audit: type=1106 audit(1611574484.715:415): pid=22015 uid=1000 auid=1000 ses=6 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success
'[  +0.000257] audit: type=1104 audit(1611574484.715:416): pid=22015 uid=1000 auid=1000 ses=6 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res
=success'[  +7.865494] audit: type=1101 audit(1611574492.578:417): pid=22022 uid=1000 auid=1000 ses=6 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  +0.000007] audit: type=1110 audit(1611574492.578:418): pid=22022 uid=1000 aui
d=1000 ses=6 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  +0.000005] audit: type=1105 audit(1611574492.581:419): pid=22022 uid=1000 auid=1000 ses=6 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  +0.626714] audit: type=1106 audit(1611574493.208:420): pid=22022 uid=1000 aui
d=1000 ses=6 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  +0.000009] audit: type=1104 audit(1611574493.208:421): pid=22022 uid=1000 auid=1000 ses=6 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res
=success'[Jan25 18:35] audit: type=1101 audit(1611574504.288:422): pid=22025 uid=1000 auid=1000 ses=6 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="
julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'[  +0.001615] audit: type=1110 audit(1611574504.291:423): pid=22025 uid=1000 auid=1000 ses=6 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_fa
illock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'[  +0.003819] audit: type=1105 audit(1611574504.294:424): pid=22025 uid=1000 auid=1000 ses=6 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit ac
ct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'[  +0.037593] audit: type=1106 audit(1611574504.331:425): pid=22025 uid=1000 auid=1000 ses=6 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit a
cct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'[  +0.000183] audit: type=1104 audit(1611574504.331:426): pid=22025 uid=1000 auid=1000 ses=6 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_fa
illock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'[  +7.185840] audit: type=1101 audit(1611574511.518:427): pid=22027 uid=1000 aui
d=1000 ses=6 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'[  +0.000640] audit: type=1110 audit(1611574511.518:428): pid=22027 uid=1000 auid=1000 ses=6 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_fa
illock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'[  +0.009594] audit: type=1105 audit(1611574511.528:429): pid=22027 uid=1000 auid=1000 ses=6 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit ac
ct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'[  +1.950568] audit: type=1106 audit(1611574513.478:430): pid=22027 uid=1000 auid=1000 ses=6 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit a
cct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'[  +0.000204] audit: type=1104 audit(1611574513.478:431): pid=22027 uid=1000 auid=1000 ses=6 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_fa
illock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'[ +11.408282] audit: type=1101 audit(1611574524.887:432): pid=22033 uid=1000 aui
d=1000 ses=6 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'[  +0.000503] audit: type=1110 audit(1611574524.887:433): pid=22033 uid=1000 auid=1000 ses=6 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_fa
illock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'[  +0.004646] audit: type=1105 audit(1611574524.891:434): pid=22033 uid=1000 auid=1000 ses=6 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit ac
ct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'[  +1.853136] audit: type=1106 audit(1611574526.744:435): pid=22033 uid=1000 auid=1000 ses=6 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit a
cct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'[  +0.000250] audit: type=1104 audit(1611574526.744:436): pid=22033 uid=1000 auid=1000 ses=6 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_fa
illock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'[ +17.867511] audit: type=1101 audit(1611574544.614:437): pid=22039 uid=1000 aui
d=1000 ses=6 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'[  +0.001212] audit: type=1110 audit(1611574544.614:438): pid=22039 uid=1000 auid=1000 ses=6 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_fa
illock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'[  +0.006887] audit: type=1105 audit(1611574544.620:439): pid=22039 uid=1000 auid=1000 ses=6 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit ac
ct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'[  +0.030161] audit: type=1106 audit(1611574544.650:440): pid=22039 uid=1000 auid=1000 ses=6 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success
'[  +0.000009] audit: type=1104 audit(1611574544.650:441): pid=22039 uid=1000 auid=1000 ses=6 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_fa
illock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'[  +3.296506] audit: type=1101 audit(1611574547.947:442): pid=22043 uid=1000 auid=1000 ses=6 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="
julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'[  +0.001206] audit: type=1110 audit(1611574547.947:443): pid=22043 uid=1000 auid=1000 ses=6 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_fa
illock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'[  +0.006152] audit: type=1105 audit(1611574547.953:444): pid=22043 uid=1000 aui
d=1000 ses=6 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'[  +1.792354] audit: type=1106 audit(1611574549.747:445): pid=22043 uid=1000 aui
d=1000 ses=6 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  +0.000199] audit: type=1104 audit(1611574549.747:446): pid=22043 uid=1000 auid=1000 ses=6 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res
=success'[Jan25 18:48] audit: type=1130 audit(1611575289.493:447): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=pamac-daemon comm="systemd" exe="/usr/lib/systemd
/systemd" hostname=? addr=? terminal=? res=success'[  +3.904354] audit: type=1100 audit(1611575293.397:448): pid=22331 uid=1000 auid=1000 ses=6 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_fai
llock acct="julian" exe="/usr/lib/polkit-1/polkit-agent-helper-1" hostname=? addr=? terminal=? res=success'
[  +0.005373] audit: type=1101 audit(1611575293.403:449): pid=22331 uid=1000 auid=1000 ses=6 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="julian" exe="/usr/lib/polkit-1/polkit-agent-helper-1" hostname=? addr=? terminal
=? res=success'[Jan25 18:57] proc: Bad value for 'hidepid'[  +0.316775] audit: type=1130 audit(1611575824.832:450): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/sy
stemd/systemd" hostname=? addr=? terminal=? res=success'[ +30.064144] audit: type=1131 audit(1611575854.899:451): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +6.366292] proc: Bad value for 'hidepid'[  +0.194986] audit: type=1130 audit(1611575861.459:452): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/sy
stemd/systemd" hostname=? addr=? terminal=? res=success'[Jan25 18:58] audit: type=1130 audit(1611575883.458:453): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +8.058732] audit: type=1131 audit(1611575891.518:454): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +1.727471] audit: type=1131 audit(1611575893.245:455): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'[Jan25 19:01] audit: type=1100 audit(1611576072.839:456): pid=22996 uid=1000 aui
d=1000 ses=6 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'[  +0.004427] audit: type=1101 audit(1611576072.842:457): pid=22996 uid=1000 aui
d=1000 ses=6 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'[  +0.000471] audit: type=1110 audit(1611576072.842:458): pid=22996 uid=1000 aui
d=1000 ses=6 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'[  +0.003565] audit: type=1105 audit(1611576072.846:459): pid=22996 uid=1000 aui
d=1000 ses=6 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'[  +0.086569] audit: type=1106 audit(1611576072.932:460): pid=22996 uid=1000 aui
d=1000 ses=6 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'[  +0.000407] audit: type=1104 audit(1611576072.932:461): pid=22996 uid=1000 aui
d=1000 ses=6 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'[ +10.194219] audit: type=1101 audit(1611576083.129:462): pid=22998 uid=1000 aui
d=1000 ses=6 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'[  +0.001452] audit: type=1110 audit(1611576083.129:463): pid=22998 uid=1000 aui
d=1000 ses=6 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'[  +0.004890] audit: type=1105 audit(1611576083.136:464): pid=22998 uid=1000 aui
d=1000 ses=6 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'[  +0.025871] audit: type=1106 audit(1611576083.159:465): pid=22998 uid=1000 aui
d=1000 ses=6 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'[  +0.000008] audit: type=1104 audit(1611576083.159:466): pid=22998 uid=1000 aui
d=1000 ses=6 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'[  +2.518079] audit: type=1101 audit(1611576085.679:467): pid=23000 uid=1000 aui
d=1000 ses=6 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'[  +0.000982] audit: type=1110 audit(1611576085.679:468): pid=23000 uid=1000 aui
d=1000 ses=6 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'[  +0.011323] audit: type=1105 audit(1611576085.692:469): pid=23000 uid=1000 aui
d=1000 ses=6 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'[  +3.705331] audit: type=1106 audit(1611576089.393:470): pid=23000 uid=1000 aui
d=1000 ses=6 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'[  +0.000007] audit: type=1104 audit(1611576089.396:471): pid=23000 uid=1000 aui
d=1000 ses=6 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'[Jan25 19:10] audit: type=1100 audit(1611576605.256:472): pid=23401 uid=1000 aui
d=1000 ses=6 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'[  +0.014335] audit: type=1101 audit(1611576605.269:473): pid=23401 uid=1000 aui
d=1000 ses=6 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'[  +0.000008] audit: type=1110 audit(1611576605.269:474): pid=23401 uid=1000 aui
d=1000 ses=6 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'[  +0.001219] audit: type=1105 audit(1611576605.272:475): pid=23401 uid=1000 aui
d=1000 ses=6 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'[  +0.125966] audit: type=1100 audit(1611576605.399:476): pid=23402 uid=0 auid=1
000 ses=6 msg='op=PAM:authentication grantors=pam_rootok acct="root" exe="/usr/bin/su" hostname=manjaro addr=? terminal=pts/2 res=success'[  +0.000391] audit: type=1101 audit(1611576605.399:477): pid=23402 uid=0 auid=1000 ses=6 msg='op=PAM:accounting grantors=pam_unix acct="root" exe="/usr/bin/su"
 hostname=manjaro addr=? terminal=pts/2 res=success'[  +0.000843] audit: type=1103 audit(1611576605.399:478): pid=23402 uid=0 auid=1000 ses=6 msg='op=PAM:setcred grantors=pam_rootok acct="root" exe="/usr/bin/su" hostname=manjaro addr=? terminal=pts/2 res=success'
[  +0.000224] audit: type=1105 audit(1611576605.399:479): pid=23402 uid=0 auid=1000 ses=6 msg='op=PAM:session_open grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=manjaro addr=? terminal=pts/2 res=success'
[Jan25 19:17] audit: type=1106 audit(1611577024.762:480): pid=23402 uid=0 auid=1000 ses=6 msg='op=PAM:session_close grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=manjaro addr=? terminal=pts/2 res=success'[  +0.000007] audit: type=1104 audit(1611577024.762:481): pid=23402 uid=0 auid=1
000 ses=6 msg='op=PAM:setcred grantors=pam_rootok acct="root" exe="/usr/bin/su" hostname=manjaro addr=? terminal=pts/2 res=success'cct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success
[  +0.000704] audit: type=1106 audit(1611577024.765:482): pid=23401 uid=1000 auid=1000 ses=6 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit ad=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  +5.345324] audit: type=1106 audit(1611566979.008:199): pid=13066 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  +0.000250] audit: type=1104 audit(1611566979.008:200): pid=13066 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success
'cct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[  +0.000903] audit: type=1104 audit(1611577024.765:483): pid=23401 uid=1000 aud=1000 ses=6 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock cct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=succes'
[Jan25 19:19] audit: type=1100 audit(1611577194.588:484): pid=23613 uid=1000 aud=1000 ses=6 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_fallock acct="julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 rs=success'
[  +0.007478] audit: type=1101 audit(1611577194.595:485): pid=23613 uid=1000 aud=1000 ses=6 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct=julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  +0.000395] audit: type=1110 audit(1611577194.595:486): pid=23613 uid=1000 aud=1000 ses=6 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock cct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=succes'
[  +0.003594] audit: type=1105 audit(1611577194.598:487): pid=23613 uid=1000 aud=1000 ses=6 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit act="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success

We are only interested in the last few lines of those logs -
those that keep changing as you plug/unplug your devices.

especially dmesg - just the lines that should keep changing and a few before
Can you try again?
… any device - try a few like your phone, the stick you installed from, then your mouse/keyboard

There is nothing USB related in any of the output.
If you did plug/unplug something while the command was running
… I have no clue as to how to proceed - that would mean that none of your devices is recognized - but lsusb and inxi show that the hardware is present
and you even used a USB device to install the system, so it clearly does work.

Okay here’s another try with mouse, keyboard, usb stick, and kindle device

-- Journal begins at Mon 2021-01-25 04:24:59 WIB. --
Jan 25 19:52:53 manjaro NetworkManager[518]: <info>  [1611579173.8239] dhcp4 (wlp2s0): option requested_time_offset => '1'
Jan 25 19:52:53 manjaro NetworkManager[518]: <info>  [1611579173.8239] dhcp4 (wlp2s0): option requested_wpad       => '1'
Jan 25 19:52:53 manjaro NetworkManager[518]: <info>  [1611579173.8239] dhcp4 (wlp2s0): option routers              => '192.168.43.165'
Jan 25 19:52:53 manjaro NetworkManager[518]: <info>  [1611579173.8240] dhcp4 (wlp2s0): option subnet_mask          => '255.255.255.0'
Jan 25 19:52:53 manjaro NetworkManager[518]: <info>  [1611579173.8240] dhcp4 (wlp2s0): state changed extended -> extended
Jan 25 19:52:53 manjaro systemd[1]: Starting Network Manager Script Dispatcher Service...
Jan 25 19:52:53 manjaro systemd[1]: Started Network Manager Script Dispatcher Service.
Jan 25 19:53:04 manjaro systemd[1]: NetworkManager-dispatcher.service: Succeeded.
Jan 25 19:53:04 manjaro kernel: audit: type=1131 audit(1611579184.254:495): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 25 19:53:04 manjaro audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'                        
Jan 25 19:54:09 manjaro kernel: asus_laptop: Unknown key 81 pressed
Jan 25 19:54:10 manjaro wpa_supplicant[692]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jan 25 19:54:10 manjaro wpa_supplicant[692]: wlp2s0: CTRL-EVENT-DISCONNECTED bssid=0c:9d:92:9f:d4:ca reason=4 locally_generated=1
Jan 25 19:54:10 manjaro wpa_supplicant[692]: wlp2s0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD
Jan 25 19:54:10 manjaro NetworkManager[518]: <info>  [1611579250.2841] device (wlp2s0): supplicant interface state: completed -> disconnected
Jan 25 19:54:10 manjaro NetworkManager[518]: <info>  [1611579250.2842] device (p2p-dev-wlp2s0): supplicant management interface state: completed -> disconnected
Jan 25 19:54:10 manjaro NetworkManager[518]: <info>  [1611579250.3638] device (wlp2s0): supplicant interface state: disconnected -> scanning
Jan 25 19:54:10 manjaro NetworkManager[518]: <info>  [1611579250.3639] device (p2p-dev-wlp2s0): supplicant management interface state: disconnected -> scanning
Jan 25 19:54:11 manjaro kernel: asus_laptop: Unknown key 80 pressed
Jan 25 19:54:11 manjaro wpa_supplicant[692]: wlp2s0: SME: Trying to authenticate with 0c:9d:92:9f:d4:ca (SSID='AndroidAP_2356' freq=2462 MHz)
Jan 25 19:54:11 manjaro kernel: wlp2s0: authenticate with 0c:9d:92:9f:d4:ca
Jan 25 19:54:11 manjaro kernel: wlp2s0: send auth to 0c:9d:92:9f:d4:ca (try 1/3)
Jan 25 19:54:11 manjaro NetworkManager[518]: <info>  [1611579251.5757] device (wlp2s0): supplicant interface state: scanning -> authenticating
Jan 25 19:54:11 manjaro NetworkManager[518]: <info>  [1611579251.5757] device (p2p-dev-wlp2s0): supplicant management interface state: scanning -> authenticating
Jan 25 19:54:11 manjaro kernel: wlp2s0: send auth to 0c:9d:92:9f:d4:ca (try 2/3)
Jan 25 19:54:11 manjaro kernel: wlp2s0: send auth to 0c:9d:92:9f:d4:ca (try 3/3)
Jan 25 19:54:11 manjaro kernel: wlp2s0: authentication with 0c:9d:92:9f:d4:ca timed out
Jan 25 19:54:11 manjaro NetworkManager[518]: <info>  [1611579251.9222] device (wlp2s0): supplicant interface state: authenticating -> disconnected
Jan 25 19:54:11 manjaro NetworkManager[518]: <info>  [1611579251.9223] device (p2p-dev-wlp2s0): supplicant management interface state: authenticating -> disconnected
Jan 25 19:54:12 manjaro NetworkManager[518]: <info>  [1611579252.4367] device (wlp2s0): supplicant interface state: disconnected -> scanning
Jan 25 19:54:12 manjaro NetworkManager[518]: <info>  [1611579252.4368] device (p2p-dev-wlp2s0): supplicant management interface state: disconnected -> scanning
Jan 25 19:54:13 manjaro wpa_supplicant[692]: wlp2s0: SME: Trying to authenticate with 0c:9d:92:9f:d4:ca (SSID='AndroidAP_2356' freq=2462 MHz)
Jan 25 19:54:13 manjaro kernel: wlp2s0: authenticate with 0c:9d:92:9f:d4:ca
Jan 25 19:54:13 manjaro NetworkManager[518]: <info>  [1611579253.6443] device (wlp2s0): supplicant interface state: scanning -> authenticating
Jan 25 19:54:13 manjaro kernel: wlp2s0: send auth to 0c:9d:92:9f:d4:ca (try 1/3)
Jan 25 19:54:13 manjaro NetworkManager[518]: <info>  [1611579253.6444] device (p2p-dev-wlp2s0): supplicant management interface state: scanning -> authenticating
Jan 25 19:54:13 manjaro kernel: wlp2s0: send auth to 0c:9d:92:9f:d4:ca (try 2/3)
Jan 25 19:54:13 manjaro kernel: wlp2s0: send auth to 0c:9d:92:9f:d4:ca (try 3/3)
Jan 25 19:54:13 manjaro kernel: wlp2s0: authentication with 0c:9d:92:9f:d4:ca timed out
Jan 25 19:54:13 manjaro NetworkManager[518]: <info>  [1611579253.9895] device (wlp2s0): supplicant interface state: authenticating -> disconnected
Jan 25 19:54:13 manjaro NetworkManager[518]: <info>  [1611579253.9896] device (p2p-dev-wlp2s0): supplicant management interface state: authenticating -> disconnected
Jan 25 19:54:15 manjaro NetworkManager[518]: <info>  [1611579255.0047] device (wlp2s0): supplicant interface state: disconnected -> scanning
Jan 25 19:54:15 manjaro NetworkManager[518]: <info>  [1611579255.0048] device (p2p-dev-wlp2s0): supplicant management interface state: disconnected -> scanning
Jan 25 19:54:16 manjaro wpa_supplicant[692]: wlp2s0: SME: Trying to authenticate with 0c:9d:92:9f:d4:ca (SSID='AndroidAP_2356' freq=2462 MHz)
Jan 25 19:54:16 manjaro kernel: wlp2s0: authenticate with 0c:9d:92:9f:d4:ca
Jan 25 19:54:16 manjaro kernel: wlp2s0: send auth to 0c:9d:92:9f:d4:ca (try 1/3)
Jan 25 19:54:16 manjaro NetworkManager[518]: <info>  [1611579256.1993] device (wlp2s0): supplicant interface state: scanning -> authenticating
Jan 25 19:54:16 manjaro NetworkManager[518]: <info>  [1611579256.1993] device (p2p-dev-wlp2s0): supplicant management interface state: scanning -> authenticating
Jan 25 19:54:16 manjaro kernel: wlp2s0: send auth to 0c:9d:92:9f:d4:ca (try 2/3)
Jan 25 19:54:16 manjaro kernel: wlp2s0: send auth to 0c:9d:92:9f:d4:ca (try 3/3)
Jan 25 19:54:16 manjaro kernel: wlp2s0: authentication with 0c:9d:92:9f:d4:ca timed out
Jan 25 19:54:16 manjaro wpa_supplicant[692]: wlp2s0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="AndroidAP_2356" auth_failures=1 duration=10 reason=CONN_FAILED
Jan 25 19:54:16 manjaro NetworkManager[518]: <info>  [1611579256.5481] device (wlp2s0): supplicant interface state: authenticating -> disconnected
Jan 25 19:54:16 manjaro NetworkManager[518]: <info>  [1611579256.5482] device (p2p-dev-wlp2s0): supplicant management interface state: authenticating -> disconnected
Jan 25 19:54:17 manjaro geoclue[1058]: Failed to query location: Error resolving “location.services.mozilla.com”: Name or service not known                   
Jan 25 19:54:21 manjaro NetworkManager[518]: <info>  [1611579261.5612] device (wlp2s0): supplicant interface state: disconnected -> scanning
Jan 25 19:54:21 manjaro NetworkManager[518]: <info>  [1611579261.5613] device (p2p-dev-wlp2s0): supplicant management interface state: disconnected -> scanning
Jan 25 19:54:25 manjaro NetworkManager[518]: <warn>  [1611579265.2297] device (wlp2s0): link timed out.                                                       
Jan 25 19:54:25 manjaro NetworkManager[518]: <info>  [1611579265.2308] device (wlp2s0): state change: activated -> failed (reason 'ssid-not-found', sys-iface-state: 'managed')
Jan 25 19:54:25 manjaro NetworkManager[518]: <info>  [1611579265.3652] manager: NetworkManager state is now DISCONNECTED
Jan 25 19:54:25 manjaro NetworkManager[518]: <info>  [1611579265.4967] device (wlp2s0): set-hw-addr: set MAC address to FE:A9:3A:2A:C6:8A (scanning)
Jan 25 19:54:25 manjaro avahi-daemon[382]: Interface wlp2s0.IPv6 no longer relevant for mDNS.
Jan 25 19:54:25 manjaro NetworkManager[518]: <info>  [1611579265.5377] dns-mgr: Removing DNS information from /usr/bin/resolvconf
Jan 25 19:54:25 manjaro avahi-daemon[382]: Leaving mDNS multicast group on interface wlp2s0.IPv6 with address fe80::f76c:3e2:f7cf:96e7.
Jan 25 19:54:25 manjaro avahi-daemon[382]: Interface wlp2s0.IPv4 no longer relevant for mDNS.
Jan 25 19:54:25 manjaro avahi-daemon[382]: Leaving mDNS multicast group on interface wlp2s0.IPv4 with address 192.168.43.29.
Jan 25 19:54:25 manjaro avahi-daemon[382]: Withdrawing address record for fe80::f76c:3e2:f7cf:96e7 on wlp2s0.
Jan 25 19:54:25 manjaro avahi-daemon[382]: Withdrawing address record for 192.168.43.29 on wlp2s0.
Jan 25 19:54:25 manjaro avahi-daemon[382]: Joining mDNS multicast group on interface wlp2s0.IPv4 with address 192.168.43.29.
Jan 25 19:54:25 manjaro avahi-daemon[382]: New relevant interface wlp2s0.IPv4 for mDNS.
Jan 25 19:54:25 manjaro avahi-daemon[382]: Registering new address record for 192.168.43.29 on wlp2s0.IPv4.
Jan 25 19:54:26 manjaro avahi-daemon[382]: Got SIGHUP, reloading.
Jan 25 19:54:26 manjaro avahi-daemon[382]: No service file found in /etc/avahi/services.
Jan 25 19:54:26 manjaro wpa_supplicant[692]: wlp2s0: Reject scan trigger since one is already pending
Jan 25 19:54:26 manjaro NetworkManager[518]: <warn>  [1611579266.1149] device (wlp2s0): Activation: failed for connection 'AndroidAP_2356'                    
Jan 25 19:54:26 manjaro dbus-daemon[384]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.5' (uid=0 pid=518 comm="/usr/bin/NetworkManager --no-daemon ")
Jan 25 19:54:26 manjaro systemd[1]: Starting Network Manager Script Dispatcher Service...
Jan 25 19:54:26 manjaro NetworkManager[518]: <info>  [1611579266.1532] device (wlp2s0): supplicant interface state: scanning -> interface_disabled
Jan 25 19:54:26 manjaro wpa_supplicant[692]: wlp2s0: Reject scan trigger since one is already pending
Jan 25 19:54:26 manjaro NetworkManager[518]: <info>  [1611579266.1532] device (p2p-dev-wlp2s0): supplicant management interface state: scanning -> interface_disabled
Jan 25 19:54:26 manjaro avahi-daemon[382]: Withdrawing address record for 192.168.43.29 on wlp2s0.
Jan 25 19:54:26 manjaro NetworkManager[518]: <info>  [1611579266.1533] device (wlp2s0): supplicant interface state: interface_disabled -> scanning
Jan 25 19:54:26 manjaro avahi-daemon[382]: Leaving mDNS multicast group on interface wlp2s0.IPv4 with address 192.168.43.29.
Jan 25 19:54:26 manjaro NetworkManager[518]: <info>  [1611579266.1534] device (p2p-dev-wlp2s0): supplicant management interface state: interface_disabled -> scanning
Jan 25 19:54:26 manjaro avahi-daemon[382]: Interface wlp2s0.IPv4 no longer relevant for mDNS.
Jan 25 19:54:26 manjaro NetworkManager[518]: <info>  [1611579266.1673] device (wlp2s0): state change: failed -> disconnected (reason 'none', sys-iface-state: 'managed')
Jan 25 19:54:26 manjaro NetworkManager[518]: <info>  [1611579266.1689] dhcp4 (wlp2s0): canceled DHCP transaction
Jan 25 19:54:26 manjaro NetworkManager[518]: <info>  [1611579266.1690] dhcp4 (wlp2s0): state changed extended -> done
Jan 25 19:54:26 manjaro dbus-daemon[384]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jan 25 19:54:26 manjaro kernel: audit: type=1130 audit(1611579266.379:496): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 25 19:54:26 manjaro audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'                       
Jan 25 19:54:26 manjaro systemd[1]: Started Network Manager Script Dispatcher Service.
Jan 25 19:54:26 manjaro NetworkManager[518]: <info>  [1611579266.7453] device (wlp2s0): supplicant interface state: scanning -> disconnected
Jan 25 19:54:26 manjaro NetworkManager[518]: <info>  [1611579266.7453] device (p2p-dev-wlp2s0): supplicant management interface state: scanning -> disconnected
Jan 25 19:54:26 manjaro NetworkManager[518]: <info>  [1611579266.7466] policy: auto-activating connection 'AndroidAP_2356' (dfe16161-f2c1-4f5a-9d3c-bf3b8b68d5e6)
Jan 25 19:54:26 manjaro NetworkManager[518]: <info>  [1611579266.7475] device (wlp2s0): Activation: starting connection 'AndroidAP_2356' (dfe16161-f2c1-4f5a-9d3c-bf3b8b68d5e6)
Jan 25 19:54:26 manjaro NetworkManager[518]: <info>  [1611579266.7478] device (wlp2s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Jan 25 19:54:26 manjaro NetworkManager[518]: <info>  [1611579266.7484] manager: NetworkManager state is now CONNECTING
Jan 25 19:54:26 manjaro NetworkManager[518]: <info>  [1611579266.7664] device (wlp2s0): set-hw-addr: reset MAC address to 00:25:D3:03:DD:4B (preserve)
Jan 25 19:54:26 manjaro NetworkManager[518]: <info>  [1611579266.7889] device (wlp2s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Jan 25 19:54:26 manjaro NetworkManager[518]: <info>  [1611579266.8020] device (wlp2s0): Activation: (wifi) access point 'AndroidAP_2356' has security, but secrets are required.
Jan 25 19:54:26 manjaro NetworkManager[518]: <info>  [1611579266.8026] device (wlp2s0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Jan 25 19:54:26 manjaro NetworkManager[518]: <info>  [1611579266.8154] device (wlp2s0): supplicant interface state: disconnected -> interface_disabled
Jan 25 19:54:26 manjaro NetworkManager[518]: <info>  [1611579266.8159] device (p2p-dev-wlp2s0): supplicant management interface state: disconnected -> interface_disabled
Jan 25 19:54:26 manjaro NetworkManager[518]: <info>  [1611579266.8288] device (wlp2s0): supplicant interface state: interface_disabled -> inactive
Jan 25 19:54:26 manjaro NetworkManager[518]: <info>  [1611579266.8288] device (p2p-dev-wlp2s0): supplicant management interface state: interface_disabled -> inactive
Jan 25 19:54:26 manjaro NetworkManager[518]: <info>  [1611579266.8324] device (wlp2s0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Jan 25 19:54:26 manjaro NetworkManager[518]: <info>  [1611579266.8415] device (wlp2s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Jan 25 19:54:26 manjaro NetworkManager[518]: <info>  [1611579266.8466] device (wlp2s0): Activation: (wifi) connection 'AndroidAP_2356' has security, and secrets exist.  No new secrets needed.
Jan 25 19:54:26 manjaro NetworkManager[518]: <info>  [1611579266.8469] Config: added 'ssid' value 'AndroidAP_2356'
Jan 25 19:54:26 manjaro NetworkManager[518]: <info>  [1611579266.8473] Config: added 'scan_ssid' value '1'
Jan 25 19:54:26 manjaro NetworkManager[518]: <info>  [1611579266.8473] Config: added 'bgscan' value 'simple:30:-70:86400'
Jan 25 19:54:26 manjaro NetworkManager[518]: <info>  [1611579266.8474] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK'
Jan 25 19:54:26 manjaro NetworkManager[518]: <info>  [1611579266.8474] Config: added 'auth_alg' value 'OPEN'
Jan 25 19:54:26 manjaro NetworkManager[518]: <info>  [1611579266.8474] Config: added 'psk' value '<hidden>'
Jan 25 19:54:26 manjaro NetworkManager[518]: <info>  [1611579266.8688] device (wlp2s0): supplicant interface state: inactive -> scanning
Jan 25 19:54:26 manjaro NetworkManager[518]: <info>  [1611579266.8688] device (p2p-dev-wlp2s0): supplicant management interface state: inactive -> scanning
Jan 25 19:54:28 manjaro wpa_supplicant[692]: wlp2s0: SME: Trying to authenticate with 0c:9d:92:9f:d4:ca (SSID='AndroidAP_2356' freq=2462 MHz)
Jan 25 19:54:28 manjaro kernel: wlp2s0: authenticate with 0c:9d:92:9f:d4:ca
Jan 25 19:54:28 manjaro kernel: wlp2s0: send auth to 0c:9d:92:9f:d4:ca (try 1/3)
Jan 25 19:54:28 manjaro NetworkManager[518]: <info>  [1611579268.0670] device (wlp2s0): supplicant interface state: scanning -> authenticating
Jan 25 19:54:28 manjaro NetworkManager[518]: <info>  [1611579268.0670] device (p2p-dev-wlp2s0): supplicant management interface state: scanning -> authenticating
Jan 25 19:54:28 manjaro kernel: wlp2s0: send auth to 0c:9d:92:9f:d4:ca (try 2/3)
Jan 25 19:54:28 manjaro kernel: wlp2s0: send auth to 0c:9d:92:9f:d4:ca (try 3/3)
Jan 25 19:54:28 manjaro kernel: wlp2s0: authentication with 0c:9d:92:9f:d4:ca timed out
Jan 25 19:54:28 manjaro wpa_supplicant[692]: wlp2s0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="AndroidAP_2356" auth_failures=1 duration=10 reason=CONN_FAILED
Jan 25 19:54:28 manjaro NetworkManager[518]: <info>  [1611579268.4115] device (wlp2s0): supplicant interface state: authenticating -> disconnected
Jan 25 19:54:28 manjaro NetworkManager[518]: <info>  [1611579268.4116] device (p2p-dev-wlp2s0): supplicant management interface state: authenticating -> disconnected
Jan 25 19:54:36 manjaro audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'                        
Jan 25 19:54:36 manjaro systemd[1]: NetworkManager-dispatcher.service: Succeeded.
Jan 25 19:54:36 manjaro kernel: audit: type=1131 audit(1611579276.239:497): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 25 19:54:38 manjaro NetworkManager[518]: <info>  [1611579278.4263] device (wlp2s0): supplicant interface state: disconnected -> scanning
Jan 25 19:54:38 manjaro NetworkManager[518]: <info>  [1611579278.4264] device (p2p-dev-wlp2s0): supplicant management interface state: disconnected -> scanning
Jan 25 19:54:39 manjaro wpa_supplicant[692]: wlp2s0: CTRL-EVENT-SSID-REENABLED id=0 ssid="AndroidAP_2356"
Jan 25 19:54:39 manjaro wpa_supplicant[692]: wlp2s0: SME: Trying to authenticate with 0c:9d:92:9f:d4:ca (SSID='AndroidAP_2356' freq=2462 MHz)
Jan 25 19:54:39 manjaro kernel: wlp2s0: authenticate with 0c:9d:92:9f:d4:ca
Jan 25 19:54:39 manjaro NetworkManager[518]: <info>  [1611579279.6210] device (wlp2s0): supplicant interface state: scanning -> authenticating
Jan 25 19:54:39 manjaro kernel: wlp2s0: send auth to 0c:9d:92:9f:d4:ca (try 1/3)
Jan 25 19:54:39 manjaro NetworkManager[518]: <info>  [1611579279.6210] device (p2p-dev-wlp2s0): supplicant management interface state: scanning -> authenticating
Jan 25 19:54:39 manjaro kernel: wlp2s0: send auth to 0c:9d:92:9f:d4:ca (try 2/3)
Jan 25 19:54:39 manjaro wpa_supplicant[692]: wlp2s0: Trying to associate with 0c:9d:92:9f:d4:ca (SSID='AndroidAP_2356' freq=2462 MHz)
Jan 25 19:54:39 manjaro NetworkManager[518]: <info>  [1611579279.7316] device (wlp2s0): supplicant interface state: authenticating -> associating
Jan 25 19:54:39 manjaro NetworkManager[518]: <info>  [1611579279.7317] device (p2p-dev-wlp2s0): supplicant management interface state: authenticating -> associating
Jan 25 19:54:39 manjaro kernel: wlp2s0: authenticated
Jan 25 19:54:39 manjaro kernel: wlp2s0: associate with 0c:9d:92:9f:d4:ca (try 1/3)
Jan 25 19:54:39 manjaro kernel: wlp2s0: RX AssocResp from 0c:9d:92:9f:d4:ca (capab=0x1431 status=0 aid=11)
Jan 25 19:54:39 manjaro kernel: wlp2s0: associated
Jan 25 19:54:39 manjaro wpa_supplicant[692]: wlp2s0: Associated with 0c:9d:92:9f:d4:ca
Jan 25 19:54:39 manjaro wpa_supplicant[692]: wlp2s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Jan 25 19:54:39 manjaro NetworkManager[518]: <info>  [1611579279.7504] device (wlp2s0): supplicant interface state: associating -> associated
Jan 25 19:54:39 manjaro kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
Jan 25 19:54:39 manjaro NetworkManager[518]: <info>  [1611579279.7505] device (p2p-dev-wlp2s0): supplicant management interface state: associating -> associated
Jan 25 19:54:39 manjaro wpa_supplicant[692]: wlp2s0: WPA: Key negotiation completed with 0c:9d:92:9f:d4:ca [PTK=CCMP GTK=CCMP]
Jan 25 19:54:39 manjaro NetworkManager[518]: <info>  [1611579279.7605] device (wlp2s0): supplicant interface state: associated -> 4way_handshake
Jan 25 19:54:39 manjaro wpa_supplicant[692]: wlp2s0: CTRL-EVENT-CONNECTED - Connection to 0c:9d:92:9f:d4:ca completed [id=0 id_str=]
Jan 25 19:54:39 manjaro NetworkManager[518]: <info>  [1611579279.7606] device (p2p-dev-wlp2s0): supplicant management interface state: associated -> 4way_handshake
Jan 25 19:54:39 manjaro NetworkManager[518]: <info>  [1611579279.7692] device (wlp2s0): supplicant interface state: 4way_handshake -> completed
Jan 25 19:54:39 manjaro NetworkManager[518]: <info>  [1611579279.7692] device (wlp2s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "AndroidAP_2356"
Jan 25 19:54:39 manjaro NetworkManager[518]: <info>  [1611579279.7695] device (p2p-dev-wlp2s0): supplicant management interface state: 4way_handshake -> completed
Jan 25 19:54:39 manjaro NetworkManager[518]: <info>  [1611579279.7907] device (wlp2s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Jan 25 19:54:39 manjaro NetworkManager[518]: <info>  [1611579279.7933] dhcp4 (wlp2s0): activation: beginning transaction (timeout in 45 seconds)
Jan 25 19:54:39 manjaro avahi-daemon[382]: Joining mDNS multicast group on interface wlp2s0.IPv6 with address fe80::f76c:3e2:f7cf:96e7.
Jan 25 19:54:39 manjaro avahi-daemon[382]: New relevant interface wlp2s0.IPv6 for mDNS.
Jan 25 19:54:39 manjaro avahi-daemon[382]: Registering new address record for fe80::f76c:3e2:f7cf:96e7 on wlp2s0.*.
Jan 25 19:54:39 manjaro NetworkManager[518]: <info>  [1611579279.9485] dhcp4 (wlp2s0): option dhcp_lease_time      => '3600'
Jan 25 19:54:39 manjaro NetworkManager[518]: <info>  [1611579279.9485] dhcp4 (wlp2s0): option domain_name_servers  => '192.168.43.165'
Jan 25 19:54:39 manjaro NetworkManager[518]: <info>  [1611579279.9486] dhcp4 (wlp2s0): option expiry               => '1611582879'
Jan 25 19:54:39 manjaro NetworkManager[518]: <info>  [1611579279.9486] dhcp4 (wlp2s0): option host_name            => 'manjaro'
Jan 25 19:54:39 manjaro NetworkManager[518]: <info>  [1611579279.9486] dhcp4 (wlp2s0): option ip_address           => '192.168.43.29'
Jan 25 19:54:39 manjaro NetworkManager[518]: <info>  [1611579279.9486] dhcp4 (wlp2s0): option next_server          => '192.168.43.165'
Jan 25 19:54:39 manjaro NetworkManager[518]: <info>  [1611579279.9486] dhcp4 (wlp2s0): option requested_broadcast_address => '1'
Jan 25 19:54:39 manjaro NetworkManager[518]: <info>  [1611579279.9487] dhcp4 (wlp2s0): option requested_domain_name => '1'
Jan 25 19:54:39 manjaro NetworkManager[518]: <info>  [1611579279.9487] dhcp4 (wlp2s0): option requested_domain_name_servers => '1'
Jan 25 19:54:39 manjaro NetworkManager[518]: <info>  [1611579279.9487] dhcp4 (wlp2s0): option requested_domain_search => '1'
Jan 25 19:54:39 manjaro NetworkManager[518]: <info>  [1611579279.9487] dhcp4 (wlp2s0): option requested_host_name  => '1'
Jan 25 19:54:39 manjaro NetworkManager[518]: <info>  [1611579279.9487] dhcp4 (wlp2s0): option requested_interface_mtu => '1'
Jan 25 19:54:39 manjaro NetworkManager[518]: <info>  [1611579279.9488] dhcp4 (wlp2s0): option requested_ms_classless_static_routes => '1'
Jan 25 19:54:39 manjaro avahi-daemon[382]: Joining mDNS multicast group on interface wlp2s0.IPv4 with address 192.168.43.29.
Jan 25 19:54:39 manjaro NetworkManager[518]: <info>  [1611579279.9488] dhcp4 (wlp2s0): option requested_nis_domain => '1'
Jan 25 19:54:39 manjaro avahi-daemon[382]: New relevant interface wlp2s0.IPv4 for mDNS.
Jan 25 19:54:39 manjaro NetworkManager[518]: <info>  [1611579279.9488] dhcp4 (wlp2s0): option requested_nis_servers => '1'
Jan 25 19:54:39 manjaro avahi-daemon[382]: Registering new address record for 192.168.43.29 on wlp2s0.IPv4.
Jan 25 19:54:39 manjaro NetworkManager[518]: <info>  [1611579279.9488] dhcp4 (wlp2s0): option requested_ntp_servers => '1'
Jan 25 19:54:39 manjaro dbus-daemon[384]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.5' (uid=0 pid=518 comm="/usr/bin/NetworkManager --no-daemon ")
Jan 25 19:54:39 manjaro NetworkManager[518]: <info>  [1611579279.9488] dhcp4 (wlp2s0): option requested_rfc3442_classless_static_routes => '1'
Jan 25 19:54:39 manjaro NetworkManager[518]: <info>  [1611579279.9489] dhcp4 (wlp2s0): option requested_root_path  => '1'
Jan 25 19:54:39 manjaro NetworkManager[518]: <info>  [1611579279.9508] dhcp4 (wlp2s0): option requested_routers    => '1'
Jan 25 19:54:39 manjaro NetworkManager[518]: <info>  [1611579279.9508] dhcp4 (wlp2s0): option requested_static_routes => '1'
Jan 25 19:54:39 manjaro NetworkManager[518]: <info>  [1611579279.9508] dhcp4 (wlp2s0): option requested_subnet_mask => '1'
Jan 25 19:54:39 manjaro NetworkManager[518]: <info>  [1611579279.9508] dhcp4 (wlp2s0): option requested_time_offset => '1'
Jan 25 19:54:39 manjaro NetworkManager[518]: <info>  [1611579279.9509] dhcp4 (wlp2s0): option requested_wpad       => '1'
Jan 25 19:54:39 manjaro NetworkManager[518]: <info>  [1611579279.9509] dhcp4 (wlp2s0): option routers              => '192.168.43.165'
Jan 25 19:54:39 manjaro NetworkManager[518]: <info>  [1611579279.9509] dhcp4 (wlp2s0): option subnet_mask          => '255.255.255.0'
Jan 25 19:54:39 manjaro NetworkManager[518]: <info>  [1611579279.9509] dhcp4 (wlp2s0): state changed unknown -> bound
Jan 25 19:54:39 manjaro NetworkManager[518]: <info>  [1611579279.9619] device (wlp2s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Jan 25 19:54:39 manjaro systemd[1]: Starting Network Manager Script Dispatcher Service...
Jan 25 19:54:39 manjaro audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'                       
Jan 25 19:54:40 manjaro dbus-daemon[384]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jan 25 19:54:40 manjaro systemd[1]: Started Network Manager Script Dispatcher Service.
Jan 25 19:54:40 manjaro kernel: audit: type=1130 audit(1611579279.999:498): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 25 19:54:40 manjaro NetworkManager[518]: <info>  [1611579280.0394] device (wlp2s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Jan 25 19:54:40 manjaro NetworkManager[518]: <info>  [1611579280.0408] device (wlp2s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Jan 25 19:54:40 manjaro NetworkManager[518]: <info>  [1611579280.0486] manager: NetworkManager state is now CONNECTED_LOCAL
Jan 25 19:54:40 manjaro NetworkManager[518]: <info>  [1611579280.0716] manager: NetworkManager state is now CONNECTED_SITE
Jan 25 19:54:40 manjaro NetworkManager[518]: <info>  [1611579280.0783] policy: set 'AndroidAP_2356' (wlp2s0) as default for IPv4 routing and DNS
Jan 25 19:54:40 manjaro NetworkManager[518]: <info>  [1611579280.0877] dns-mgr: Writing DNS information to /usr/bin/resolvconf
Jan 25 19:54:40 manjaro wpa_supplicant[692]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-37 noise=-95 txrate=13000
Jan 25 19:54:40 manjaro avahi-daemon[382]: Got SIGHUP, reloading.
Jan 25 19:54:40 manjaro avahi-daemon[382]: No service file found in /etc/avahi/services.
Jan 25 19:54:40 manjaro NetworkManager[518]: <info>  [1611579280.2526] device (wlp2s0): Activation: successful, device activated.
Jan 25 19:54:40 manjaro NetworkManager[518]: <info>  [1611579280.7834] manager: NetworkManager state is now CONNECTED_GLOBAL
Jan 25 19:54:50 manjaro audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'                        
Jan 25 19:54:50 manjaro kernel: audit: type=1131 audit(1611579290.242:499): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 25 19:54:50 manjaro systemd[1]: NetworkManager-dispatcher.service: Succeeded.
Jan 25 19:55:24 manjaro qterminal[24296]: QFSFileEngine::open: No file name specified                                                                         
Jan 25 19:55:35 manjaro audit[24307]: USER_AUTH pid=24307 uid=1000 auid=1000 ses=6 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'                                                                            
Jan 25 19:55:35 manjaro kernel: audit: type=1100 audit(1611579335.795:500): pid=24307 uid=1000 auid=1000 ses=6 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
Jan 25 19:55:35 manjaro kernel: audit: type=1101 audit(1611579335.801:501): pid=24307 uid=1000 auid=1000 ses=6 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
Jan 25 19:55:35 manjaro kernel: audit: type=1110 audit(1611579335.801:502): pid=24307 uid=1000 auid=1000 ses=6 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'
Jan 25 19:55:35 manjaro kernel: audit: type=1105 audit(1611579335.805:503): pid=24307 uid=1000 auid=1000 ses=6 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
Jan 25 19:55:35 manjaro audit[24307]: USER_ACCT pid=24307 uid=1000 auid=1000 ses=6 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'         
Jan 25 19:55:35 manjaro audit[24307]: CRED_REFR pid=24307 uid=1000 auid=1000 ses=6 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'      
Jan 25 19:55:35 manjaro audit[24307]: USER_START pid=24307 uid=1000 auid=1000 ses=6 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'      
Jan 25 19:55:35 manjaro dbus-daemon[384]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.400' (uid=0 pid=24307 comm="sudo dmesg -Hw ")
Jan 25 19:55:35 manjaro dbus-daemon[384]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jan 25 19:55:35 manjaro sudo[24307]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.       
Jan 25 19:55:35 manjaro sudo[24307]:   julian : TTY=pts/2 ; PWD=/home/julian ; USER=root ; COMMAND=/usr/bin/dmesg -Hw
Jan 25 19:55:35 manjaro sudo[24307]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Jan 25 19:56:08 manjaro wpa_supplicant[692]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-30 noise=-95 txrate=65000

and

[  +0.005743] audit: type=1105 audit(1611573729.467:347): pid=18790 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  +4.883232] audit: type=1130 audit(1611573734.351:348): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=run-u269 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +0.000067] audit: type=1131 audit(1611573734.351:349): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=run-u269 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[Jan25 18:24] audit: type=1130 audit(1611573849.546:350): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=pamac-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ +32.259102] audit: type=1100 audit(1611573881.809:351): pid=18871 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="julian" exe="/usr/lib/polkit-1/polkit-agent-helper-1" hostname=? addr=? terminal=? res=success'
[  +0.009006] audit: type=1101 audit(1611573881.816:352): pid=18871 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="julian" exe="/usr/lib/polkit-1/polkit-agent-helper-1" hostname=? addr=? terminal=? res=success'
[Jan25 18:25] audit: type=1130 audit(1611573938.456:353): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=run-u278 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[  +0.147213] audit: type=1106 audit(1611573938.606:354): pid=18790 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  +0.000141] audit: type=1104 audit(1611573938.606:355): pid=18790 uid=1000 auid=1000 ses=2 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'
[Jan25 18:27] audit: type=1113 audit(1611574067.607:356): pid=818 uid=0 auid=1000 ses=2 msg='op=logout id=1000 exe="/usr/bin/lightdm" hostname=manjaro addr=? terminal=/dev/tty7 res=success'
[  +0.135314] audit: type=1106 audit(1611574067.741:357): pid=818 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env,pam_gnome_keyring acct="julian" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[  +0.015452] audit: type=1104 audit(1611574067.757:358): pid=818 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="julian" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[  +0.603436] audit: type=1130 audit(1611574068.361:359): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +0.158638] wlp2s0: deauthenticating from 0c:9d:92:9f:d4:ca by local choice (Reason: 3=DEAUTH_LEAVING)
[  +6.602518] audit: type=1103 audit(1611574075.120:360): pid=21208 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[  +0.081259] audit: type=1130 audit(1611574075.200:361): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@971 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +0.093098] audit: type=1101 audit(1611574075.294:362): pid=21212 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +0.001415] audit: type=1103 audit(1611574075.297:363): pid=21212 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[  +0.000009] audit: type=1006 audit(1611574075.297:364): pid=21212 uid=0 old-auid=4294967295 auid=971 tty=(none) old-ses=4294967295 ses=5 res=1
[  +0.010783] audit: type=1105 audit(1611574075.307:365): pid=21212 uid=0 auid=971 ses=5 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +0.459470] audit: type=1130 audit(1611574075.764:366): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@971 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +0.009594] audit: type=1105 audit(1611574075.777:367): pid=21208 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_unix,pam_systemd acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[  +2.467453] audit: type=1131 audit(1611574078.244:368): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[Jan25 18:28] audit: type=1100 audit(1611574081.313:369): pid=21255 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="julian" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[  +0.006209] audit: type=1101 audit(1611574081.320:370): pid=21255 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="julian" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[  +0.238344] audit: type=1106 audit(1611574081.557:371): pid=21208 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_unix,pam_systemd acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[  +0.001399] audit: type=1104 audit(1611574081.560:372): pid=21208 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[  +0.026248] audit: type=1103 audit(1611574081.587:373): pid=21255 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="julian" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[  +0.000945] audit: type=1006 audit(1611574081.587:374): pid=21255 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=6 res=1
[  +0.260610] audit: type=1105 audit(1611574081.847:375): pid=21255 uid=0 auid=1000 ses=6 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env,pam_gnome_keyring acct="julian" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[  +0.228247] audit: type=1112 audit(1611574082.077:376): pid=21255 uid=0 auid=1000 ses=6 msg='op=login id=1000 exe="/usr/bin/lightdm" hostname=manjaro addr=? terminal=/dev/tty7 res=success'
[  +0.858209] wlp2s0: authenticate with 0c:9d:92:9f:d4:ca
[  +0.023023] wlp2s0: send auth to 0c:9d:92:9f:d4:ca (try 1/3)
[  +0.039656] wlp2s0: authenticated
[  +0.002279] wlp2s0: associate with 0c:9d:92:9f:d4:ca (try 1/3)
[  +0.007480] wlp2s0: RX AssocResp from 0c:9d:92:9f:d4:ca (capab=0x1431 status=0 aid=10)
[  +0.000161] wlp2s0: associated
[  +0.074734] IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
[  +2.115169] audit: type=1130 audit(1611574085.197:377): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +6.733296] audit: type=1131 audit(1611574091.926:378): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@971 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +0.020631] audit: type=1131 audit(1611574091.950:379): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@971 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +3.290596] audit: type=1131 audit(1611574095.240:380): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +0.918531] audit: type=1130 audit(1611574096.160:381): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=blueman-mechanism comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ +29.837038] audit: type=1131 audit(1611574125.999:382): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=blueman-mechanism comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[Jan25 18:31] audit: type=1100 audit(1611574291.407:383): pid=21774 uid=1000 auid=1000 ses=6 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="julian" exe="/usr/lib/polkit-1/polkit-agent-helper-1" hostname=? addr=? terminal=? res=success'
[  +0.007123] audit: type=1101 audit(1611574291.413:384): pid=21774 uid=1000 auid=1000 ses=6 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="julian" exe="/usr/lib/polkit-1/polkit-agent-helper-1" hostname=? addr=? terminal=? res=success'
[Jan25 18:32] lxqt-panel[21318]: segfault at 8 ip 00007fdefc02da24 sp 00007ffdbbeb3920 error 4 in libQt5Widgets.so.5.15.2[7fdefbea3000+3b0000]                  
[  +0.000041] Code: 63 50 48 89 54 24 10 48 89 44 24 18 48 c7 04 24 00 00 00 00 48 c7 44 24 08 00 00 00 00 e8 e4 ec e7 ff 48 89 e7 e8 dc ec e7 ff <49> 8b 44 24 08 48 89 98 b8 02 00 00 4c 89 6b 08 4c 89 6b 10 48 8b
[  +0.000508] audit: type=1701 audit(1611574333.312:385): auid=1000 uid=1000 gid=1000 ses=6 pid=21318 comm="lxqt-panel" exe="/usr/bin/lxqt-panel" sig=11 res=1
[  +0.112573] audit: type=1130 audit(1611574333.425:386): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@0-21828-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +4.924554] audit: type=1131 audit(1611574338.349:387): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@0-21828-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +0.079520] traps: pasystray[21339] trap int3 ip:7f4cac6bb294 sp:7ffdbf8b1380 error:0 in libglib-2.0.so.0.6600.4[7f4cac67b000+8c000]
[  +0.000088] audit: type=1701 audit(1611574338.429:388): auid=1000 uid=1000 gid=1000 ses=6 pid=21339 comm="pasystray" exe="/usr/bin/pasystray" sig=5 res=1
[  +0.015012] traps: pamac-tray[21335] trap int3 ip:7f66bc8dd294 sp:7ffd3e27a7b0 error:0 in libglib-2.0.so.0.6600.4[7f66bc89d000+8c000]
[  +0.000138] audit: type=1701 audit(1611574338.445:389): auid=1000 uid=1000 gid=1000 ses=6 pid=21335 comm="pamac-tray" exe="/usr/bin/pamac-tray" sig=5 res=1
[  +0.000378] traps: nm-applet[21328] trap int3 ip:7f42b9c53294 sp:7ffcf0c5f7a0 error:0 in libglib-2.0.so.0.6600.4[7f42b9c13000+8c000]
[  +0.000048] audit: type=1701 audit(1611574338.445:390): auid=1000 uid=1000 gid=1000 ses=6 pid=21328 comm="nm-applet" exe="/usr/bin/nm-applet" sig=5 res=1
[  +0.089085] audit: type=1130 audit(1611574338.535:391): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@1-21836-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +0.063412] audit: type=1130 audit(1611574338.599:392): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@2-21837-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +0.020285] audit: type=1130 audit(1611574338.619:393): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@3-21838-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[Jan25 18:34] kauditd_printk_skb: 3 callbacks suppressed
[  +0.000013] audit: type=1100 audit(1611574447.936:397): pid=21996 uid=1000 auid=1000 ses=6 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="julian" exe="/usr/lib/polkit-1/polkit-agent-helper-1" hostname=? addr=? terminal=? res=success'
[  +0.006166] audit: type=1101 audit(1611574447.942:398): pid=21996 uid=1000 auid=1000 ses=6 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="julian" exe="/usr/lib/polkit-1/polkit-agent-helper-1" hostname=? addr=? terminal=? res=success'
[  +3.116949] audit: type=1131 audit(1611574451.059:399): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=pamac-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +8.633891] audit: type=1100 audit(1611574459.695:400): pid=22008 uid=1000 auid=1000 ses=6 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  +0.004458] audit: type=1101 audit(1611574459.702:401): pid=22008 uid=1000 auid=1000 ses=6 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  +0.000586] audit: type=1110 audit(1611574459.702:402): pid=22008 uid=1000 auid=1000 ses=6 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'
[  +0.005829] audit: type=1105 audit(1611574459.709:403): pid=22008 uid=1000 auid=1000 ses=6 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  +0.031512] audit: type=1106 audit(1611574459.739:404): pid=22008 uid=1000 auid=1000 ses=6 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  +0.000007] audit: type=1104 audit(1611574459.739:405): pid=22008 uid=1000 auid=1000 ses=6 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'
[ +10.060230] audit: type=1101 audit(1611574469.799:406): pid=22011 uid=1000 auid=1000 ses=6 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  +3.440173] audit: type=1101 audit(1611574473.239:407): pid=22012 uid=1000 auid=1000 ses=6 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  +0.001593] audit: type=1110 audit(1611574473.242:408): pid=22012 uid=1000 auid=1000 ses=6 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  +0.004961] audit: type=1105 audit(1611574473.245:409): pid=22012 uid=1000 auid=1000 ses=6 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  +0.630961] audit: type=1106 audit(1611574473.875:410): pid=22012 uid=1000 auid=1000 ses=6 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  +0.000170] audit: type=1104 audit(1611574473.875:411): pid=22012 uid=1000 auid=1000 ses=6 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  +9.747858] audit: type=1101 audit(1611574483.625:412): pid=22015 uid=1000 auid=1000 ses=6 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  +0.000682] audit: type=1110 audit(1611574483.625:413): pid=22015 uid=1000 auid=1000 ses=6 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  +0.004628] audit: type=1105 audit(1611574483.628:414): pid=22015 uid=1000 auid=1000 ses=6 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  +1.085966] audit: type=1106 audit(1611574484.715:415): pid=22015 uid=1000 auid=1000 ses=6 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  +0.000257] audit: type=1104 audit(1611574484.715:416): pid=22015 uid=1000 auid=1000 ses=6 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  +7.865494] audit: type=1101 audit(1611574492.578:417): pid=22022 uid=1000 auid=1000 ses=6 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  +0.000007] audit: type=1110 audit(1611574492.578:418): pid=22022 uid=1000 auid=1000 ses=6 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  +0.000005] audit: type=1105 audit(1611574492.581:419): pid=22022 uid=1000 auid=1000 ses=6 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  +0.626714] audit: type=1106 audit(1611574493.208:420): pid=22022 uid=1000 auid=1000 ses=6 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  +0.000009] audit: type=1104 audit(1611574493.208:421): pid=22022 uid=1000 auid=1000 ses=6 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[Jan25 18:35] audit: type=1101 audit(1611574504.288:422): pid=22025 uid=1000 auid=1000 ses=6 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  +0.001615] audit: type=1110 audit(1611574504.291:423): pid=22025 uid=1000 auid=1000 ses=6 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  +0.003819] audit: type=1105 audit(1611574504.294:424): pid=22025 uid=1000 auid=1000 ses=6 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  +0.037593] audit: type=1106 audit(1611574504.331:425): pid=22025 uid=1000 auid=1000 ses=6 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  +0.000183] audit: type=1104 audit(1611574504.331:426): pid=22025 uid=1000 auid=1000 ses=6 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  +7.185840] audit: type=1101 audit(1611574511.518:427): pid=22027 uid=1000 auid=1000 ses=6 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  +0.000640] audit: type=1110 audit(1611574511.518:428): pid=22027 uid=1000 auid=1000 ses=6 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  +0.009594] audit: type=1105 audit(1611574511.528:429): pid=22027 uid=1000 auid=1000 ses=6 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  +1.950568] audit: type=1106 audit(1611574513.478:430): pid=22027 uid=1000 auid=1000 ses=6 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  +0.000204] audit: type=1104 audit(1611574513.478:431): pid=22027 uid=1000 auid=1000 ses=6 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ +11.408282] audit: type=1101 audit(1611574524.887:432): pid=22033 uid=1000 auid=1000 ses=6 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  +0.000503] audit: type=1110 audit(1611574524.887:433): pid=22033 uid=1000 auid=1000 ses=6 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  +0.004646] audit: type=1105 audit(1611574524.891:434): pid=22033 uid=1000 auid=1000 ses=6 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  +1.853136] audit: type=1106 audit(1611574526.744:435): pid=22033 uid=1000 auid=1000 ses=6 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  +0.000250] audit: type=1104 audit(1611574526.744:436): pid=22033 uid=1000 auid=1000 ses=6 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ +17.867511] audit: type=1101 audit(1611574544.614:437): pid=22039 uid=1000 auid=1000 ses=6 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  +0.001212] audit: type=1110 audit(1611574544.614:438): pid=22039 uid=1000 auid=1000 ses=6 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  +0.006887] audit: type=1105 audit(1611574544.620:439): pid=22039 uid=1000 auid=1000 ses=6 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  +0.030161] audit: type=1106 audit(1611574544.650:440): pid=22039 uid=1000 auid=1000 ses=6 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  +0.000009] audit: type=1104 audit(1611574544.650:441): pid=22039 uid=1000 auid=1000 ses=6 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  +3.296506] audit: type=1101 audit(1611574547.947:442): pid=22043 uid=1000 auid=1000 ses=6 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  +0.001206] audit: type=1110 audit(1611574547.947:443): pid=22043 uid=1000 auid=1000 ses=6 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  +0.006152] audit: type=1105 audit(1611574547.953:444): pid=22043 uid=1000 auid=1000 ses=6 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  +1.792354] audit: type=1106 audit(1611574549.747:445): pid=22043 uid=1000 auid=1000 ses=6 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  +0.000199] audit: type=1104 audit(1611574549.747:446): pid=22043 uid=1000 auid=1000 ses=6 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[Jan25 18:48] audit: type=1130 audit(1611575289.493:447): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=pamac-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +3.904354] audit: type=1100 audit(1611575293.397:448): pid=22331 uid=1000 auid=1000 ses=6 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="julian" exe="/usr/lib/polkit-1/polkit-agent-helper-1" hostname=? addr=? terminal=? res=success'
[  +0.005373] audit: type=1101 audit(1611575293.403:449): pid=22331 uid=1000 auid=1000 ses=6 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="julian" exe="/usr/lib/polkit-1/polkit-agent-helper-1" hostname=? addr=? terminal=? res=success'
[Jan25 18:57] proc: Bad value for 'hidepid'
[  +0.316775] audit: type=1130 audit(1611575824.832:450): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ +30.064144] audit: type=1131 audit(1611575854.899:451): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +6.366292] proc: Bad value for 'hidepid'
[  +0.194986] audit: type=1130 audit(1611575861.459:452): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[Jan25 18:58] audit: type=1130 audit(1611575883.458:453): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +8.058732] audit: type=1131 audit(1611575891.518:454): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +1.727471] audit: type=1131 audit(1611575893.245:455): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[Jan25 19:01] audit: type=1100 audit(1611576072.839:456): pid=22996 uid=1000 auid=1000 ses=6 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[  +0.004427] audit: type=1101 audit(1611576072.842:457): pid=22996 uid=1000 auid=1000 ses=6 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[  +0.000471] audit: type=1110 audit(1611576072.842:458): pid=22996 uid=1000 auid=1000 ses=6 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'
[  +0.003565] audit: type=1105 audit(1611576072.846:459): pid=22996 uid=1000 auid=1000 ses=6 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[  +0.086569] audit: type=1106 audit(1611576072.932:460): pid=22996 uid=1000 auid=1000 ses=6 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[  +0.000407] audit: type=1104 audit(1611576072.932:461): pid=22996 uid=1000 auid=1000 ses=6 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'
[ +10.194219] audit: type=1101 audit(1611576083.129:462): pid=22998 uid=1000 auid=1000 ses=6 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[  +0.001452] audit: type=1110 audit(1611576083.129:463): pid=22998 uid=1000 auid=1000 ses=6 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[  +0.004890] audit: type=1105 audit(1611576083.136:464): pid=22998 uid=1000 auid=1000 ses=6 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[  +0.025871] audit: type=1106 audit(1611576083.159:465): pid=22998 uid=1000 auid=1000 ses=6 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[  +0.000008] audit: type=1104 audit(1611576083.159:466): pid=22998 uid=1000 auid=1000 ses=6 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[  +2.518079] audit: type=1101 audit(1611576085.679:467): pid=23000 uid=1000 auid=1000 ses=6 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[  +0.000982] audit: type=1110 audit(1611576085.679:468): pid=23000 uid=1000 auid=1000 ses=6 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[  +0.011323] audit: type=1105 audit(1611576085.692:469): pid=23000 uid=1000 auid=1000 ses=6 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[  +3.705331] audit: type=1106 audit(1611576089.393:470): pid=23000 uid=1000 auid=1000 ses=6 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[  +0.000007] audit: type=1104 audit(1611576089.396:471): pid=23000 uid=1000 auid=1000 ses=6 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[Jan25 19:10] audit: type=1100 audit(1611576605.256:472): pid=23401 uid=1000 auid=1000 ses=6 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[  +0.014335] audit: type=1101 audit(1611576605.269:473): pid=23401 uid=1000 auid=1000 ses=6 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[  +0.000008] audit: type=1110 audit(1611576605.269:474): pid=23401 uid=1000 auid=1000 ses=6 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'
[  +0.001219] audit: type=1105 audit(1611576605.272:475): pid=23401 uid=1000 auid=1000 ses=6 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[  +0.125966] audit: type=1100 audit(1611576605.399:476): pid=23402 uid=0 auid=1000 ses=6 msg='op=PAM:authentication grantors=pam_rootok acct="root" exe="/usr/bin/su" hostname=manjaro addr=? terminal=pts/2 res=success'
[  +0.000391] audit: type=1101 audit(1611576605.399:477): pid=23402 uid=0 auid=1000 ses=6 msg='op=PAM:accounting grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=manjaro addr=? terminal=pts/2 res=success'
[  +0.000843] audit: type=1103 audit(1611576605.399:478): pid=23402 uid=0 auid=1000 ses=6 msg='op=PAM:setcred grantors=pam_rootok acct="root" exe="/usr/bin/su" hostname=manjaro addr=? terminal=pts/2 res=success'
[  +0.000224] audit: type=1105 audit(1611576605.399:479): pid=23402 uid=0 auid=1000 ses=6 msg='op=PAM:session_open grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=manjaro addr=? terminal=pts/2 res=success'
[Jan25 19:17] audit: type=1106 audit(1611577024.762:480): pid=23402 uid=0 auid=1000 ses=6 msg='op=PAM:session_close grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=manjaro addr=? terminal=pts/2 res=success'
[  +0.000007] audit: type=1104 audit(1611577024.762:481): pid=23402 uid=0 auid=1000 ses=6 msg='op=PAM:setcred grantors=pam_rootok acct="root" exe="/usr/bin/su" hostname=manjaro addr=? terminal=pts/2 res=success'
[  +0.000704] audit: type=1106 audit(1611577024.765:482): pid=23401 uid=1000 auid=1000 ses=6 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[  +0.000903] audit: type=1104 audit(1611577024.765:483): pid=23401 uid=1000 auid=1000 ses=6 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'
[Jan25 19:19] audit: type=1100 audit(1611577194.588:484): pid=23613 uid=1000 auid=1000 ses=6 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  +0.007478] audit: type=1101 audit(1611577194.595:485): pid=23613 uid=1000 auid=1000 ses=6 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  +0.000395] audit: type=1110 audit(1611577194.595:486): pid=23613 uid=1000 auid=1000 ses=6 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'
[  +0.003594] audit: type=1105 audit(1611577194.598:487): pid=23613 uid=1000 auid=1000 ses=6 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[Jan25 19:22] audit: type=1106 audit(1611577364.397:488): pid=23613 uid=1000 auid=1000 ses=6 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  +0.000008] audit: type=1104 audit(1611577364.397:489): pid=23613 uid=1000 auid=1000 ses=6 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'
[Jan25 19:26] audit: type=1130 audit(1611577569.639:490): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ +10.605121] audit: type=1131 audit(1611577580.243:491): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[Jan25 19:36] proc: Bad value for 'hidepid'
[  +0.372590] audit: type=1130 audit(1611578188.069:492): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ +30.089893] audit: type=1131 audit(1611578218.161:493): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[Jan25 19:52] audit: type=1130 audit(1611579173.958:494): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[Jan25 19:53] audit: type=1131 audit(1611579184.254:495): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[Jan25 19:54] asus_laptop: Unknown key 81 pressed
[  +2.043885] asus_laptop: Unknown key 80 pressed
[  +0.440598] wlp2s0: authenticate with 0c:9d:92:9f:d4:ca
[  +0.023392] wlp2s0: send auth to 0c:9d:92:9f:d4:ca (try 1/3)
[  +0.102028] wlp2s0: send auth to 0c:9d:92:9f:d4:ca (try 2/3)
[  +0.103402] wlp2s0: send auth to 0c:9d:92:9f:d4:ca (try 3/3)
[  +0.103243] wlp2s0: authentication with 0c:9d:92:9f:d4:ca timed out
[  +1.725009] wlp2s0: authenticate with 0c:9d:92:9f:d4:ca
[  +0.035448] wlp2s0: send auth to 0c:9d:92:9f:d4:ca (try 1/3)
[  +0.102884] wlp2s0: send auth to 0c:9d:92:9f:d4:ca (try 2/3)
[  +0.103334] wlp2s0: send auth to 0c:9d:92:9f:d4:ca (try 3/3)
[  +0.103342] wlp2s0: authentication with 0c:9d:92:9f:d4:ca timed out
[  +2.224535] wlp2s0: authenticate with 0c:9d:92:9f:d4:ca
[  +0.020594] wlp2s0: send auth to 0c:9d:92:9f:d4:ca (try 1/3)
[  +0.104848] wlp2s0: send auth to 0c:9d:92:9f:d4:ca (try 2/3)
[  +0.103330] wlp2s0: send auth to 0c:9d:92:9f:d4:ca (try 3/3)
[  +0.103357] wlp2s0: authentication with 0c:9d:92:9f:d4:ca timed out
[  +9.873986] audit: type=1130 audit(1611579266.379:496): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +1.660803] wlp2s0: authenticate with 0c:9d:92:9f:d4:ca
[  +0.021397] wlp2s0: send auth to 0c:9d:92:9f:d4:ca (try 1/3)
[  +0.103790] wlp2s0: send auth to 0c:9d:92:9f:d4:ca (try 2/3)
[  +0.103330] wlp2s0: send auth to 0c:9d:92:9f:d4:ca (try 3/3)
[  +0.103355] wlp2s0: authentication with 0c:9d:92:9f:d4:ca timed out
[  +7.870773] audit: type=1131 audit(1611579276.239:497): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +3.353834] wlp2s0: authenticate with 0c:9d:92:9f:d4:ca
[  +0.019119] wlp2s0: send auth to 0c:9d:92:9f:d4:ca (try 1/3)
[  +0.106281] wlp2s0: send auth to 0c:9d:92:9f:d4:ca (try 2/3)
[  +0.004389] wlp2s0: authenticated
[  +0.002289] wlp2s0: associate with 0c:9d:92:9f:d4:ca (try 1/3)
[  +0.007908] wlp2s0: RX AssocResp from 0c:9d:92:9f:d4:ca (capab=0x1431 status=0 aid=11)
[  +0.000150] wlp2s0: associated
[  +0.021245] IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
[  +0.241376] audit: type=1130 audit(1611579279.999:498): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ +10.245716] audit: type=1131 audit(1611579290.242:499): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[Jan25 19:55] audit: type=1100 audit(1611579335.795:500): pid=24307 uid=1000 auid=1000 ses=6 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[  +0.007561] audit: type=1101 audit(1611579335.801:501): pid=24307 uid=1000 auid=1000 ses=6 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="julian" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[  +0.000410] audit: type=1110 audit(1611579335.801:502): pid=24307 uid=1000 auid=1000 ses=6 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'
[  +0.003720] audit: type=1105 audit(1611579335.805:503): pid=24307 uid=1000 auid=1000 ses=6 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'

as you have the terminal open and
either
sudo dmesg -Hw
or
journalctl -f
is running
(before you stop it with CTRL+C)
… you don’t see anything happen in the terminal output while you connect/disconnect your devices?

there is nothing in the output you posted
and I honestly have no clue what else to do to even start investigating.

this is strange
If I where you I’d boot from the installation medium
and do the same in the live environment - which is then running using the as of now somehow dysfunctional hardware.

edit:
I see that you already did that and mentioned it in your first post
/edit

yeah nothing even though i did it like many times.

I’m sorry!
This is above my paygrade. :wink:

The system doesn’t appear to see anything connecting to USB.
You could try to see if this:
sudo dmesg -H
gives you some clues
hit “/” (search mode), then type USB or usb
you can scroll the output using the arrow keys, it starts from the beginning of the boot process, it’ll highlight any messages relating to USB
“n” to jump to the next hit
“q” to quit

or:
sudo dmesg | grep usb
gives you a list with any usb related messages

journalctl -p 3 -xb
or
journalctl -p 4 -xb
also could contain some clue

… maybe power management? tlp sending usb to sleep or powering it off
Manjaro has TLP on by default, AFAIK - but not all the other distros you tried
It’s just one more thing to check …

what can i found were
[Jan25 15:00] usbcore: registered new interface driver uvcvideo
[ +0.000003] USB Video Class driver (1.1.1)
#1 0x00007fdef4b6d524 n/a (libusbmuxd-2.0.so.6 + 0x2524) #2 0x00007fdef4b6e8a9 n/a (libusbmuxd-2.0.so.6 + 0x38a9)

where can i find that ?
2021-01-25_2118

thanks for responding btw

this is re your webcam

this looks like a part of a core dump message - something may have crashed

look (scroll through) the output of
sudo dmesg -H
to find the context it is in
in that case it should also appear in the output of:
journalctl -p 3 -xb

I don’t know where to find it from your LXDE menu.
From terminal you can start it with:

tlpui