You are not logged in.

#1 2019-05-14 22:24:45

nilesOien
Member
From: Boulder, CO, USA
Registered: 2015-05-08
Posts: 77

[SOLVED] NetworkManager crashing with Broadcom chipset

I just installed Arch on a Dell Inspiron 1721 laptop, lspci shows a BCM4311 chipset :

# lspci -vnn -d 14e4:
03:00.0 Ethernet controller [0200]: Broadcom Inc. and subsidiaries BCM4401-B0 100Base-TX [14e4:170c] (rev 02)
	Subsystem: Dell BCM4401-B0 100Base-TX [1028:01fd]
	Flags: bus master, fast devsel, latency 64, IRQ 21
	Memory at fe5fe000 (32-bit, non-prefetchable) [size=8K]
	Capabilities: [40] Power Management version 2
	Kernel driver in use: b44
	Kernel modules: b44

0b:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM4311 802.11b/g WLAN [14e4:4311] (rev 01)
	Subsystem: Dell Wireless 1390 WLAN Mini-Card [1028:0007]
	Flags: bus master, fast devsel, latency 0, IRQ 17
	Memory at fe8fc000 (32-bit, non-prefetchable) [size=16K]
	Capabilities: [40] Power Management version 2
	Capabilities: [58] MSI: Enable- Count=1/1 Maskable- 64bit-
	Capabilities: [d0] Express Legacy Endpoint, MSI 00
	Capabilities: [100] Advanced Error Reporting
	Capabilities: [13c] Virtual Channel
	Kernel driver in use: b43-pci-bridge
	Kernel modules: ssb

When I boot from the install media, I get a wired connection. When I boot from the newly installed hard drive, actions around the network seem erratic and I don't even have a wired connection (I have not even looked much at wireless yet). I can boot from media and then arch-chroot into the hard drive install, retaining the wired network I booted with, so at least the wired hardware is good. What I'm seeing that seems erratic is that starting NetworkManager.service fails, as does starting dhcpcd.service. Trying to bring the network interface up manually hangs. systemctl status and journalctl output states that they are not running but I can;t discern a reason.

After reading (among other things) https://wiki.archlinux.org/index.php/broadcom_wireless I've tried installing b43-firmware-classic, broadcom-wl, and using b43-fwcutter to install the firmware (at the moment I only have the latter still in place).

I think part of the problem may be that it looks like there have been several approaches to the Broadcom chipset over the years, and it isn't terribly clear what still applies. There was a discussion about blacklisting unwanted kernel modules, but then there was another comment that suggested that that was no longer relevant.

Does anyone have any thoughts on this? It's frustrating to know that the hardware is good but to be unable to set up the drivers correctly.

Last edited by nilesOien (2019-06-20 16:15:38)


-- "Make it as simple as possible, but no simpler" - Albert Einstein

Offline

#2 2019-05-14 22:38:50

seth
Member
Registered: 2012-09-03
Posts: 49,981

Re: [SOLVED] NetworkManager crashing with Broadcom chipset

starting NetworkManager.service fails, as does starting dhcpcd.service

Don't run concurrent NM services, pick *one*.

Outputs of

systemctl list-unit-files --state=enabled
ip a
sudo journalctl -b

?

Offline

#3 2019-05-14 22:39:50

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

Re: [SOLVED] NetworkManager crashing with Broadcom chipset

Did you use dhcpcd.service on the installation media?
Have you enabled both dhcpcd.service and NetworkManager.service which will conflict?
If you disable NetworkManager.service does dhcpcd.service start correctly on boot?
Edit:
beaten by seth.

Last edited by loqs (2019-05-14 22:40:27)

Offline

#4 2019-05-14 22:57:35

nilesOien
Member
From: Boulder, CO, USA
Registered: 2015-05-08
Posts: 77

Re: [SOLVED] NetworkManager crashing with Broadcom chipset

Thanks for the response. NM and dhcpcd were not started concurrently - they were attempted at different times, only started, not enabled. After booting from the hard drive, here's what I have. The host name is 'junk' (this is a rather old laptop). I will be away from the keyboard until tomorrow.

# systemctl list-unit-files --state=enabled
UNIT FILE               STATE  
autovt@.service         enabled
display-manager.service enabled
gdm.service             enabled
getty@.service          enabled
remote-fs.target        enabled

5 unit files listed.


# ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
    link/ether 00:1c:23:b3:d2:8b brd ff:ff:ff:ff:ff:ff

