All of lore.kernel.org
 help / color / mirror / Atom feed
* [REGRESSION] 5.3-rc1: r8169: remove 1000/Half from supported modes
@ 2019-07-26 20:16 Bernhard Held
  2019-07-26 20:24 ` Heiner Kallweit
  0 siblings, 1 reply; 4+ messages in thread
From: Bernhard Held @ 2019-07-26 20:16 UTC (permalink / raw)
  To: linux-kernel, Heiner Kallweit, netdev; +Cc: David S. Miller

Hi Heiner,

with commit a6851c613fd7 "r8169: remove 1000/Half from supported modes" my RTL8111B GB-link stops working. It thinks that it established a link, however nothing is actually transmitted. Setting the mode with `mii-tool -F 100baseTx-HD` establishes a successful connection.

Reverting a6851c613fd7 (while considering the file name change) fixes autonegotiation for me.

Kind regards
Bernhard

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [REGRESSION] 5.3-rc1: r8169: remove 1000/Half from supported modes
  2019-07-26 20:16 [REGRESSION] 5.3-rc1: r8169: remove 1000/Half from supported modes Bernhard Held
@ 2019-07-26 20:24 ` Heiner Kallweit
  2019-07-26 20:45   ` Bernhard Held
  0 siblings, 1 reply; 4+ messages in thread
From: Heiner Kallweit @ 2019-07-26 20:24 UTC (permalink / raw)
  To: Bernhard Held, linux-kernel, netdev; +Cc: David S. Miller

On 26.07.2019 22:16, Bernhard Held wrote:
> Hi Heiner,
> 
> with commit a6851c613fd7 "r8169: remove 1000/Half from supported modes" my RTL8111B GB-link stops working. It thinks that it established a link, however nothing is actually transmitted. Setting the mode with `mii-tool -F 100baseTx-HD` establishes a successful connection.
> 
Can you provide standard ethtool output w/ and w/o this patch? Also a full dmesg output
with the patch would be helpful.
Is "100baseTx-HD" a typo and you mean GBit? And any special reason why you set half duplex?

> Reverting a6851c613fd7 (while considering the file name change) fixes autonegotiation for me.
> 
> Kind regards
> Bernhard
> 
Heiner

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [REGRESSION] 5.3-rc1: r8169: remove 1000/Half from supported modes
  2019-07-26 20:24 ` Heiner Kallweit
@ 2019-07-26 20:45   ` Bernhard Held
  2019-07-27 10:27     ` Heiner Kallweit
  0 siblings, 1 reply; 4+ messages in thread
From: Bernhard Held @ 2019-07-26 20:45 UTC (permalink / raw)
  To: Heiner Kallweit, linux-kernel, netdev; +Cc: David S. Miller