# journalctl -b
-- Logs begin at Mon 2019-05-13 17:09:21 MDT, end at Tue 2019-05-14 16:42:10 MDT. --
May 14 16:40:22 junk kernel: Linux version 5.0.13-arch1-1-ARCH (builduser@heftig-13472) (gcc version 8.3.0 (GCC)) #1 SMP PREEMPT Sun May 5 18:05:41 UTC 2019
May 14 16:40:22 junk kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=93eb2d8b-bd2f-4c4b-b151-be8c9f85b0fa rw quiet
May 14 16:40:22 junk kernel: KERNEL supported cpus:
May 14 16:40:22 junk kernel:   Intel GenuineIntel
May 14 16:40:22 junk kernel:   AMD AuthenticAMD
May 14 16:40:22 junk kernel:   Hygon HygonGenuine
May 14 16:40:22 junk kernel:   Centaur CentaurHauls
May 14 16:40:22 junk kernel: x86/fpu: x87 FPU will use FXSAVE
May 14 16:40:22 junk kernel: BIOS-provided physical RAM map:
May 14 16:40:22 junk kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
May 14 16:40:22 junk kernel: BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
May 14 16:40:22 junk kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000077e637ff] usable
May 14 16:40:22 junk kernel: BIOS-e820: [mem 0x0000000077e63800-0x000000007fffffff] reserved
May 14 16:40:22 junk kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
May 14 16:40:22 junk kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved
May 14 16:40:22 junk kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee0ffff] reserved
May 14 16:40:22 junk kernel: BIOS-e820: [mem 0x00000000fff00000-0x00000000ffffffff] reserved
May 14 16:40:22 junk kernel: NX (Execute Disable) protection: active
May 14 16:40:22 junk kernel: SMBIOS 2.4 present.
May 14 16:40:22 junk kernel: DMI: Dell Inc. Inspiron 1721                   /0UK441, BIOS A05 11/05/2007
May 14 16:40:22 junk kernel: tsc: Fast TSC calibration using PIT
May 14 16:40:22 junk kernel: tsc: Detected 1895.276 MHz processor
May 14 16:40:22 junk kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
May 14 16:40:22 junk kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
May 14 16:40:22 junk kernel: AGP: No AGP bridge found
May 14 16:40:22 junk kernel: last_pfn = 0x77e63 max_arch_pfn = 0x400000000
May 14 16:40:22 junk kernel: [Firmware Warn]: MTRR: CPU 0: SYSCFG[MtrrFixDramModEn] not cleared by BIOS, clearing this bit
May 14 16:40:22 junk kernel: MTRR default type: uncachable
May 14 16:40:22 junk kernel: MTRR fixed ranges enabled:
May 14 16:40:22 junk kernel:   00000-9FFFF write-back
May 14 16:40:22 junk kernel:   A0000-BFFFF uncachable
May 14 16:40:22 junk kernel:   C0000-CFFFF write-protect
May 14 16:40:22 junk kernel:   D0000-EFFFF uncachable
May 14 16:40:22 junk kernel:   F0000-FFFFF write-protect
May 14 16:40:22 junk kernel: MTRR variable ranges enabled:
May 14 16:40:22 junk kernel:   0 base 0000000000 mask FF80000000 write-back
May 14 16:40:22 junk kernel:   1 base 0078000000 mask FFF8000000 uncachable
May 14 16:40:22 junk kernel:   2 base 0077F00000 mask FFFFF00000 uncachable
May 14 16:40:22 junk kernel:   3 disabled
May 14 16:40:22 junk kernel:   4 disabled
May 14 16:40:22 junk kernel:   5 disabled
May 14 16:40:22 junk kernel:   6 disabled
May 14 16:40:22 junk kernel:   7 disabled
May 14 16:40:22 junk kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
May 14 16:40:22 junk kernel: total RAM covered: 1919M
May 14 16:40:22 junk kernel: Found optimal setting for mtrr clean up
May 14 16:40:22 junk kernel:  gran_size: 64K         chunk_size: 256M         num_reg: 3          lose cover RAM: 0G
May 14 16:40:22 junk kernel: check: Scanning 1 areas for low memory corruption
May 14 16:40:22 junk kernel: BRK [0x4c401000, 0x4c401fff] PGTABLE
May 14 16:40:22 junk kernel: BRK [0x4c402000, 0x4c402fff] PGTABLE
May 14 16:40:22 junk kernel: BRK [0x4c403000, 0x4c403fff] PGTABLE
May 14 16:40:22 junk kernel: BRK [0x4c404000, 0x4c404fff] PGTABLE
May 14 16:40:22 junk kernel: BRK [0x4c405000, 0x4c405fff] PGTABLE
May 14 16:40:22 junk kernel: BRK [0x4c406000, 0x4c406fff] PGTABLE
May 14 16:40:22 junk kernel: RAMDISK: [mem 0x36e13000-0x37700fff]
May 14 16:40:22 junk kernel: ACPI: Early table checksum verification disabled
May 14 16:40:22 junk kernel: ACPI: RSDP 0x00000000000FBC40 000024 (v02 DELL  )
May 14 16:40:22 junk kernel: ACPI: XSDT 0x0000000077E65200 00005C (v01 DELL   M08      27D70B05 ASL  00000061)
May 14 16:40:22 junk kernel: ACPI: FACP 0x0000000077E6509C 0000F4 (v04 DELL   M08      27D70B05 ASL  00000061)
May 14 16:40:22 junk kernel: ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock has valid Length but zero Address: 0x0000000000000000/0x1 (20181213/tbfadt-624)
May 14 16:40:22 junk kernel: ACPI: DSDT 0x0000000077E65800 004AC1 (v02 INT430 SYSFexxx 00001001 INTL 20050624)
May 14 16:40:22 junk kernel: ACPI: FACS 0x0000000077E74000 000040
May 14 16:40:22 junk kernel: ACPI: FACS 0x0000000077E74000 000040
May 14 16:40:22 junk kernel: ACPI: HPET 0x0000000077E65300 000038 (v01 DELL   M08      00000001 ASL  00000061)
May 14 16:40:22 junk kernel: ACPI: APIC 0x0000000077E65400 000068 (v01 DELL   M08      27D70B05 ASL  00000047)
May 14 16:40:22 junk kernel: ACPI: MCFG 0x0000000077E653C0 00003E (v16 DELL   M08      27D70B05 ASL  00000061)
May 14 16:40:22 junk kernel: ACPI: SSDT 0x0000000077E74400 000206 (v01 DELL   M08      200012DC ASL  00000061)
May 14 16:40:22 junk kernel: ACPI: SLIC 0x0000000077E6549C 000176 (v01 DELL   M08      27D70B05 ASL  00000061)
May 14 16:40:22 junk kernel: ACPI: BOOT 0x0000000077E64FC0 000028 (v01 DELL   M08      27D70B05 ASL  00000061)
May 14 16:40:22 junk kernel: ACPI: Local APIC address 0xfee00000
May 14 16:40:22 junk kernel: Scanning NUMA topology in Northbridge 24
May 14 16:40:22 junk kernel: No NUMA configuration found
May 14 16:40:22 junk kernel: Faking a node at [mem 0x0000000000000000-0x0000000077e62fff]
May 14 16:40:22 junk kernel: NODE_DATA(0) allocated [mem 0x77e5f000-0x77e62fff]
May 14 16:40:22 junk kernel: Zone ranges:
May 14 16:40:22 junk kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
May 14 16:40:22 junk kernel:   DMA32    [mem 0x0000000001000000-0x0000000077e62fff]
May 14 16:40:22 junk kernel:   Normal   empty
May 14 16:40:22 junk kernel:   Device   empty
May 14 16:40:22 junk kernel: Movable zone start for each node
May 14 16:40:22 junk kernel: Early memory node ranges
May 14 16:40:22 junk kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]
May 14 16:40:22 junk kernel:   node   0: [mem 0x0000000000100000-0x0000000077e62fff]
May 14 16:40:22 junk kernel: Zeroed struct page in unavailable ranges: 98 pages
May 14 16:40:22 junk kernel: Initmem setup node 0 [mem 0x0000000000001000-0x0000000077e62fff]
May 14 16:40:22 junk kernel: On node 0 totalpages: 491009
May 14 16:40:22 junk kernel:   DMA zone: 64 pages used for memmap
May 14 16:40:22 junk kernel:   DMA zone: 21 pages reserved
May 14 16:40:22 junk kernel:   DMA zone: 3998 pages, LIFO batch:0
May 14 16:40:22 junk kernel:   DMA32 zone: 7610 pages used for memmap
May 14 16:40:22 junk kernel:   DMA32 zone: 487011 pages, LIFO batch:63
May 14 16:40:22 junk kernel: Detected use of extended apic ids on hypertransport bus
May 14 16:40:22 junk kernel: ACPI: PM-Timer IO Port: 0x1008
May 14 16:40:22 junk kernel: ACPI: Local APIC address 0xfee00000
May 14 16:40:22 junk kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
May 14 16:40:22 junk kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
May 14 16:40:22 junk kernel: IOAPIC[0]: apic_id 2, version 33, address 0xfec00000, GSI 0-23
May 14 16:40:22 junk kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
May 14 16:40:22 junk kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
May 14 16:40:22 junk kernel: ACPI: IRQ0 used by override.
May 14 16:40:22 junk kernel: ACPI: IRQ9 used by override.
May 14 16:40:22 junk kernel: Using ACPI (MADT) for SMP configuration information
May 14 16:40:22 junk kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
May 14 16:40:22 junk kernel: smpboot: Allowing 2 CPUs, 0 hotplug CPUs
May 14 16:40:22 junk kernel: PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
May 14 16:40:22 junk kernel: PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
May 14 16:40:22 junk kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
May 14 16:40:22 junk kernel: [mem 0x80000000-0xf7ffffff] available for PCI devices
May 14 16:40:22 junk kernel: Booting paravirtualized kernel on bare hardware
May 14 16:40:22 junk kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
May 14 16:40:22 junk kernel: random: get_random_bytes called from start_kernel+0x95/0x538 with crng_init=0
May 14 16:40:22 junk kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:2 nr_node_ids:1
May 14 16:40:22 junk kernel: percpu: Embedded 46 pages/cpu s151552 r8192 d28672 u1048576
May 14 16:40:22 junk kernel: pcpu-alloc: s151552 r8192 d28672 u1048576 alloc=1*2097152
May 14 16:40:22 junk kernel: pcpu-alloc: [0] 0 1 
May 14 16:40:22 junk kernel: Built 1 zonelists, mobility grouping on.  Total pages: 483314
May 14 16:40:22 junk kernel: Policy zone: DMA32
May 14 16:40:22 junk kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=93eb2d8b-bd2f-4c4b-b151-be8c9f85b0fa rw quiet
May 14 16:40:22 junk kernel: AGP: Checking aperture...
May 14 16:40:22 junk kernel: AGP: No AGP bridge found
May 14 16:40:22 junk kernel: AGP: Node 0: aperture [bus addr 0x50c000000-0x50dffffff] (32MB)
May 14 16:40:22 junk kernel: Aperture beyond 4GB. Ignoring.
May 14 16:40:22 junk kernel: Memory: 1893240K/1964036K available (12291K kernel code, 1291K rwdata, 3652K rodata, 1548K init, 3848K bss, 70796K reserved, 0K cma-reserved)
May 14 16:40:22 junk kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
May 14 16:40:22 junk kernel: ftrace: allocating 36357 entries in 143 pages
May 14 16:40:22 junk kernel: rcu: Preemptible hierarchical RCU implementation.
May 14 16:40:22 junk kernel: rcu:         CONFIG_RCU_FANOUT set to non-default value of 32.
May 14 16:40:22 junk kernel: rcu:         RCU dyntick-idle grace-period acceleration is enabled.
May 14 16:40:22 junk kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=2.
May 14 16:40:22 junk kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
May 14 16:40:22 junk kernel:         Tasks RCU enabled.
May 14 16:40:22 junk kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
May 14 16:40:22 junk kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
May 14 16:40:22 junk kernel: NR_IRQS: 20736, nr_irqs: 440, preallocated irqs: 16
May 14 16:40:22 junk kernel: rcu:         Offload RCU callbacks from CPUs: (none).
May 14 16:40:22 junk kernel: spurious 8259A interrupt: IRQ7.
May 14 16:40:22 junk kernel: Console: colour dummy device 80x25
May 14 16:40:22 junk kernel: printk: console [tty0] enabled
May 14 16:40:22 junk kernel: ACPI: Core revision 20181213
May 14 16:40:22 junk kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
May 14 16:40:22 junk kernel: hpet clockevent registered
May 14 16:40:22 junk kernel: APIC: Switch to symmetric I/O mode setup
May 14 16:40:22 junk kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
May 14 16:40:22 junk kernel: tsc: Marking TSC unstable due to TSCs unsynchronized
May 14 16:40:22 junk kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 3792.49 BogoMIPS (lpj=6317586)
May 14 16:40:22 junk kernel: pid_max: default: 32768 minimum: 301
May 14 16:40:22 junk kernel: LSM: Security Framework initializing
May 14 16:40:22 junk kernel: Yama: becoming mindful.
May 14 16:40:22 junk kernel: AppArmor: AppArmor disabled by boot time parameter
May 14 16:40:22 junk kernel: Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
May 14 16:40:22 junk kernel: Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
May 14 16:40:22 junk kernel: Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
May 14 16:40:22 junk kernel: Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)
May 14 16:40:22 junk kernel: mce: CPU supports 5 MCE banks
May 14 16:40:22 junk kernel: LVT offset 0 assigned for vector 0xf9
May 14 16:40:22 junk kernel: process: using AMD E400 aware idle routine
May 14 16:40:22 junk kernel: Last level iTLB entries: 4KB 512, 2MB 8, 4MB 4
May 14 16:40:22 junk kernel: Last level dTLB entries: 4KB 512, 2MB 8, 4MB 4, 1GB 0
May 14 16:40:22 junk kernel: Spectre V2 : Spectre mitigation: LFENCE not serializing, switching to generic retpoline
May 14 16:40:22 junk kernel: Spectre V2 : Mitigation: Full generic retpoline
May 14 16:40:22 junk kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
May 14 16:40:22 junk kernel: Freeing SMP alternatives memory: 32K
May 14 16:40:22 junk kernel: process: System has AMD C1E enabled
May 14 16:40:22 junk kernel: process: Switch to broadcast mode on CPU0
May 14 16:40:22 junk kernel: smpboot: CPU0: AMD Turion(tm) 64 X2 Mobile Technology TL-58 (family: 0xf, model: 0x68, stepping: 0x2)
May 14 16:40:22 junk kernel: Performance Events: AMD PMU driver.
May 14 16:40:22 junk kernel: ... version:                0
May 14 16:40:22 junk kernel: ... bit width:              48
May 14 16:40:22 junk kernel: ... generic registers:      4
May 14 16:40:22 junk kernel: ... value mask:             0000ffffffffffff
May 14 16:40:22 junk kernel: ... max period:             00007fffffffffff
May 14 16:40:22 junk kernel: ... fixed-purpose events:   0
May 14 16:40:22 junk kernel: ... event mask:             000000000000000f
May 14 16:40:22 junk kernel: rcu: Hierarchical SRCU implementation.
May 14 16:40:22 junk kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
May 14 16:40:22 junk kernel: smp: Bringing up secondary CPUs ...
May 14 16:40:22 junk kernel: [Firmware Warn]: MTRR: CPU 0: SYSCFG[MtrrFixDramModEn] not cleared by BIOS, clearing this bit
May 14 16:40:22 junk kernel: x86: Booting SMP configuration:
May 14 16:40:22 junk kernel: .... node  #0, CPUs:      #1
May 14 16:40:22 junk kernel: process: Switch to broadcast mode on CPU1
May 14 16:40:22 junk kernel: smp: Brought up 1 node, 2 CPUs
May 14 16:40:22 junk kernel: smpboot: Max logical packages: 1
May 14 16:40:22 junk kernel: smpboot: Total of 2 processors activated (7584.98 BogoMIPS)
May 14 16:40:22 junk kernel: [Firmware Warn]: MTRR: CPU 1: SYSCFG[MtrrFixDramModEn] not cleared by BIOS, clearing this bit
May 14 16:40:22 junk kernel: devtmpfs: initialized
May 14 16:40:22 junk kernel: x86/mm: Memory block size: 128MB
May 14 16:40:22 junk kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
May 14 16:40:22 junk kernel: futex hash table entries: 512 (order: 3, 32768 bytes)
May 14 16:40:22 junk kernel: pinctrl core: initialized pinctrl subsystem
May 14 16:40:22 junk kernel: RTC time: 22:40:14, date: 2019-05-14
May 14 16:40:22 junk kernel: NET: Registered protocol family 16
May 14 16:40:22 junk kernel: audit: initializing netlink subsys (disabled)
May 14 16:40:22 junk kernel: audit: type=2000 audit(1557873614.199:1): state=initialized audit_enabled=0 res=1
May 14 16:40:22 junk kernel: cpuidle: using governor ladder
May 14 16:40:22 junk kernel: cpuidle: using governor menu
May 14 16:40:22 junk kernel: TOM: 0000000080000000 aka 2048M
May 14 16:40:22 junk kernel: Simple Boot Flag at 0x79 set to 0x1
May 14 16:40:22 junk kernel: ACPI: bus type PCI registered
May 14 16:40:22 junk kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
May 14 16:40:22 junk kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
May 14 16:40:22 junk kernel: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
May 14 16:40:22 junk kernel: PCI: Using configuration type 1 for base access
May 14 16:40:22 junk kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
May 14 16:40:22 junk kernel: ACPI: Added _OSI(Module Device)
May 14 16:40:22 junk kernel: ACPI: Added _OSI(Processor Device)
May 14 16:40:22 junk kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
May 14 16:40:22 junk kernel: ACPI: Added _OSI(Processor Aggregator Device)
May 14 16:40:22 junk kernel: ACPI: Added _OSI(Linux-Dell-Video)
May 14 16:40:22 junk kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
May 14 16:40:22 junk kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
May 14 16:40:22 junk kernel: ACPI: 2 ACPI AML tables successfully acquired and loaded
May 14 16:40:22 junk kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
May 14 16:40:22 junk kernel: ACPI: Interpreter enabled
May 14 16:40:22 junk kernel: ACPI: (supports S0 S3 S4 S5)
May 14 16:40:22 junk kernel: ACPI: Using IOAPIC for interrupt routing
May 14 16:40:22 junk kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
May 14 16:40:22 junk kernel: ACPI: Enabled 12 GPEs in block 00 to 1F
May 14 16:40:22 junk kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
May 14 16:40:22 junk kernel: acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
May 14 16:40:22 junk kernel: acpi PNP0A03:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
May 14 16:40:22 junk kernel: PCI host bridge to bus 0000:00
May 14 16:40:22 junk kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
May 14 16:40:22 junk kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
May 14 16:40:22 junk kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
May 14 16:40:22 junk kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff window]
May 14 16:40:22 junk kernel: pci_bus 0000:00: root bus resource [mem 0x80000000-0xf7ffffff window]
May 14 16:40:22 junk kernel: pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfebfffff window]
May 14 16:40:22 junk kernel: pci_bus 0000:00: root bus resource [mem 0xfec10000-0xfecfffff window]
May 14 16:40:22 junk kernel: pci_bus 0000:00: root bus resource [mem 0xfed00400-0xfedfffff window]
May 14 16:40:22 junk kernel: pci_bus 0000:00: root bus resource [mem 0xfee10400-0xffeffbff window]
May 14 16:40:22 junk kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
May 14 16:40:22 junk kernel: pci 0000:00:00.0: [1002:7910] type 00 class 0x060000
May 14 16:40:22 junk kernel: pci 0000:00:01.0: [1002:7912] type 01 class 0x060400
May 14 16:40:22 junk kernel: pci 0000:00:05.0: [1002:7915] type 01 class 0x060400
May 14 16:40:22 junk kernel: pci 0000:00:05.0: enabling Extended Tags
May 14 16:40:22 junk kernel: pci 0000:00:05.0: PME# supported from D0 D3hot D3cold
May 14 16:40:22 junk kernel: pci 0000:00:07.0: [1002:7917] type 01 class 0x060400
May 14 16:40:22 junk kernel: pci 0000:00:07.0: enabling Extended Tags
May 14 16:40:22 junk kernel: pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
May 14 16:40:22 junk kernel: pci 0000:00:12.0: [1002:4380] type 00 class 0x01018f
May 14 16:40:22 junk kernel: pci 0000:00:12.0: reg 0x10: [io  0x6eb0-0x6eb7]
May 14 16:40:22 junk kernel: pci 0000:00:12.0: reg 0x14: [io  0x6eb8-0x6ebb]
May 14 16:40:22 junk kernel: pci 0000:00:12.0: reg 0x18: [io  0x6ec0-0x6ec7]
May 14 16:40:22 junk kernel: pci 0000:00:12.0: reg 0x1c: [io  0x6ec8-0x6ecb]
May 14 16:40:22 junk kernel: pci 0000:00:12.0: reg 0x20: [io  0x6ee0-0x6eef]
May 14 16:40:22 junk kernel: pci 0000:00:12.0: reg 0x24: [mem 0xfec01000-0xfec013ff]
May 14 16:40:22 junk kernel: pci 0000:00:12.0: set SATA to AHCI mode
May 14 16:40:22 junk kernel: pci 0000:00:13.0: [1002:4387] type 00 class 0x0c0310
May 14 16:40:22 junk kernel: pci 0000:00:13.0: reg 0x10: [mem 0xffb00000-0xffb00fff]
May 14 16:40:22 junk kernel: pci 0000:00:13.1: [1002:4388] type 00 class 0x0c0310
May 14 16:40:22 junk kernel: pci 0000:00:13.1: reg 0x10: [mem 0xffb01000-0xffb01fff]
May 14 16:40:22 junk kernel: pci 0000:00:13.2: [1002:4389] type 00 class 0x0c0310
May 14 16:40:22 junk kernel: pci 0000:00:13.2: reg 0x10: [mem 0xffb02000-0xffb02fff]
May 14 16:40:22 junk kernel: pci 0000:00:13.3: [1002:438a] type 00 class 0x0c0310
May 14 16:40:22 junk kernel: pci 0000:00:13.3: reg 0x10: [mem 0xffb03000-0xffb03fff]
May 14 16:40:22 junk kernel: pci 0000:00:13.4: [1002:438b] type 00 class 0x0c0310
May 14 16:40:22 junk kernel: pci 0000:00:13.4: reg 0x10: [mem 0xffb04000-0xffb04fff]
May 14 16:40:22 junk kernel: pci 0000:00:13.5: [1002:4386] type 00 class 0x0c0320
May 14 16:40:22 junk kernel: pci 0000:00:13.5: reg 0x10: [mem 0xffa80000-0xffa800ff]
May 14 16:40:22 junk kernel: pci 0000:00:13.5: supports D1 D2
May 14 16:40:22 junk kernel: pci 0000:00:13.5: PME# supported from D0 D1 D2 D3hot
May 14 16:40:22 junk kernel: pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500
May 14 16:40:22 junk kernel: pci 0000:00:14.0: reg 0x10: [io  0x10c0-0x10cf]
May 14 16:40:22 junk kernel: pci 0000:00:14.1: [1002:438c] type 00 class 0x01018a
May 14 16:40:22 junk kernel: pci 0000:00:14.1: reg 0x10: [io  0x01f0-0x01f7]
May 14 16:40:22 junk kernel: pci 0000:00:14.1: reg 0x14: [io  0x03f4-0x03f7]
May 14 16:40:22 junk kernel: pci 0000:00:14.1: reg 0x18: [io  0x0000-0x0007]
May 14 16:40:22 junk kernel: pci 0000:00:14.1: reg 0x1c: [io  0x0000-0x0003]
May 14 16:40:22 junk kernel: pci 0000:00:14.1: reg 0x20: [io  0xbfa0-0xbfaf]
May 14 16:40:22 junk kernel: pci 0000:00:14.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
May 14 16:40:22 junk kernel: pci 0000:00:14.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
May 14 16:40:22 junk kernel: pci 0000:00:14.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
May 14 16:40:22 junk kernel: pci 0000:00:14.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
May 14 16:40:22 junk kernel: pci 0000:00:14.2: [1002:4383] type 00 class 0x040300
May 14 16:40:22 junk kernel: pci 0000:00:14.2: reg 0x10: [mem 0xfebfc000-0xfebfffff 64bit]
May 14 16:40:22 junk kernel: pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
May 14 16:40:22 junk kernel: pci 0000:00:14.3: [1002:438d] type 00 class 0x060100
May 14 16:40:22 junk kernel: pci 0000:00:14.4: [1002:4384] type 01 class 0x060401
May 14 16:40:22 junk kernel: pci 0000:00:18.0: [1022:1100] type 00 class 0x060000
May 14 16:40:22 junk kernel: pci 0000:00:18.1: [1022:1101] type 00 class 0x060000
May 14 16:40:22 junk kernel: pci 0000:00:18.2: [1022:1102] type 00 class 0x060000
May 14 16:40:22 junk kernel: pci 0000:00:18.3: [1022:1103] type 00 class 0x060000
May 14 16:40:22 junk kernel: pci_bus 0000:01: extended config space not accessible
May 14 16:40:22 junk kernel: pci 0000:01:05.0: [1002:791f] type 00 class 0x030000
May 14 16:40:22 junk kernel: pci 0000:01:05.0: reg 0x10: [mem 0xe0000000-0xefffffff 64bit pref]
May 14 16:40:22 junk kernel: pci 0000:01:05.0: reg 0x18: [mem 0xfe9f0000-0xfe9fffff 64bit]
May 14 16:40:22 junk kernel: pci 0000:01:05.0: reg 0x20: [io  0xee00-0xeeff]
May 14 16:40:22 junk kernel: pci 0000:01:05.0: reg 0x24: [mem 0xfea00000-0xfeafffff]
May 14 16:40:22 junk kernel: pci 0000:01:05.0: supports D1 D2
May 14 16:40:22 junk kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
May 14 16:40:22 junk kernel: pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
May 14 16:40:22 junk kernel: pci 0000:00:01.0:   bridge window [mem 0xfe900000-0xfeafffff]
May 14 16:40:22 junk kernel: pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xefffffff 64bit pref]
May 14 16:40:22 junk kernel: pci 0000:0b:00.0: [14e4:4311] type 00 class 0x028000
May 14 16:40:22 junk kernel: pci 0000:0b:00.0: reg 0x10: [mem 0xfe8fc000-0xfe8fffff]
May 14 16:40:22 junk kernel: pci 0000:0b:00.0: enabling Extended Tags
May 14 16:40:22 junk kernel: pci 0000:0b:00.0: supports D1 D2
May 14 16:40:22 junk kernel: pci 0000:0b:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
May 14 16:40:22 junk kernel: pci 0000:00:05.0: PCI bridge to [bus 0b]
May 14 16:40:22 junk kernel: pci 0000:00:05.0:   bridge window [mem 0xfe800000-0xfe8fffff]
May 14 16:40:22 junk kernel: acpiphp: Slot [1] registered
May 14 16:40:22 junk kernel: pci 0000:00:07.0: PCI bridge to [bus 0c-0d]
May 14 16:40:22 junk kernel: pci 0000:00:07.0:   bridge window [io  0xd000-0xdfff]
May 14 16:40:22 junk kernel: pci 0000:00:07.0:   bridge window [mem 0xfe600000-0xfe7fffff]
May 14 16:40:22 junk kernel: pci 0000:00:07.0:   bridge window [mem 0xf0000000-0xf01fffff 64bit pref]
May 14 16:40:22 junk kernel: pci_bus 0000:03: extended config space not accessible
May 14 16:40:22 junk kernel: pci 0000:03:00.0: [14e4:170c] type 00 class 0x020000
May 14 16:40:22 junk kernel: pci 0000:03:00.0: reg 0x10: [mem 0xfe5fe000-0xfe5fffff]
May 14 16:40:22 junk kernel: pci 0000:03:00.0: supports D1 D2
May 14 16:40:22 junk kernel: pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
May 14 16:40:22 junk kernel: pci 0000:03:01.0: [1180:0832] type 00 class 0x0c0010
May 14 16:40:22 junk kernel: pci 0000:03:01.0: proprietary Ricoh MMC controller disabled (via FireWire function)
May 14 16:40:22 junk kernel: pci 0000:03:01.0: MMC cards are now supported by standard SDHCI controller
May 14 16:40:22 junk kernel: pci 0000:03:01.0: reg 0x10: [mem 0xfe5fd800-0xfe5fdfff]
May 14 16:40:22 junk kernel: pci 0000:03:01.0: supports D1 D2
May 14 16:40:22 junk kernel: pci 0000:03:01.0: PME# supported from D0 D1 D2 D3hot D3cold
May 14 16:40:22 junk kernel: pci 0000:03:01.1: [1180:0822] type 00 class 0x080501
May 14 16:40:22 junk kernel: pci 0000:03:01.1: reg 0x10: [mem 0xfe5fd400-0xfe5fd4ff]
May 14 16:40:22 junk kernel: pci 0000:03:01.1: supports D1 D2
May 14 16:40:22 junk kernel: pci 0000:03:01.1: PME# supported from D0 D1 D2 D3hot D3cold
May 14 16:40:22 junk kernel: pci 0000:03:01.2: [1180:0592] type 00 class 0x088000
May 14 16:40:22 junk kernel: pci 0000:03:01.2: reg 0x10: [mem 0xfe5fd600-0xfe5fd6ff]
May 14 16:40:22 junk kernel: pci 0000:03:01.2: supports D1 D2
May 14 16:40:22 junk kernel: pci 0000:03:01.2: PME# supported from D0 D1 D2 D3hot D3cold
May 14 16:40:22 junk kernel: pci 0000:03:01.3: [1180:0852] type 00 class 0x088000
May 14 16:40:22 junk kernel: pci 0000:03:01.3: reg 0x10: [mem 0xfe5fd700-0xfe5fd7ff]
May 14 16:40:22 junk kernel: pci 0000:03:01.3: supports D1 D2
May 14 16:40:22 junk kernel: pci 0000:03:01.3: PME# supported from D0 D1 D2 D3hot D3cold
May 14 16:40:22 junk kernel: pci 0000:00:14.4: PCI bridge to [bus 03] (subtractive decode)
May 14 16:40:22 junk kernel: pci 0000:00:14.4:   bridge window [mem 0xfe500000-0xfe5fffff]
May 14 16:40:22 junk kernel: pci 0000:00:14.4:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
May 14 16:40:22 junk kernel: pci 0000:00:14.4:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
May 14 16:40:22 junk kernel: pci 0000:00:14.4:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
May 14 16:40:22 junk kernel: pci 0000:00:14.4:   bridge window [mem 0x000d0000-0x000dffff window] (subtractive decode)
May 14 16:40:22 junk kernel: pci 0000:00:14.4:   bridge window [mem 0x80000000-0xf7ffffff window] (subtractive decode)
May 14 16:40:22 junk kernel: pci 0000:00:14.4:   bridge window [mem 0xfc000000-0xfebfffff window] (subtractive decode)
May 14 16:40:22 junk kernel: pci 0000:00:14.4:   bridge window [mem 0xfec10000-0xfecfffff window] (subtractive decode)
May 14 16:40:22 junk kernel: pci 0000:00:14.4:   bridge window [mem 0xfed00400-0xfedfffff window] (subtractive decode)
May 14 16:40:22 junk kernel: pci 0000:00:14.4:   bridge window [mem 0xfee10400-0xffeffbff window] (subtractive decode)
May 14 16:40:22 junk kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 9 10 11) *0, disabled.
May 14 16:40:22 junk kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 5 7) *0, disabled.
May 14 16:40:22 junk kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 9 10 11) *0, disabled.
May 14 16:40:22 junk kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 5 7 9 10 11) *0, disabled.
May 14 16:40:22 junk kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
May 14 16:40:22 junk kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
May 14 16:40:22 junk kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
May 14 16:40:22 junk kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
May 14 16:40:22 junk kernel: pci 0000:01:05.0: vgaarb: setting as boot VGA device
May 14 16:40:22 junk kernel: pci 0000:01:05.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
May 14 16:40:22 junk kernel: pci 0000:01:05.0: vgaarb: bridge control possible
May 14 16:40:22 junk kernel: vgaarb: loaded
May 14 16:40:22 junk kernel: ACPI: bus type USB registered
May 14 16:40:22 junk kernel: usbcore: registered new interface driver usbfs
May 14 16:40:22 junk kernel: usbcore: registered new interface driver hub
May 14 16:40:22 junk kernel: usbcore: registered new device driver usb
May 14 16:40:22 junk kernel: pps_core: LinuxPPS API ver. 1 registered
May 14 16:40:22 junk kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
May 14 16:40:22 junk kernel: PTP clock support registered
May 14 16:40:22 junk kernel: EDAC MC: Ver: 3.0.0
May 14 16:40:22 junk kernel: PCI: Using ACPI for IRQ routing
May 14 16:40:22 junk kernel: PCI: pci_cache_line_size set to 64 bytes
May 14 16:40:22 junk kernel: pci 0000:00:12.0: can't claim BAR 5 [mem 0xfec01000-0xfec013ff]: no compatible bridge window
May 14 16:40:22 junk kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
May 14 16:40:22 junk kernel: e820: reserve RAM buffer [mem 0x77e63800-0x77ffffff]
May 14 16:40:22 junk kernel: NetLabel: Initializing
May 14 16:40:22 junk kernel: NetLabel:  domain hash size = 128
May 14 16:40:22 junk kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
May 14 16:40:22 junk kernel: NetLabel:  unlabeled traffic allowed by default
May 14 16:40:22 junk kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
May 14 16:40:22 junk kernel: hpet0: 4 comparators, 32-bit 14.318180 MHz counter
May 14 16:40:22 junk kernel: clocksource: Switched to clocksource hpet
May 14 16:40:22 junk kernel: VFS: Disk quotas dquot_6.6.0
May 14 16:40:22 junk kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
May 14 16:40:22 junk kernel: pnp: PnP ACPI init
May 14 16:40:22 junk kernel: pnp 00:00: Plug and Play ACPI device, IDs PNP0f13 (active)
May 14 16:40:22 junk kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0303 (active)
May 14 16:40:22 junk kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
May 14 16:40:22 junk kernel: system 00:03: [io  0x0c80-0x0cff] could not be reserved
May 14 16:40:22 junk kernel: system 00:03: Plug and Play ACPI device, IDs PNP0c01 (active)
May 14 16:40:22 junk kernel: system 00:04: [mem 0xfed00000-0xfed003ff] has been reserved
May 14 16:40:22 junk kernel: system 00:04: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
May 14 16:40:22 junk kernel: system 00:05: [io  0x0900-0x097f] has been reserved
May 14 16:40:22 junk kernel: system 00:05: [io  0x0980-0x09ff] has been reserved
May 14 16:40:22 junk kernel: system 00:05: [io  0x0a00-0x0a7f] has been reserved
May 14 16:40:22 junk kernel: system 00:05: [io  0x0a80-0x0aff] has been reserved
May 14 16:40:22 junk kernel: system 00:05: [io  0x0cb0-0x0cff] could not be reserved
May 14 16:40:22 junk kernel: system 00:05: [io  0x0d00-0x0d7f] has been reserved
May 14 16:40:22 junk kernel: system 00:05: [io  0x0d80-0x0dff] has been reserved
May 14 16:40:22 junk kernel: system 00:05: [io  0x0e00-0x0e7f] has been reserved
May 14 16:40:22 junk kernel: system 00:05: [io  0x0e80-0x0eaf] has been reserved
May 14 16:40:22 junk kernel: system 00:05: [io  0x0c6c] has been reserved
May 14 16:40:22 junk kernel: system 00:05: [io  0x04d0-0x04d1] has been reserved
May 14 16:40:22 junk kernel: system 00:05: [io  0x1000-0x1005] has been reserved
May 14 16:40:22 junk kernel: system 00:05: [io  0x1008-0x100f] has been reserved
May 14 16:40:22 junk kernel: system 00:05: [io  0x0c00-0x0c01] has been reserved
May 14 16:40:22 junk kernel: system 00:05: [io  0x0c14] has been reserved
May 14 16:40:22 junk kernel: system 00:05: [io  0x0c50-0x0c51] has been reserved
May 14 16:40:22 junk kernel: system 00:05: [io  0x0c52] has been reserved
May 14 16:40:22 junk kernel: system 00:05: [io  0x0c6f] has been reserved
May 14 16:40:22 junk kernel: system 00:05: [io  0x0cd0-0x0cd1] has been reserved
May 14 16:40:22 junk kernel: system 00:05: [io  0x0cd4-0x0cd5] has been reserved
May 14 16:40:22 junk kernel: system 00:05: [io  0x0cd6-0x0cd7] has been reserved
May 14 16:40:22 junk kernel: system 00:05: [io  0x040b] has been reserved
May 14 16:40:22 junk kernel: system 00:05: [io  0x04d6] has been reserved
May 14 16:40:22 junk kernel: system 00:05: Plug and Play ACPI device, IDs PNP0c01 (active)
May 14 16:40:22 junk kernel: system 00:06: [io  0xf400-0xf4fe] has been reserved
May 14 16:40:22 junk kernel: system 00:06: [io  0x1006-0x1007] has been reserved
May 14 16:40:22 junk kernel: system 00:06: [io  0x100a-0x1059] could not be reserved
May 14 16:40:22 junk kernel: system 00:06: [io  0x1080-0x10bf] has been reserved
May 14 16:40:22 junk kernel: system 00:06: [io  0x10c0-0x10df] could not be reserved
May 14 16:40:22 junk kernel: system 00:06: [io  0x1010-0x102f] has been reserved
May 14 16:40:22 junk kernel: system 00:06: [io  0x0809] has been reserved
May 14 16:40:22 junk kernel: system 00:06: Plug and Play ACPI device, IDs PNP0c01 (active)
May 14 16:40:22 junk kernel: system 00:07: [mem 0x00000000-0x0009efff] could not be reserved
May 14 16:40:22 junk kernel: system 00:07: [mem 0x0009f000-0x0009ffff] could not be reserved
May 14 16:40:22 junk kernel: system 00:07: [mem 0x000c0000-0x000cffff] could not be reserved
May 14 16:40:22 junk kernel: system 00:07: [mem 0x000e0000-0x000fffff] could not be reserved
May 14 16:40:22 junk kernel: system 00:07: [mem 0x00100000-0x77e637ff] could not be reserved
May 14 16:40:22 junk kernel: system 00:07: [mem 0x77e63800-0x77efffff] has been reserved
May 14 16:40:22 junk kernel: system 00:07: [mem 0x77f00000-0x77ffffff] has been reserved
May 14 16:40:22 junk kernel: system 00:07: [mem 0x77f00000-0x7fefffff] could not be reserved
May 14 16:40:22 junk kernel: system 00:07: [mem 0xfff00000-0xffffffff] has been reserved
May 14 16:40:22 junk kernel: system 00:07: [mem 0xfec00000-0xfec0ffff] could not be reserved
May 14 16:40:22 junk kernel: system 00:07: [mem 0xfee00000-0xfee0ffff] has been reserved
May 14 16:40:22 junk kernel: system 00:07: [mem 0xfee10000-0xfee103ff] has been reserved
May 14 16:40:22 junk kernel: system 00:07: [mem 0xf8000000-0xfbffffff] has been reserved
May 14 16:40:22 junk kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c01 (active)
May 14 16:40:22 junk kernel: pnp: PnP ACPI: found 8 devices
May 14 16:40:22 junk kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
May 14 16:40:22 junk kernel: pci 0000:00:12.0: BAR 5: assigned [mem 0x80000000-0x800003ff]
May 14 16:40:22 junk kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
May 14 16:40:22 junk kernel: pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
May 14 16:40:22 junk kernel: pci 0000:00:01.0:   bridge window [mem 0xfe900000-0xfeafffff]
May 14 16:40:22 junk kernel: pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xefffffff 64bit pref]
May 14 16:40:22 junk kernel: pci 0000:00:05.0: PCI bridge to [bus 0b]
May 14 16:40:22 junk kernel: pci 0000:00:05.0:   bridge window [mem 0xfe800000-0xfe8fffff]
May 14 16:40:22 junk kernel: pci 0000:00:07.0: PCI bridge to [bus 0c-0d]
May 14 16:40:22 junk kernel: pci 0000:00:07.0:   bridge window [io  0xd000-0xdfff]
May 14 16:40:22 junk kernel: pci 0000:00:07.0:   bridge window [mem 0xfe600000-0xfe7fffff]
May 14 16:40:22 junk kernel: pci 0000:00:07.0:   bridge window [mem 0xf0000000-0xf01fffff 64bit pref]
May 14 16:40:22 junk kernel: pci 0000:00:14.4: PCI bridge to [bus 03]
May 14 16:40:22 junk kernel: pci 0000:00:14.4:   bridge window [mem 0xfe500000-0xfe5fffff]
May 14 16:40:22 junk kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
May 14 16:40:22 junk kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
May 14 16:40:22 junk kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
May 14 16:40:22 junk kernel: pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff window]
May 14 16:40:22 junk kernel: pci_bus 0000:00: resource 8 [mem 0x80000000-0xf7ffffff window]
May 14 16:40:22 junk kernel: pci_bus 0000:00: resource 9 [mem 0xfc000000-0xfebfffff window]
May 14 16:40:22 junk kernel: pci_bus 0000:00: resource 10 [mem 0xfec10000-0xfecfffff window]
May 14 16:40:22 junk kernel: pci_bus 0000:00: resource 11 [mem 0xfed00400-0xfedfffff window]
May 14 16:40:22 junk kernel: pci_bus 0000:00: resource 12 [mem 0xfee10400-0xffeffbff window]
May 14 16:40:22 junk kernel: pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
May 14 16:40:22 junk kernel: pci_bus 0000:01: resource 1 [mem 0xfe900000-0xfeafffff]
May 14 16:40:22 junk kernel: pci_bus 0000:01: resource 2 [mem 0xe0000000-0xefffffff 64bit pref]
May 14 16:40:22 junk kernel: pci_bus 0000:0b: resource 1 [mem 0xfe800000-0xfe8fffff]
May 14 16:40:22 junk kernel: pci_bus 0000:0c: resource 0 [io  0xd000-0xdfff]
May 14 16:40:22 junk kernel: pci_bus 0000:0c: resource 1 [mem 0xfe600000-0xfe7fffff]
May 14 16:40:22 junk kernel: pci_bus 0000:0c: resource 2 [mem 0xf0000000-0xf01fffff 64bit pref]
May 14 16:40:22 junk kernel: pci_bus 0000:03: resource 1 [mem 0xfe500000-0xfe5fffff]
May 14 16:40:22 junk kernel: pci_bus 0000:03: resource 4 [io  0x0000-0x0cf7 window]
May 14 16:40:22 junk kernel: pci_bus 0000:03: resource 5 [io  0x0d00-0xffff window]
May 14 16:40:22 junk kernel: pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff window]
May 14 16:40:22 junk kernel: pci_bus 0000:03: resource 7 [mem 0x000d0000-0x000dffff window]
May 14 16:40:22 junk kernel: pci_bus 0000:03: resource 8 [mem 0x80000000-0xf7ffffff window]
May 14 16:40:22 junk kernel: pci_bus 0000:03: resource 9 [mem 0xfc000000-0xfebfffff window]
May 14 16:40:22 junk kernel: pci_bus 0000:03: resource 10 [mem 0xfec10000-0xfecfffff window]
May 14 16:40:22 junk kernel: pci_bus 0000:03: resource 11 [mem 0xfed00400-0xfedfffff window]
May 14 16:40:22 junk kernel: pci_bus 0000:03: resource 12 [mem 0xfee10400-0xffeffbff window]
May 14 16:40:22 junk kernel: NET: Registered protocol family 2
May 14 16:40:22 junk kernel: tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes)
May 14 16:40:22 junk kernel: TCP established hash table entries: 16384 (order: 5, 131072 bytes)
May 14 16:40:22 junk kernel: TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
May 14 16:40:22 junk kernel: TCP: Hash tables configured (established 16384 bind 16384)
May 14 16:40:22 junk kernel: UDP hash table entries: 1024 (order: 3, 32768 bytes)
May 14 16:40:22 junk kernel: UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
May 14 16:40:22 junk kernel: NET: Registered protocol family 1
May 14 16:40:22 junk kernel: NET: Registered protocol family 44
May 14 16:40:22 junk kernel: pci 0000:01:05.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
May 14 16:40:22 junk kernel: PCI: CLS 64 bytes, default 64
May 14 16:40:22 junk kernel: Unpacking initramfs...
May 14 16:40:22 junk kernel: Freeing initrd memory: 9144K
May 14 16:40:22 junk kernel: check: Scanning for low memory corruption every 60 seconds
May 14 16:40:22 junk kernel: Initialise system trusted keyrings
May 14 16:40:22 junk kernel: Key type blacklist registered
May 14 16:40:22 junk kernel: workingset: timestamp_bits=41 max_order=19 bucket_order=0
May 14 16:40:22 junk kernel: zbud: loaded
May 14 16:40:22 junk kernel: Key type asymmetric registered
May 14 16:40:22 junk kernel: Asymmetric key parser 'x509' registered
May 14 16:40:22 junk kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
May 14 16:40:22 junk kernel: io scheduler mq-deadline registered
May 14 16:40:22 junk kernel: io scheduler kyber registered
May 14 16:40:22 junk kernel: io scheduler bfq registered
May 14 16:40:22 junk kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
May 14 16:40:22 junk kernel: vesafb: mode is 1152x864x32, linelength=4608, pages=0
May 14 16:40:22 junk kernel: vesafb: scrolling: redraw
May 14 16:40:22 junk kernel: vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
May 14 16:40:22 junk kernel: vesafb: framebuffer at 0xe0000000, mapped to 0x(____ptrval____), using 3904k, total 3904k
May 14 16:40:22 junk kernel: fbcon: Deferring console take-over
May 14 16:40:22 junk kernel: fb0: VESA VGA frame buffer device
May 14 16:40:22 junk kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
May 14 16:40:22 junk kernel: ACPI: Lid Switch [LID]
May 14 16:40:22 junk kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
May 14 16:40:22 junk kernel: ACPI: Power Button [PBTN]
May 14 16:40:22 junk kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
May 14 16:40:22 junk kernel: ACPI: Sleep Button [SBTN]
May 14 16:40:22 junk kernel: ACPI: Video Device [VID] (multi-head: yes  rom: no  post: no)
May 14 16:40:22 junk kernel: acpi device:2f: registered as cooling_device0
May 14 16:40:22 junk kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/device:2c/LNXVIDEO:00/input/input3
May 14 16:40:22 junk kernel: ACPI: ACPI: processor limited to max C-state 1
May 14 16:40:22 junk kernel: thermal LNXTHERM:00: registered as thermal_zone0
May 14 16:40:22 junk kernel: ACPI: Thermal Zone [THM] (52 C)
May 14 16:40:22 junk kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
May 14 16:40:22 junk kernel: usbcore: registered new interface driver usbserial_generic
May 14 16:40:22 junk kernel: usbserial: USB Serial support registered for generic
May 14 16:40:22 junk kernel: rtc_cmos 00:02: RTC can wake from S4
May 14 16:40:22 junk kernel: rtc_cmos 00:02: registered as rtc0
May 14 16:40:22 junk kernel: rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
May 14 16:40:22 junk kernel: ledtrig-cpu: registered to indicate activity on CPUs
May 14 16:40:22 junk kernel: NET: Registered protocol family 10
May 14 16:40:22 junk kernel: Segment Routing with IPv6
May 14 16:40:22 junk kernel: NET: Registered protocol family 17
May 14 16:40:22 junk kernel: RAS: Correctable Errors collector initialized.
May 14 16:40:22 junk kernel: registered taskstats version 1
May 14 16:40:22 junk kernel: Loading compiled-in X.509 certificates
May 14 16:40:22 junk kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 726e59acc5925f6f0103b4a7df8a50012eb4b1be'
May 14 16:40:22 junk kernel: zswap: loaded using pool lzo/zbud
May 14 16:40:22 junk kernel: Key type big_key registered
May 14 16:40:22 junk kernel:   Magic number: 3:513:704
May 14 16:40:22 junk kernel: event_source cpu: hash matches
May 14 16:40:22 junk kernel:  cpu: hash matches
May 14 16:40:22 junk kernel: rtc_cmos 00:02: setting system clock to 2019-05-14T22:40:15 UTC (1557873615)
May 14 16:40:22 junk kernel: Unstable clock detected, switching default tracing clock to "global"
                             If you want to keep using the local clock, then add:
                               "trace_clock=local"
                             on the kernel command line