[-- Attachment #1: Type: text/plain, Size: 786 bytes --]

On 26.07.19 at 22:24, Heiner Kallweit wrote:
> On 26.07.2019 22:16, Bernhard Held wrote:
>> Hi Heiner,
>>
>> with commit a6851c613fd7 "r8169: remove 1000/Half from supported modes" my RTL8111B GB-link stops working. It thinks that it established a link, however nothing is actually transmitted. Setting the mode with `mii-tool -F 100baseTx-HD` establishes a successful connection.
>>
> Can you provide standard ethtool output w/ and w/o this patch? Also a full dmesg output
> with the patch would be helpful.
> Is "100baseTx-HD" a typo and you mean GBit? And any special reason why you set half duplex?
>

The requested files are attached.

mii-tool doesn't offer GBit settings. I used HD only while playing around, both FD and HD are working.

Hope it helps!
Bernhard

[-- Attachment #2: dmesg.bad --]
[-- Type: text/plain, Size: 64574 bytes --]

[    0.000000] Linux version 5.3.0-rc1-linus+ (berny@quad) (gcc version 9.1.1 20190723 [gcc-9-branch revision 273734] (SUSE Linux)) #597 SMP PREEMPT Fri Jul 26 21:33:15 CEST 2019
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-5.3.0-rc1-linus+ root=/dev/mapper/VGMX300-root resume=/dev/sda2 showopts radeon.dpm=1 plymouth.enable=0 memmap=1$0xe4fd net.ifnames=0 kvm-intel.vmentry_l1d_flush=never noibrs noibpb nospectre_v1 no_stf_barrier mitigations=off
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Enabled xstate features 0x3, context size is 576 bytes, using 'standard' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009dbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f800-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000cfedffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000cfee0000-0x00000000cfee2fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000cfee3000-0x00000000cfeeffff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000cfef0000-0x00000000cfefffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000d0000000-0x00000000dfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000001afffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] user-defined physical RAM map:
[    0.000000] user: [mem 0x0000000000000000-0x000000000000e4fc] usable
[    0.000000] user: [mem 0x000000000000e4fd-0x000000000000e4fd] reserved
[    0.000000] user: [mem 0x000000000000e4fe-0x000000000009dbff] usable
[    0.000000] user: [mem 0x000000000009f800-0x000000000009ffff] reserved
[    0.000000] user: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[    0.000000] user: [mem 0x0000000000100000-0x00000000cfedffff] usable
[    0.000000] user: [mem 0x00000000cfee0000-0x00000000cfee2fff] ACPI NVS
[    0.000000] user: [mem 0x00000000cfee3000-0x00000000cfeeffff] ACPI data
[    0.000000] user: [mem 0x00000000cfef0000-0x00000000cfefffff] reserved
[    0.000000] user: [mem 0x00000000d0000000-0x00000000dfffffff] reserved
[    0.000000] user: [mem 0x00000000fec00000-0x00000000ffffffff] reserved
[    0.000000] user: [mem 0x0000000100000000-0x00000001afffffff] usable
[    0.000000] SMBIOS 2.4 present.
[    0.000000] DMI: Gigabyte Technology Co., Ltd. G33-DS3R/G33-DS3R, BIOS F7L 07/31/2009
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3000.288 MHz processor
[    0.003646] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.003648] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.003651] last_pfn = 0x1b0000 max_arch_pfn = 0x400000000
[    0.003655] MTRR default type: uncachable
[    0.003655] MTRR fixed ranges enabled:
[    0.003656]   00000-9FFFF write-back
[    0.003657]   A0000-BFFFF uncachable
[    0.003657]   C0000-CDFFF write-protect
[    0.003658]   CE000-EFFFF uncachable
[    0.003658]   F0000-FFFFF write-through
[    0.003659] MTRR variable ranges enabled:
[    0.003660]   0 base 0000000000 mask 0F00000000 write-back
[    0.003661]   1 base 00E0000000 mask 0FE0000000 uncachable
[    0.003662]   2 base 00D0000000 mask 0FF0000000 uncachable
[    0.003663]   3 base 0100000000 mask 0F00000000 write-back
[    0.003664]   4 base 01C0000000 mask 0FC0000000 uncachable
[    0.003664]   5 base 01B0000000 mask 0FF0000000 uncachable
[    0.003665]   6 base 00CFF00000 mask 0FFFF00000 uncachable
[    0.003666]   7 disabled
[    0.005930] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.006189] mtrr: your BIOS has configured an incorrect mask, fixing it.
[    0.006194] mtrr: your BIOS has configured an incorrect mask, fixing it.
[    0.006195] mtrr: your BIOS has configured an incorrect mask, fixing it.
[    0.006196] mtrr: your BIOS has configured an incorrect mask, fixing it.
[    0.006196] mtrr: your BIOS has configured an incorrect mask, fixing it.
[    0.006197] mtrr: your BIOS has configured an incorrect mask, fixing it.
[    0.006198] mtrr: your BIOS has configured an incorrect mask, fixing it.
[    0.006203] total RAM covered: 6143M
[    0.006525] Found optimal setting for mtrr clean up
[    0.006527]  gran_size: 64K 	chunk_size: 2M 	num_reg: 7  	lose cover RAM: 0G
[    0.007753] e820: update [mem 0xcff00000-0xffffffff] usable ==> reserved
[    0.007757] last_pfn = 0xcfee0 max_arch_pfn = 0x400000000
[    0.007772] Kernel/User page tables isolation: disabled on command line.
[    0.007776] BRK [0x02601000, 0x02601fff] PGTABLE
[    0.007778] BRK [0x02602000, 0x02602fff] PGTABLE
[    0.007779] BRK [0x02603000, 0x02603fff] PGTABLE
[    0.007841] BRK [0x02604000, 0x02604fff] PGTABLE
[    0.008266] BRK [0x02605000, 0x02605fff] PGTABLE
[    0.008277] BRK [0x02606000, 0x02606fff] PGTABLE
[    0.008334] RAMDISK: [mem 0x36ba7000-0x375cafff]
[    0.008339] ACPI: Early table checksum verification disabled
[    0.008344] ACPI: RSDP 0x00000000000F6ED0 000014 (v00 GBT   )
[    0.008348] ACPI: RSDT 0x00000000CFEE3040 000038 (v01 GBT    GBTUACPI 42302E31 GBTU 01010101)
[    0.008353] ACPI: FACP 0x00000000CFEE30C0 000074 (v01 GBT    GBTUACPI 42302E31 GBTU 01010101)
[    0.008358] ACPI: DSDT 0x00000000CFEE3180 0053A1 (v01 GBT    GBTUACPI 00001000 MSFT 0100000C)
[    0.008362] ACPI: FACS 0x00000000CFEE0000 000040
[    0.008364] ACPI: HPET 0x00000000CFEE8680 000038 (v01 GBT    GBTUACPI 42302E31 GBTU 00000098)
[    0.008367] ACPI: MCFG 0x00000000CFEE8700 00003C (v01 GBT    GBTUACPI 42302E31 GBTU 01010101)
[    0.008370] ACPI: APIC 0x00000000CFEE8580 000084 (v01 GBT    GBTUACPI 42302E31 GBTU 01010101)
[    0.008373] ACPI: SSDT 0x00000000CFEE9060 0003AB (v01 PmRef  CpuPm    00003000 INTL 20040311)
[    0.008382] ACPI: Local APIC address 0xfee00000
[    0.008401] Zone ranges:
[    0.008402]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.008403]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.008405]   Normal   [mem 0x0000000100000000-0x00000001afffffff]
[    0.008406] Movable zone start for each node
[    0.008407] Early memory node ranges
[    0.008408]   node   0: [mem 0x0000000000001000-0x000000000000dfff]
[    0.008409]   node   0: [mem 0x000000000000f000-0x000000000009cfff]
[    0.008410]   node   0: [mem 0x0000000000100000-0x00000000cfedffff]
[    0.008411]   node   0: [mem 0x0000000100000000-0x00000001afffffff]
[    0.008419] Zeroed struct page in unavailable ranges: 389 pages
[    0.008421] Initmem setup node 0 [mem 0x0000000000001000-0x00000001afffffff]
[    0.008423] On node 0 totalpages: 1572475
[    0.008424]   DMA zone: 64 pages used for memmap
[    0.008425]   DMA zone: 20 pages reserved
[    0.008426]   DMA zone: 3995 pages, LIFO batch:0
[    0.008480]   DMA32 zone: 13244 pages used for memmap
[    0.008481]   DMA32 zone: 847584 pages, LIFO batch:63
[    0.040854]   Normal zone: 11264 pages used for memmap
[    0.040855]   Normal zone: 720896 pages, LIFO batch:63
[    0.070497] ACPI: PM-Timer IO Port: 0x408
[    0.070500] ACPI: Local APIC address 0xfee00000
[    0.070506] ACPI: LAPIC_NMI (acpi_id[0x00] dfl dfl lint[0x1])
[    0.070508] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
[    0.070509] ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl lint[0x1])
[    0.070510] ACPI: LAPIC_NMI (acpi_id[0x03] dfl dfl lint[0x1])
[    0.070520] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[    0.070522] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.070524] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.070525] ACPI: IRQ0 used by override.
[    0.070526] ACPI: IRQ9 used by override.
[    0.070528] Using ACPI (MADT) for SMP configuration information
[    0.070529] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.070534] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.070547] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.070549] PM: Registered nosave memory: [mem 0x0000e000-0x0000efff]
[    0.070550] PM: Registered nosave memory: [mem 0x0000e000-0x0000efff]
[    0.070551] PM: Registered nosave memory: [mem 0x0009d000-0x0009ffff]
[    0.070552] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
[    0.070553] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
[    0.070555] PM: Registered nosave memory: [mem 0xcfee0000-0xcfee2fff]
[    0.070556] PM: Registered nosave memory: [mem 0xcfee3000-0xcfeeffff]
[    0.070556] PM: Registered nosave memory: [mem 0xcfef0000-0xcfefffff]
[    0.070557] PM: Registered nosave memory: [mem 0xcff00000-0xcfffffff]
[    0.070558] PM: Registered nosave memory: [mem 0xd0000000-0xdfffffff]
[    0.070559] PM: Registered nosave memory: [mem 0xe0000000-0xfebfffff]
[    0.070560] PM: Registered nosave memory: [mem 0xfec00000-0xffffffff]
[    0.070562] [mem 0xe0000000-0xfebfffff] available for PCI devices
[    0.070566] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.153969] setup_percpu: NR_CPUS:4 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.154904] percpu: Embedded 51 pages/cpu s170328 r8192 d30376 u524288
[    0.154911] pcpu-alloc: s170328 r8192 d30376 u524288 alloc=1*2097152
[    0.154912] pcpu-alloc: [0] 0 1 2 3 
[    0.154931] Built 1 zonelists, mobility grouping on.  Total pages: 1547883
[    0.154934] Kernel command line: BOOT_IMAGE=/vmlinuz-5.3.0-rc1-linus+ root=/dev/mapper/VGMX300-root resume=/dev/sda2 showopts radeon.dpm=1 plymouth.enable=0 memmap=1$0xe4fd net.ifnames=0 kvm-intel.vmentry_l1d_flush=never noibrs noibpb nospectre_v1 no_stf_barrier mitigations=off
[    0.155128] printk: log_buf_len individual max cpu contribution: 131072 bytes
[    0.155129] printk: log_buf_len total cpu_extra contributions: 393216 bytes
[    0.155130] printk: log_buf_len min size: 131072 bytes
[    0.155363] printk: log_buf_len: 524288 bytes
[    0.155364] printk: early log buf free: 120700(92%)
[    0.158215] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.159960] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.160009] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.257128] Memory: 6078932K/6289900K available (10243K kernel code, 840K rwdata, 3308K rodata, 1016K init, 1232K bss, 210968K reserved, 0K cma-reserved)
[    0.257193] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.257368] rcu: Preemptible hierarchical RCU implementation.
[    0.257370] 	Tasks RCU enabled.
[    0.257371] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.257566] NR_IRQS: 4352, nr_irqs: 456, preallocated irqs: 16
[    0.257776] random: get_random_bytes called from start_kernel+0x384/0x52b with crng_init=0
[    0.258900] Console: colour VGA+ 80x25
[    0.262225] printk: console [tty0] enabled
[    0.262258] ACPI: Core revision 20190703
[    0.262359] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.262405] APIC: Switch to symmetric I/O mode setup
[    0.262781] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.282401] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2b3f554673f, max_idle_ns: 440795296282 ns
[    0.282439] Calibrating delay loop (skipped), value calculated using timer frequency.. 6000.57 BogoMIPS (lpj=12001152)
[    0.282475] pid_max: default: 32768 minimum: 301
[    0.282516] LSM: Security Framework initializing
[    0.282568] AppArmor: AppArmor initialized
[    0.282687] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.282804] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.282989] *** VALIDATE proc ***
[    0.283047] *** VALIDATE cgroup1 ***
[    0.283075] *** VALIDATE cgroup2 ***
[    0.283149] mce: CPU0: Thermal monitoring enabled (TM2)
[    0.283179] process: using mwait in idle threads
[    0.283210] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
[    0.283237] Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32, 1GB 0
[    0.283267] Speculative Store Bypass: Vulnerable
[    0.283399] Freeing SMP alternatives memory: 28K
[    0.286435] smpboot: CPU0: Intel(R) Xeon(R) CPU           E5450  @ 3.00GHz (family: 0x6, model: 0x17, stepping: 0xa)
[    0.306448] Performance Events: PEBS fmt0+, Core2 events, 4-deep LBR, Intel PMU driver.
[    0.306492] ... version:                2
[    0.306521] ... bit width:              40
[    0.306556] ... generic registers:      2
[    0.306583] ... value mask:             000000ffffffffff
[    0.306611] ... max period:             000000007fffffff
[    0.306638] ... fixed-purpose events:   3
[    0.306665] ... event mask:             0000000700000003
[    0.314439] rcu: Hierarchical SRCU implementation.
[    0.330438] smp: Bringing up secondary CPUs ...
[    0.362451] x86: Booting SMP configuration:
[    0.362482] .... node  #0, CPUs:      #1 #2 #3
[    0.429312] smp: Brought up 1 node, 4 CPUs
[    0.429312] smpboot: Max logical packages: 1
[    0.429312] smpboot: Total of 4 processors activated (24002.30 BogoMIPS)
[    0.434688] devtmpfs: initialized
[    0.434688] PM: Registering ACPI NVS region [mem 0xcfee0000-0xcfee2fff] (12288 bytes)
[    0.435132] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.435132] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.435132] NET: Registered protocol family 16
[    0.435132] audit: initializing netlink subsys (disabled)
[    0.435132] audit: type=2000 audit(1564170709.172:1): state=initialized audit_enabled=0 res=1
[    0.435132] cpuidle: using governor teo
[    0.435132] ACPI: bus type PCI registered
[    0.435132] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xd0000000-0xdfffffff] (base 0xd0000000)
[    0.435132] PCI: MMCONFIG at [mem 0xd0000000-0xdfffffff] reserved in E820
[    0.435132] PCI: Using configuration type 1 for base access
[    0.435180] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.786933] ACPI: Added _OSI(Module Device)
[    0.786933] ACPI: Added _OSI(Processor Device)
[    0.786933] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.786933] ACPI: Added _OSI(Processor Aggregator Device)
[    0.786933] ACPI: Added _OSI(Linux-Dell-Video)
[    0.786933] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.786933] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.788439] ACPI: 2 ACPI AML tables successfully acquired and loaded
[    0.790603] ACPI: Dynamic OEM Table Load:
[    0.790642] ACPI: SSDT 0xFFFF8881A8AB7C00 00022A (v01 PmRef  Cpu0Ist  00003000 INTL 20040311)
[    0.790930] ACPI: Dynamic OEM Table Load:
[    0.790959] ACPI: SSDT 0xFFFF8881A8B6E200 000152 (v01 PmRef  Cpu1Ist  00003000 INTL 20040311)
[    0.791208] ACPI: Dynamic OEM Table Load:
[    0.791238] ACPI: SSDT 0xFFFF8881A8B6E400 000152 (v01 PmRef  Cpu2Ist  00003000 INTL 20040311)
[    0.791486] ACPI: Dynamic OEM Table Load:
[    0.791516] ACPI: SSDT 0xFFFF8881A8B6E600 000152 (v01 PmRef  Cpu3Ist  00003000 INTL 20040311)
[    0.791898] ACPI: Interpreter enabled
[    0.791942] ACPI: (supports S0 S3 S4 S5)
[    0.791970] ACPI: Using IOAPIC for interrupt routing
[    0.792021] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.792182] ACPI: Enabled 11 GPEs in block 00 to 3F
[    0.798443] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.798443] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig Segments MSI HPX-Type3]
[    0.798443] PCI host bridge to bus 0000:00
[    0.798443] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.798443] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.798443] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.798443] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    0.798443] pci_bus 0000:00: root bus resource [mem 0xcff00000-0xfebfffff window]
[    0.798443] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.798443] pci 0000:00:00.0: [8086:29c0] type 00 class 0x060000
[    0.798443] pci 0000:00:01.0: [8086:29c1] type 01 class 0x060400
[    0.798443] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.798443] pci 0000:00:1a.0: [8086:2937] type 00 class 0x0c0300
[    0.798443] pci 0000:00:1a.0: reg 0x20: [io  0xe100-0xe11f]
[    0.798443] pci 0000:00:1a.1: [8086:2938] type 00 class 0x0c0300
[    0.798443] pci 0000:00:1a.1: reg 0x20: [io  0xe200-0xe21f]
[    0.798443] pci 0000:00:1a.2: [8086:2939] type 00 class 0x0c0300
[    0.798443] pci 0000:00:1a.2: reg 0x20: [io  0xe000-0xe01f]
[    0.798443] pci 0000:00:1a.7: [8086:293c] type 00 class 0x0c0320
[    0.798443] pci 0000:00:1a.7: reg 0x10: [mem 0xf4205000-0xf42053ff]
[    0.798443] pci 0000:00:1b.0: [8086:293e] type 00 class 0x040300
[    0.798443] pci 0000:00:1b.0: reg 0x10: [mem 0xf4200000-0xf4203fff 64bit]
[    0.798443] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.798443] pci 0000:00:1c.0: [8086:2940] type 01 class 0x060400
[    0.798443] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.798443] pci 0000:00:1c.3: [8086:2946] type 01 class 0x060400
[    0.798483] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.798588] pci 0000:00:1c.4: [8086:2948] type 01 class 0x060400
[    0.798679] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.798785] pci 0000:00:1d.0: [8086:2934] type 00 class 0x0c0300
[    0.798847] pci 0000:00:1d.0: reg 0x20: [io  0xe300-0xe31f]
[    0.798969] pci 0000:00:1d.1: [8086:2935] type 00 class 0x0c0300
[    0.799032] pci 0000:00:1d.1: reg 0x20: [io  0xe400-0xe41f]
[    0.799152] pci 0000:00:1d.2: [8086:2936] type 00 class 0x0c0300
[    0.799215] pci 0000:00:1d.2: reg 0x20: [io  0xe500-0xe51f]
[    0.799340] pci 0000:00:1d.7: [8086:293a] type 00 class 0x0c0320
[    0.799384] pci 0000:00:1d.7: reg 0x10: [mem 0xf4204000-0xf42043ff]
[    0.799535] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
[    0.799674] pci 0000:00:1f.0: [8086:2916] type 00 class 0x060100
[    0.799770] pci 0000:00:1f.0: quirk: [io  0x0400-0x047f] claimed by ICH6 ACPI/GPIO/TCO
[    0.799805] pci 0000:00:1f.0: quirk: [io  0x0480-0x04bf] claimed by ICH6 GPIO
[    0.799835] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0800 (mask 000f)
[    0.799869] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 0290 (mask 000f)
[    0.799987] pci 0000:00:1f.2: [8086:2922] type 00 class 0x010601
[    0.800028] pci 0000:00:1f.2: reg 0x10: [io  0xe600-0xe607]
[    0.800061] pci 0000:00:1f.2: reg 0x14: [io  0xe700-0xe703]
[    0.800094] pci 0000:00:1f.2: reg 0x18: [io  0xe800-0xe807]
[    0.800126] pci 0000:00:1f.2: reg 0x1c: [io  0xe900-0xe903]
[    0.800158] pci 0000:00:1f.2: reg 0x20: [io  0xea00-0xea1f]
[    0.800191] pci 0000:00:1f.2: reg 0x24: [mem 0xf4206000-0xf42067ff]
[    0.800250] pci 0000:00:1f.2: PME# supported from D3hot
[    0.800347] pci 0000:00:1f.3: [8086:2930] type 00 class 0x0c0500
[    0.800389] pci 0000:00:1f.3: reg 0x10: [mem 0xf4207000-0xf42070ff 64bit]
[    0.800431] pci 0000:00:1f.3: reg 0x20: [io  0x0500-0x051f]
[    0.800559] pci 0000:01:00.0: [1002:68f9] type 00 class 0x030000
[    0.800602] pci 0000:01:00.0: reg 0x10: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.800640] pci 0000:01:00.0: reg 0x18: [mem 0xf1000000-0xf101ffff 64bit]
[    0.800673] pci 0000:01:00.0: reg 0x20: [io  0xb000-0xb0ff]
[    0.800710] pci 0000:01:00.0: reg 0x30: [mem 0x00000000-0x0001ffff pref]
[    0.800742] pci 0000:01:00.0: enabling Extended Tags
[    0.800795] pci 0000:01:00.0: supports D1 D2
[    0.800864] pci 0000:01:00.1: [1002:aa68] type 00 class 0x040300
[    0.800906] pci 0000:01:00.1: reg 0x10: [mem 0xf1020000-0xf1023fff 64bit]
[    0.800958] pci 0000:01:00.1: enabling Extended Tags
[    0.801012] pci 0000:01:00.1: supports D1 D2
[    0.801075] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.801104] pci 0000:00:01.0:   bridge window [io  0xb000-0xbfff]
[    0.801133] pci 0000:00:01.0:   bridge window [mem 0xf0000000-0xf1ffffff]
[    0.801163] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xefffffff 64bit pref]
[    0.801225] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.801254] pci 0000:00:1c.0:   bridge window [io  0xa000-0xafff]
[    0.801329] pci 0000:03:00.0: [197b:2363] type 00 class 0x010185
[    0.801442] pci 0000:03:00.0: reg 0x24: [mem 0xf4000000-0xf4001fff]
[    0.801551] pci 0000:03:00.0: PME# supported from D3hot
[    0.801649] pci 0000:03:00.1: [197b:2363] type 00 class 0x010185
[    0.801699] pci 0000:03:00.1: reg 0x10: [io  0xc000-0xc007]
[    0.801734] pci 0000:03:00.1: reg 0x14: [io  0xc100-0xc103]
[    0.801770] pci 0000:03:00.1: reg 0x18: [io  0xc200-0xc207]
[    0.801805] pci 0000:03:00.1: reg 0x1c: [io  0xc300-0xc303]
[    0.801840] pci 0000:03:00.1: reg 0x20: [io  0xc400-0xc40f]
[    0.801965] pci 0000:00:1c.3: PCI bridge to [bus 03]
[    0.801994] pci 0000:00:1c.3:   bridge window [io  0xc000-0xcfff]
[    0.802024] pci 0000:00:1c.3:   bridge window [mem 0xf4000000-0xf40fffff]
[    0.802101] pci 0000:04:00.0: [10ec:8168] type 00 class 0x020000
[    0.802157] pci 0000:04:00.0: reg 0x10: [io  0xd000-0xd0ff]
[    0.802210] pci 0000:04:00.0: reg 0x18: [mem 0xf3000000-0xf3000fff 64bit]
[    0.802269] pci 0000:04:00.0: reg 0x30: [mem 0x00000000-0x0001ffff pref]
[    0.802305] pci 0000:04:00.0: enabling Extended Tags
[    0.802416] pci 0000:04:00.0: supports D1 D2
[    0.802438] pci 0000:04:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.802526] pci 0000:00:1c.4: PCI bridge to [bus 04]
[    0.802556] pci 0000:00:1c.4:   bridge window [io  0xd000-0xdfff]
[    0.802586] pci 0000:00:1c.4:   bridge window [mem 0xf2000000-0xf3ffffff]
[    0.802629] pci_bus 0000:05: extended config space not accessible
[    0.802677] pci 0000:05:01.0: [104c:8020] type 00 class 0x0c0010
[    0.802719] pci 0000:05:01.0: reg 0x10: [mem 0xf4104000-0xf41047ff]
[    0.802754] pci 0000:05:01.0: reg 0x14: [mem 0xf4100000-0xf4103fff]
[    0.802842] pci 0000:05:01.0: supports D2
[    0.802870] pci 0000:05:01.0: PME# supported from D2 D3hot
[    0.802959] pci 0000:00:1e.0: PCI bridge to [bus 05] (subtractive decode)
[    0.802991] pci 0000:00:1e.0:   bridge window [mem 0xf4100000-0xf41fffff]
[    0.803022] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
[    0.803055] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
[    0.803088] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    0.803122] pci 0000:00:1e.0:   bridge window [mem 0x000c0000-0x000dffff window] (subtractive decode)
[    0.803155] pci 0000:00:1e.0:   bridge window [mem 0xcff00000-0xfebfffff window] (subtractive decode)
[    0.803204] pci_bus 0000:00: on NUMA node 0
[    0.803625] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
[    0.803702] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
[    0.803776] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 *7 9 10 11 12 14 15)
[    0.803851] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 11 12 14 *15)
[    0.803926] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[    0.804001] ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 5 6 7 9 10 11 12 14 15)
[    0.804076] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 5 6 7 9 10 11 12 *14 15)
[    0.804151] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 *5 6 7 9 10 11 12 14 15)
[    0.806453] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[    0.806476] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.806509] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.807068] vgaarb: loaded
[    0.807156] SCSI subsystem initialized
[    0.807206] libata version 3.00 loaded.
[    0.807206] ACPI: bus type USB registered
[    0.807206] usbcore: registered new interface driver usbfs
[    0.807206] usbcore: registered new interface driver hub
[    0.807206] usbcore: registered new device driver usb
[    0.807206] PCI: Using ACPI for IRQ routing
[    0.810200] PCI: pci_cache_line_size set to 64 bytes
[    0.810245] e820: reserve RAM buffer [mem 0x0000e4fd-0x0000ffff]
[    0.810247] e820: reserve RAM buffer [mem 0x0009dc00-0x0009ffff]
[    0.810248] e820: reserve RAM buffer [mem 0xcfee0000-0xcfffffff]
[    0.810524] hpet: 4 channels of 0 reserved for per-cpu timers
[    0.810554] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[    0.810584] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
[    0.815461] clocksource: Switched to clocksource tsc-early
[    0.821564] *** VALIDATE hugetlbfs ***
[    0.821676] AppArmor: AppArmor Filesystem Enabled
[    0.821719] pnp: PnP ACPI init
[    0.821888] system 00:00: [io  0x04d0-0x04d1] has been reserved
[    0.821918] system 00:00: [io  0x0290-0x029f] has been reserved
[    0.821946] system 00:00: [io  0x0800-0x087f] has been reserved
[    0.821975] system 00:00: [io  0x0290-0x0294] has been reserved
[    0.822003] system 00:00: [io  0x0880-0x088f] has been reserved
[    0.822035] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.822090] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.822302] pnp 00:02: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.822438] pnp 00:03: Plug and Play ACPI device, IDs PNP0f13 (active)
[    0.822468] pnp 00:04: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.822517] system 00:05: [io  0x0400-0x04bf] could not be reserved
[    0.822549] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.822703] system 00:06: [mem 0xd0000000-0xdfffffff] has been reserved
[    0.822735] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.822864] system 00:07: [mem 0x000d2a00-0x000d3fff] has been reserved
[    0.822894] system 00:07: [mem 0x000f0000-0x000f7fff] could not be reserved
[    0.822923] system 00:07: [mem 0x000f8000-0x000fbfff] could not be reserved
[    0.822952] system 00:07: [mem 0x000fc000-0x000fffff] could not be reserved
[    0.822981] system 00:07: [mem 0xcfee0000-0xcfefffff] could not be reserved
[    0.823010] system 00:07: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.823039] system 00:07: [mem 0x00100000-0xcfedffff] could not be reserved
[    0.823068] system 00:07: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.823097] system 00:07: [mem 0xfed10000-0xfed1dfff] has been reserved
[    0.823126] system 00:07: [mem 0xfed20000-0xfed8ffff] has been reserved
[    0.823155] system 00:07: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.823184] system 00:07: [mem 0xffb00000-0xffb7ffff] has been reserved
[    0.823213] system 00:07: [mem 0xfff00000-0xffffffff] has been reserved
[    0.823241] system 00:07: [mem 0x000e0000-0x000effff] has been reserved
[    0.823273] system 00:07: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.823277] pnp: PnP ACPI: found 8 devices
[    0.824612] thermal_sys: Registered thermal governor 'step_wise'
[    0.824613] thermal_sys: Registered thermal governor 'user_space'
[    0.829136] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.829204] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000
[    0.829239] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000 add_align 100000
[    0.829274] pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000 add_align 100000
[    0.829309] pci 0000:00:1c.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04] add_size 200000 add_align 100000
[    0.829351] pci 0000:00:1c.0: BAR 8: assigned [mem 0xf4300000-0xf44fffff]
[    0.829382] pci 0000:00:1c.0: BAR 9: assigned [mem 0xf4500000-0xf46fffff 64bit pref]
[    0.829421] pci 0000:00:1c.3: BAR 9: assigned [mem 0xf4700000-0xf48fffff 64bit pref]
[    0.829456] pci 0000:00:1c.4: BAR 9: assigned [mem 0xf4900000-0xf4afffff 64bit pref]
[    0.829491] pci 0000:01:00.0: BAR 6: assigned [mem 0xf0000000-0xf001ffff pref]
[    0.829524] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.829552] pci 0000:00:01.0:   bridge window [io  0xb000-0xbfff]
[    0.829582] pci 0000:00:01.0:   bridge window [mem 0xf0000000-0xf1ffffff]
[    0.829611] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xefffffff 64bit pref]
[    0.829645] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.829673] pci 0000:00:1c.0:   bridge window [io  0xa000-0xafff]
[    0.829704] pci 0000:00:1c.0:   bridge window [mem 0xf4300000-0xf44fffff]
[    0.829734] pci 0000:00:1c.0:   bridge window [mem 0xf4500000-0xf46fffff 64bit pref]
[    0.829769] pci 0000:00:1c.3: PCI bridge to [bus 03]
[    0.829797] pci 0000:00:1c.3:   bridge window [io  0xc000-0xcfff]
[    0.829828] pci 0000:00:1c.3:   bridge window [mem 0xf4000000-0xf40fffff]
[    0.829858] pci 0000:00:1c.3:   bridge window [mem 0xf4700000-0xf48fffff 64bit pref]
[    0.829893] pci 0000:04:00.0: BAR 6: assigned [mem 0xf2000000-0xf201ffff pref]
[    0.829926] pci 0000:00:1c.4: PCI bridge to [bus 04]
[    0.829954] pci 0000:00:1c.4:   bridge window [io  0xd000-0xdfff]
[    0.829984] pci 0000:00:1c.4:   bridge window [mem 0xf2000000-0xf3ffffff]
[    0.830014] pci 0000:00:1c.4:   bridge window [mem 0xf4900000-0xf4afffff 64bit pref]
[    0.830050] pci 0000:00:1e.0: PCI bridge to [bus 05]
[    0.830079] pci 0000:00:1e.0:   bridge window [mem 0xf4100000-0xf41fffff]
[    0.830113] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.830141] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.830169] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.830198] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000dffff window]
[    0.830227] pci_bus 0000:00: resource 8 [mem 0xcff00000-0xfebfffff window]
[    0.830256] pci_bus 0000:01: resource 0 [io  0xb000-0xbfff]
[    0.830284] pci_bus 0000:01: resource 1 [mem 0xf0000000-0xf1ffffff]
[    0.830312] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xefffffff 64bit pref]
[    0.830345] pci_bus 0000:02: resource 0 [io  0xa000-0xafff]
[    0.830373] pci_bus 0000:02: resource 1 [mem 0xf4300000-0xf44fffff]
[    0.830401] pci_bus 0000:02: resource 2 [mem 0xf4500000-0xf46fffff 64bit pref]
[    0.830433] pci_bus 0000:03: resource 0 [io  0xc000-0xcfff]
[    0.830461] pci_bus 0000:03: resource 1 [mem 0xf4000000-0xf40fffff]
[    0.830490] pci_bus 0000:03: resource 2 [mem 0xf4700000-0xf48fffff 64bit pref]
[    0.830522] pci_bus 0000:04: resource 0 [io  0xd000-0xdfff]
[    0.830550] pci_bus 0000:04: resource 1 [mem 0xf2000000-0xf3ffffff]
[    0.830579] pci_bus 0000:04: resource 2 [mem 0xf4900000-0xf4afffff 64bit pref]
[    0.830611] pci_bus 0000:05: resource 1 [mem 0xf4100000-0xf41fffff]
[    0.830639] pci_bus 0000:05: resource 4 [io  0x0000-0x0cf7 window]
[    0.830668] pci_bus 0000:05: resource 5 [io  0x0d00-0xffff window]
[    0.830696] pci_bus 0000:05: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.830725] pci_bus 0000:05: resource 7 [mem 0x000c0000-0x000dffff window]
[    0.830754] pci_bus 0000:05: resource 8 [mem 0xcff00000-0xfebfffff window]
[    0.830842] NET: Registered protocol family 2
[    0.830970] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    0.831027] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.831241] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.831725] TCP: Hash tables configured (established 65536 bind 65536)
[    0.831812] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.831903] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.832025] NET: Registered protocol family 1
[    0.832983] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.833024] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[    0.833081] pci 0000:03:00.0: async suspend disabled to avoid multi-function power-on ordering issue
[    0.833117] pci 0000:03:00.1: async suspend disabled to avoid multi-function power-on ordering issue
[    0.833157] PCI: CLS 32 bytes, default 64
[    0.833219] Unpacking initramfs...
[    1.807433] Freeing initrd memory: 10384K
[    1.807471] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.807500] software IO TLB: mapped [mem 0xcbee0000-0xcfee0000] (64MB)
[    1.808533] Initialise system trusted keyrings
[    1.808625] workingset: timestamp_bits=62 max_order=21 bucket_order=0
[    1.809897] fuse: init (API version 7.31)
[    1.815051] Key type asymmetric registered
[    1.815080] Asymmetric key parser 'x509' registered
[    1.815114] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    1.815146] io scheduler mq-deadline registered
[    1.815203] io scheduler bfq registered
[    1.815924] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    1.815967] ACPI: Power Button [PWRB]
[    1.816060] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    1.818461] ACPI: Power Button [PWRF]
[    1.818825] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled
[    1.839182] 00:02: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    1.839390] Linux agpgart interface v0.103
[    1.839504] [drm] radeon kernel modesetting enabled.
[    1.839571] radeon 0000:01:00.0: remove_conflicting_pci_framebuffers: bar 0: 0xe0000000 -> 0xefffffff
[    1.839605] radeon 0000:01:00.0: remove_conflicting_pci_framebuffers: bar 2: 0xf1000000 -> 0xf101ffff
[    1.839639] radeon 0000:01:00.0: vgaarb: deactivate vga console
[    1.840068] Console: switching to colour dummy device 80x25
[    1.840236] [drm] initializing kernel modesetting (CEDAR 0x1002:0x68F9 0x174B:0xE153 0x00).
[    1.840262] resource sanity check: requesting [mem 0x000c0000-0x000dffff], which spans more than pnp 00:07 [mem 0x000d2a00-0x000d3fff]
[    1.840272] caller pci_map_rom+0x65/0x178 mapping multiple BARs
[    1.840408] ATOM BIOS: BASS
[    1.840455] radeon 0000:01:00.0: VRAM: 512M 0x0000000000000000 - 0x000000001FFFFFFF (512M used)
[    1.840459] radeon 0000:01:00.0: GTT: 1024M 0x0000000020000000 - 0x000000005FFFFFFF
[    1.840464] [drm] Detected VRAM RAM=512M, BAR=256M
[    1.840466] [drm] RAM width 64bits DDR
[    1.840524] [TTM] Zone  kernel: Available graphics memory: 3044672 KiB
[    1.840527] [TTM] Zone   dma32: Available graphics memory: 2097152 KiB
[    1.840529] [TTM] Initializing pool allocator
[    1.840533] [TTM] Initializing DMA pool allocator
[    1.840559] [drm] radeon: 512M of VRAM memory ready
[    1.840562] [drm] radeon: 1024M of GTT memory ready.
[    1.840570] [drm] Loading CEDAR Microcode
[    1.840575] [drm] Internal thermal controller with fan control
[    1.840614] == power state 0 ==
[    1.840616] 	ui class: none
[    1.840618] 	internal class: boot
[    1.840620] 	caps: video
[    1.840622] 	uvd    vclk: 0 dclk: 0
[    1.840625] 		power level 0    sclk: 65000 mclk: 80000 vddc: 1000 vddci: 0
[    1.840628] 		power level 1    sclk: 65000 mclk: 80000 vddc: 1000 vddci: 0
[    1.840631] 		power level 2    sclk: 65000 mclk: 80000 vddc: 1000 vddci: 0
[    1.840633] 	status: c r b
[    1.840636] == power state 1 ==
[    1.840637] 	ui class: performance
[    1.840639] 	internal class: none
[    1.840641] 	caps: single_disp video
[    1.840643] 	uvd    vclk: 0 dclk: 0
[    1.840646] 		power level 0    sclk: 15700 mclk: 20000 vddc: 900 vddci: 0
[    1.840648] 		power level 1    sclk: 40000 mclk: 50000 vddc: 950 vddci: 0
[    1.840651] 		power level 2    sclk: 65000 mclk: 80000 vddc: 1000 vddci: 0
[    1.840653] 	status:
[    1.840655] == power state 2 ==
[    1.840657] 	ui class: none
[    1.840658] 	internal class: uvd
[    1.840660] 	caps: video
[    1.840662] 	uvd    vclk: 54000 dclk: 40000
[    1.840665] 		power level 0    sclk: 65000 mclk: 80000 vddc: 1000 vddci: 0
[    1.840668] 		power level 1    sclk: 65000 mclk: 80000 vddc: 1000 vddci: 0
[    1.840670] 		power level 2    sclk: 65000 mclk: 80000 vddc: 1000 vddci: 0
[    1.840673] 	status:
[    1.840674] == power state 3 ==
[    1.840676] 	ui class: performance
[    1.840677] 	internal class: none
[    1.840680] 	caps: video
[    1.840682] 	uvd    vclk: 0 dclk: 0
[    1.840684] 		power level 0    sclk: 15700 mclk: 80000 vddc: 1000 vddci: 0
[    1.840687] 		power level 1    sclk: 40000 mclk: 80000 vddc: 1000 vddci: 0
[    1.840689] 		power level 2    sclk: 65000 mclk: 80000 vddc: 1000 vddci: 0
[    1.840692] 	status:
[    1.855368] [drm] radeon: dpm initialized
[    1.855384] [drm] GART: num cpu pages 262144, num gpu pages 262144
[    1.869667] [drm] PCIE GART of 1024M enabled (table at 0x000000000014C000).
[    1.869756] radeon 0000:01:00.0: WB enabled
[    1.869760] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000020000c00 and cpu addr 0x(____ptrval____)
[    1.869765] radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000020000c0c and cpu addr 0x(____ptrval____)
[    1.870169] radeon 0000:01:00.0: fence driver on ring 5 use gpu addr 0x000000000005c418 and cpu addr 0x(____ptrval____)
[    1.870173] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    1.870176] [drm] Driver supports precise vblank timestamp query.
[    1.870179] radeon 0000:01:00.0: radeon: MSI limited to 32-bit
[    1.870216] radeon 0000:01:00.0: radeon: using MSI.
[    1.870238] [drm] radeon: irq initialized.
[    1.886379] [drm] ring test on 0 succeeded in 1 usecs
[    1.886386] [drm] ring test on 3 succeeded in 2 usecs
[    2.071965] [drm] ring test on 5 succeeded in 1 usecs
[    2.071971] [drm] UVD initialized successfully.
[    2.072087] [drm] ib test on ring 0 succeeded in 0 usecs
[    2.072130] [drm] ib test on ring 3 succeeded in 0 usecs
[    2.758459] [drm] ib test on ring 5 succeeded
[    2.758804] [drm] Radeon Display Connectors
[    2.758807] [drm] Connector 0:
[    2.758808] [drm]   HDMI-A-1
[    2.758810] [drm]   HPD2
[    2.758812] [drm]   DDC: 0x6460 0x6460 0x6464 0x6464 0x6468 0x6468 0x646c 0x646c
[    2.758815] [drm]   Encoders:
[    2.758817] [drm]     DFP1: INTERNAL_UNIPHY1
[    2.758819] [drm] Connector 1:
[    2.758821] [drm]   DVI-I-1
[    2.758822] [drm]   HPD4
[    2.758824] [drm]   DDC: 0x6450 0x6450 0x6454 0x6454 0x6458 0x6458 0x645c 0x645c
[    2.758827] [drm]   Encoders:
[    2.758829] [drm]     DFP2: INTERNAL_UNIPHY
[    2.758831] [drm]     CRT1: INTERNAL_KLDSCP_DAC1
[    2.758832] [drm] Connector 2:
[    2.758834] [drm]   VGA-1
[    2.758836] [drm]   DDC: 0x6430 0x6430 0x6434 0x6434 0x6438 0x6438 0x643c 0x643c
[    2.758839] [drm]   Encoders:
[    2.758841] [drm]     CRT2: INTERNAL_KLDSCP_DAC2
[    2.758901] switching from power state:
[    2.758903] 	ui class: none
[    2.758905] 	internal class: boot
[    2.758907] 	caps: video
[    2.758910] 	uvd    vclk: 0 dclk: 0
[    2.758912] 		power level 0    sclk: 65000 mclk: 80000 vddc: 1000 vddci: 0
[    2.758915] 		power level 1    sclk: 65000 mclk: 80000 vddc: 1000 vddci: 0
[    2.758918] 		power level 2    sclk: 65000 mclk: 80000 vddc: 1000 vddci: 0
[    2.758920] 	status: c b
[    2.758922] switching to power state:
[    2.758924] 	ui class: performance
[    2.758926] 	internal class: none
[    2.758928] 	caps: single_disp video
[    2.758930] 	uvd    vclk: 0 dclk: 0
[    2.758933] 		power level 0    sclk: 15700 mclk: 20000 vddc: 900 vddci: 0
[    2.758935] 		power level 1    sclk: 40000 mclk: 50000 vddc: 950 vddci: 0
[    2.758938] 		power level 2    sclk: 65000 mclk: 80000 vddc: 1000 vddci: 0
[    2.758940] 	status: r
[    2.820677] [drm] fb mappable at 0xE034D000
[    2.820680] [drm] vram apper at 0xE0000000
[    2.820682] [drm] size 14745600
[    2.820683] [drm] fb depth is 24
[    2.820685] [drm]    pitch is 10240
[    2.820731] fbcon: radeondrmfb (fb0) is primary device
[    2.822443] tsc: Refined TSC clocksource calibration: 2999.999 MHz
[    2.822454] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2b3e44b2357, max_idle_ns: 440795324996 ns
[    2.822483] clocksource: Switched to clocksource tsc
[    2.905886] Console: switching to colour frame buffer device 320x90
[    2.913438] radeon 0000:01:00.0: fb0: radeondrmfb frame buffer device
[    2.918515] [drm] Initialized radeon 2.50.0 20080528 for 0000:01:00.0 on minor 0
[    2.918840] ahci 0000:00:1f.2: version 3.0
[    2.919000] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
[    2.919054] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x3f impl SATA mode
[    2.919083] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pmp pio slum part ccc ems 
[    2.978906] scsi host0: ahci
[    2.979070] scsi host1: ahci
[    2.979223] scsi host2: ahci
[    2.979388] scsi host3: ahci
[    2.979537] scsi host4: ahci
[    2.979696] scsi host5: ahci
[    2.979759] ata1: SATA max UDMA/133 abar m2048@0xf4206000 port 0xf4206100 irq 29
[    2.979786] ata2: SATA max UDMA/133 abar m2048@0xf4206000 port 0xf4206180 irq 29
[    2.979813] ata3: SATA max UDMA/133 abar m2048@0xf4206000 port 0xf4206200 irq 29
[    2.979839] ata4: SATA max UDMA/133 abar m2048@0xf4206000 port 0xf4206280 irq 29
[    2.979865] ata5: SATA max UDMA/133 abar m2048@0xf4206000 port 0xf4206300 irq 29
[    2.979892] ata6: SATA max UDMA/133 abar m2048@0xf4206000 port 0xf4206380 irq 29
[    2.990093] ahci 0000:03:00.0: AHCI 0001.0000 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
[    2.990137] ahci 0000:03:00.0: flags: 64bit ncq pm led clo pmp pio slum part 
[    2.990485] scsi host6: ahci
[    2.990644] scsi host7: ahci
[    2.990706] ata7: SATA max UDMA/133 abar m8192@0xf4000000 port 0xf4000100 irq 19
[    2.990734] ata8: SATA max UDMA/133 abar m8192@0xf4000000 port 0xf4000180 irq 19
[    2.990827] pata_jmicron 0000:03:00.1: enabling device (0000 -> 0001)
[    2.991433] scsi host8: pata_jmicron
[    2.991577] scsi host9: pata_jmicron
[    2.991625] ata9: PATA max UDMA/100 cmd 0xc000 ctl 0xc100 bmdma 0xc400 irq 16
[    2.991651] ata10: PATA max UDMA/100 cmd 0xc200 ctl 0xc300 bmdma 0xc408 irq 16
[    2.991717] usbcore: registered new interface driver usblp
[    2.991787] usbcore: registered new interface driver usb-storage
[    2.991852] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    2.992245] serio: i8042 KBD port at 0x60,0x64 irq 1
[    2.992302] serio: i8042 AUX port at 0x60,0x64 irq 12
[    2.992402] mousedev: PS/2 mouse device common for all mice
[    2.992477] input: PC Speaker as /devices/platform/pcspkr/input/input3
[    2.992525] rtc_cmos 00:01: RTC can wake from S4
[    2.992651] rtc_cmos 00:01: registered as rtc0
[    2.992683] rtc_cmos 00:01: alarms up to one month, 242 bytes nvram, hpet irqs
[    2.992870] device-mapper: uevent: version 1.0.3
[    2.992933] device-mapper: ioctl: 4.40.0-ioctl (2019-01-18) initialised: dm-devel@redhat.com
[    2.992964] intel_pstate: CPU model not supported
[    2.992990] hidraw: raw HID events driver (C) Jiri Kosina
[    2.993021] usbcore: registered new interface driver usbhid
[    2.993041] usbhid: USB HID core driver
[    2.993220] NET: Registered protocol family 10
[    2.993463] Segment Routing with IPv6
[    2.993493] NET: Registered protocol family 17
[    2.993761] microcode: sig=0x1067a, pf=0x40, revision=0xa0b
[    2.993829] microcode: Microcode Update Driver: v2.2.
[    2.993839] sched_clock: Marking stable (2989127799, 4697229)->(3102433889, -108608861)
[    2.994023] registered taskstats version 1
[    2.994040] Loading compiled-in X.509 certificates
[    3.018422] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[    3.042542] Loaded X.509 cert 'Build time autogenerated kernel key: f849ae0907d8be617aa00a74df3051a2885a5811'
[    3.046060] Key type encrypted registered
[    3.046242] rtc_cmos 00:01: setting system clock to 2019-07-26T19:51:52 UTC (1564170712)
[    3.292478] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    3.292712] ata1.00: supports DRM functions and may not be fully accessible
[    3.293468] ata1.00: ATA-10: Crucial_CT525MX300SSD1,  M0CR070, max UDMA/133
[    3.293506] ata1.00: 1025610768 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    3.295600] ata1.00: supports DRM functions and may not be fully accessible
[    3.299777] ata1.00: configured for UDMA/133
[    3.301460] scsi 0:0:0:0: Direct-Access     ATA      Crucial_CT525MX3 R070 PQ: 0 ANSI: 5
[    3.303213] ata1.00: Enabling discard_zeroes_data
[    3.303215] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    3.304476] ata7: SATA link down (SStatus 0 SControl 300)
[    3.304855] ata8: SATA link down (SStatus 0 SControl 300)
[    3.306550] sd 0:0:0:0: [sda] 1025610768 512-byte logical blocks: (525 GB/489 GiB)
[    3.311314] sd 0:0:0:0: [sda] Write Protect is off
[    3.312929] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    3.312943] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.314704] ata1.00: Enabling discard_zeroes_data
[    3.316635]  sda: sda1 sda2 sda3
[    3.318529] ata1.00: Enabling discard_zeroes_data
[    3.320294] sd 0:0:0:0: [sda] Attached SCSI disk
[    3.620470] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    3.623111] ata2.00: ATA-8: Hitachi HUA722050CLA330, JP2OA39C, max UDMA/133
[    3.624808] ata2.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 32), AA
[    3.627544] ata2.00: configured for UDMA/133
[    3.629333] scsi 1:0:0:0: Direct-Access     ATA      Hitachi HUA72205 A39C PQ: 0 ANSI: 5
[    3.631158] sd 1:0:0:0: Attached scsi generic sg1 type 0
[    3.631169] sd 1:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[    3.634633] sd 1:0:0:0: [sdb] Write Protect is off
[    3.636405] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    3.636416] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.649286]  sdb: sdb1 sdb2 sdb3 sdb4
[    3.651327] sd 1:0:0:0: [sdb] Attached SCSI disk
[    3.944474] ata3: SATA link down (SStatus 0 SControl 300)
[    4.260471] ata4: SATA link down (SStatus 0 SControl 300)
[    4.576476] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    4.578451] ata5.00: ATAPI: PLEXTOR DVDR   PX-880SA, 1.12, max UDMA/100
[    4.580737] ata5.00: configured for UDMA/100
[    4.583976] scsi 4:0:0:0: CD-ROM            PLEXTOR  DVDR   PX-880SA  1.12 PQ: 0 ANSI: 5
[    4.641017] sr 4:0:0:0: [sr0] scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[    4.642785] cdrom: Uniform CD-ROM driver Revision: 3.20
[    4.644607] sr 4:0:0:0: Attached scsi CD-ROM sr0
[    4.644675] sr 4:0:0:0: Attached scsi generic sg2 type 5
[    4.960464] ata6: SATA link down (SStatus 0 SControl 300)
[    5.130067] PM: Image not found (code -22)
[    5.130430] Freeing unused kernel image memory: 1016K
[    5.142443] Write protecting the kernel read-only data: 16384k
[    5.144878] Freeing unused kernel image memory: 2008K
[    5.146894] Freeing unused kernel image memory: 788K
[    5.148660] Run /init as init process
[    5.156620] systemd[1]: Inserted module 'autofs4'
[    5.162614] systemd[1]: systemd +suse.135.g0f9271c133 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)
[    5.182498] systemd[1]: Detected architecture x86-64.
[    5.184407] systemd[1]: Running in initial RAM disk.
[    5.192684] systemd[1]: Set hostname to <quad>.
[    5.246034] random: systemd: uninitialized urandom read (16 bytes read)
[    5.248076] systemd[1]: Listening on udev Control Socket.
[    5.252088] random: systemd: uninitialized urandom read (16 bytes read)
[    5.254196] systemd[1]: Created slice system-systemd\x2dhibernate\x2dresume.slice.
[    5.258245] random: systemd: uninitialized urandom read (16 bytes read)
[    5.260290] systemd[1]: Listening on udev Kernel Socket.
[    5.264389] systemd[1]: Listening on Journal Socket (/dev/log).
[    5.268527] systemd[1]: Listening on Journal Socket.
[    5.273061] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[    5.452995] systemd[273]: systemd-udevd.service: ProtectHostname=yes is configured, but the kernel does not support UTS namespaces, ignoring namespace setup.
[    5.557564] random: crng init done
[    5.559608] random: 7 urandom warning(s) missed due to ratelimiting
[    5.910837] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    5.914026] ehci-pci: EHCI PCI platform driver
[    5.916486] ehci-pci 0000:00:1a.7: EHCI Host Controller
[    5.918988] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 1
[    5.925048] ehci-pci 0000:00:1a.7: cache line size of 32 is not supported
[    5.927346] ehci-pci 0000:00:1a.7: irq 18, io mem 0xf4205000
[    5.942782] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    5.945819] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.03
[    5.948633] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.951223] usb usb1: Product: EHCI Host Controller
[    5.954094] usb usb1: Manufacturer: Linux 5.3.0-rc1-linus+ ehci_hcd
[    5.962649] usb usb1: SerialNumber: 0000:00:1a.7
[    5.965012] hub 1-0:1.0: USB hub found
[    5.968137] hub 1-0:1.0: 6 ports detected
[    5.970729] ehci-pci 0000:00:1d.7: EHCI Host Controller
[    5.970736] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 2
[    5.974672] ehci-pci 0000:00:1d.7: cache line size of 32 is not supported
[    5.974688] ehci-pci 0000:00:1d.7: irq 23, io mem 0xf4204000
[    5.990463] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    5.990614] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.03
[    5.990616] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.990617] usb usb2: Product: EHCI Host Controller
[    5.990618] usb usb2: Manufacturer: Linux 5.3.0-rc1-linus+ ehci_hcd
[    5.990619] usb usb2: SerialNumber: 0000:00:1d.7
[    5.991160] hub 2-0:1.0: USB hub found
[    5.991229] hub 2-0:1.0: 6 ports detected
[    5.994964] firewire_ohci 0000:05:01.0: added OHCI v1.0 device as card 0, 4 IR + 8 IT contexts, quirks 0x2
[    6.054122] PM: Image not found (code -22)
[    6.302460] usb 1-3: new high-speed USB device number 2 using ehci-pci
[    6.462842] usb 1-3: New USB device found, idVendor=0424, idProduct=2514, bcdDevice= 0.00
[    6.464668] usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    6.467431] hub 1-3:1.0: USB hub found
[    6.469516] hub 1-3:1.0: 3 ports detected
[    6.502536] firewire_core 0000:05:01.0: created device fw0: GUID 00309526b0132229, S400
[    6.543005] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
[    6.762452] usb 1-3.1: new high-speed USB device number 3 using ehci-pci
[    6.836199] systemd-journald[171]: Received SIGTERM from PID 1 (systemd).
[    6.850738] printk: systemd: 28 output lines suppressed due to ratelimiting
[    6.870826] usb 1-3.1: New USB device found, idVendor=0424, idProduct=2640, bcdDevice= 0.00
[    6.872417] usb 1-3.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    6.874222] hub 1-3.1:1.0: USB hub found
[    6.875951] hub 1-3.1:1.0: 3 ports detected
[    6.994770] systemd[1]: systemd +suse.135.g0f9271c133 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)
[    7.014496] systemd[1]: Detected architecture x86-64.
[    7.022500] systemd[1]: Set hostname to <quad>.
[    7.061130] systemd-fstab-generator[470]: Checking was requested for "/home/bernyBulk/Bilder", but it is not a device.
[    7.062991] systemd-fstab-generator[470]: Checking was requested for "/home/bernyBulk/Downloads", but it is not a device.
[    7.064767] systemd-fstab-generator[470]: Checking was requested for "/home/bernyBulk/Musik", but it is not a device.
[    7.066551] systemd-fstab-generator[470]: Checking was requested for "/home/bernyBulk/Videos", but it is not a device.
[    7.136567] systemd[1]: /usr/lib/systemd/system/auditd.service:12: PIDFile= references a path below legacy directory /var/run/, updating /var/run/auditd.pid → /run/auditd.pid; please update the unit file accordingly.
[    7.166448] usb 1-3.1.1: new high-speed USB device number 4 using ehci-pci
[    7.178334] systemd[1]: /usr/lib/systemd/system/display-manager.service:12: PIDFile= references a path below legacy directory /var/run/, updating /var/run/displaymanager.pid → /run/displaymanager.pid; please update the unit file accordingly.
[    7.212180] systemd[1]: /usr/lib/systemd/system/virtlockd.socket:6: ListenStream= references a path below legacy directory /var/run/, updating /var/run/libvirt/virtlockd-sock → /run/libvirt/virtlockd-sock; please update the unit file accordingly.
[    7.214662] systemd[1]: /usr/lib/systemd/system/virtlockd-admin.socket:6: ListenStream= references a path below legacy directory /var/run/, updating /var/run/libvirt/virtlockd-admin-sock → /run/libvirt/virtlockd-admin-sock; please update the unit file accordingly.
[    7.217045] systemd[1]: /usr/lib/systemd/system/virtlogd.socket:6: ListenStream= references a path below legacy directory /var/run/, updating /var/run/libvirt/virtlogd-sock → /run/libvirt/virtlogd-sock; please update the unit file accordingly.
[    7.219669] systemd[1]: /usr/lib/systemd/system/virtlogd-admin.socket:6: ListenStream= references a path below legacy directory /var/run/, updating /var/run/libvirt/virtlogd-admin-sock → /run/libvirt/virtlogd-admin-sock; please update the unit file accordingly.
[    7.272507] systemd[1]: /usr/lib/systemd/system/pcscd.socket:5: ListenStream= references a path below legacy directory /var/run/, updating /var/run/pcscd/pcscd.comm → /run/pcscd/pcscd.comm; please update the unit file accordingly.
[    7.297822] usb 1-3.1.1: New USB device found, idVendor=0424, idProduct=4063, bcdDevice= 1.91
[    7.299937] usb 1-3.1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    7.302000] usb 1-3.1.1: Product: Ultra Fast Media Reader
[    7.304060] usb 1-3.1.1: Manufacturer: Generic
[    7.306125] usb 1-3.1.1: SerialNumber: 1004261000FE
[    7.308470] usb-storage 1-3.1.1:1.0: USB Mass Storage device detected
[    7.314623] scsi host10: usb-storage 1-3.1.1:1.0
[    7.358460] Adding 15624188k swap on /dev/sda2.  Priority:-2 extents:1 across:15624188k SSFS
[    7.384198] EXT4-fs (dm-0): re-mounted. Opts: acl,user_xattr
[    7.398451] usb 1-3.1.3: new full-speed USB device number 5 using ehci-pci
[    7.407613] audit: type=1400 audit(1564170716.859:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ping" pid=510 comm="apparmor_parser"
[    7.449779] audit: type=1400 audit(1564170716.899:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ghostscript" pid=529 comm="apparmor_parser"
[    7.449781] audit: type=1400 audit(1564170716.899:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ghostscript///usr/bin/basename" pid=529 comm="apparmor_parser"
[    7.449783] audit: type=1400 audit(1564170716.899:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ghostscript///usr/bin/dirname" pid=529 comm="apparmor_parser"
[    7.449784] audit: type=1400 audit(1564170716.899:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ghostscript///usr/bin/hpijs" pid=529 comm="apparmor_parser"
[    7.449785] audit: type=1400 audit(1564170716.899:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ghostscript//tempdir" pid=529 comm="apparmor_parser"
[    7.475911] audit: type=1400 audit(1564170716.927:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=545 comm="apparmor_parser"
[    7.504768] audit: type=1400 audit(1564170716.955:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=555 comm="apparmor_parser"
[    7.507445] audit: type=1400 audit(1564170716.955:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=555 comm="apparmor_parser"
[    7.519307] systemd[560]: systemd-udevd.service: ProtectHostname=yes is configured, but the kernel does not support UTS namespaces, ignoring namespace setup.
[    7.521820] usb 1-3.1.3: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=12.08
[    7.526020] usb 1-3.1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    7.526021] usb 1-3.1.3: Product: USB Receiver
[    7.526022] usb 1-3.1.3: Manufacturer: Logitech
[    7.533657] audit: type=1400 audit(1564170716.983:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="klogd" pid=563 comm="apparmor_parser"
[    7.793928] systemd-journald[509]: Received request to flush runtime journal from PID 1
[    8.076704] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x000000000000042C-0x000000000000042D (\GP2C) (20190703/utaddress-204)
[    8.097217] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    8.098574] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[    8.100772] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    8.117734] libphy: r8169: probed
[    8.121617] r8169 0000:04:00.0 eth0: RTL8168b/8111b, 00:1a:4d:57:e3:87, XID 380, IRQ 31
[    8.124620] r8169 0000:04:00.0 eth0: jumbo features [frames: 4080 bytes, tx checksumming: ko]
[    8.130197] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input6
[    8.144663] snd_hda_codec_realtek hdaudioC0D2: autoconfig for ALC889A: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
[    8.152541] snd_hda_codec_realtek hdaudioC0D2:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    8.168507] snd_hda_codec_realtek hdaudioC0D2:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    8.172900] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    8.174463] snd_hda_codec_realtek hdaudioC0D2:    mono: mono_out=0x0
[    8.175905] iTCO_wdt: Found a ICH9R TCO device (Version=2, TCOBASE=0x0460)
[    8.178892] snd_hda_codec_realtek hdaudioC0D2:    dig-out=0x1e/0x0
[    8.185019] snd_hda_codec_realtek hdaudioC0D2:    inputs:
[    8.186622] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    8.193212] snd_hda_codec_realtek hdaudioC0D2:      Rear Mic=0x18
[    8.196391] snd_hda_codec_realtek hdaudioC0D2:      Front Mic=0x19
[    8.201192] snd_hda_codec_realtek hdaudioC0D2:      Line=0x1a
[    8.210771] snd_hda_codec_realtek hdaudioC0D2:      CD=0x1c
[    8.217122] snd_hda_codec_realtek hdaudioC0D2:    dig-in=0x1f
[    8.251235] input: HDA Intel Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
[    8.251316] input: HDA Intel Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[    8.251365] input: HDA Intel Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[    8.251410] input: HDA Intel Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[    8.251454] input: HDA Intel Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[    8.251500] input: HDA Intel Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[    8.251545] input: HDA Intel Line Out Side as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[    8.277690] psmouse serio1: logips2pp: Detected unknown Logitech mouse model 57
[    8.328149] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1a.7/usb1/1-3/1-3.1/1-3.1.3/1-3.1.3:1.0/0003:046D:C52B.0001/input/input14
[    8.334731] usbcore: registered new interface driver uas
[    8.338068] scsi 10:0:0:0: Direct-Access     Generic  Ultra HS-SD/MMC  1.91 PQ: 0 ANSI: 0
[    8.341577] sd 10:0:0:0: Attached scsi generic sg3 type 0
[    8.353497] sd 10:0:0:0: [sdc] Attached SCSI removable disk
[    8.386594] hid-generic 0003:046D:C52B.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:1a.7-3.1.3/input0
[    8.393011] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:1a.7/usb1/1-3/1-3.1/1-3.1.3/1-3.1.3:1.1/0003:046D:C52B.0002/input/input15
[    8.397348] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:1a.7/usb1/1-3/1-3.1/1-3.1.3/1-3.1.3:1.1/0003:046D:C52B.0002/input/input16
[    8.462568] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:1a.7/usb1/1-3/1-3.1/1-3.1.3/1-3.1.3:1.1/0003:046D:C52B.0002/input/input17
[    8.467176] hid-generic 0003:046D:C52B.0002: input,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:1a.7-3.1.3/input1
[    8.469940] hid-generic 0003:046D:C52B.0003: hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1a.7-3.1.3/input2
[    8.671663] logitech-djreceiver 0003:046D:C52B.0003: hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1a.7-3.1.3/input2
[    8.722640] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    8.749863] input: ImExPS/2 Logitech Explorer Mouse as /devices/platform/i8042/serio1/input/input5
[    8.797545] input: Logitech Unifying Device. Wireless PID:4055 Mouse as /devices/pci0000:00/0000:00:1a.7/usb1/1-3/1-3.1/1-3.1.3/1-3.1.3:1.2/0003:046D:C52B.0003/0003:046D:4055.0004/input/input19
[    8.801331] hid-generic 0003:046D:4055.0004: input,hidraw1: USB HID v1.11 Mouse [Logitech Unifying Device. Wireless PID:4055] on usb-0000:00:1a.7-3.1.3/input2:1
[    8.815764] input: Logitech Unifying Device. Wireless PID:2011 Keyboard as /devices/pci0000:00/0000:00:1a.7/usb1/1-3/1-3.1/1-3.1.3/1-3.1.3:1.2/0003:046D:C52B.0003/0003:046D:2011.0005/input/input23
[    8.818468] input: Logitech Unifying Device. Wireless PID:2011 Consumer Control as /devices/pci0000:00/0000:00:1a.7/usb1/1-3/1-3.1/1-3.1.3/1-3.1.3:1.2/0003:046D:C52B.0003/0003:046D:2011.0005/input/input24
[    8.822114] input: Logitech Unifying Device. Wireless PID:2011 System Control as /devices/pci0000:00/0000:00:1a.7/usb1/1-3/1-3.1/1-3.1.3/1-3.1.3:1.2/0003:046D:C52B.0003/0003:046D:2011.0005/input/input25
[    8.824860] hid-generic 0003:046D:2011.0005: input,hidraw2: USB HID v1.11 Keyboard [Logitech Unifying Device. Wireless PID:2011] on usb-0000:00:1a.7-3.1.3/input2:2
[    8.932878] input: Logitech Unifying Device. Wireless PID:4055 as /devices/pci0000:00/0000:00:1a.7/usb1/1-3/1-3.1/1-3.1.3/1-3.1.3:1.2/0003:046D:C52B.0003/0003:046D:4055.0004/input/input29
[    8.939069] logitech-hidpp-device 0003:046D:4055.0004: input,hidraw1: USB HID v1.11 Mouse [Logitech Unifying Device. Wireless PID:4055] on usb-0000:00:1a.7-3.1.3/input2:1
[    9.124998] input: Logitech K520 as /devices/pci0000:00/0000:00:1a.7/usb1/1-3/1-3.1/1-3.1.3/1-3.1.3:1.2/0003:046D:C52B.0003/0003:046D:2011.0005/input/input30
[    9.128751] logitech-hidpp-device 0003:046D:2011.0005: input,hidraw2: USB HID v1.11 Keyboard [Logitech K520] on usb-0000:00:1a.7-3.1.3/input2:2
[    9.343920] br0: port 1(eth0) entered blocking state
[    9.343922] br0: port 1(eth0) entered disabled state
[    9.343982] device eth0 entered promiscuous mode
[    9.344894] RTL8211B Gigabit Ethernet r8169-400:00: attached PHY driver [RTL8211B Gigabit Ethernet] (mii_bus:phy_addr=r8169-400:00, irq=IGNORE)
[    9.462800] br0: port 1(eth0) entered blocking state
[    9.463507] r8169 0000:04:00.0 eth0: Link is Down
[    9.466414] br0: port 1(eth0) entered forwarding state
[    9.474981] IPv6: ADDRCONF(NETDEV_CHANGE): br0: link becomes ready
[    9.974193] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: acl,user_xattr
[   10.342477] br0: port 1(eth0) entered disabled state
[   10.425184] EXT4-fs (dm-3): mounted filesystem with ordered data mode. Opts: acl,user_xattr
[   11.550380] r8169 0000:04:00.0 eth0: Link is Up - 1Gbps/Full - flow control off
[   11.550390] br0: port 1(eth0) entered blocking state
[   11.550392] br0: port 1(eth0) entered forwarding state
[   16.452855] logitech-hidpp-device 0003:046D:2011.0005: HID++ 1.0 device connected.
[   22.342835] logitech-hidpp-device 0003:046D:4055.0004: HID++ 4.5 device connected.

[-- Attachment #3: ethtool.bad --]
[-- Type: text/plain, Size: 1135 bytes --]

Settings for eth0:
	Supported ports: [ TP MII ]
	Supported link modes:   10baseT/Half 10baseT/Full 
	                        100baseT/Half 100baseT/Full 
	                        1000baseT/Full 
	Supported pause frame use: Symmetric Receive-only
	Supports auto-negotiation: Yes
	Supported FEC modes: Not reported
	Advertised link modes:  10baseT/Half 10baseT/Full 
	                        100baseT/Half 100baseT/Full 
	                        1000baseT/Full 
	Advertised pause frame use: Symmetric Receive-only
	Advertised auto-negotiation: Yes
	Advertised FEC modes: Not reported
	Link partner advertised link modes:  10baseT/Half 10baseT/Full 
	                                     100baseT/Half 100baseT/Full 
	                                     1000baseT/Full 
	Link partner advertised pause frame use: No
	Link partner advertised auto-negotiation: Yes
	Link partner advertised FEC modes: Not reported
	Speed: 1000Mb/s
	Duplex: Full
	Port: MII
	PHYAD: 0
	Transceiver: internal
	Auto-negotiation: on
	Supports Wake-on: pumbg
	Wake-on: d
	Current message level: 0x00000033 (51)
			       drv probe ifdown ifup
	Link detected: yes

[-- Attachment #4: ethtool.good --]
[-- Type: text/plain, Size: 838 bytes --]

Settings for eth0:
	Supported ports: [ TP MII ]
	Supported link modes:   10baseT/Half 10baseT/Full 
	                        100baseT/Half 100baseT/Full 
	                        1000baseT/Half 1000baseT/Full 
	Supported pause frame use: Symmetric Receive-only
	Supports auto-negotiation: Yes
	Supported FEC modes: Not reported
	Advertised link modes:  10baseT/Half 10baseT/Full 
	                        100baseT/Half 100baseT/Full 
	                        1000baseT/Half 1000baseT/Full 
	Advertised pause frame use: Symmetric Receive-only
	Advertised auto-negotiation: Yes
	Advertised FEC modes: Not reported
	Speed: 100Mb/s
	Duplex: Full
	Port: MII
	PHYAD: 0
	Transceiver: internal
	Auto-negotiation: off
	Supports Wake-on: pumbg
	Wake-on: d
	Current message level: 0x00000033 (51)
			       drv probe ifdown ifup
	Link detected: yes

[-- Attachment #5: mii-tool.bad --]
[-- Type: text/plain, Size: 382 bytes --]

eth0: negotiated 100baseTx-FD, link ok
  product info: vendor 00:07:32, model 17 rev 2
  basic mode:   autonegotiation enabled
  basic status: autonegotiation complete, link ok
  capabilities: 100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD
  advertising:  100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD flow-control
  link partner: 100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD

[-- Attachment #6: mii-tool.good --]
[-- Type: text/plain, Size: 317 bytes --]

eth0: 100 Mbit, full duplex, link ok
  product info: vendor 00:07:32, model 17 rev 2
  basic mode:   100 Mbit, full duplex
  basic status: link ok
  capabilities: 100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD
  advertising:  100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD flow-control
  link partner: 100baseTx-HD

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [REGRESSION] 5.3-rc1: r8169: remove 1000/Half from supported modes
  2019-07-26 20:45   ` Bernhard Held
@ 2019-07-27 10:27     ` Heiner Kallweit
  0 siblings, 0 replies; 4+ messages in thread
From: Heiner Kallweit @ 2019-07-27 10:27 UTC (permalink / raw)
  To: Bernhard Held, linux-kernel, netdev; +Cc: David S. Miller

On 26.07.2019 22:45, Bernhard Held wrote:
> On 26.07.19 at 22:24, Heiner Kallweit wrote:
>> On 26.07.2019 22:16, Bernhard Held wrote:
>>> Hi Heiner,
>>>
>>> with commit a6851c613fd7 "r8169: remove 1000/Half from supported modes" my RTL8111B GB-link stops working. It thinks that it established a link, however nothing is actually transmitted. Setting the mode with `mii-tool -F 100baseTx-HD` establishes a successful connection.
>>>
>> Can you provide standard ethtool output w/ and w/o this patch? Also a full dmesg output
>> with the patch would be helpful.
>> Is "100baseTx-HD" a typo and you mean GBit? And any special reason why you set half duplex?
>>
> 
> The requested files are attached.
> 
Looks all normal. So it seems to be a HW issue with the integrated PHY (RTL8211B).
This PHY version is used also e.g. in RTL8168d. So better revert the original change.

> mii-tool doesn't offer GBit settings. I used HD only while playing around, both FD and HD are working.
> 
> Hope it helps!
> Bernhard
Heiner

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-07-27 10:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-26 20:16 [REGRESSION] 5.3-rc1: r8169: remove 1000/Half from supported modes Bernhard Held
2019-07-26 20:24 ` Heiner Kallweit
2019-07-26 20:45   ` Bernhard Held
2019-07-27 10:27     ` Heiner Kallweit

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.