May 14 16:40:22 junk kernel: Freeing unused decrypted memory: 2040K
May 14 16:40:22 junk kernel: Freeing unused kernel image memory: 1548K
May 14 16:40:22 junk kernel: Write protecting the kernel read-only data: 18432k
May 14 16:40:22 junk kernel: Freeing unused kernel image memory: 2016K
May 14 16:40:22 junk kernel: Freeing unused kernel image memory: 444K
May 14 16:40:22 junk kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
May 14 16:40:22 junk kernel: Run /init as init process
May 14 16:40:22 junk kernel: fbcon: Taking over console
May 14 16:40:22 junk kernel: Console: switching to colour frame buffer device 144x54
May 14 16:40:22 junk kernel: i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
May 14 16:40:22 junk kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
May 14 16:40:22 junk kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
May 14 16:40:22 junk kernel: SCSI subsystem initialized
May 14 16:40:22 junk kernel: sdhci: Secure Digital Host Controller Interface driver
May 14 16:40:22 junk kernel: sdhci: Copyright(c) Pierre Ossman
May 14 16:40:22 junk kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
May 14 16:40:22 junk kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
May 14 16:40:22 junk kernel: Warning! ehci_hcd should always be loaded before uhci_hcd and ohci_hcd, not after
May 14 16:40:22 junk kernel: ehci-pci: EHCI PCI platform driver
May 14 16:40:22 junk kernel: ehci-pci 0000:00:13.5: EHCI Host Controller
May 14 16:40:22 junk kernel: ehci-pci 0000:00:13.5: new USB bus registered, assigned bus number 1
May 14 16:40:22 junk kernel: ehci-pci 0000:00:13.5: applying AMD SB600/SB700 USB freeze workaround
May 14 16:40:22 junk kernel: ehci-pci 0000:00:13.5: debug port 1
May 14 16:40:22 junk kernel: ehci-pci 0000:00:13.5: irq 20, io mem 0xffa80000
May 14 16:40:22 junk kernel: ehci-pci 0000:00:13.5: USB 2.0 started, EHCI 1.00
May 14 16:40:22 junk kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.00
May 14 16:40:22 junk kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 14 16:40:22 junk kernel: usb usb1: Product: EHCI Host Controller
May 14 16:40:22 junk kernel: usb usb1: Manufacturer: Linux 5.0.13-arch1-1-ARCH ehci_hcd
May 14 16:40:22 junk kernel: usb usb1: SerialNumber: 0000:00:13.5
May 14 16:40:22 junk kernel: hub 1-0:1.0: USB hub found
May 14 16:40:22 junk kernel: hub 1-0:1.0: 10 ports detected
May 14 16:40:22 junk kernel: sdhci-pci 0000:03:01.1: SDHCI controller found [1180:0822] (rev 22)
May 14 16:40:22 junk kernel: mmc0 bounce up to 128 segments into one, max segment size 65536 bytes
May 14 16:40:22 junk kernel: ohci-pci: OHCI PCI platform driver
May 14 16:40:22 junk kernel: mmc0: SDHCI controller on PCI [0000:03:01.1] using DMA
May 14 16:40:22 junk kernel: ohci-pci 0000:00:13.0: OHCI PCI host controller
May 14 16:40:22 junk kernel: ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 2
May 14 16:40:22 junk kernel: ohci-pci 0000:00:13.0: irq 16, io mem 0xffb00000
May 14 16:40:22 junk kernel: libata version 3.00 loaded.
May 14 16:40:22 junk kernel: ahci 0000:00:12.0: version 3.0
May 14 16:40:22 junk kernel: ahci 0000:00:12.0: controller can't do 64bit DMA, forcing 32bit
May 14 16:40:22 junk kernel: ahci 0000:00:12.0: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl SATA mode
May 14 16:40:22 junk kernel: ahci 0000:00:12.0: flags: ncq sntf ilck pm led clo pmp pio slum part ccc 
May 14 16:40:22 junk kernel: scsi host1: pata_atiixp
May 14 16:40:22 junk kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
May 14 16:40:22 junk kernel: scsi host0: ahci
May 14 16:40:22 junk kernel: ssb: Found chip with id 0x4311, rev 0x01 and package 0x00
May 14 16:40:22 junk kernel: scsi host3: ahci
May 14 16:40:22 junk kernel: scsi host2: pata_atiixp
May 14 16:40:22 junk kernel: ata5: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xbfa0 irq 14
May 14 16:40:22 junk kernel: ata6: DUMMY
May 14 16:40:22 junk kernel: scsi host4: ahci
May 14 16:40:22 junk kernel: firewire_ohci 0000:03:01.0: added OHCI v1.10 device as card 0, 4 IR + 4 IT contexts, quirks 0x11
May 14 16:40:22 junk kernel: scsi host5: ahci
May 14 16:40:22 junk kernel: ata1: SATA max UDMA/133 abar m1024@0x80000000 port 0x80000100 irq 22
May 14 16:40:22 junk kernel: ata2: SATA max UDMA/133 abar m1024@0x80000000 port 0x80000180 irq 22
May 14 16:40:22 junk kernel: ata3: SATA max UDMA/133 abar m1024@0x80000000 port 0x80000200 irq 22
May 14 16:40:22 junk kernel: ata4: SATA max UDMA/133 abar m1024@0x80000000 port 0x80000280 irq 22
May 14 16:40:22 junk kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.00
May 14 16:40:22 junk kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 14 16:40:22 junk kernel: usb usb2: Product: OHCI PCI host controller
May 14 16:40:22 junk kernel: usb usb2: Manufacturer: Linux 5.0.13-arch1-1-ARCH ohci_hcd
May 14 16:40:22 junk kernel: usb usb2: SerialNumber: 0000:00:13.0
May 14 16:40:22 junk kernel: hub 2-0:1.0: USB hub found
May 14 16:40:22 junk kernel: hub 2-0:1.0: 2 ports detected
May 14 16:40:22 junk kernel: ohci-pci 0000:00:13.1: OHCI PCI host controller
May 14 16:40:22 junk kernel: ohci-pci 0000:00:13.1: new USB bus registered, assigned bus number 3
May 14 16:40:22 junk kernel: ohci-pci 0000:00:13.1: irq 17, io mem 0xffb01000
May 14 16:40:22 junk kernel: b43-pci-bridge 0000:0b:00.0: Sonics Silicon Backplane found on PCI device 0000:0b:00.0
May 14 16:40:22 junk kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.00
May 14 16:40:22 junk kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 14 16:40:22 junk kernel: usb usb3: Product: OHCI PCI host controller
May 14 16:40:22 junk kernel: usb usb3: Manufacturer: Linux 5.0.13-arch1-1-ARCH ohci_hcd
May 14 16:40:22 junk kernel: usb usb3: SerialNumber: 0000:00:13.1
May 14 16:40:22 junk kernel: hub 3-0:1.0: USB hub found
May 14 16:40:22 junk kernel: hub 3-0:1.0: 2 ports detected
May 14 16:40:22 junk kernel: ohci-pci 0000:00:13.2: OHCI PCI host controller
May 14 16:40:22 junk kernel: ohci-pci 0000:00:13.2: new USB bus registered, assigned bus number 4
May 14 16:40:22 junk kernel: ohci-pci 0000:00:13.2: irq 18, io mem 0xffb02000
May 14 16:40:22 junk kernel: random: fast init done
May 14 16:40:22 junk kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.00
May 14 16:40:22 junk kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 14 16:40:22 junk kernel: usb usb4: Product: OHCI PCI host controller
May 14 16:40:22 junk kernel: usb usb4: Manufacturer: Linux 5.0.13-arch1-1-ARCH ohci_hcd
May 14 16:40:22 junk kernel: usb usb4: SerialNumber: 0000:00:13.2
May 14 16:40:22 junk kernel: hub 4-0:1.0: USB hub found
May 14 16:40:22 junk kernel: hub 4-0:1.0: 2 ports detected
May 14 16:40:22 junk kernel: ohci-pci 0000:00:13.3: OHCI PCI host controller
May 14 16:40:22 junk kernel: ohci-pci 0000:00:13.3: new USB bus registered, assigned bus number 5
May 14 16:40:22 junk kernel: ohci-pci 0000:00:13.3: irq 17, io mem 0xffb03000
May 14 16:40:22 junk kernel: ata5.00: ATAPI: PBDS DVD+/-RW DS-8W1P, BD1B, max UDMA/33
May 14 16:40:22 junk kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.00
May 14 16:40:22 junk kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 14 16:40:22 junk kernel: usb usb5: Product: OHCI PCI host controller
May 14 16:40:22 junk kernel: usb usb5: Manufacturer: Linux 5.0.13-arch1-1-ARCH ohci_hcd
May 14 16:40:22 junk kernel: usb usb5: SerialNumber: 0000:00:13.3
May 14 16:40:22 junk kernel: hub 5-0:1.0: USB hub found
May 14 16:40:22 junk kernel: hub 5-0:1.0: 2 ports detected
May 14 16:40:22 junk kernel: ohci-pci 0000:00:13.4: OHCI PCI host controller
May 14 16:40:22 junk kernel: ohci-pci 0000:00:13.4: new USB bus registered, assigned bus number 6
May 14 16:40:22 junk kernel: ohci-pci 0000:00:13.4: irq 18, io mem 0xffb04000
May 14 16:40:22 junk kernel: scsi 1:0:0:0: CD-ROM            PBDS     DVD+-RW DS-8W1P  BD1B PQ: 0 ANSI: 5
May 14 16:40:22 junk kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.00
May 14 16:40:22 junk kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 14 16:40:22 junk kernel: usb usb6: Product: OHCI PCI host controller
May 14 16:40:22 junk kernel: usb usb6: Manufacturer: Linux 5.0.13-arch1-1-ARCH ohci_hcd
May 14 16:40:22 junk kernel: usb usb6: SerialNumber: 0000:00:13.4
May 14 16:40:22 junk kernel: hub 6-0:1.0: USB hub found
May 14 16:40:22 junk kernel: hub 6-0:1.0: 2 ports detected
May 14 16:40:22 junk kernel: usb 1-6: new high-speed USB device number 2 using ehci-pci
May 14 16:40:22 junk kernel: ata2: SATA link down (SStatus 0 SControl 300)
May 14 16:40:22 junk kernel: ata3: SATA link down (SStatus 0 SControl 300)
May 14 16:40:22 junk kernel: ata4: SATA link down (SStatus 0 SControl 300)
May 14 16:40:22 junk kernel: usb 1-6: New USB device found, idVendor=05a9, idProduct=2640, bcdDevice= 1.00
May 14 16:40:22 junk kernel: usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
May 14 16:40:22 junk kernel: usb 1-6: Product: Laptop Integrated Webcam
May 14 16:40:22 junk kernel: usb 1-6: Manufacturer: OmniVision Technologies, Inc. -2640-07.07.20.3
May 14 16:40:22 junk kernel: ata1: softreset failed (device not ready)
May 14 16:40:22 junk kernel: ata1: applying PMP SRST workaround and retrying
May 14 16:40:22 junk kernel: firewire_core 0000:03:01.0: created device fw0: GUID 444fc0000acc29a1, S400
May 14 16:40:22 junk kernel: ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
May 14 16:40:22 junk kernel: ata1.00: ATA-8: ST9160314AS, D005DEM1, max UDMA/133
May 14 16:40:22 junk kernel: ata1.00: 312581808 sectors, multi 8: LBA48 NCQ (depth 32)
May 14 16:40:22 junk kernel: ata1.00: SB600 AHCI: limiting to 255 sectors per cmd
May 14 16:40:22 junk kernel: ata1.00: SB600 AHCI: limiting to 255 sectors per cmd
May 14 16:40:22 junk kernel: ata1.00: configured for UDMA/133
May 14 16:40:22 junk kernel: scsi 0:0:0:0: Direct-Access     ATA      ST9160314AS      DEM1 PQ: 0 ANSI: 5
May 14 16:40:22 junk kernel: sd 0:0:0:0: [sda] 312581808 512-byte logical blocks: (160 GB/149 GiB)
May 14 16:40:22 junk kernel: sd 0:0:0:0: [sda] Write Protect is off
May 14 16:40:22 junk kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
May 14 16:40:22 junk kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 14 16:40:22 junk kernel: sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
May 14 16:40:22 junk kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
May 14 16:40:22 junk kernel: sr 1:0:0:0: Attached scsi CD-ROM sr0
May 14 16:40:22 junk kernel:  sda: sda1 sda2
May 14 16:40:22 junk kernel: sd 0:0:0:0: [sda] Attached SCSI disk
May 14 16:40:22 junk kernel: EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
May 14 16:40:22 junk kernel: random: crng init done
May 14 16:40:22 junk systemd[1]: systemd 242.29-1-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
May 14 16:40:22 junk systemd[1]: Detected architecture x86-64.
May 14 16:40:22 junk systemd[1]: Set hostname to <junk>.
May 14 16:40:22 junk systemd[1]: Listening on initctl Compatibility Named Pipe.
May 14 16:40:22 junk systemd[1]: Listening on udev Kernel Socket.
May 14 16:40:22 junk systemd[1]: Listening on Journal Audit Socket.
May 14 16:40:22 junk systemd[1]: Listening on Journal Socket (/dev/log).
May 14 16:40:22 junk systemd[1]: Created slice User and Session Slice.
May 14 16:40:22 junk systemd[1]: Listening on Process Core Dump Socket.
May 14 16:40:22 junk systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
May 14 16:40:22 junk kernel: EXT4-fs (sda2): re-mounted. Opts: (null)
May 14 16:40:22 junk kernel: sr 1:0:0:0: Attached scsi generic sg0 type 5
May 14 16:40:22 junk kernel: sd 0:0:0:0: Attached scsi generic sg1 type 0
May 14 16:40:22 junk systemd-journald[246]: Journal started
May 14 16:40:22 junk systemd-journald[246]: Runtime journal (/run/log/journal/80b3fa5507b7461ba1025fb46e21964a) is 8.0M, max 93.1M, 85.1M free.
May 14 16:40:22 junk systemd-modules-load[247]: Inserted module 'crypto_user'
May 14 16:40:22 junk audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 14 16:40:22 junk systemd-modules-load[247]: Inserted module 'sg'
May 14 16:40:22 junk systemd[1]: Starting Flush Journal to Persistent Storage...
May 14 16:40:22 junk kernel: audit: type=1130 audit(1557873622.719:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 14 16:40:22 junk systemd-journald[246]: Time spent on flushing to /var is 18.960ms for 691 entries.
May 14 16:40:22 junk systemd-journald[246]: System journal (/var/log/journal/80b3fa5507b7461ba1025fb46e21964a) is 120.0M, max 4.0G, 3.8G free.
May 14 16:40:23 junk kernel: audit: type=1130 audit(1557873622.866:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 14 16:40:23 junk kernel: audit: type=1130 audit(1557873623.099:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 14 16:40:23 junk kernel: audit: type=1130 audit(1557873623.939:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 14 16:40:22 junk audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 14 16:40:23 junk audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 14 16:40:23 junk audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 14 16:40:22 junk systemd[1]: Started Load/Save Random Seed.
May 14 16:40:23 junk systemd[1]: Started Create Static Device Nodes in /dev.
May 14 16:40:23 junk systemd[1]: Starting udev Kernel Device Manager...
May 14 16:40:23 junk systemd[1]: Started Flush Journal to Persistent Storage.
May 14 16:40:24 junk audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 14 16:40:24 junk systemd[1]: Started udev Kernel Device Manager.
May 14 16:40:24 junk kernel: audit: type=1130 audit(1557873624.493:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 14 16:40:24 junk kernel: ACPI: AC Adapter [AC] (on-line)
May 14 16:40:24 junk kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0x10c0, revision 0
May 14 16:40:24 junk kernel: battery: ACPI: Battery Slot [BAT0] (battery present)
May 14 16:40:24 junk kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0x10d0
May 14 16:40:25 junk kernel: wmi_bus wmi_bus-PNP0C14:00: WQBC data block query control method not found
May 14 16:40:25 junk kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
May 14 16:40:25 junk kernel: Linux agpgart interface v0.103
May 14 16:40:25 junk kernel: k8temp 0000:00:18.3: Temperature readouts might be wrong - check erratum #141
May 14 16:40:25 junk kernel: k8temp 0000:00:18.3: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
May 14 16:40:25 junk kernel: input: PC Speaker as /devices/platform/pcspkr/input/input6
May 14 16:40:25 junk kernel: r592: driver successfully loaded
May 14 16:40:25 junk systemd-udevd[278]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
May 14 16:40:25 junk kernel: ssb: Found chip with id 0x4401, rev 0x02 and package 0x00
May 14 16:40:25 junk mtp-probe[284]: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:13.5/usb1/1-6"
May 14 16:40:25 junk kernel: dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.3)
May 14 16:40:25 junk mtp-probe[284]: bus: 1, device: 2 was not an MTP device
May 14 16:40:25 junk kernel: r852: driver loaded successfully
May 14 16:40:25 junk kernel: WARNING: CPU: 0 PID: 279 at drivers/ssb/driver_gpio.c:464 ssb_gpio_init+0x83/0x90 [ssb]
May 14 16:40:25 junk kernel: Modules linked in: ttm dcdbas dell_smm_hwmon b44(+) r852 rfkill soundcore sm_common rng_core r592 drm_kms_helper nand memstick psmouse nand_ecc mii nand_bch bch libphy pcspkr input_leds k8temp drm mtd agpgart syscopyarea sysfillrect sysimgblt sp5100_tco fb_sys_fops evdev wmi mac_hid i2c_piix4 battery ac sg crypto_user ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 fscrypto sr_mod cdrom sd_mod ata_generic pata_acpi ssb_hcd serio_raw atkbd libps2 ahci pata_atiixp libahci ssb ohci_pci pcmcia sdhci_pci libata ehci_pci cqhci ehci_hcd firewire_ohci sdhci firewire_core crc_itu_t ohci_hcd pcmcia_core scsi_mod mmc_core i8042 serio
May 14 16:40:25 junk kernel: CPU: 0 PID: 279 Comm: systemd-udevd Not tainted 5.0.13-arch1-1-ARCH #1
May 14 16:40:25 junk kernel: Hardware name: Dell Inc. Inspiron 1721                   /0UK441, BIOS A05 11/05/2007
May 14 16:40:25 junk kernel: RIP: 0010:ssb_gpio_init+0x83/0x90 [ssb]
May 14 16:40:25 junk kernel: Code: c7 47 48 30 af 4d c0 48 c7 47 58 f0 ae 4d c0 48 c7 47 38 70 ae 4d c0 48 c7 47 40 a0 ae 4d c0 89 87 88 00 00 00 e9 7d 9b d8 c5 <0f> 0b b8 ff ff ff ff c3 0f 1f 44 00 00 66 66 66 66 90 48 83 bf 70
May 14 16:40:25 junk kernel: RSP: 0018:ffffbe0ec070ba68 EFLAGS: 00010246
May 14 16:40:25 junk kernel: RAX: ffffa2bd76c3b0e8 RBX: ffffffffc04e3990 RCX: 0000000000000002
May 14 16:40:25 junk kernel: RDX: ffffbe0ec0632f94 RSI: ffffa2bd76c3b000 RDI: ffffa2bd76c3b000
May 14 16:40:25 junk kernel: RBP: 0000000000000000 R08: 0000000000000004 R09: ffffbe0ec070b98c
May 14 16:40:25 junk kernel: R10: 0000000000000000 R11: 0000000000000000 R12: ffffa2bd76c3b880
May 14 16:40:25 junk kernel: R13: 0000000000000000 R14: ffffa2bd76c3b000 R15: ffffffffc07ba240
May 14 16:40:25 junk kernel: FS:  00007f7b1d583840(0000) GS:ffffa2bdb5c00000(0000) knlGS:0000000000000000
May 14 16:40:25 junk kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
May 14 16:40:25 junk kernel: CR2: 00005588aea2b001 CR3: 0000000073098000 CR4: 00000000000006f0
May 14 16:40:25 junk kernel: Call Trace:
May 14 16:40:25 junk kernel:  ssb_attach_queued_buses+0x107/0x340 [ssb]
May 14 16:40:25 junk kernel:  ? ssb_pci_xtal+0x1f0/0x1f0 [ssb]
May 14 16:40:25 junk kernel:  ssb_bus_register+0x186/0x1f0 [ssb]
May 14 16:40:25 junk kernel:  ssb_bus_pcibus_register+0x2b/0x80 [ssb]
May 14 16:40:25 junk kernel:  ssb_pcihost_probe+0xdf/0x140 [ssb]
May 14 16:40:25 junk kernel:  local_pci_probe+0x41/0x90
May 14 16:40:25 junk kernel:  pci_device_probe+0x115/0x1a0
May 14 16:40:25 junk kernel:  really_probe+0xf8/0x3b0
May 14 16:40:25 junk kernel:  driver_probe_device+0xb3/0xf0
May 14 16:40:25 junk kernel:  __driver_attach+0xdd/0x110
May 14 16:40:25 junk kernel:  ? driver_probe_device+0xf0/0xf0
May 14 16:40:25 junk kernel:  ? driver_probe_device+0xf0/0xf0
May 14 16:40:25 junk kernel:  bus_for_each_dev+0x77/0xc0
May 14 16:40:25 junk kernel:  bus_add_driver+0x152/0x230
May 14 16:40:25 junk kernel:  ? 0xffffffffc07bd000
May 14 16:40:25 junk kernel:  driver_register+0x6b/0xb0
May 14 16:40:25 junk kernel:  ? 0xffffffffc07bd000
May 14 16:40:25 junk kernel:  b44_init+0x1c/0x1000 [b44]
May 14 16:40:25 junk kernel:  do_one_initcall+0x46/0x1f5
May 14 16:40:25 junk kernel:  ? kmem_cache_alloc_trace+0x169/0x1c0
May 14 16:40:25 junk kernel:  ? do_init_module+0x22/0x210
May 14 16:40:25 junk kernel:  do_init_module+0x5a/0x210
May 14 16:40:25 junk kernel:  load_module+0x2038/0x22d0
May 14 16:40:25 junk kernel:  ? alloc_vmap_area+0x6b/0x350
May 14 16:40:25 junk kernel:  ? vmap_page_range_noflush+0x23f/0x350
May 14 16:40:25 junk kernel:  ? __se_sys_init_module+0x10a/0x170
May 14 16:40:25 junk kernel:  __se_sys_init_module+0x10a/0x170
May 14 16:40:25 junk kernel:  do_syscall_64+0x5b/0x170
May 14 16:40:25 junk kernel:  entry_SYSCALL_64_after_hwframe+0x44/0xa9
May 14 16:40:25 junk kernel: RIP: 0033:0x7f7b1ef4a71e
May 14 16:40:25 junk kernel: Code: 48 8b 0d 45 37 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 12 37 0c 00 f7 d8 64 89 01 48
May 14 16:40:25 junk kernel: RSP: 002b:00007ffd2d63ed78 EFLAGS: 00000246 ORIG_RAX: 00000000000000af
May 14 16:40:25 junk kernel: RAX: ffffffffffffffda RBX: 00005588ae9a9770 RCX: 00007f7b1ef4a71e
May 14 16:40:25 junk kernel: RDX: 00007f7b1ebb384d RSI: 0000000000011e41 RDI: 00005588af220fa0
May 14 16:40:25 junk kernel: RBP: 00007f7b1ebb384d R08: 000000000000005f R09: 00005588ae9e7af0
May 14 16:40:25 junk kernel: R10: 00005588ae99c010 R11: 0000000000000246 R12: 00005588af220fa0
May 14 16:40:25 junk kernel: R13: 00005588ae9ab600 R14: 0000000000020000 R15: 00005588ae9a9770
May 14 16:40:25 junk kernel: ---[ end trace 0ed07d0adc633f97 ]---
May 14 16:40:25 junk kernel: b44 0000:03:00.0: Sonics Silicon Backplane found on PCI device 0000:03:00.0
May 14 16:40:25 junk kernel: b44: Broadcom 44xx/47xx 10/100 PCI ethernet driver version 2.0
May 14 16:40:25 junk kernel: b44 ssb1:0 eth0: Broadcom 44xx/47xx 10/100 PCI ethernet driver 00:1c:23:b3:d2:8b
May 14 16:40:25 junk kernel: dell-smbios A80593CE-A997-11DA-B012-B622A1EF5492: WMI SMBIOS userspace interface not supported(0), try upgrading to a newer BIOS
May 14 16:40:26 junk kernel: input: Dell WMI hotkeys as /devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input8
May 14 16:40:26 junk kernel: media: Linux media interface: v0.10
May 14 16:40:26 junk kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
May 14 16:40:26 junk kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
May 14 16:40:26 junk kernel: snd_hda_codec_idt hdaudioC0D0: autoconfig for STAC9205: line_outs=1 (0xd/0x0/0x0/0x0/0x0) type:speaker
May 14 16:40:26 junk kernel: snd_hda_codec_idt hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
May 14 16:40:26 junk kernel: snd_hda_codec_idt hdaudioC0D0:    hp_outs=1 (0xa/0x0/0x0/0x0/0x0)
May 14 16:40:26 junk kernel: snd_hda_codec_idt hdaudioC0D0:    mono: mono_out=0x0
May 14 16:40:26 junk kernel: snd_hda_codec_idt hdaudioC0D0:    dig-out=0x21/0x0
May 14 16:40:26 junk kernel: snd_hda_codec_idt hdaudioC0D0:    inputs:
May 14 16:40:26 junk kernel: snd_hda_codec_idt hdaudioC0D0:      Internal Mic=0x17
May 14 16:40:26 junk kernel: snd_hda_codec_idt hdaudioC0D0:      Mic=0xb
May 14 16:40:26 junk systemd-udevd[279]: Using default interface naming scheme 'v240'.
May 14 16:40:26 junk kernel: input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:14.2/sound/card0/input9
May 14 16:40:26 junk kernel: input: HDA ATI SB Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input10
May 14 16:40:26 junk kernel: input: HDA ATI SB Headphone as /devices/pci0000:00/0000:00:14.2/sound/card0/input11
May 14 16:40:26 junk kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
May 14 16:40:26 junk kernel: cfg80211: failed to load regulatory.db
May 14 16:40:26 junk systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
May 14 16:40:26 junk kernel: videodev: Linux video capture interface: v2.00
May 14 16:40:26 junk kernel: [drm] radeon kernel modesetting enabled.
May 14 16:40:26 junk kernel: checking generic (e0000000 3d0000) vs hw (e0000000 10000000)
May 14 16:40:26 junk kernel: fb0: switching to radeondrmfb from VESA VGA
May 14 16:40:26 junk kernel: Console: switching to colour dummy device 80x25
May 14 16:40:26 junk kernel: [drm] initializing kernel modesetting (RS690 0x1002:0x791F 0x1028:0x01FD 0x00).
May 14 16:40:26 junk kernel: resource sanity check: requesting [mem 0x000c0000-0x000dffff], which spans more than PCI Bus 0000:00 [mem 0x000d0000-0x000dffff window]
May 14 16:40:26 junk kernel: caller pci_map_rom+0x6a/0x1b0 mapping multiple BARs
May 14 16:40:26 junk kernel: ATOM BIOS: ATI
May 14 16:40:26 junk kernel: radeon 0000:01:05.0: VRAM: 192M 0x0000000074000000 - 0x000000007FFFFFFF (192M used)
May 14 16:40:26 junk kernel: radeon 0000:01:05.0: GTT: 512M 0x0000000080000000 - 0x000000009FFFFFFF
May 14 16:40:26 junk kernel: [drm] Detected VRAM RAM=192M, BAR=256M
May 14 16:40:26 junk kernel: [drm] RAM width 128bits DDR
May 14 16:40:26 junk kernel: [TTM] Zone  kernel: Available graphics memory: 954232 kiB
May 14 16:40:26 junk kernel: [TTM] Initializing pool allocator
May 14 16:40:26 junk kernel: [TTM] Initializing DMA pool allocator
May 14 16:40:26 junk kernel: [drm] radeon: 192M of VRAM memory ready
May 14 16:40:26 junk kernel: [drm] radeon: 512M of GTT memory ready.
May 14 16:40:26 junk kernel: [drm] GART: num cpu pages 131072, num gpu pages 131072
May 14 16:40:26 junk kernel: [drm] radeon: power management initialized
May 14 16:40:26 junk systemd-udevd[279]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
May 14 16:40:26 junk kernel: [drm] radeon: 1 quad pipes, 1 z pipes initialized.
May 14 16:40:26 junk kernel: [drm] PCIE GART of 512M enabled (table at 0x0000000073500000).
May 14 16:40:26 junk kernel: radeon 0000:01:05.0: WB enabled
May 14 16:40:26 junk kernel: radeon 0000:01:05.0: fence driver on ring 0 use gpu addr 0x0000000080000000 and cpu addr 0x000000001c006c0d
May 14 16:40:26 junk kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
May 14 16:40:26 junk kernel: [drm] Driver supports precise vblank timestamp query.
May 14 16:40:26 junk kernel: radeon 0000:01:05.0: radeon: MSI limited to 32-bit
May 14 16:40:26 junk kernel: radeon 0000:01:05.0: radeon: using MSI.
May 14 16:40:26 junk kernel: [drm] radeon: irq initialized.
May 14 16:40:26 junk kernel: [drm] Loading RS690/RS740 Microcode
May 14 16:40:26 junk kernel: kvm: Nested Virtualization enabled
May 14 16:40:26 junk kernel: MCE: In-kernel MCE decoding enabled.
May 14 16:40:26 junk systemd[1]: Reached target Sound Card.
May 14 16:40:26 junk kernel: uvcvideo: Found UVC 1.00 device Laptop Integrated Webcam (05a9:2640)
May 14 16:40:26 junk kernel: uvcvideo 1-6:1.0: Entity type for entity Processing 5 was not initialized!
May 14 16:40:26 junk kernel: uvcvideo 1-6:1.0: Entity type for entity Extension 6 was not initialized!
May 14 16:40:26 junk kernel: uvcvideo 1-6:1.0: Entity type for entity Selector 4 was not initialized!
May 14 16:40:26 junk kernel: uvcvideo 1-6:1.0: Entity type for entity Camera 1 was not initialized!
May 14 16:40:26 junk kernel: uvcvideo 1-6:1.0: Entity type for entity Extension 7 was not initialized!
May 14 16:40:26 junk kernel: input: Laptop Integrated Webcam: Lapto as /devices/pci0000:00/0000:00:13.5/usb1/1-6/1-6:1.0/input/input12
May 14 16:40:26 junk kernel: usbcore: registered new interface driver uvcvideo
May 14 16:40:26 junk kernel: USB Video Class driver (1.1.1)
May 14 16:40:26 junk kernel: [drm] radeon: ring at 0x0000000080001000
May 14 16:40:26 junk kernel: [drm] ring test succeeded in 1 usecs
May 14 16:40:26 junk kernel: [drm] ib test succeeded in 0 usecs
May 14 16:40:26 junk kernel: [drm] Radeon Display Connectors
May 14 16:40:26 junk kernel: [drm] Connector 0:
May 14 16:40:26 junk kernel: [drm]   VGA-1
May 14 16:40:26 junk kernel: [drm]   DDC: 0x7e50 0x7e40 0x7e54 0x7e44 0x7e58 0x7e48 0x7e5c 0x7e4c
May 14 16:40:26 junk kernel: [drm]   Encoders:
May 14 16:40:26 junk kernel: [drm]     CRT1: INTERNAL_KLDSCP_DAC1
May 14 16:40:26 junk kernel: [drm] Connector 1:
May 14 16:40:26 junk kernel: [drm]   LVDS-1
May 14 16:40:26 junk kernel: [drm]   DDC: 0x7e40 0x7e50 0x7e44 0x7e54 0x7e48 0x7e58 0x7e4c 0x7e5c
May 14 16:40:26 junk kernel: [drm]   Encoders:
May 14 16:40:26 junk kernel: [drm]     LCD1: INTERNAL_LVTM1
May 14 16:40:26 junk kernel: [drm] Connector 2:
May 14 16:40:26 junk kernel: [drm]   SVIDEO-1
May 14 16:40:26 junk kernel: [drm]   Encoders:
May 14 16:40:26 junk kernel: [drm]     TV1: INTERNAL_KLDSCP_DAC1
May 14 16:40:26 junk kernel: [drm] Connector 3:
May 14 16:40:26 junk kernel: [drm]   DVI-D-1
May 14 16:40:26 junk kernel: [drm]   HPD2
May 14 16:40:26 junk kernel: [drm]   DDC: 0x7e40 0x7e60 0x7e44 0x7e64 0x7e48 0x7e68 0x7e4c 0x7e6c
May 14 16:40:26 junk kernel: [drm]   Encoders:
May 14 16:40:26 junk kernel: [drm]     DFP2: INTERNAL_DDI
May 14 16:40:26 junk kernel: EDAC amd64: Node 0: DRAM ECC disabled.
May 14 16:40:26 junk kernel: EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                              Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                              (Note that use of the override may cause unknown side effects.)
May 14 16:40:26 junk kernel: EDAC amd64: Node 0: DRAM ECC disabled.
May 14 16:40:26 junk kernel: EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                              Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                              (Note that use of the override may cause unknown side effects.)
May 14 16:40:26 junk kernel: input: AlpsPS/2 ALPS GlidePoint as /devices/platform/i8042/serio1/input/input7
May 14 16:40:26 junk kernel: powernow_k8: fid 0xb (1900 MHz), vid 0x12
May 14 16:40:26 junk kernel: powernow_k8: fid 0xa (1800 MHz), vid 0x13
May 14 16:40:26 junk kernel: powernow_k8: fid 0x8 (1600 MHz), vid 0x14
May 14 16:40:26 junk kernel: powernow_k8: fid 0x0 (800 MHz), vid 0x1e
May 14 16:40:26 junk kernel: powernow_k8: Found 1 AMD Turion(tm) 64 X2 Mobile Technology TL-58 (2 cpu cores) (version 2.20.00)
May 14 16:40:26 junk kernel: b43-phy0: Broadcom 4311 WLAN found (core revision 10)
May 14 16:40:26 junk kernel: b43-phy0: Found PHY: Analog 4, Type 2 (G), Revision 8
May 14 16:40:26 junk kernel: b43-phy0: Found Radio: Manuf 0x17F, ID 0x2050, Revision 2, Version 0
May 14 16:40:26 junk kernel: b43 ssb0:0: Direct firmware load for b43/ucode5.fw failed with error -2
May 14 16:40:26 junk kernel: b43 ssb0:0: Direct firmware load for b43/ucode5.fw failed with error -2
May 14 16:40:26 junk kernel: b43 ssb0:0: Direct firmware load for b43-open/ucode5.fw failed with error -2
May 14 16:40:26 junk kernel: b43 ssb0:0: Direct firmware load for b43-open/ucode5.fw failed with error -2
May 14 16:40:26 junk kernel: b43-phy0 ERROR: Firmware file "b43/ucode5.fw" not found
May 14 16:40:26 junk kernel: b43-phy0 ERROR: Firmware file "b43-open/ucode5.fw" not found
May 14 16:40:26 junk kernel: b43-phy0 ERROR: You must go to http://wireless.kernel.org/en/users/Drivers/b43#devicefirmware and download the correct firmware for this driver version. Please carefully read all instructions on this website.
May 14 16:40:26 junk kernel: Broadcom 43xx driver loaded [ Features: PNLS ]
May 14 16:40:26 junk kernel: mousedev: PS/2 mouse device common for all mice
May 14 16:40:27 junk systemd[1]: Started Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
May 14 16:40:27 junk audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 14 16:40:27 junk systemd[1]: Reached target Local File Systems (Pre).
May 14 16:40:27 junk systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
May 14 16:40:27 junk systemd[1]: Reached target Local File Systems.
May 14 16:40:27 junk systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
May 14 16:40:27 junk kernel: audit: type=1130 audit(1557873627.076:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 14 16:40:27 junk systemd[1]: Starting Create Volatile Files and Directories...
May 14 16:40:27 junk systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
May 14 16:40:27 junk kernel: [drm] fb mappable at 0xE0040000
May 14 16:40:27 junk kernel: [drm] vram apper at 0xE0000000
May 14 16:40:27 junk kernel: [drm] size 5300224
May 14 16:40:27 junk kernel: [drm] fb depth is 24
May 14 16:40:27 junk kernel: [drm]    pitch is 5888
May 14 16:40:27 junk kernel: fbcon: radeondrmfb (fb0) is primary device
May 14 16:40:27 junk kernel: Console: switching to colour frame buffer device 180x56
May 14 16:40:27 junk kernel: radeon 0000:01:05.0: fb0: radeondrmfb frame buffer device
May 14 16:40:27 junk systemd[1]: Started Create Volatile Files and Directories.
May 14 16:40:27 junk systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
May 14 16:40:27 junk systemd[1]: Condition check resulted in Update is Completed being skipped.
May 14 16:40:27 junk audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 14 16:40:27 junk systemd[1]: Starting Update UTMP about System Boot/Shutdown...
May 14 16:40:27 junk kernel: audit: type=1130 audit(1557873627.409:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 14 16:40:27 junk kernel: [drm] Initialized radeon 2.50.0 20080528 for 0000:01:05.0 on minor 0
May 14 16:40:27 junk audit[323]: SYSTEM_BOOT pid=323 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
May 14 16:40:27 junk kernel: audit: type=1127 audit(1557873627.459:9): pid=323 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
May 14 16:40:27 junk systemd[1]: Created slice system-systemd\x2dbacklight.slice.
May 14 16:40:27 junk systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:acpi_video0...
May 14 16:40:27 junk systemd[1]: Started Update UTMP about System Boot/Shutdown.
May 14 16:40:27 junk audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 14 16:40:27 junk kernel: audit: type=1130 audit(1557873627.503:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 14 16:40:27 junk systemd[1]: Started Load/Save Screen Backlight Brightness of backlight:acpi_video0.
May 14 16:40:27 junk audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:acpi_video0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 14 16:40:27 junk systemd[1]: Reached target System Initialization.
May 14 16:40:27 junk systemd[1]: Started Daily verification of password and group files.
May 14 16:40:27 junk systemd[1]: Started Daily man-db regeneration.
May 14 16:40:27 junk systemd[1]: Started Daily rotation of log files.
May 14 16:40:27 junk systemd[1]: Started Daily Cleanup of Temporary Directories.
May 14 16:40:27 junk systemd[1]: Reached target Timers.
May 14 16:40:27 junk systemd[1]: Listening on D-Bus System Message Bus Socket.
May 14 16:40:27 junk systemd[1]: Reached target Sockets.
May 14 16:40:27 junk systemd[1]: Reached target Basic System.
May 14 16:40:27 junk kernel: audit: type=1130 audit(1557873627.513:11): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:acpi_video0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 14 16:40:27 junk systemd[1]: Starting Permit User Sessions...
May 14 16:40:27 junk systemd[1]: Starting Login Service...
May 14 16:40:27 junk systemd[1]: Started D-Bus System Message Bus.
May 14 16:40:27 junk audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 14 16:40:27 junk systemd[1]: Started Permit User Sessions.
May 14 16:40:27 junk audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 14 16:40:27 junk systemd[1]: Starting GNOME Display Manager...
May 14 16:40:28 junk systemd-logind[326]: New seat seat0.
May 14 16:40:28 junk systemd-logind[326]: Watching system buttons on /dev/input/event1 (Power Button)
May 14 16:40:28 junk systemd-logind[326]: Watching system buttons on /dev/input/event0 (Lid Switch)
May 14 16:40:28 junk systemd-logind[326]: Watching system buttons on /dev/input/event2 (Sleep Button)
May 14 16:40:28 junk systemd-logind[326]: Watching system buttons on /dev/input/event4 (AT Translated Set 2 keyboard)
May 14 16:40:28 junk systemd[1]: Started Login Service.
May 14 16:40:28 junk audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 14 16:40:28 junk systemd[1]: Reached target Multi-User System.
May 14 16:40:28 junk kernel: kauditd_printk_skb: 2 callbacks suppressed
May 14 16:40:28 junk kernel: audit: type=1130 audit(1557873628.799:14): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 14 16:40:28 junk audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=gdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 14 16:40:28 junk systemd[1]: Started GNOME Display Manager.
May 14 16:40:28 junk systemd[1]: Reached target Graphical Interface.
May 14 16:40:28 junk systemd[1]: Startup finished in 4.904s (kernel) + 9.726s (userspace) = 14.630s.
May 14 16:40:28 junk kernel: audit: type=1130 audit(1557873628.806:15): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=gdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 14 16:40:28 junk dbus-daemon[327]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service' requested by ':1.2' (uid=0 pid=328 comm="/usr/bin/gdm ")
May 14 16:40:28 junk systemd[1]: Reached target User and Group Name Lookups.
May 14 16:40:28 junk systemd[1]: Starting Accounts Service...
May 14 16:40:29 junk dbus-daemon[327]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.3' (uid=0 pid=331 comm="/usr/lib/accounts-daemon ")
May 14 16:40:29 junk systemd[1]: Starting Authorization Manager...
May 14 16:40:29 junk polkitd[335]: Started polkitd version 0.116
May 14 16:40:30 junk polkitd[335]: Loading rules from directory /etc/polkit-1/rules.d
May 14 16:40:30 junk polkitd[335]: Loading rules from directory /usr/share/polkit-1/rules.d
May 14 16:40:30 junk polkitd[335]: Finished loading, compiling and executing 6 rules
May 14 16:40:30 junk dbus-daemon[327]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
May 14 16:40:30 junk systemd[1]: Started Authorization Manager.
May 14 16:40:30 junk audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 14 16:40:30 junk polkitd[335]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
May 14 16:40:30 junk kernel: audit: type=1130 audit(1557873630.329:16): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 14 16:40:30 junk accounts-daemon[331]: started daemon version 0.6.55
May 14 16:40:30 junk dbus-daemon[327]: [system] Successfully activated service 'org.freedesktop.Accounts'
May 14 16:40:30 junk audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 14 16:40:30 junk systemd[1]: Started Accounts Service.
May 14 16:40:30 junk kernel: audit: type=1130 audit(1557873630.336:17): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 14 16:40:31 junk systemd[1]: Created slice User Slice of UID 120.
May 14 16:40:31 junk systemd[1]: Starting User Runtime Directory /run/user/120...
May 14 16:40:31 junk systemd-logind[326]: New session c1 of user gdm.
May 14 16:40:31 junk systemd[1]: Started User Runtime Directory /run/user/120.
May 14 16:40:31 junk kernel: audit: type=1130 audit(1557873631.253:18): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 14 16:40:31 junk audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 14 16:40:31 junk systemd[1]: Starting User Manager for UID 120...
May 14 16:40:31 junk kernel: audit: type=1006 audit(1557873631.306:19): pid=352 uid=0 old-auid=4294967295 auid=120 tty=(none) old-ses=4294967295 ses=1 res=1
May 14 16:40:31 junk systemd[352]: pam_unix(systemd-user:session): session opened for user gdm by (uid=0)
May 14 16:40:31 junk systemd[352]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
May 14 16:40:31 junk systemd[352]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
May 14 16:40:31 junk systemd[352]: Listening on p11-kit server.
May 14 16:40:31 junk systemd[352]: Listening on Sound System.
May 14 16:40:31 junk systemd[352]: Listening on GnuPG network certificate management daemon.
May 14 16:40:31 junk systemd[352]: Starting D-Bus User Message Bus Socket.
May 14 16:40:31 junk systemd[352]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
May 14 16:40:31 junk systemd[352]: Listening on Multimedia System.
May 14 16:40:31 junk systemd[352]: Reached target Paths.
May 14 16:40:31 junk systemd[352]: Listening on GnuPG cryptographic agent and passphrase cache.
May 14 16:40:31 junk systemd[352]: Reached target Timers.
May 14 16:40:31 junk systemd[352]: Listening on D-Bus User Message Bus Socket.
May 14 16:40:31 junk systemd[352]: Reached target Sockets.
May 14 16:40:31 junk systemd[352]: Reached target Basic System.
May 14 16:40:31 junk audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 14 16:40:31 junk systemd[1]: Started User Manager for UID 120.
May 14 16:40:31 junk kernel: audit: type=1130 audit(1557873631.819:20): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 14 16:40:31 junk systemd[352]: Starting Update XDG user dir configuration...
May 14 16:40:31 junk systemd[1]: Started Session c1 of user gdm.
May 14 16:40:31 junk systemd[352]: Started D-Bus User Message Bus.
May 14 16:40:31 junk systemd[352]: xdg-user-dirs-update.service: Succeeded.
May 14 16:40:31 junk systemd[352]: Started Update XDG user dir configuration.
May 14 16:40:31 junk systemd[352]: Reached target Main User Target.
May 14 16:40:31 junk systemd[352]: Startup finished in 474ms.
May 14 16:40:38 junk gnome-shell[371]: Failed to initialize accelerated iGPU/dGPU framebuffer sharing: No matching EGL configs
May 14 16:40:40 junk org.gnome.Shell.desktop[371]: glamor: No eglstream capable devices found
May 14 16:40:40 junk org.gnome.Shell.desktop[371]: The XKEYBOARD keymap compiler (xkbcomp) reports:
May 14 16:40:40 junk org.gnome.Shell.desktop[371]: > Warning:          Unsupported high keycode 372 for name <I372> ignored
May 14 16:40:40 junk org.gnome.Shell.desktop[371]: >                   X11 cannot support keycodes above 255.
May 14 16:40:40 junk org.gnome.Shell.desktop[371]: >                   This warning only shows for the first high keycode.
May 14 16:40:40 junk org.gnome.Shell.desktop[371]: > Internal error:   Could not resolve keysym XF86MonBrightnessCycle
May 14 16:40:40 junk org.gnome.Shell.desktop[371]: Errors from xkbcomp are not fatal to the X server
May 14 16:40:41 junk dbus-daemon[361]: [session uid=120 pid=361] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.8' (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
May 14 16:40:41 junk systemd[352]: Starting Accessibility services bus...
May 14 16:40:41 junk dbus-daemon[361]: [session uid=120 pid=361] Successfully activated service 'org.a11y.Bus'
May 14 16:40:41 junk systemd[352]: Started Accessibility services bus.
May 14 16:40:41 junk at-spi-bus-launcher[384]: dbus-daemon[390]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
May 14 16:40:41 junk at-spi-bus-launcher[384]: dbus-daemon[390]: Successfully activated service 'org.a11y.atspi.Registry'
May 14 16:40:41 junk at-spi-bus-launcher[384]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
May 14 16:40:45 junk dbus-daemon[327]: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service' requested by ':1.16' (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
May 14 16:40:45 junk systemd[1]: Starting Locale Service...
May 14 16:40:45 junk gnome-shell[371]: Failed to launch ibus-daemon: Failed to execute child process “ibus-daemon” (No such file or directory)
May 14 16:40:46 junk dbus-daemon[327]: [system] Successfully activated service 'org.freedesktop.locale1'
May 14 16:40:46 junk systemd[1]: Started Locale Service.
May 14 16:40:46 junk audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 14 16:40:46 junk kernel: audit: type=1130 audit(1557873646.579:21): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 14 16:40:47 junk dbus-daemon[327]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.16' (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
May 14 16:40:47 junk systemd[1]: Starting Daemon for power management...
May 14 16:40:48 junk systemd[352]: Starting Sound Service...
May 14 16:40:48 junk dbus-daemon[327]: [system] Activating via systemd: service name='org.freedesktop.GeoClue2' unit='geoclue.service' requested by ':1.16' (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
May 14 16:40:48 junk systemd[1]: Starting Location Lookup Service...
May 14 16:40:48 junk polkitd[335]: Registered Authentication Agent for unix-session:c1 (system bus name :1.16 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
May 14 16:40:48 junk gnome-shell[371]: No permission to trigger offline updates: Polkit.Error: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.packagekit.trigger-offline-update is not registered
May 14 16:40:48 junk dbus-daemon[327]: [system] Successfully activated service 'org.freedesktop.UPower'
May 14 16:40:48 junk audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 14 16:40:48 junk systemd[1]: Started Daemon for power management.
May 14 16:40:48 junk kernel: audit: type=1130 audit(1557873648.626:22): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 14 16:40:48 junk dbus-daemon[327]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.25' (uid=120 pid=400 comm="/usr/bin/pulseaudio --daemonize=no ")
May 14 16:40:48 junk systemd[1]: Starting RealtimeKit Scheduling Policy Service...
May 14 16:40:48 junk dbus-daemon[327]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
May 14 16:40:48 junk audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 14 16:40:48 junk systemd[1]: Started RealtimeKit Scheduling Policy Service.
May 14 16:40:48 junk rtkit-daemon[446]: Successfully called chroot.
May 14 16:40:48 junk kernel: audit: type=1130 audit(1557873648.703:23): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 14 16:40:48 junk rtkit-daemon[446]: Successfully dropped privileges.
May 14 16:40:48 junk rtkit-daemon[446]: Successfully limited resources.
May 14 16:40:48 junk rtkit-daemon[446]: Running.
May 14 16:40:48 junk rtkit-daemon[446]: Watchdog thread running.
May 14 16:40:48 junk rtkit-daemon[446]: Canary thread running.
May 14 16:40:48 junk dbus-daemon[327]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.48' (uid=971 pid=404 comm="/usr/lib/geoclue ")
May 14 16:40:48 junk systemd[1]: Starting WPA supplicant...
May 14 16:40:49 junk dbus-daemon[327]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
May 14 16:40:49 junk systemd[1]: Started WPA supplicant.
May 14 16:40:49 junk audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 14 16:40:49 junk wpa_supplicant[468]: Successfully initialized wpa_supplicant
May 14 16:40:49 junk kernel: audit: type=1130 audit(1557873649.663:24): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 14 16:40:49 junk systemd[1]: Reached target Network.
May 14 16:40:49 junk dbus-daemon[327]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service' requested by ':1.50' (uid=971 pid=404 comm="/usr/lib/geoclue ")
May 14 16:40:49 junk dbus-daemon[327]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
May 14 16:40:49 junk geoclue[404]: Failed to connect to avahi service: Daemon not running
May 14 16:40:49 junk dbus-daemon[327]: [system] Successfully activated service 'org.freedesktop.GeoClue2'
May 14 16:40:49 junk audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 14 16:40:49 junk systemd[1]: Started Location Lookup Service.
May 14 16:40:49 junk kernel: audit: type=1130 audit(1557873649.676:25): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 14 16:40:50 junk rtkit-daemon[446]: Supervising 0 threads of 0 processes of 1 users.
May 14 16:40:50 junk rtkit-daemon[446]: Supervising 0 threads of 0 processes of 1 users.
May 14 16:40:50 junk rtkit-daemon[446]: Supervising 0 threads of 0 processes of 1 users.
May 14 16:40:50 junk rtkit-daemon[446]: Supervising 0 threads of 0 processes of 1 users.
May 14 16:40:50 junk rtkit-daemon[446]: Supervising 0 threads of 0 processes of 1 users.
May 14 16:40:50 junk rtkit-daemon[446]: Supervising 0 threads of 0 processes of 1 users.
May 14 16:40:50 junk rtkit-daemon[446]: Supervising 0 threads of 0 processes of 1 users.
May 14 16:40:50 junk rtkit-daemon[446]: Supervising 0 threads of 0 processes of 1 users.
May 14 16:40:50 junk rtkit-daemon[446]: Supervising 0 threads of 0 processes of 1 users.
May 14 16:40:50 junk rtkit-daemon[446]: Supervising 0 threads of 0 processes of 1 users.
May 14 16:40:50 junk dbus-daemon[327]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.72' (uid=120 pid=400 comm="/usr/bin/pulseaudio --daemonize=no ")
May 14 16:40:50 junk dbus-daemon[327]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service not found.
May 14 16:40:50 junk systemd[352]: Started Sound Service.
May 14 16:40:50 junk pulseaudio[400]: E: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop.systemd1.NoSuchUnit: Unit dbus-org.bluez.service not found.
May 14 16:40:51 junk org.gnome.Shell.desktop[371]: The XKEYBOARD keymap compiler (xkbcomp) reports:
May 14 16:40:51 junk org.gnome.Shell.desktop[371]: > Warning:          Unsupported maximum keycode 374, clipping.
May 14 16:40:51 junk org.gnome.Shell.desktop[371]: >                   X11 cannot support keycodes above 255.
May 14 16:40:51 junk org.gnome.Shell.desktop[371]: > Warning:          Unsupported high keycode 372 for name <I372> ignored
May 14 16:40:51 junk org.gnome.Shell.desktop[371]: >                   X11 cannot support keycodes above 255.
May 14 16:40:51 junk org.gnome.Shell.desktop[371]: >                   This warning only shows for the first high keycode.
May 14 16:40:51 junk org.gnome.Shell.desktop[371]: > Internal error:   Could not resolve keysym XF86MonBrightnessCycle
May 14 16:40:51 junk org.gnome.Shell.desktop[371]: Errors from xkbcomp are not fatal to the X server
May 14 16:40:53 junk gnome-shell[371]: JS WARNING: [resource:///org/gnome/shell/ui/windowManager.js 1644]: reference to undefined property "MetaWindowXwayland"
May 14 16:40:53 junk dbus-daemon[327]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' requested by ':1.76' (uid=120 pid=432 comm="/usr/lib/gsd-color ")
May 14 16:40:53 junk systemd[1]: Starting Manage, Install and Generate Color Profiles...
May 14 16:40:53 junk dbus-daemon[327]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.74' (uid=120 pid=458 comm="/usr/lib/gsd-media-keys ")
May 14 16:40:53 junk systemd[1]: Starting Hostname Service...
May 14 16:40:53 junk dbus-daemon[327]: [system] Successfully activated service 'org.freedesktop.ColorManager'
May 14 16:40:53 junk audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=colord comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 14 16:40:53 junk systemd[1]: Started Manage, Install and Generate Color Profiles.
May 14 16:40:53 junk kernel: audit: type=1130 audit(1557873653.463:26): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=colord comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 14 16:40:54 junk gnome-session-binary[363]: Entering running state
May 14 16:40:54 junk dbus-daemon[327]: [system] Successfully activated service 'org.freedesktop.hostname1'
May 14 16:40:54 junk audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 14 16:40:54 junk systemd[1]: Started Hostname Service.
May 14 16:40:54 junk kernel: audit: type=1130 audit(1557873654.406:27): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 14 16:40:54 junk xbrlapi.desktop[531]: openConnection: connect: No such file or directory
May 14 16:40:54 junk xbrlapi.desktop[531]: cannot connect to braille devices daemon brltty at :0
May 14 16:40:55 junk dbus-daemon[327]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service' requested by ':1.87' (uid=972 pid=526 comm="/usr/lib/colord-sane ")
May 14 16:40:55 junk dbus-daemon[327]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
May 14 16:40:58 junk dbus-daemon[327]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service' requested by ':1.88' (uid=972 pid=526 comm="/usr/lib/colord-sane ")
May 14 16:40:58 junk dbus-daemon[327]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
May 14 16:41:00 junk gnome-shell[371]: JS WARNING: [resource:///org/gnome/shell/gdm/realmd.js 82]: reference to undefined property "_loginFormat"
May 14 16:41:00 junk gnome-shell[371]: JS WARNING: [resource:///org/gnome/shell/gdm/realmd.js 94]: reference to undefined property "_loginFormat"
May 14 16:41:05 junk gdm-password][544]: gkr-pam: unable to locate daemon control file
May 14 16:41:05 junk kernel: audit: type=1006 audit(1557873665.313:28): pid=544 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=2 res=1
May 14 16:41:05 junk gdm-password][544]: pam_unix(gdm-password:session): session opened for user root by (uid=0)
May 14 16:41:05 junk systemd-logind[326]: New session 2 of user root.
May 14 16:41:05 junk systemd[1]: Created slice User Slice of UID 0.
May 14 16:41:05 junk systemd[1]: Starting User Runtime Directory /run/user/0...
May 14 16:41:05 junk systemd[1]: Started User Runtime Directory /run/user/0.
May 14 16:41:05 junk audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 14 16:41:05 junk kernel: audit: type=1130 audit(1557873665.379:29): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 14 16:41:05 junk systemd[1]: Starting User Manager for UID 0...
May 14 16:41:05 junk kernel: audit: type=1006 audit(1557873665.396:30): pid=548 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
May 14 16:41:05 junk systemd[548]: pam_unix(systemd-user:session): session opened for user root by (uid=0)
May 14 16:41:05 junk systemd[548]: Listening on Multimedia System.
May 14 16:41:05 junk systemd[548]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
May 14 16:41:05 junk systemd[548]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
May 14 16:41:05 junk systemd[548]: Listening on p11-kit server.
May 14 16:41:05 junk systemd[548]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
May 14 16:41:05 junk systemd[548]: Reached target Timers.
May 14 16:41:05 junk systemd[548]: Listening on GnuPG cryptographic agent and passphrase cache.
May 14 16:41:05 junk systemd[548]: Condition check resulted in Sound System being skipped.
May 14 16:41:05 junk systemd[548]: Starting D-Bus User Message Bus Socket.
May 14 16:41:05 junk systemd[548]: Listening on GnuPG network certificate management daemon.
May 14 16:41:05 junk systemd[548]: Reached target Paths.
May 14 16:41:05 junk systemd[548]: Listening on D-Bus User Message Bus Socket.
May 14 16:41:05 junk systemd[548]: Reached target Sockets.
May 14 16:41:05 junk systemd[548]: Reached target Basic System.
May 14 16:41:05 junk audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 14 16:41:05 junk systemd[1]: Started User Manager for UID 0.
May 14 16:41:05 junk systemd[1]: Started Session 2 of user root.
May 14 16:41:05 junk kernel: audit: type=1130 audit(1557873665.536:31): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 14 16:41:05 junk systemd[548]: Starting Update XDG user dir configuration...
May 14 16:41:05 junk systemd[548]: xdg-user-dirs-update.service: Succeeded.
May 14 16:41:05 junk systemd[548]: Started Update XDG user dir configuration.
May 14 16:41:05 junk systemd[548]: Reached target Main User Target.
May 14 16:41:05 junk systemd[548]: Startup finished in 166ms.
May 14 16:41:05 junk audit[544]: USER_LOGIN pid=544 uid=0 auid=0 ses=2 msg='uid=0 exe="/usr/lib/gdm-session-worker" hostname=? addr=? terminal=? res=success'
May 14 16:41:05 junk kernel: audit: type=1112 audit(1557873665.666:32): pid=544 uid=0 auid=0 ses=2 msg='uid=0 exe="/usr/lib/gdm-session-worker" hostname=? addr=? terminal=? res=success'
May 14 16:41:06 junk systemd[548]: Started D-Bus User Message Bus.
May 14 16:41:06 junk gnome-keyring-secrets.desktop[591]: SSH_AUTH_SOCK=/run/user/0/keyring/ssh
May 14 16:41:06 junk gnome-keyring-ssh.desktop[590]: SSH_AUTH_SOCK=/run/user/0/keyring/ssh
May 14 16:41:07 junk gnome-shell[596]: Failed to initialize accelerated iGPU/dGPU framebuffer sharing: No matching EGL configs
May 14 16:41:07 junk dbus-daemon[563]: [session uid=0 pid=563] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.7' (uid=0 pid=596 comm="/usr/bin/gnome-shell ")
May 14 16:41:07 junk systemd[548]: Starting Virtual filesystem service...
May 14 16:41:07 junk dbus-daemon[563]: [session uid=0 pid=563] Successfully activated service 'org.gtk.vfs.Daemon'
May 14 16:41:07 junk systemd[548]: Started Virtual filesystem service.
May 14 16:41:08 junk kernel: fuse init (API version 7.28)
May 14 16:41:08 junk systemd[1]: Mounting FUSE Control File System...
May 14 16:41:08 junk systemd[1]: Mounted FUSE Control File System.
May 14 16:41:08 junk org.gnome.Shell.desktop[596]: glamor: No eglstream capable devices found
May 14 16:41:08 junk org.gnome.Shell.desktop[596]: The XKEYBOARD keymap compiler (xkbcomp) reports:
May 14 16:41:08 junk org.gnome.Shell.desktop[596]: > Warning:          Unsupported high keycode 372 for name <I372> ignored
May 14 16:41:08 junk org.gnome.Shell.desktop[596]: >                   X11 cannot support keycodes above 255.
May 14 16:41:08 junk org.gnome.Shell.desktop[596]: >                   This warning only shows for the first high keycode.
May 14 16:41:08 junk org.gnome.Shell.desktop[596]: > Internal error:   Could not resolve keysym XF86MonBrightnessCycle
May 14 16:41:08 junk org.gnome.Shell.desktop[596]: Errors from xkbcomp are not fatal to the X server
May 14 16:41:08 junk dbus-daemon[563]: [session uid=0 pid=563] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.10' (uid=0 pid=596 comm="/usr/bin/gnome-shell ")
May 14 16:41:08 junk systemd[548]: Starting Accessibility services bus...
May 14 16:41:08 junk dbus-daemon[563]: [session uid=0 pid=563] Successfully activated service 'org.a11y.Bus'
May 14 16:41:08 junk systemd[548]: Started Accessibility services bus.
May 14 16:41:08 junk at-spi-bus-launcher[624]: dbus-daemon[630]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=0 pid=596 comm="/usr/bin/gnome-shell ")
May 14 16:41:08 junk at-spi-bus-launcher[624]: dbus-daemon[630]: Successfully activated service 'org.a11y.atspi.Registry'
May 14 16:41:08 junk at-spi-bus-launcher[624]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
May 14 16:41:09 junk gnome-shell[596]: Failed to launch ibus-daemon: Failed to execute child process “ibus-daemon” (No such file or directory)
May 14 16:41:10 junk dbus-daemon[563]: [session uid=0 pid=563] Activating service name='org.gnome.Shell.CalendarServer' requested by ':1.7' (uid=0 pid=596 comm="/usr/bin/gnome-shell ")
May 14 16:41:10 junk dbus-daemon[563]: [session uid=0 pid=563] Activating via systemd: service name='org.gnome.evolution.dataserver.Sources5' unit='evolution-source-registry.service' requested by ':1.14' (uid=0 pid=640 comm="/usr/lib/gnome-shell-calendar-server ")
May 14 16:41:10 junk systemd[548]: Starting Evolution source registry...
May 14 16:41:10 junk polkitd[335]: Registered Authentication Agent for unix-session:2 (system bus name :1.118 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
May 14 16:41:10 junk gnome-shell[596]: Telepathy is not available, chat integration will be disabled.
May 14 16:41:11 junk dbus-daemon[563]: [session uid=0 pid=563] Activating via systemd: service name='org.gtk.vfs.UDisks2VolumeMonitor' unit='gvfs-udisks2-volume-monitor.service' requested by ':1.7' (uid=0 pid=596 comm="/usr/bin/gnome-shell ")
May 14 16:41:11 junk systemd[548]: Starting Virtual filesystem service - disk device monitor...
May 14 16:41:11 junk dbus-daemon[327]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' requested by ':1.136' (uid=0 pid=645 comm="/usr/lib/gvfs-udisks2-volume-monitor ")
May 14 16:41:11 junk systemd[1]: Starting Disk Manager...
May 14 16:41:11 junk udisksd[651]: udisks daemon version 2.8.2 starting
May 14 16:41:11 junk dbus-daemon[563]: [session uid=0 pid=563] Activating service name='org.gnome.OnlineAccounts' requested by ':1.15' (uid=0 pid=644 comm="/usr/lib/evolution-source-registry ")
May 14 16:41:12 junk dbus-daemon[327]: [system] Successfully activated service 'org.freedesktop.UDisks2'
May 14 16:41:12 junk audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 14 16:41:12 junk systemd[1]: Started Disk Manager.
May 14 16:41:12 junk udisksd[651]: Acquired the name org.freedesktop.UDisks2 on the system message bus
May 14 16:41:12 junk kernel: audit: type=1130 audit(1557873672.819:33): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 14 16:41:12 junk dbus-daemon[563]: [session uid=0 pid=563] Successfully activated service 'org.gtk.vfs.UDisks2VolumeMonitor'
May 14 16:41:12 junk systemd[548]: Started Virtual filesystem service - disk device monitor.
May 14 16:41:12 junk dbus-daemon[563]: [session uid=0 pid=563] Activating via systemd: service name='org.gtk.vfs.MTPVolumeMonitor' unit='gvfs-mtp-volume-monitor.service' requested by ':1.7' (uid=0 pid=596 comm="/usr/bin/gnome-shell ")
May 14 16:41:12 junk systemd[548]: Starting Virtual filesystem service - Media Transfer Protocol monitor...
May 14 16:41:13 junk dbus-daemon[563]: [session uid=0 pid=563] Successfully activated service 'org.gtk.vfs.MTPVolumeMonitor'
May 14 16:41:13 junk systemd[548]: Started Virtual filesystem service - Media Transfer Protocol monitor.
May 14 16:41:13 junk dbus-daemon[563]: [session uid=0 pid=563] Activating via systemd: service name='org.gtk.vfs.GPhoto2VolumeMonitor' unit='gvfs-gphoto2-volume-monitor.service' requested by ':1.7' (uid=0 pid=596 comm="/usr/bin/gnome-shell ")
May 14 16:41:13 junk systemd[548]: Starting Virtual filesystem service - digital camera monitor...
May 14 16:41:13 junk dbus-daemon[563]: [session uid=0 pid=563] Successfully activated service 'org.gnome.evolution.dataserver.Sources5'
May 14 16:41:13 junk systemd[548]: Started Evolution source registry.
May 14 16:41:13 junk dbus-daemon[563]: [session uid=0 pid=563] Successfully activated service 'org.gtk.vfs.GPhoto2VolumeMonitor'
May 14 16:41:13 junk systemd[548]: Started Virtual filesystem service - digital camera monitor.
May 14 16:41:13 junk dbus-daemon[563]: [session uid=0 pid=563] Activating via systemd: service name='org.gtk.vfs.GoaVolumeMonitor' unit='gvfs-goa-volume-monitor.service' requested by ':1.7' (uid=0 pid=596 comm="/usr/bin/gnome-shell ")
May 14 16:41:13 junk systemd[548]: Starting Virtual filesystem service - GNOME Online Accounts monitor...
May 14 16:41:13 junk dbus-daemon[563]: [session uid=0 pid=563] Successfully activated service 'org.gnome.Shell.CalendarServer'
May 14 16:41:13 junk goa-daemon[657]: goa-daemon version 3.32.0 starting
May 14 16:41:13 junk dbus-daemon[563]: [session uid=0 pid=563] Activating service name='org.gnome.Identity' requested by ':1.20' (uid=0 pid=657 comm="/usr/lib/goa-daemon ")
May 14 16:41:13 junk dbus-daemon[563]: [session uid=0 pid=563] Successfully activated service 'org.gnome.Identity'
May 14 16:41:13 junk dbus-daemon[563]: [session uid=0 pid=563] Successfully activated service 'org.gnome.OnlineAccounts'
May 14 16:41:13 junk dbus-daemon[563]: [session uid=0 pid=563] Successfully activated service 'org.gtk.vfs.GoaVolumeMonitor'
May 14 16:41:13 junk systemd[548]: Started Virtual filesystem service - GNOME Online Accounts monitor.
May 14 16:41:13 junk dbus-daemon[563]: [session uid=0 pid=563] Activating via systemd: service name='org.gtk.vfs.AfcVolumeMonitor' unit='gvfs-afc-volume-monitor.service' requested by ':1.7' (uid=0 pid=596 comm="/usr/bin/gnome-shell ")
May 14 16:41:13 junk systemd[548]: Starting Virtual filesystem service - Apple File Conduit monitor...
May 14 16:41:13 junk gvfs-afc-volume-monitor[690]: Volume monitor alive
May 14 16:41:13 junk dbus-daemon[563]: [session uid=0 pid=563] Successfully activated service 'org.gtk.vfs.AfcVolumeMonitor'
May 14 16:41:13 junk systemd[548]: Started Virtual filesystem service - Apple File Conduit monitor.
May 14 16:41:13 junk gnome-shell[596]: JS WARNING: [resource:///org/gnome/shell/ui/workspacesView.js 527]: reference to undefined property "_workspacesViews"
May 14 16:41:13 junk gnome-shell[596]: JS ERROR: Exception in callback for signal: cancel: TypeError: this._workspacesViews is undefined
                                       _endTouchGesture@resource:///org/gnome/shell/ui/workspacesView.js:527:25
                                       _emit@resource:///org/gnome/gjs/modules/signals.js:142:27
                                       set enabled@resource:///org/gnome/shell/ui/windowManager.js:478:13
                                       WorkspacesDisplay<@resource:///org/gnome/shell/ui/workspacesView.js:482:9
                                       ViewSelector<@resource:///org/gnome/shell/ui/viewSelector.js:167:35
                                       ControlsManager<@resource:///org/gnome/shell/ui/overviewControls.js:405:29
                                       init@resource:///org/gnome/shell/ui/overview.js:234:26
                                       _initializeUI@resource:///org/gnome/shell/ui/main.js:184:5
                                       start@resource:///org/gnome/shell/ui/main.js:124:5
                                       @<main>:1:31
May 14 16:41:14 junk gnome-shell[596]: No permission to trigger offline updates: Polkit.Error: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.packagekit.trigger-offline-update is not registered
May 14 16:41:14 junk pulseaudio.desktop[695]: Connection failure: Connection refused
May 14 16:41:14 junk pulseaudio.desktop[695]: pa_context_connect() failed: Connection refused
May 14 16:41:14 junk gnome-session[565]: gnome-session-binary[565]: WARNING: App 'pulseaudio.desktop' exited with code 1
May 14 16:41:14 junk gnome-session-binary[565]: WARNING: App 'pulseaudio.desktop' exited with code 1
May 14 16:41:14 junk kernel: rfkill: input handler disabled
May 14 16:41:15 junk dbus-daemon[563]: [session uid=0 pid=563] Activating via systemd: service name='org.gnome.evolution.dataserver.Calendar7' unit='evolution-calendar-factory.service' requested by ':1.14' (uid=0 pid=640 comm="/usr/lib/gnome-shell-calendar-server ")
May 14 16:41:15 junk systemd[548]: Starting Evolution calendar service...
May 14 16:41:15 junk gnome-shell[596]: JS ERROR: error initializing the NetworkManager Agent: NM.SecretAgentError: NetworkManager is not running
                                       NetworkAgent</<@resource:///org/gnome/shell/ui/components/networkAgent.js:632:17
May 14 16:41:16 junk dbus-daemon[563]: [session uid=0 pid=563] Successfully activated service 'org.gnome.evolution.dataserver.Calendar7'
May 14 16:41:16 junk systemd[548]: Started Evolution calendar service.
May 14 16:41:16 junk dbus-daemon[563]: [session uid=0 pid=563] Activating service name='ca.desrt.dconf' requested by ':1.35' (uid=0 pid=763 comm="/usr/lib/evolution-calendar-factory ")
May 14 16:41:16 junk dbus-daemon[563]: [session uid=0 pid=563] Activating via systemd: service name='org.gnome.evolution.dataserver.AddressBook9' unit='evolution-addressbook-factory.service' requested by ':1.35' (uid=0 pid=763 comm="/usr/lib/evolution-calendar-factory ")
May 14 16:41:16 junk org.gnome.Shell.desktop[596]: The XKEYBOARD keymap compiler (xkbcomp) reports:
May 14 16:41:16 junk org.gnome.Shell.desktop[596]: > Warning:          Unsupported maximum keycode 374, clipping.
May 14 16:41:16 junk org.gnome.Shell.desktop[596]: >                   X11 cannot support keycodes above 255.
May 14 16:41:16 junk org.gnome.Shell.desktop[596]: > Warning:          Unsupported high keycode 372 for name <I372> ignored
May 14 16:41:16 junk org.gnome.Shell.desktop[596]: >                   X11 cannot support keycodes above 255.
May 14 16:41:16 junk org.gnome.Shell.desktop[596]: >                   This warning only shows for the first high keycode.
May 14 16:41:16 junk org.gnome.Shell.desktop[596]: > Internal error:   Could not resolve keysym XF86MonBrightnessCycle
May 14 16:41:16 junk org.gnome.Shell.desktop[596]: Errors from xkbcomp are not fatal to the X server
May 14 16:41:16 junk systemd[548]: Starting Evolution address book service...
May 14 16:41:16 junk dbus-daemon[563]: [session uid=0 pid=563] Successfully activated service 'ca.desrt.dconf'
May 14 16:41:16 junk at-spi-bus-launcher[384]: XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server ":1024"
May 14 16:41:16 junk at-spi-bus-launcher[384]:       after 21 requests (21 known processed) with 0 events remaining.
May 14 16:41:16 junk gsd-media-keys[458]: gsd-media-keys: Fatal IO error 11 (Resource temporarily unavailable) on X server :1024.
May 14 16:41:16 junk systemd-logind[326]: Session c1 logged out. Waiting for processes to exit.
May 14 16:41:16 junk gsd-clipboard[418]: gsd-clipboard: Fatal IO error 11 (Resource temporarily unavailable) on X server :1024.
May 14 16:41:16 junk gsd-keyboard[443]: gsd-keyboard: Fatal IO error 11 (Resource temporarily unavailable) on X server :1024.
May 14 16:41:16 junk gsd-color[432]: gsd-color: Fatal IO error 11 (Resource temporarily unavailable) on X server :1024.
May 14 16:41:16 junk gsd-power[424]: gsd-power: Fatal IO error 11 (Resource temporarily unavailable) on X server :1024.
May 14 16:41:16 junk gsd-xsettings[419]: gsd-xsettings: Fatal IO error 11 (Resource temporarily unavailable) on X server :1024.
May 14 16:41:16 junk gnome-session[363]: gnome-session-binary[363]: WARNING: Application 'org.gnome.SettingsDaemon.ScreensaverProxy.desktop' killed by signal 15
May 14 16:41:16 junk gnome-session-binary[363]: WARNING: Application 'org.gnome.SettingsDaemon.ScreensaverProxy.desktop' killed by signal 15
May 14 16:41:16 junk gnome-session[363]: gnome-session-binary[363]: WARNING: App 'org.gnome.SettingsDaemon.Clipboard.desktop' exited with code 1
May 14 16:41:16 junk gnome-session[363]: gnome-session-binary[363]: WARNING: App 'org.gnome.SettingsDaemon.Color.desktop' exited with code 1
May 14 16:41:16 junk gnome-session[363]: gnome-session-binary[363]: WARNING: App 'org.gnome.SettingsDaemon.MediaKeys.desktop' exited with code 1
May 14 16:41:16 junk gnome-session-binary[363]: WARNING: App 'org.gnome.SettingsDaemon.Clipboard.desktop' exited with code 1
May 14 16:41:16 junk gnome-session-binary[363]: WARNING: App 'org.gnome.SettingsDaemon.Color.desktop' exited with code 1
May 14 16:41:16 junk gnome-session-binary[363]: WARNING: App 'org.gnome.SettingsDaemon.MediaKeys.desktop' exited with code 1
May 14 16:41:16 junk gnome-session[363]: gnome-session-binary[363]: WARNING: App 'org.gnome.SettingsDaemon.Power.desktop' exited with code 1
May 14 16:41:16 junk gnome-session-binary[363]: WARNING: App 'org.gnome.SettingsDaemon.Power.desktop' exited with code 1
May 14 16:41:16 junk gnome-shell[371]: Connection to xwayland lost
May 14 16:41:16 junk gnome-session[363]: gnome-session-binary[363]: WARNING: App 'org.gnome.SettingsDaemon.Keyboard.desktop' exited with code 1
May 14 16:41:16 junk gnome-session-binary[363]: WARNING: App 'org.gnome.SettingsDaemon.Keyboard.desktop' exited with code 1
May 14 16:41:16 junk gnome-session-binary[363]: WARNING: App 'org.gnome.SettingsDaemon.XSettings.desktop' exited with code 1
May 14 16:41:16 junk gnome-session[363]: gnome-session-binary[363]: WARNING: App 'org.gnome.SettingsDaemon.XSettings.desktop' exited with code 1
May 14 16:41:16 junk gnome-session-binary[363]: Unrecoverable failure in required component org.gnome.Shell.desktop
May 14 16:41:16 junk gnome-session-binary[363]: WARNING: App 'org.gnome.Shell.desktop' exited with code 1
May 14 16:41:16 junk gnome-session[363]: gnome-session-binary[363]: WARNING: App 'org.gnome.Shell.desktop' exited with code 1
May 14 16:41:16 junk polkitd[335]: Unregistered Authentication Agent for unix-session:c1 (system bus name :1.16, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
May 14 16:41:16 junk systemd[1]: session-c1.scope: Succeeded.
May 14 16:41:16 junk systemd-logind[326]: Removed session c1.
May 14 16:41:16 junk dbus-daemon[563]: [session uid=0 pid=563] Successfully activated service 'org.gnome.evolution.dataserver.AddressBook9'
May 14 16:41:16 junk systemd[548]: Started Evolution address book service.
May 14 16:41:18 junk dbus-daemon[563]: [session uid=0 pid=563] Activating via systemd: service name='org.freedesktop.Tracker1' unit='tracker-store.service' requested by ':1.45' (uid=0 pid=830 comm="gdbus call -e -d org.freedesktop.DBus -o /org/free")
May 14 16:41:18 junk gnome-session-binary[565]: Entering running state
May 14 16:41:18 junk systemd[548]: Starting Tracker metadata database store and lookup manager...
May 14 16:41:18 junk gnome-shell[596]: GNOME Shell started at Tue May 14 2019 16:41:14 GMT-0600 (MDT)
May 14 16:41:18 junk dbus-daemon[563]: [session uid=0 pid=563] Successfully activated service 'org.freedesktop.Tracker1'
May 14 16:41:18 junk systemd[548]: Started Tracker metadata database store and lookup manager.
May 14 16:41:18 junk tracker-store.desktop[830]: (uint32 1,)
May 14 16:41:19 junk gnome-software[829]: Failed to load /usr/lib/gs-plugins-13/libgs_plugin_flatpak.so: failed to open plugin /usr/lib/gs-plugins-13/libgs_plugin_flatpak.so: libflatpak.so.0: cannot open shared object file: No such file or directory
May 14 16:41:19 junk gnome-software[829]: Failed to load /usr/lib/gs-plugins-13/libgs_plugin_fwupd.so: failed to open plugin /usr/lib/gs-plugins-13/libgs_plugin_fwupd.so: libfwupd.so.2: cannot open shared object file: No such file or directory
May 14 16:41:19 junk gnome-software[829]: enabled plugins: desktop-categories, os-release, provenance, shell-extensions, appstream, provenance-license, desktop-menu-path, epiphany, generic-updates, hardcoded-blacklist, hardcoded-featured, hardcoded-popular, modalias, odrs, rewrite-resource, icons, key-colors, key-colors-metadata
May 14 16:41:19 junk gnome-software[829]: disabled plugins: dpkg, dummy, fedora-pkgdb-collections, repos
May 14 16:41:20 junk gnome-software[829]: /etc/PackageKit/Vendor.conf file not found
May 14 16:41:20 junk gnome-software[829]: not handling error download-failed for action refresh: failed to download https://extensions.gnome.org//static/extensions.json: Cannot resolve hostname
May 14 16:41:20 junk gnome-software[829]: not handling error download-failed for action download: failed to download https://odrs.gnome.org/1.0/reviews/api/ratings: Cannot resolve hostname
May 14 16:41:20 junk gnome-software[829]: not GsPlugin error g-io-error-quark:1: Error when getting information for file “/root/.cache/gnome-software/shell-extensions/gnome.json”: No such file or directory
May 14 16:41:20 junk gnome-software[829]: Only 0 apps for recent list, hiding
May 14 16:41:20 junk gnome-software[829]: hiding category games featured applications: found only 0 to show, need at least 9
May 14 16:41:20 junk gnome-software[829]: not GsPlugin error g-io-error-quark:1: Error when getting information for file “/root/.cache/gnome-software/shell-extensions/gnome.json”: No such file or directory
May 14 16:41:20 junk gnome-software[829]: not GsPlugin error g-io-error-quark:1: Error when getting information for file “/root/.cache/gnome-software/shell-extensions/gnome.json”: No such file or directory
May 14 16:41:20 junk gnome-software[829]: not GsPlugin error g-io-error-quark:1: Error when getting information for file “/root/.cache/gnome-software/shell-extensions/gnome.json”: No such file or directory
May 14 16:41:20 junk gnome-software[829]: not GsPlugin error g-io-error-quark:1: Error when getting information for file “/root/.cache/gnome-software/shell-extensions/gnome.json”: No such file or directory
May 14 16:41:20 junk gnome-software[829]: not GsPlugin error g-io-error-quark:1: Error when getting information for file “/root/.cache/gnome-software/shell-extensions/gnome.json”: No such file or directory
May 14 16:41:20 junk gnome-software[829]: not GsPlugin error g-io-error-quark:1: Error when getting information for file “/root/.cache/gnome-software/shell-extensions/gnome.json”: No such file or directory
May 14 16:41:20 junk gnome-software[829]: not GsPlugin error g-io-error-quark:1: Error when getting information for file “/root/.cache/gnome-software/shell-extensions/gnome.json”: No such file or directory
May 14 16:41:20 junk gnome-software[829]: hiding category productivity featured applications: found only 0 to show, need at least 9
May 14 16:41:20 junk gnome-software[829]: not GsPlugin error g-io-error-quark:1: Error when getting information for file “/root/.cache/gnome-software/shell-extensions/gnome.json”: No such file or directory
May 14 16:41:20 junk gnome-software[829]: not GsPlugin error g-io-error-quark:1: Error when getting information for file “/root/.cache/gnome-software/shell-extensions/gnome.json”: No such file or directory
May 14 16:41:20 junk gnome-software[829]: not GsPlugin error g-io-error-quark:1: Error when getting information for file “/root/.cache/gnome-software/shell-extensions/gnome.json”: No such file or directory
May 14 16:41:20 junk gnome-software[829]: not GsPlugin error g-io-error-quark:1: Error when getting information for file “/root/.cache/gnome-software/shell-extensions/gnome.json”: No such file or directory
May 14 16:41:20 junk gnome-software[829]: not GsPlugin error g-io-error-quark:1: Error when getting information for file “/root/.cache/gnome-software/shell-extensions/gnome.json”: No such file or directory
May 14 16:41:20 junk gnome-software[829]: not GsPlugin error g-io-error-quark:1: Error when getting information for file “/root/.cache/gnome-software/shell-extensions/gnome.json”: No such file or directory
May 14 16:41:20 junk gnome-software[829]: not GsPlugin error g-io-error-quark:1: Error when getting information for file “/root/.cache/gnome-software/shell-extensions/gnome.json”: No such file or directory
May 14 16:41:20 junk gnome-software[829]: not GsPlugin error g-io-error-quark:1: Error when getting information for file “/root/.cache/gnome-software/shell-extensions/gnome.json”: No such file or directory
May 14 16:41:20 junk gnome-software[829]: not GsPlugin error g-io-error-quark:1: Error when getting information for file “/root/.cache/gnome-software/shell-extensions/gnome.json”: No such file or directory
May 14 16:41:20 junk gnome-software[829]: failed to get featured apps: no apps to show
May 14 16:41:20 junk gnome-software[829]: Only 0 apps for popular list, hiding
May 14 16:41:20 junk gnome-software[829]: not GsPlugin error g-io-error-quark:1: Error when getting information for file “/root/.cache/gnome-software/shell-extensions/gnome.json”: No such file or directory
May 14 16:41:20 junk gnome-software[829]: not GsPlugin error g-io-error-quark:15: failed to process components/component/id[text()='archlinux.www.Arch Linux-(null)']/../pkgname/..|component/id[text()='archlinux.www.Arch Linux-(null)']/../pkgname/..: failed to parse part: cannot parse text or number `null`
May 14 16:41:20 junk gnome-software[829]: not GsPlugin error g-io-error-quark:15: failed to process components/component/id[text()='archlinux.www.Arch Linux-(null)']/../pkgname/..|component/id[text()='archlinux.www.Arch Linux-(null)']/../pkgname/..: failed to parse part: cannot parse text or number `null`
May 14 16:41:20 junk gnome-software[829]: updates-shell: failed to get updates: no plugin could handle get-updates
May 14 16:41:20 junk gnome-software[829]: not GsPlugin error g-io-error-quark:1: Error when getting information for file “/root/.cache/gnome-software/shell-extensions/gnome.json”: No such file or directory
May 14 16:41:20 junk gnome-software[829]: not GsPlugin error g-io-error-quark:15: failed to process components/component/id[text()='archlinux.www.Arch Linux-(null)']/../pkgname/..|component/id[text()='archlinux.www.Arch Linux-(null)']/../pkgname/..: failed to parse part: cannot parse text or number `null`
May 14 16:41:25 junk org.gnome.Terminal.desktop[596]: # _g_io_module_get_default: Found default implementation dconf (DConfSettingsBackend) for ‘gsettings-backend’
May 14 16:41:25 junk org.gnome.Terminal.desktop[596]: # watch_fast: "/org/gnome/desktop/interface/" (establishing: 0, active: 0)
May 14 16:41:25 junk org.gnome.Terminal.desktop[596]: # watch_fast: "/org/gnome/settings-daemon/peripherals/mouse/" (establishing: 0, active: 0)
May 14 16:41:25 junk org.gnome.Terminal.desktop[596]: # watch_fast: "/org/gnome/desktop/sound/" (establishing: 0, active: 0)
May 14 16:41:25 junk org.gnome.Terminal.desktop[596]: # watch_fast: "/org/gnome/desktop/privacy/" (establishing: 0, active: 0)
May 14 16:41:25 junk org.gnome.Terminal.desktop[596]: # watch_fast: "/org/gnome/desktop/wm/preferences/" (establishing: 0, active: 0)
May 14 16:41:25 junk org.gnome.Terminal.desktop[596]: # watch_fast: "/org/gnome/settings-daemon/plugins/xsettings/" (establishing: 0, active: 0)
May 14 16:41:25 junk org.gnome.Terminal.desktop[596]: # watch_fast: "/org/gnome/desktop/a11y/" (establishing: 0, active: 0)
May 14 16:41:25 junk org.gnome.Terminal.desktop[596]: # watch_established: "/org/gnome/desktop/interface/" (establishing: 1)
May 14 16:41:25 junk org.gnome.Terminal.desktop[596]: # watch_established: "/org/gnome/settings-daemon/peripherals/mouse/" (establishing: 1)
May 14 16:41:25 junk org.gnome.Terminal.desktop[596]: # watch_established: "/org/gnome/desktop/sound/" (establishing: 1)
May 14 16:41:25 junk org.gnome.Terminal.desktop[596]: # watch_established: "/org/gnome/desktop/privacy/" (establishing: 1)
May 14 16:41:25 junk org.gnome.Terminal.desktop[596]: # watch_established: "/org/gnome/desktop/wm/preferences/" (establishing: 1)
May 14 16:41:25 junk org.gnome.Terminal.desktop[596]: # watch_established: "/org/gnome/settings-daemon/plugins/xsettings/" (establishing: 1)
May 14 16:41:25 junk org.gnome.Terminal.desktop[596]: # watch_established: "/org/gnome/desktop/a11y/" (establishing: 1)
May 14 16:41:25 junk org.gnome.Terminal.desktop[596]: # _g_io_module_get_default: Found default implementation gvfs (GDaemonVfs) for ‘gio-vfs’
May 14 16:41:25 junk dbus-daemon[563]: [session uid=0 pid=563] Activating via systemd: service name='org.gnome.Terminal' unit='gnome-terminal-server.service' requested by ':1.52' (uid=0 pid=899 comm="gnome-terminal ")
May 14 16:41:25 junk systemd[548]: Starting GNOME Terminal Server...
May 14 16:41:26 junk gnome-terminal-server[905]: Display does not support owner-change; copy/paste will be broken!
May 14 16:41:26 junk dbus-daemon[563]: [session uid=0 pid=563] Successfully activated service 'org.gnome.Terminal'
May 14 16:41:26 junk systemd[548]: Started GNOME Terminal Server.
May 14 16:41:26 junk org.gnome.Terminal.desktop[596]: # watch_fast: "/org/gnome/terminal/legacy/" (establishing: 0, active: 0)
May 14 16:41:26 junk org.gnome.Terminal.desktop[596]: # unwatch_fast: "/org/gnome/terminal/legacy/" (active: 0, establishing: 1)
May 14 16:41:26 junk org.gnome.Terminal.desktop[596]: # watch_established: "/org/gnome/terminal/legacy/" (establishing: 0)
May 14 16:41:26 junk systemd[1]: Stopping User Manager for UID 120...
May 14 16:41:26 junk systemd[352]: Stopping Accessibility services bus...
May 14 16:41:26 junk systemd[352]: Stopped target Main User Target.
May 14 16:41:26 junk systemd[352]: Stopping D-Bus User Message Bus...
May 14 16:41:26 junk systemd[352]: Stopping Sound Service...
May 14 16:41:26 junk systemd[352]: at-spi-dbus-bus.service: Succeeded.
May 14 16:41:26 junk systemd[352]: Stopped Accessibility services bus.
May 14 16:41:26 junk systemd[352]: dbus.service: Succeeded.
May 14 16:41:26 junk systemd[352]: Stopped D-Bus User Message Bus.
May 14 16:41:26 junk systemd[352]: pulseaudio.service: Succeeded.
May 14 16:41:26 junk systemd[352]: Stopped Sound Service.
May 14 16:41:26 junk systemd[352]: Stopped target Basic System.
May 14 16:41:26 junk systemd[352]: Stopped target Timers.
May 14 16:41:26 junk systemd[352]: Stopped target Sockets.
May 14 16:41:26 junk systemd[352]: gpg-agent.socket: Succeeded.
May 14 16:41:26 junk systemd[352]: Closed GnuPG cryptographic agent and passphrase cache.
May 14 16:41:26 junk systemd[352]: p11-kit-server.socket: Succeeded.
May 14 16:41:26 junk systemd[352]: Closed p11-kit server.
May 14 16:41:26 junk systemd[352]: gpg-agent-ssh.socket: Succeeded.
May 14 16:41:26 junk systemd[352]: Closed GnuPG cryptographic agent (ssh-agent emulation).
May 14 16:41:26 junk systemd[352]: gpg-agent-browser.socket: Succeeded.
May 14 16:41:26 junk systemd[352]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
May 14 16:41:26 junk systemd[352]: pipewire.socket: Succeeded.
May 14 16:41:26 junk systemd[352]: Closed Multimedia System.
May 14 16:41:26 junk systemd[352]: dirmngr.socket: Succeeded.
May 14 16:41:26 junk systemd[352]: Closed GnuPG network certificate management daemon.
May 14 16:41:26 junk systemd[352]: dbus.socket: Succeeded.
May 14 16:41:26 junk systemd[352]: Closed D-Bus User Message Bus Socket.
May 14 16:41:26 junk systemd[352]: gpg-agent-extra.socket: Succeeded.
May 14 16:41:26 junk systemd[352]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
May 14 16:41:26 junk systemd[352]: Stopped target Paths.
May 14 16:41:26 junk systemd[352]: pulseaudio.socket: Succeeded.
May 14 16:41:26 junk systemd[352]: Closed Sound System.
May 14 16:41:26 junk systemd[352]: Reached target Shutdown.
May 14 16:41:26 junk systemd[352]: systemd-exit.service: Succeeded.
May 14 16:41:26 junk systemd[352]: Started Exit the Session.
May 14 16:41:26 junk systemd[352]: Reached target Exit the Session.
May 14 16:41:26 junk systemd[1]: user@120.service: Succeeded.
May 14 16:41:26 junk systemd[1]: Stopped User Manager for UID 120.
May 14 16:41:26 junk audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 14 16:41:26 junk systemd[1]: Stopping User Runtime Directory /run/user/120...
May 14 16:41:26 junk kernel: audit: type=1131 audit(1557873686.956:34): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 14 16:41:26 junk systemd[548]: run-user-120.mount: Succeeded.
May 14 16:41:26 junk systemd[1]: run-user-120.mount: Succeeded.
May 14 16:41:26 junk systemd[1]: user-runtime-dir@120.service: Succeeded.
May 14 16:41:26 junk systemd[1]: Stopped User Runtime Directory /run/user/120.
May 14 16:41:26 junk audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 14 16:41:26 junk kernel: audit: type=1131 audit(1557873686.992:35): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 14 16:41:27 junk systemd[1]: Removed slice User Slice of UID 120.
May 14 16:41:47 junk systemd[1]: systemd-localed.service: Succeeded.
May 14 16:41:47 junk audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 14 16:41:47 junk kernel: audit: type=1131 audit(1557873707.309:36): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 14 16:41:48 junk systemd[1]: systemd-hostnamed.service: Succeeded.
May 14 16:41:48 junk audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 14 16:41:48 junk kernel: audit: type=1131 audit(1557873708.596:37): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 14 16:41:50 junk geoclue[404]: Service not used for 60 seconds. Shutting down..
May 14 16:41:50 junk systemd[1]: geoclue.service: Main process exited, code=killed, status=15/TERM
May 14 16:41:50 junk systemd[1]: geoclue.service: Succeeded.
May 14 16:41:50 junk audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 14 16:41:50 junk kernel: audit: type=1131 audit(1557873710.192:38): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 14 16:42:10 junk tracker-store[841]: OK
May 14 16:42:10 junk systemd[548]: tracker-store.service: Succeeded.

-- "Make it as simple as possible, but no simpler" - Albert Einstein

Offline

#5 2019-05-14 23:13:03

seth
Member
Registered: 2012-09-03
Posts: 49,981

Re: [SOLVED] NetworkManager crashing with Broadcom chipset

There's only the ethernet interface and that's not up (but should have a carrier)

Also

May 14 16:40:26 junk kernel: b43-phy0: Broadcom 4311 WLAN found (core revision 10)
May 14 16:40:26 junk kernel: b43-phy0: Found PHY: Analog 4, Type 2 (G), Revision 8
May 14 16:40:26 junk kernel: b43-phy0: Found Radio: Manuf 0x17F, ID 0x2050, Revision 2, Version 0
May 14 16:40:26 junk kernel: b43 ssb0:0: Direct firmware load for b43/ucode5.fw failed with error -2
May 14 16:40:26 junk kernel: b43 ssb0:0: Direct firmware load for b43/ucode5.fw failed with error -2
May 14 16:40:26 junk kernel: b43 ssb0:0: Direct firmware load for b43-open/ucode5.fw failed with error -2
May 14 16:40:26 junk kernel: b43 ssb0:0: Direct firmware load for b43-open/ucode5.fw failed with error -2
May 14 16:40:26 junk kernel: b43-phy0 ERROR: Firmware file "b43/ucode5.fw" not found
May 14 16:40:26 junk kernel: b43-phy0 ERROR: Firmware file "b43-open/ucode5.fw" not found
May 14 16:40:26 junk kernel: b43-phy0 ERROR: You must go to http://wireless.kernel.org/en/users/Drivers/b43#devicefirmware and download the correct firmware for this driver version. Please carefully read all instructions on this website.
May 14 16:40:26 junk kernel: Broadcom 43xx driver loaded [ Features: PNLS ]

This smells like pot. trouble for the ethernet:

May 14 16:40:25 junk kernel: WARNING: CPU: 0 PID: 279 at drivers/ssb/driver_gpio.c:464 ssb_gpio_init+0x83/0x90 [ssb]
May 14 16:40:25 junk kernel: Modules linked in: ttm dcdbas dell_smm_hwmon b44(+) r852 rfkill soundcore sm_common rng_core r592 drm_kms_helper nand memstick psmouse nand_ecc mii nand_bch bch libphy pcspkr input_leds k8temp drm mtd agpgart syscopyarea sysfillrect sysimgblt sp5100_tco fb_sys_fops evdev wmi mac_hid i2c_piix4 battery ac sg crypto_user ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 fscrypto sr_mod cdrom sd_mod ata_generic pata_acpi ssb_hcd serio_raw atkbd libps2 ahci pata_atiixp libahci ssb ohci_pci pcmcia sdhci_pci libata ehci_pci cqhci ehci_hcd firewire_ohci sdhci firewire_core crc_itu_t ohci_hcd pcmcia_core scsi_mod mmc_core i8042 serio
May 14 16:40:25 junk kernel: CPU: 0 PID: 279 Comm: systemd-udevd Not tainted 5.0.13-arch1-1-ARCH #1
May 14 16:40:25 junk kernel: Hardware name: Dell Inc. Inspiron 1721                   /0UK441, BIOS A05 11/05/2007
May 14 16:40:25 junk kernel: RIP: 0010:ssb_gpio_init+0x83/0x90 [ssb]
May 14 16:40:25 junk kernel: Code: c7 47 48 30 af 4d c0 48 c7 47 58 f0 ae 4d c0 48 c7 47 38 70 ae 4d c0 48 c7 47 40 a0 ae 4d c0 89 87 88 00 00 00 e9 7d 9b d8 c5 <0f> 0b b8 ff ff ff ff c3 0f 1f 44 00 00 66 66 66 66 90 48 83 bf 70
May 14 16:40:25 junk kernel: RSP: 0018:ffffbe0ec070ba68 EFLAGS: 00010246
May 14 16:40:25 junk kernel: RAX: ffffa2bd76c3b0e8 RBX: ffffffffc04e3990 RCX: 0000000000000002
May 14 16:40:25 junk kernel: RDX: ffffbe0ec0632f94 RSI: ffffa2bd76c3b000 RDI: ffffa2bd76c3b000
May 14 16:40:25 junk kernel: RBP: 0000000000000000 R08: 0000000000000004 R09: ffffbe0ec070b98c
May 14 16:40:25 junk kernel: R10: 0000000000000000 R11: 0000000000000000 R12: ffffa2bd76c3b880
May 14 16:40:25 junk kernel: R13: 0000000000000000 R14: ffffa2bd76c3b000 R15: ffffffffc07ba240
May 14 16:40:25 junk kernel: FS:  00007f7b1d583840(0000) GS:ffffa2bdb5c00000(0000) knlGS:0000000000000000
May 14 16:40:25 junk kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
May 14 16:40:25 junk kernel: CR2: 00005588aea2b001 CR3: 0000000073098000 CR4: 00000000000006f0
May 14 16:40:25 junk kernel: Call Trace:
May 14 16:40:25 junk kernel:  ssb_attach_queued_buses+0x107/0x340 [ssb]
May 14 16:40:25 junk kernel:  ? ssb_pci_xtal+0x1f0/0x1f0 [ssb]
May 14 16:40:25 junk kernel:  ssb_bus_register+0x186/0x1f0 [ssb]
May 14 16:40:25 junk kernel:  ssb_bus_pcibus_register+0x2b/0x80 [ssb]
May 14 16:40:25 junk kernel:  ssb_pcihost_probe+0xdf/0x140 [ssb]
May 14 16:40:25 junk kernel:  local_pci_probe+0x41/0x90
May 14 16:40:25 junk kernel:  pci_device_probe+0x115/0x1a0
May 14 16:40:25 junk kernel:  really_probe+0xf8/0x3b0
May 14 16:40:25 junk kernel:  driver_probe_device+0xb3/0xf0
May 14 16:40:25 junk kernel:  __driver_attach+0xdd/0x110
May 14 16:40:25 junk kernel:  ? driver_probe_device+0xf0/0xf0
May 14 16:40:25 junk kernel:  ? driver_probe_device+0xf0/0xf0
May 14 16:40:25 junk kernel:  bus_for_each_dev+0x77/0xc0
May 14 16:40:25 junk kernel:  bus_add_driver+0x152/0x230
May 14 16:40:25 junk kernel:  ? 0xffffffffc07bd000
May 14 16:40:25 junk kernel:  driver_register+0x6b/0xb0
May 14 16:40:25 junk kernel:  ? 0xffffffffc07bd000
May 14 16:40:25 junk kernel:  b44_init+0x1c/0x1000 [b44]
May 14 16:40:25 junk kernel:  do_one_initcall+0x46/0x1f5
May 14 16:40:25 junk kernel:  ? kmem_cache_alloc_trace+0x169/0x1c0
May 14 16:40:25 junk kernel:  ? do_init_module+0x22/0x210
May 14 16:40:25 junk kernel:  do_init_module+0x5a/0x210
May 14 16:40:25 junk kernel:  load_module+0x2038/0x22d0
May 14 16:40:25 junk kernel:  ? alloc_vmap_area+0x6b/0x350
May 14 16:40:25 junk kernel:  ? vmap_page_range_noflush+0x23f/0x350
May 14 16:40:25 junk kernel:  ? __se_sys_init_module+0x10a/0x170
May 14 16:40:25 junk kernel:  __se_sys_init_module+0x10a/0x170
May 14 16:40:25 junk kernel:  do_syscall_64+0x5b/0x170
May 14 16:40:25 junk kernel:  entry_SYSCALL_64_after_hwframe+0x44/0xa9
May 14 16:40:25 junk kernel: RIP: 0033:0x7f7b1ef4a71e
May 14 16:40:25 junk kernel: Code: 48 8b 0d 45 37 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 12 37 0c 00 f7 d8 64 89 01 48
May 14 16:40:25 junk kernel: RSP: 002b:00007ffd2d63ed78 EFLAGS: 00000246 ORIG_RAX: 00000000000000af
May 14 16:40:25 junk kernel: RAX: ffffffffffffffda RBX: 00005588ae9a9770 RCX: 00007f7b1ef4a71e
May 14 16:40:25 junk kernel: RDX: 00007f7b1ebb384d RSI: 0000000000011e41 RDI: 00005588af220fa0
May 14 16:40:25 junk kernel: RBP: 00007f7b1ebb384d R08: 000000000000005f R09: 00005588ae9e7af0
May 14 16:40:25 junk kernel: R10: 00005588ae99c010 R11: 0000000000000246 R12: 00005588af220fa0
May 14 16:40:25 junk kernel: R13: 00005588ae9ab600 R14: 0000000000020000 R15: 00005588ae9a9770
May 14 16:40:25 junk kernel: ---[ end trace 0ed07d0adc633f97 ]---
May 14 16:40:25 junk kernel: b44 0000:03:00.0: Sonics Silicon Backplane found on PCI device 0000:03:00.0
May 14 16:40:25 junk kernel: b44: Broadcom 44xx/47xx 10/100 PCI ethernet driver version 2.0
May 14 16:40:25 junk kernel: b44 ssb1:0 eth0: Broadcom 44xx/47xx 10/100 PCI ethernet driver 00:1c:23:b3:d2:8b

Did you try the lts kernel?

Offline

#6 2019-05-14 23:15:54

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

Re: [SOLVED] NetworkManager crashing with Broadcom chipset

https://git.kernel.org/pub/scm/linux/ke … .0.13#n464
Edit:
https://elixir.bootlin.com/linux/v5.0.1 … mon.h#L600
No dev available
https://elixir.bootlin.com/linux/v5.0.1 … tif.h#L199
CONFIG_SSB_DRIVER_EXTIF is not enabled because SSB_DRIVER_MIPS is not enabled because arch is not MIPS.

Last edited by loqs (2019-05-14 23:24:13)

Offline

#7 2019-05-15 22:57:26

nilesOien
Member
From: Boulder, CO, USA
Registered: 2015-05-08
Posts: 77

Re: [SOLVED] NetworkManager crashing with Broadcom chipset

Thanks. lts kernel works. That gets me around the immediate issue. Am I right in thinking a fix is in the works for the rolling kernel? Let me know if I can do more to help with this. The Broadcom with  Sonics Silicon Backplane seems like a fairly unusual chipset these days.


-- "Make it as simple as possible, but no simpler" - Albert Einstein

Offline

#8 2019-05-15 23:47:18

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

Re: [SOLVED] NetworkManager crashing with Broadcom chipset

Not seeing anything new in /tree/drivers/ssb for 5.1 or master.

Offline

#9 2019-05-16 07:50:12

seth
Member
Registered: 2012-09-03
Posts: 49,981

Re: [SOLVED] NetworkManager crashing with Broadcom chipset

The only change to ssb/LTS  seems to have been https://git.kernel.org/pub/scm/linux/ke … 5db2f7b3b5
The problem is likely somewhere else, so you'll have to bisect the kernel to figure the cause :-(

Offline

#10 2019-05-17 15:53:46

nilesOien
Member
From: Boulder, CO, USA
Registered: 2015-05-08
Posts: 77

Re: [SOLVED] NetworkManager crashing with Broadcom chipset

Yeah.... I would actually like to get to the bottom of this. For me, it's just an old laptop that I could do without, but having things stop working and not knowing why seems less than ideal.

That said, I'm out of my depth here - I'm not sure what's meant by "bisect the kernel", to be honest. Left to my own devices I'd be getting the source for the linux-lts and the rolling release kernels and essentially doing a 'diff'. Which may be puzzling more than anything else, but I think it's worth trying. Would that be possible? I'm not sure how to go about that.


-- "Make it as simple as possible, but no simpler" - Albert Einstein

Offline

#11 2019-05-17 16:07:48

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

Re: [SOLVED] NetworkManager crashing with Broadcom chipset

What was the kernel version on the installation media that did not have the issue?

Offline

#12 2019-05-17 17:33:10

nilesOien
Member
From: Boulder, CO, USA
Registered: 2015-05-08
Posts: 77

Re: [SOLVED] NetworkManager crashing with Broadcom chipset

Booting from install media, which is dated March 1 :

# uname -r
4.20.13-arch1-1-ARCH

I recall having to build a kernel from abs in an earlier thread : https://bbs.archlinux.org/viewtopic.php?id=222679

It could be that I have to do something like that here, although the patch to apply is less clear.


-- "Make it as simple as possible, but no simpler" - Albert Einstein

Offline

#13 2019-05-17 18:38:43

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

Re: [SOLVED] NetworkManager crashing with Broadcom chipset

The following assumes the base-devel group and git are installed and I recomend enabling Makepkg#Parallel_compilation to reduce build times

$ git clone git://git.archlinux.org/svntogit/packages.git --single-branch --branch "packages/linux"
$ cd packages/trunk
$ git checkout b44aa57a4ff15e6c41d24429aff240d2e3980645 #4.20.13.arch1-1
$ cd ../..
$ cp -r packages/trunk linux-git
$ rm -rf packages
$ cd linux-git
# Edit replace the PKGBUILD and 90-linux.hook with the ones below
$ makepkg -rsi #this is to confirm 4.20 as built on your system does not have the issue update bootloader for new kernel if needed

$ cd linux-git/src/linux
$ git checkout v5.0
$ cd ../..
$ makepkg -ersi #this is to confirm 5.0 as built on your system does have the issue select the default option for all prompted options

$ cd linux-git/src/linux/
$ git bisect start
$ git bisect good v4.20
$ git bisect bad v5.0
$ cd ../..
$ makepkg -ersif

$ cd linux-git/src/linux/
$ git bisect $result #substitue good or bad here
$ cd ../..
$ makepkg -ersif #repeat these four lines and test the generated kernel until git has found the bad commit

PKGBUILD

# Maintainer: Boohbah <boohbah at gmail.com>
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
# Contributor: Thomas Baechler <thomas@archlinux.org>
# Contributor: Jonathan Chan <jyc@fastmail.fm>
# Contributor: misc <tastky@gmail.com>
# Contributor: NextHendrix <cjones12 at sheffield.ac.uk>

pkgbase=linux-git
_srcname=linux
pkgver=4.20.r0.g8fe28cb58bcb
pkgrel=1
arch=('x86_64')
url="https://www.kernel.org/"
license=('GPL2')
makedepends=('kmod' 'inetutils' 'bc' 'libelf')
options=('!strip')
source=('git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git#tag=v4.20'
        #'git+https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git#tag=X.X.Y'
  'config'   # the main kernel config file
  '60-linux.hook'  # pacman hook for depmod
  '90-linux.hook'  # pacman hook for initramfs regeneration
  'linux.preset'   # standard config files for mkinitcpio ramdisk
)

sha256sums=('SKIP'
            'f863b3e9640161f61e859f22f2d1258c940101de8f007a207c1ede2f71d36206'
            'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
            '75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'
            'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')

_kernelname=${pkgbase#linux}
: ${_kernelname:=-ARCH}

pkgver() {
  cd "${_srcname}"

  git describe --long | sed -E 's/^v//;s/([^-]*-g)/r\1/;s/-/./g;s/\.rc/rc/'
}

prepare() {
  cd ${_srcname}

  cp -Tf ../config .config

  # set localversion to git commit
  sed -i "s|CONFIG_LOCALVERSION=.*|CONFIG_LOCALVERSION=\"${_kernelname}\"|g" ./.config
  sed -i "s|^.*CONFIG_LOCALVERSION_AUTO.*|CONFIG_LOCALVERSION_AUTO=y|" ./.config

  # don't run depmod on 'make install'. We'll do this ourselves in packaging
#  git tracks scripts/depmod.sh so do not change it when using the existing source dir for bisection
#  sed -i '2iexit 0' scripts/depmod.sh

  # get kernel version
  make prepare

  # load configuration
  # Configure the kernel. Replace the line below with one of your choice.
  #make menuconfig # CLI menu for configuration
  #make nconfig # new CLI menu for configuration
  #make xconfig # X-based configuration
  #make oldconfig # using old config from previous kernel version
  make olddefconfig # old config from previous kernel, defaults for new options
  # ... or manually edit .config
}

build() {
  cd ${_srcname}

  make bzImage modules
}

_package() {
  pkgdesc="The Linux kernel and modules (git version)"
  depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7')
  optdepends=('crda: to set the correct wireless channels of your country')
  backup=("etc/mkinitcpio.d/${pkgbase}.preset")
  install=linux.install

  cd ${_srcname}

  # get kernel version
  _kernver="$(make kernelrelease)"
  _kernver=${_kernver%-dirty} #https://bbs.archlinux.org/viewtopic.php?id=236702
  _basekernel="$(make kernelversion)"
  _basekernel=${_basekernel%.*}

  mkdir -p "${pkgdir}"/{boot,usr/lib/modules}
  make INSTALL_MOD_PATH="${pkgdir}/usr" modules_install
  cp arch/x86/boot/bzImage "${pkgdir}/boot/vmlinuz-${pkgbase}"

  # make room for external modules
  local _extramodules="extramodules-${_basekernel}${_kernelname}"
  ln -s "../${_extramodules}" "${pkgdir}/usr/lib/modules/${_kernver}/extramodules"

  # add real version for building modules and running depmod from hook
  echo "${_kernver}" |
    install -Dm644 /dev/stdin "${pkgdir}/usr/lib/modules/${_extramodules}/version"

  # remove build and source links
  rm "${pkgdir}"/usr/lib/modules/${_kernver}/{source,build}

  # now we call depmod...
  depmod -b "${pkgdir}/usr" -F System.map "${_kernver}"

  # add vmlinux
  install -Dt "${pkgdir}/usr/lib/modules/${_kernver}/build" -m644 vmlinux

  # sed expression for following substitutions
  local _subst="
    s|%PKGBASE%|${pkgbase}|g
    s|%KERNVER%|${_kernver}|g
    s|%EXTRAMODULES%|${_extramodules}|g
  "

  # hack to allow specifying an initially nonexisting install file
  sed "${_subst}" "${startdir}/${install}" > "${startdir}/${install}.pkg"
  true && install=${install}.pkg

  # install mkinitcpio preset file
  sed "${_subst}" ../linux.preset |
    install -Dm644 /dev/stdin "${pkgdir}/etc/mkinitcpio.d/${pkgbase}.preset"

  # install pacman hooks
  sed "${_subst}" ../60-linux.hook |
    install -Dm644 /dev/stdin "${pkgdir}/usr/share/libalpm/hooks/60-${pkgbase}.hook"
  sed "${_subst}" ../90-linux.hook |
    install -Dm644 /dev/stdin "${pkgdir}/usr/share/libalpm/hooks/90-${pkgbase}.hook"
}

_package-headers() {
  pkgdesc="Header files and scripts for building modules for Linux kernel (git version)"

  cd ${_srcname}
  local _builddir="${pkgdir}/usr/lib/modules/${_kernver}/build"

  install -Dt "${_builddir}" -m644 Makefile .config Module.symvers
  install -Dt "${_builddir}/kernel" -m644 kernel/Makefile

  mkdir "${_builddir}/.tmp_versions"

  cp -t "${_builddir}" -a include scripts

  install -Dt "${_builddir}/arch/x86" -m644 arch/x86/Makefile
  install -Dt "${_builddir}/arch/x86/kernel" -m644 arch/x86/kernel/asm-offsets.s

  cp -t "${_builddir}/arch/x86" -a arch/x86/include

  install -Dt "${_builddir}/drivers/md" -m644 drivers/md/*.h
  install -Dt "${_builddir}/net/mac80211" -m644 net/mac80211/*.h

  # http://bugs.archlinux.org/task/13146
  install -Dt "${_builddir}/drivers/media/i2c" -m644 drivers/media/i2c/msp3400-driver.h

  # http://bugs.archlinux.org/task/20402
  install -Dt "${_builddir}/drivers/media/usb/dvb-usb" -m644 drivers/media/usb/dvb-usb/*.h
  install -Dt "${_builddir}/drivers/media/dvb-frontends" -m644 drivers/media/dvb-frontends/*.h
  install -Dt "${_builddir}/drivers/media/tuners" -m644 drivers/media/tuners/*.h

  # add xfs and shmem for aufs building
  mkdir -p "${_builddir}"/{fs/xfs,mm}

  # copy in Kconfig files
  find . -name Kconfig\* -exec install -Dm644 {} "${_builddir}/{}" \;

  # add objtool for external module building and enabled VALIDATION_STACK option
  install -Dt "${_builddir}/tools/objtool" tools/objtool/objtool

  # remove unneeded architectures
  local _arch
  for _arch in "${_builddir}"/arch/*/; do
    [[ ${_arch} == */x86/ ]] && continue
    rm -r "${_arch}"
  done

  # remove files already in linux-docs package
  rm -r "${_builddir}/Documentation"

  # remove now broken symlinks
  find -L "${_builddir}" -type l -printf 'Removing %P\n' -delete

  # Fix permissions
  chmod -R u=rwX,go=rX "${_builddir}"

  # strip scripts directory
  local _binary _strip
  while read -rd '' _binary; do
    case "$(file -bi "${_binary}")" in
      *application/x-sharedlib*)  _strip="${STRIP_SHARED}"   ;; # Libraries (.so)
      *application/x-archive*)    _strip="${STRIP_STATIC}"   ;; # Libraries (.a)
      *application/x-executable*) _strip="${STRIP_BINARIES}" ;; # Binaries
      *) continue ;;
    esac
    /usr/bin/strip ${_strip} "${_binary}"
  done < <(find "${_builddir}/scripts" -type f -perm -u+w -print0 2>/dev/null)
}

_package-docs() {
  pkgdesc="Kernel hackers manual - HTML documentation that comes with the Linux kernel (git version)"

  cd ${_srcname}
  local _builddir="${pkgdir}/usr/lib/modules/${_kernver}/build"

  mkdir -p "${_builddir}"
  cp -t "${_builddir}" -a Documentation

  # Fix permissions
  chmod -R u=rwX,go=rX "${_builddir}"
}

pkgname=("${pkgbase}" "${pkgbase}-headers" "${pkgbase}-docs")
for _p in ${pkgname[@]}; do
  eval "package_${_p}() {
    $(declare -f "_package${_p#${pkgbase}}")
    _package${_p#${pkgbase}}
  }"
done

# vim:set ts=8 sts=2 sw=2 et:

90-linux.hook

[Trigger]
Type = File
Operation = Install
Operation = Upgrade
Target = boot/vmlinuz-%PKGBASE%
Target = usr/lib/initcpio/*

[Action]
Description = Updating %PKGBASE% initcpios...
When = PostTransaction
Exec = /usr/bin/mkinitcpio -p %PKGBASE%

Offline

#14 2019-05-17 19:42:34

nilesOien
Member
From: Boulder, CO, USA
Registered: 2015-05-08
Posts: 77

Re: [SOLVED] NetworkManager crashing with Broadcom chipset

Thanks. base_devel isn't a package anymore as I understand it, but I believe I have what it encompassed. I'll give this a try. It may take me a while.


-- "Make it as simple as possible, but no simpler" - Albert Einstein

Offline

#15 2019-05-17 19:51:38

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

Re: [SOLVED] NetworkManager crashing with Broadcom chipset

pacman -S base-devel

Offline

#16 2019-05-21 22:02:19

nilesOien
Member
From: Boulder, CO, USA
Registered: 2015-05-08
Posts: 77

Re: [SOLVED] NetworkManager crashing with Broadcom chipset

Thanks re base-devel, I had mis-typed that. It's slow going but I have established the end cases (4.20 is good, 5.0 is bad). I'll start the bisect soon.


-- "Make it as simple as possible, but no simpler" - Albert Einstein

Offline

#17 2019-06-03 15:31:05

nilesOien
Member
From: Boulder, CO, USA
Registered: 2015-05-08
Posts: 77

Re: [SOLVED] NetworkManager crashing with Broadcom chipset

git bisect found the commit it considers bad. I redacted the names and email addresses that were in the git output. Let me know if that is not the right thing to do.

$ git bisect bad
55897af63091ebc2c3f239c6a6666f748113ac50 is the first bad commit
commit 55897af63091ebc2c3f239c6a6666f748113ac50
Author: [REDACTED]
Date:   Mon Dec 3 11:43:54 2018 +0100

    dma-direct: merge swiotlb_dma_ops into the dma_direct code
    
    While the dma-direct code is (relatively) clean and simple we actually
    have to use the swiotlb ops for the mapping on many architectures due
    to devices with addressing limits.  Instead of keeping two
    implementations around this commit allows the dma-direct
    implementation to call the swiotlb bounce buffering functions and
    thus share the guts of the mapping implementation.  This also
    simplified the dma-mapping setup on a few architectures where we
    don't have to differenciate which implementation to use.
    
    Signed-off-by: [REDACTED]
    Acked-by: [REDACTED]
    Tested-by: [REDACTED]
    Tested-by: [REDACTED]

:040000 040000 e9b0807231777e3da732cb3f744a8867f3128f90 95962d177078f04ae1bd66f560c87a9eed9d0f0e M	arch
:040000 040000 e7a90740563e49061bb6baf6413e9de37a919820 b537630e5cf02def1bcfac744cd06da0f8201ff8 M	include
:040000 040000 4698daf585ffbc830cfda58e8a2e8390f66b4cf9 a942b6a22ca5f49aaef13490a03e4589766fd497 M	kernel

-- "Make it as simple as possible, but no simpler" - Albert Einstein

Offline

#18 2019-06-04 15:12:21

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

Re: [SOLVED] NetworkManager crashing with Broadcom chipset

@seth do you think enabling CONFIG_DMA_API_DEBUG would help?

Offline

#19 2019-06-04 16:03:26

seth
Member
Registered: 2012-09-03
Posts: 49,981

Re: [SOLVED] NetworkManager crashing with Broadcom chipset

https://github.com/torvalds/linux/commi … 75b02eadc2 along https://bbs.archlinux.org/viewtopic.php … 3#p1845873 sounds like checking why DMA stumbles over a null dev to be moot. We'd rather have to figure why the dev is null?

Offline

#20 2019-06-04 21:00:11

nilesOien
Member
From: Boulder, CO, USA
Registered: 2015-05-08
Posts: 77

Re: [SOLVED] NetworkManager crashing with Broadcom chipset

If it would help to run tests on my hardware, let me know.


-- "Make it as simple as possible, but no simpler" - Albert Einstein

Offline

#21 2019-06-04 21:38:12

seth
Member
Registered: 2012-09-03
Posts: 49,981

Re: [SOLVED] NetworkManager crashing with Broadcom chipset

Do you get the backtrace in https://bbs.archlinux.org/viewtopic.php … 2#p1845872 w/  the lts kernel as well?
If not, I would suggest to got back w/ the bisect until you find the commit that introduces that.
If you're then very lucky, an isolated revert of that commit fixes it.

Offline

#22 2019-06-04 22:25:11

nilesOien
Member
From: Boulder, CO, USA
Registered: 2015-05-08
Posts: 77

Re: [SOLVED] NetworkManager crashing with Broadcom chipset

I don't get the backtrace message on boot with the lts. That message went hand in hand with the network connectivity problem that defined a 'bad' build, though, so I'd arrive at the same commit.

I could check, but it would take a while. The machine is pretty slow and it has a lot to compile. I'm going to be away for a couple of days here, too. Sorry.

I do have all the bisect steps I went through and if they were good or bad, if that would help.


-- "Make it as simple as possible, but no simpler" - Albert Einstein

Offline

#23 2019-06-04 23:35:19

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

Re: [SOLVED] NetworkManager crashing with Broadcom chipset

You do not need to build bisection points you already have a build for you can reinstall that kernel and recheck.

Offline

#24 2019-06-07 22:25:28

nilesOien
Member
From: Boulder, CO, USA
Registered: 2015-05-08
Posts: 77

Re: [SOLVED] NetworkManager crashing with Broadcom chipset

When I boot the most recent kernel to come out of git bisect, which was bad, I get both the backtrace message on startup and the failure to connect to the network.

Also, when I go to shutdown from that state, I get hanging jobs. I force power off by holding down the power key. The hardware seems good in that if I boot to the linux-lts the network works as expected, there's no startup message or shutdown problem.

It seems like the backtrace message on boot and the network connectivity problem go hand in hand, and the problem looks to be in the kernel.

Does that answer the question? I think that's what's being asked, if I don't have to build any bisection points. Let me know if I've misunderstood, or if I can do anything else. To me it's just an old laptop that isn't worth much, but if it can track down a kernel problem that only comes up with this chipset, great.


-- "Make it as simple as possible, but no simpler" - Albert Einstein

Offline

#25 2019-06-07 22:59:56

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

Re: [SOLVED] NetworkManager crashing with Broadcom chipset

Do you have a package for that commits parent possibly named linux-git-4.20rc4.r69.g17ac524719f3.pkg.tar.xz you could test and check if that does not have the backtrace?
Edit:
corrected commit

Last edited by loqs (2019-06-07 23:23:08)

Offline

Board footer

Powered by FluxBB