linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Kernel error "Unknown pixelformat 0x00000000" occurs when I start capture video
@ 2019-01-05 20:05 Mikhail Gavrilov
  2019-01-08 14:45 ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 19+ messages in thread
From: Mikhail Gavrilov @ 2019-01-05 20:05 UTC (permalink / raw)
  To: linux-media

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

Hi folks!
Every time when I start capture video from external capture card
Avermedia Live Gamer ULTRA GC553
(https://www.avermedia.com/gaming/product/game_capture/live_gamer_ultra_gc553)
I got kernel error "Unknown pixelformat 0x00000000".
It look like false positive because I am able record video with OBS in
4K resolution from another Linux machine or PS 4 Pro  if I select
video format "Planar YVU 4:2:0" or "YU12 (Emulated)"
But very unpleasant to see this error in kernel log.

$ uname -r
4.20.0-1.fc30.x86_64

$ lsusb
Bus 004 Device 007: ID 07ca:0553 AVerMedia Technologies, Inc.


[   75.985776] ------------[ cut here ]------------
[   75.985780] Unknown pixelformat 0x00000000
[   75.985813] WARNING: CPU: 12 PID: 3175 at
drivers/media/v4l2-core/v4l2-ioctl.c:1342 v4l_enum_fmt+0xfc0/0x1380
[videodev]
[   75.985814] Modules linked in: nls_utf8 isofs fuse rfcomm
xt_CHECKSUM ipt_MASQUERADE tun bridge stp llc devlink
nf_conntrack_netbios_ns nf_conntrack_broadcast xt_CT ip6t_rpfilter
ip6t_REJECT nf_reject_ipv6 xt_conntrack ebtable_nat ip6table_nat
nf_nat_ipv6 ip6table_mangle ip6table_raw ip6table_security iptable_nat
nf_nat_ipv4 nf_nat iptable_mangle iptable_raw iptable_security
nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nfnetlink
ebtable_filter ebtables ip6table_filter ip6_tables cmac bnep sunrpc
xfs vfat fat libcrc32c edac_mce_amd arc4 kvm_amd kvm r8822be(C)
snd_hda_codec_realtek snd_hda_codec_generic irqbypass
snd_hda_codec_hdmi snd_hda_intel snd_hda_codec mac80211 snd_usb_audio
crct10dif_pclmul snd_hda_core snd_usbmidi_lib crc32_pclmul snd_hwdep
snd_rawmidi snd_seq snd_seq_device uvcvideo snd_pcm
ghash_clmulni_intel btusb videobuf2_vmalloc videobuf2_memops btrtl
videobuf2_v4l2 btbcm eeepc_wmi videobuf2_common btintel asus_wmi
sparse_keymap bluetooth video videodev wmi_bmof joydev
[   75.985838]  snd_timer cfg80211 media k10temp snd sp5100_tco
i2c_piix4 soundcore ecdh_generic ccp rfkill pcc_cpufreq gpio_amdpt
gpio_generic acpi_cpufreq binfmt_misc uas usb_storage hid_sony
ff_memless amdgpu hid_logitech_hidpp chash amd_iommu_v2 gpu_sched
drm_kms_helper ttm drm igb crc32c_intel hid_logitech_dj dca nvme
i2c_algo_bit nvme_core wmi pinctrl_amd
[   75.985854] CPU: 12 PID: 3175 Comm: obs Tainted: G         C
4.20.0-1.fc30.x86_64 #1
[   75.985856] Hardware name: System manufacturer System Product
Name/ROG STRIX X470-I GAMING, BIOS 1103 11/16/2018
[   75.985862] RIP: 0010:v4l_enum_fmt+0xfc0/0x1380 [videodev]
[   75.985863] Code: c6 4b 79 b5 c0 e9 55 f1 ff ff 48 c7 c6 09 7c b5
c0 3d 56 50 38 30 0f 84 43 f1 ff ff 89 c6 48 c7 c7 1c 7d b5 c0 e8 3a
3b 57 f9 <0f> 0b 41 80 7c 24 0c 00 0f 85 45 f1 ff ff 41 8b 44 24 2c 49
8d 7c
[   75.985865] RSP: 0018:ffffa52889277cb8 EFLAGS: 00010286
[   75.985867] RAX: 0000000000000000 RBX: 0000000000000001 RCX: 0000000000000006
[   75.985868] RDX: 0000000000000007 RSI: 0000000000000086 RDI: ffff964cbeb168c0
[   75.985869] RBP: 0000000000000000 R08: 0000000000000005 R09: 0000000000000007
[   75.985870] R10: 0000000000000000 R11: ffffffffbb99e22d R12: ffffa52889277dc0
[   75.985872] R13: ffffffffc05079e0 R14: ffff964c8a790600 R15: ffffffffffffffed
[   75.985873] FS:  00007f0c1eab1f00(0000) GS:ffff964cbeb00000(0000)
knlGS:0000000000000000
[   75.985875] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   75.985876] CR2: 00007f0c08197294 CR3: 000000078795e000 CR4: 00000000003406e0
[   75.985877] Call Trace:
[   75.985885]  __video_do_ioctl+0x174/0x3b0 [videodev]
[   75.985889]  ? page_add_file_rmap+0xa0/0x2d0
[   75.985892]  ? alloc_set_pte+0x293/0x660
[   75.985897]  video_usercopy+0x253/0x5a0 [videodev]
[   75.985903]  ? copy_overflow+0x20/0x20 [videodev]
[   75.985906]  ? selinux_file_ioctl+0x161/0x200
[   75.985911]  v4l2_ioctl+0x45/0x50 [videodev]
[   75.985914]  do_vfs_ioctl+0xa4/0x630
[   75.985916]  ksys_ioctl+0x60/0x90
[   75.985918]  __x64_sys_ioctl+0x16/0x20
[   75.985921]  do_syscall_64+0x5b/0x160
[   75.985924]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[   75.985926] RIP: 0033:0x7f0c2454014d
[   75.985928] Code: 00 c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e
fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24
08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 0b 5d 0c 00 f7 d8 64 89
01 48
[   75.985929] RSP: 002b:00007ffe01cdc5f8 EFLAGS: 00000246 ORIG_RAX:
0000000000000010
[   75.985931] RAX: ffffffffffffffda RBX: 00007f0c08197280 RCX: 00007f0c2454014d
[   75.985932] RDX: 00007ffe01cdc660 RSI: 00000000c0405602 RDI: 0000000000000027
[   75.985933] RBP: 0000000000000004 R08: 0000000000000000 R09: 0000000000000000
[   75.985934] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000007
[   75.985935] R13: 0000000000000001 R14: 00007ffe01cdc630 R15: 000055a982fdf6e0
[   75.985937] ---[ end trace 26d01f03c564a254 ]---


Is it possible to fix this error?

Thanks

--
Best Regards,
Mike Gavrilov.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: dmesg.txt --]
[-- Type: text/plain; charset="US-ASCII"; name="dmesg.txt", Size: 100003 bytes --]

[    0.000000] Linux version 4.20.0-1.fc30.x86_64 (mockbuild@bkernel04.phx2.fedoraproject.org) (gcc version 8.2.1 20181215 (Red Hat 8.2.1-6) (GCC)) #1 SMP Tue Dec 25 02:07:16 UTC 2018
[    0.000000] Command line: BOOT_IMAGE=(hd5,gpt2)/boot/vmlinuz-4.20.0-1.fc30.x86_64 root=UUID=1f9a5daa-5bbb-4e44-99aa-ce4a83d40619 ro resume=UUID=c1820a2a-10ac-4ff7-a086-e73a4fc14c2d rhgb mem_encrypt=off scsi_mod.use_blk_mq=1 log_buf_len=4M
[    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: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009cfffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009d00000-0x0000000009ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a209fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000000a20a000-0x000000000affffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000b000000-0x000000000b01ffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000b020000-0x00000000da043fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000da044000-0x00000000db540fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000db541000-0x00000000db568fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000db569000-0x00000000dba19fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000dba1a000-0x00000000dc591fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000dc592000-0x00000000deffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000df000000-0x00000000dfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd100000-0x00000000fdffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000081f37ffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0xccb06018-0xccb17057] usable ==> usable
[    0.000000] e820: update [mem 0xccb06018-0xccb17057] usable ==> usable
[    0.000000] e820: update [mem 0xccaec018-0xccb05457] usable ==> usable
[    0.000000] e820: update [mem 0xccaec018-0xccb05457] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000009cfffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000009d00000-0x0000000009ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000000a000000-0x000000000a1fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000000a200000-0x000000000a209fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000000a20a000-0x000000000affffff] usable
[    0.000000] reserve setup_data: [mem 0x000000000b000000-0x000000000b01ffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000000b020000-0x00000000ccaec017] usable
[    0.000000] reserve setup_data: [mem 0x00000000ccaec018-0x00000000ccb05457] usable
[    0.000000] reserve setup_data: [mem 0x00000000ccb05458-0x00000000ccb06017] usable
[    0.000000] reserve setup_data: [mem 0x00000000ccb06018-0x00000000ccb17057] usable
[    0.000000] reserve setup_data: [mem 0x00000000ccb17058-0x00000000da043fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000da044000-0x00000000db540fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000db541000-0x00000000db568fff] ACPI data
[    0.000000] reserve setup_data: [mem 0x00000000db569000-0x00000000dba19fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000dba1a000-0x00000000dc591fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000dc592000-0x00000000deffffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000df000000-0x00000000dfffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd100000-0x00000000fdffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000081f37ffff] usable
[    0.000000] efi: EFI v2.60 by American Megatrends
[    0.000000] efi:  ACPI 2.0=0xdb549000  ACPI=0xdb549000  SMBIOS=0xdc455000  SMBIOS 3.0=0xdc454000  ESRT=0xd52f6818  MEMATTR=0xd7578018 
[    0.000000] secureboot: Secure boot disabled
[    0.000000] SMBIOS 3.1.1 present.
[    0.000000] DMI: System manufacturer System Product Name/ROG STRIX X470-I GAMING, BIOS 1103 11/16/2018
[    0.000000] tsc: Fast TSC calibration failed
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] last_pfn = 0x81f380 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF write-through
[    0.000000]   C0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000000 mask FFFF80000000 write-back
[    0.000000]   1 base 000080000000 mask FFFFC0000000 write-back
[    0.000000]   2 base 0000C0000000 mask FFFFE0000000 write-back
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] TOM2: 0000000820000000 aka 33280M
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000000] e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved
[    0.000000] last_pfn = 0xdf000 max_arch_pfn = 0x400000000
[    0.000000] esrt: Reserving ESRT space from 0x00000000d52f6818 to 0x00000000d52f6850.
[    0.000000] Base memory trampoline at [(____ptrval____)] 96000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x38ce01000, 0x38ce01fff] PGTABLE
[    0.000000] BRK [0x38ce02000, 0x38ce02fff] PGTABLE
[    0.000000] BRK [0x38ce03000, 0x38ce03fff] PGTABLE
[    0.000000] BRK [0x38ce04000, 0x38ce04fff] PGTABLE
[    0.000000] BRK [0x38ce05000, 0x38ce05fff] PGTABLE
[    0.000000] BRK [0x38ce06000, 0x38ce06fff] PGTABLE
[    0.000000] BRK [0x38ce07000, 0x38ce07fff] PGTABLE
[    0.000000] BRK [0x38ce08000, 0x38ce08fff] PGTABLE
[    0.000000] BRK [0x38ce09000, 0x38ce09fff] PGTABLE
[    0.000000] BRK [0x38ce0a000, 0x38ce0afff] PGTABLE
[    0.000000] BRK [0x38ce0b000, 0x38ce0bfff] PGTABLE
[    0.000000] BRK [0x38ce0c000, 0x38ce0cfff] PGTABLE
[    0.000000] printk: log_buf_len: 4194304 bytes
[    0.000000] printk: early log buf free: 253200(96%)
[    0.000000] RAMDISK: [mem 0x5c72f000-0x5e27bfff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000DB549000 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 0x00000000DB549098 0000A4 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x00000000DB557490 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock has valid Length but zero Address: 0x0000000000000000/0x1 (20181003/tbfadt-624)
[    0.000000] ACPI: DSDT 0x00000000DB5491D0 00E2BC (v02 ALASKA A M I    01072009 INTL 20120913)
[    0.000000] ACPI: FACS 0x00000000DBA02D80 000040
[    0.000000] ACPI: APIC 0x00000000DB5575A8 0000DE (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x00000000DB557688 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FIDT 0x00000000DB5576D0 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: SSDT 0x00000000DB557770 008C98 (v02 AMD    AMD ALIB 00000002 MSFT 04000000)
[    0.000000] ACPI: SSDT 0x00000000DB560408 002314 (v01 AMD    AMD CPU  00000001 AMD  00000001)
[    0.000000] ACPI: CRAT 0x00000000DB562720 000F50 (v01 AMD    AMD CRAT 00000001 AMD  00000001)
[    0.000000] ACPI: CDIT 0x00000000DB563670 000029 (v01 AMD    AMD CDIT 00000001 AMD  00000001)
[    0.000000] ACPI: SSDT 0x00000000DB5636A0 002DA8 (v01 AMD    AMD AOD  00000001 INTL 20120913)
[    0.000000] ACPI: MCFG 0x00000000DB566448 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
[    0.000000] ACPI: SSDT 0x00000000DB5681A8 0000BF (v01 AMD    AMD PT   00001000 INTL 20120913)
[    0.000000] ACPI: HPET 0x00000000DB5664E0 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
[    0.000000] ACPI: SSDT 0x00000000DB566518 000024 (v01 AMDFCH FCHZP    00001000 INTL 20120913)
[    0.000000] ACPI: UEFI 0x00000000DB566540 000042 (v01                 00000000      00000000)
[    0.000000] ACPI: IVRS 0x00000000DB566588 0000D0 (v02 AMD    AMD IVRS 00000001 AMD  00000000)
[    0.000000] ACPI: SSDT 0x00000000DB566658 001B4E (v01 AMD    AmdTable 00000001 INTL 20120913)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000081f37ffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x81ef55000-0x81ef7ffff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000081f37ffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x0000000009cfffff]
[    0.000000]   node   0: [mem 0x000000000a000000-0x000000000a1fffff]
[    0.000000]   node   0: [mem 0x000000000a20a000-0x000000000affffff]
[    0.000000]   node   0: [mem 0x000000000b020000-0x00000000da043fff]
[    0.000000]   node   0: [mem 0x00000000dc592000-0x00000000deffffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000081f37ffff]
[    0.000000] Zeroed struct page in unavailable ranges: 14553 pages
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000081f37ffff]
[    0.000000] On node 0 totalpages: 8370855
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 26 pages reserved
[    0.000000]   DMA zone: 3999 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 14047 pages used for memmap
[    0.000000]   DMA32 zone: 898952 pages, LIFO batch:63
[    0.000000]   Normal zone: 116686 pages used for memmap
[    0.000000]   Normal zone: 7467904 pages, LIFO batch:63
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 17, version 33, address 0xfec00000, GSI 0-23
[    0.000000] IOAPIC[1]: apic_id 18, version 33, address 0xfec01000, GSI 24-55
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.000000] smpboot: Allowing 16 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x09d00000-0x09ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0x0a200000-0x0a209fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0b000000-0x0b01ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xccaec000-0xccaecfff]
[    0.000000] PM: Registered nosave memory: [mem 0xccb05000-0xccb05fff]
[    0.000000] PM: Registered nosave memory: [mem 0xccb06000-0xccb06fff]
[    0.000000] PM: Registered nosave memory: [mem 0xccb17000-0xccb17fff]
[    0.000000] PM: Registered nosave memory: [mem 0xda044000-0xdb540fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdb541000-0xdb568fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdb569000-0xdba19fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdba1a000-0xdc591fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdf000000-0xdfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xf7ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfd0fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfd100000-0xfdffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe000000-0xfe9fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfea00000-0xfea0ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfea10000-0xfeb7ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfeb80000-0xfec01fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec11000-0xfec2ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec30000-0xfec30fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec31000-0xfecfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed90000-0xfedc1fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfedc2000-0xfedcffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfedd0000-0xfedd3fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfedd4000-0xfedd5fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfedd6000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfeefffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfef00000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] [mem 0xe0000000-0xf7ffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.000000] random: get_random_bytes called from start_kernel+0x93/0x52e with crng_init=0
[    0.000000] setup_percpu: NR_CPUS:1024 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
[    0.000000] percpu: Embedded 45 pages/cpu @(____ptrval____) s147456 r8192 d28672 u262144
[    0.000000] pcpu-alloc: s147456 r8192 d28672 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 8240032
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=(hd5,gpt2)/boot/vmlinuz-4.20.0-1.fc30.x86_64 root=UUID=1f9a5daa-5bbb-4e44-99aa-ce4a83d40619 ro resume=UUID=c1820a2a-10ac-4ff7-a086-e73a4fc14c2d rhgb mem_encrypt=off scsi_mod.use_blk_mq=1 log_buf_len=4M
[    0.000000] Memory: 32634012K/33483420K available (12293K kernel code, 1502K rwdata, 4080K rodata, 2188K init, 4760K bss, 849408K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.000000] ftrace: allocating 38685 entries in 152 pages
[    0.000000] rcu: Hierarchical RCU implementation.
[    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=1024 to nr_cpu_ids=16.
[    0.000000] 	Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.000000] NR_IRQS: 65792, nr_irqs: 1096, preallocated irqs: 16
[    0.000000] Console: colour dummy device 80x25
[    0.000000] printk: console [tty0] enabled
[    0.000000] ACPI: Core revision 20181003
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.000000] hpet clockevent registered
[    0.000000] APIC: Switch to symmetric I/O mode setup
[    0.002000] Switched APIC routing to physical flat.
[    0.002000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.009000] tsc: PIT calibration matches HPET. 2 loops
[    0.009000] tsc: Detected 3692.498 MHz processor
[    0.000005] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x6a734dcb093, max_idle_ns: 881591017038 ns
[    0.000011] Calibrating delay loop (skipped), value calculated using timer frequency.. 7384.99 BogoMIPS (lpj=3692498)
[    0.000013] pid_max: default: 32768 minimum: 301
[    0.001040] LSM: Security Framework initializing
[    0.001042] Yama: becoming mindful.
[    0.001045] SELinux:  Initializing.
[    0.004808] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes)
[    0.007333] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.007408] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.007463] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.007629] mce: CPU supports 23 MCE banks
[    0.007645] LVT offset 1 assigned for vector 0xf9
[    0.007703] LVT offset 2 assigned for vector 0xf4
[    0.007713] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[    0.007715] Last level dTLB entries: 4KB 1536, 2MB 1536, 4MB 768, 1GB 0
[    0.007717] Spectre V2 : Mitigation: Full AMD retpoline
[    0.007718] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.007724] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.007726] Spectre V2 : User space: Vulnerable
[    0.007728] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.007874] Freeing SMP alternatives memory: 36K
[    0.013007] smpboot: CPU0: AMD Ryzen 7 2700X Eight-Core Processor (family: 0x17, model: 0x8, stepping: 0x2)
[    0.013007] Performance Events: Fam17h core perfctr, AMD PMU driver.
[    0.013007] ... version:                0
[    0.013007] ... bit width:              48
[    0.013007] ... generic registers:      6
[    0.013007] ... value mask:             0000ffffffffffff
[    0.013007] ... max period:             00007fffffffffff
[    0.013007] ... fixed-purpose events:   0
[    0.013007] ... event mask:             000000000000003f
[    0.013007] rcu: Hierarchical SRCU implementation.
[    0.013007] random: crng done (trusting CPU's manufacturer)
[    0.013007] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.013007] smp: Bringing up secondary CPUs ...
[    0.013007] x86: Booting SMP configuration:
[    0.013007] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
[    0.030030] smp: Brought up 1 node, 16 CPUs
[    0.030030] smpboot: Max logical packages: 1
[    0.030030] smpboot: Total of 16 processors activated (118159.93 BogoMIPS)
[    0.032301] devtmpfs: initialized
[    0.032301] x86/mm: Memory block size: 128MB
[    0.033658] PM: Registering ACPI NVS region [mem 0x0a200000-0x0a209fff] (40960 bytes)
[    0.033658] PM: Registering ACPI NVS region [mem 0xdb569000-0xdba19fff] (4919296 bytes)
[    0.033658] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.033658] futex hash table entries: 4096 (order: 6, 262144 bytes)
[    0.033658] pinctrl core: initialized pinctrl subsystem
[    0.034010] RTC time: 19:31:57, date: 01/05/19
[    0.034136] NET: Registered protocol family 16
[    0.034196] audit: initializing netlink subsys (disabled)
[    0.034202] audit: type=2000 audit(1546716717.043:1): state=initialized audit_enabled=0 res=1
[    0.034202] cpuidle: using governor menu
[    0.034202] ACPI: bus type PCI registered
[    0.034202] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.034202] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.034202] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.034202] PCI: Using configuration type 1 for base access
[    0.035646] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.035646] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.035646] cryptd: max_cpu_qlen set to 1000
[    0.035646] fbcon: Taking over console
[    0.036010] ACPI: Added _OSI(Module Device)
[    0.036010] ACPI: Added _OSI(Processor Device)
[    0.036010] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.036010] ACPI: Added _OSI(Processor Aggregator Device)
[    0.036010] ACPI: Added _OSI(Linux-Dell-Video)
[    0.036010] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.042086] ACPI: 7 ACPI AML tables successfully acquired and loaded
[    0.044058] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.045000] ACPI: EC: EC started
[    0.045000] ACPI: EC: interrupt blocked
[    0.045000] ACPI: \_SB_.PCI0.SBRG.EC0_: Used as first EC
[    0.045000] ACPI: \_SB_.PCI0.SBRG.EC0_: GPE=0x2, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.045000] ACPI: \_SB_.PCI0.SBRG.EC0_: Used as boot DSDT EC to handle transactions
[    0.045000] ACPI: Interpreter enabled
[    0.045000] ACPI: (supports S0 S3 S4 S5)
[    0.045000] ACPI: Using IOAPIC for interrupt routing
[    0.045000] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.045171] ACPI: Enabled 3 GPEs in block 00 to 1F
[    0.050149] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.050154] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.050259] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME LTR]
[    0.050357] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
[    0.050366] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    0.050561] PCI host bridge to bus 0000:00
[    0.050564] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.050566] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.050568] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    0.050570] pci_bus 0000:00: root bus resource [io  0x0d00-0xefff window]
[    0.050572] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.050574] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    0.050576] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfec2ffff window]
[    0.050578] pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
[    0.050580] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.050586] pci 0000:00:00.0: [1022:1450] type 00 class 0x060000
[    0.050644] pci 0000:00:00.2: [1022:1451] type 00 class 0x080600
[    0.050720] pci 0000:00:01.0: [1022:1452] type 00 class 0x060000
[    0.050768] pci 0000:00:01.1: [1022:1453] type 01 class 0x060400
[    0.051086] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    0.051169] pci 0000:00:01.3: [1022:1453] type 01 class 0x060400
[    0.051197] pci 0000:00:01.3: enabling Extended Tags
[    0.052063] pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
[    0.052149] pci 0000:00:02.0: [1022:1452] type 00 class 0x060000
[    0.052211] pci 0000:00:03.0: [1022:1452] type 00 class 0x060000
[    0.052260] pci 0000:00:03.1: [1022:1453] type 01 class 0x060400
[    0.054922] pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
[    0.054922] pci 0000:00:04.0: [1022:1452] type 00 class 0x060000
[    0.054922] pci 0000:00:07.0: [1022:1452] type 00 class 0x060000
[    0.054922] pci 0000:00:07.1: [1022:1454] type 01 class 0x060400
[    0.055011] pci 0000:00:07.1: enabling Extended Tags
[    0.055087] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[    0.056064] pci 0000:00:08.0: [1022:1452] type 00 class 0x060000
[    0.056112] pci 0000:00:08.1: [1022:1454] type 01 class 0x060400
[    0.056140] pci 0000:00:08.1: enabling Extended Tags
[    0.056217] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.057099] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    0.057300] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    0.057508] pci 0000:00:18.0: [1022:1460] type 00 class 0x060000
[    0.057544] pci 0000:00:18.1: [1022:1461] type 00 class 0x060000
[    0.057580] pci 0000:00:18.2: [1022:1462] type 00 class 0x060000
[    0.057616] pci 0000:00:18.3: [1022:1463] type 00 class 0x060000
[    0.057654] pci 0000:00:18.4: [1022:1464] type 00 class 0x060000
[    0.057690] pci 0000:00:18.5: [1022:1465] type 00 class 0x060000
[    0.057726] pci 0000:00:18.6: [1022:1466] type 00 class 0x060000
[    0.057762] pci 0000:00:18.7: [1022:1467] type 00 class 0x060000
[    0.058050] pci 0000:01:00.0: [8086:2700] type 00 class 0x010802
[    0.058067] pci 0000:01:00.0: reg 0x10: [mem 0xfe910000-0xfe913fff 64bit]
[    0.058089] pci 0000:01:00.0: reg 0x30: [mem 0xfe900000-0xfe90ffff pref]
[    0.058179] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.058184] pci 0000:00:01.1:   bridge window [mem 0xfe900000-0xfe9fffff]
[    0.059034] pci 0000:02:00.0: [1022:43d0] type 00 class 0x0c0330
[    0.059054] pci 0000:02:00.0: reg 0x10: [mem 0xfe5a0000-0xfe5a7fff 64bit]
[    0.059087] pci 0000:02:00.0: enabling Extended Tags
[    0.059130] pci 0000:02:00.0: PME# supported from D3hot D3cold
[    0.059194] pci 0000:02:00.1: [1022:43c8] type 00 class 0x010601
[    0.059236] pci 0000:02:00.1: reg 0x24: [mem 0xfe580000-0xfe59ffff]
[    0.059242] pci 0000:02:00.1: reg 0x30: [mem 0xfe500000-0xfe57ffff pref]
[    0.059247] pci 0000:02:00.1: enabling Extended Tags
[    0.059280] pci 0000:02:00.1: PME# supported from D3hot D3cold
[    0.059325] pci 0000:02:00.2: [1022:43c6] type 01 class 0x060400
[    0.059359] pci 0000:02:00.2: enabling Extended Tags
[    0.059394] pci 0000:02:00.2: PME# supported from D3hot D3cold
[    0.059466] pci 0000:00:01.3: PCI bridge to [bus 02-08]
[    0.059470] pci 0000:00:01.3:   bridge window [io  0xc000-0xdfff]
[    0.059471] pci 0000:00:01.3:   bridge window [mem 0xfe300000-0xfe5fffff]
[    0.059539] pci 0000:03:00.0: [1022:43c7] type 01 class 0x060400
[    0.059578] pci 0000:03:00.0: enabling Extended Tags
[    0.059620] pci 0000:03:00.0: PME# supported from D3hot D3cold
[    0.059679] pci 0000:03:01.0: [1022:43c7] type 01 class 0x060400
[    0.059718] pci 0000:03:01.0: enabling Extended Tags
[    0.059760] pci 0000:03:01.0: PME# supported from D3hot D3cold
[    0.059820] pci 0000:03:02.0: [1022:43c7] type 01 class 0x060400
[    0.059858] pci 0000:03:02.0: enabling Extended Tags
[    0.059900] pci 0000:03:02.0: PME# supported from D3hot D3cold
[    0.060011] pci 0000:03:03.0: [1022:43c7] type 01 class 0x060400
[    0.060050] pci 0000:03:03.0: enabling Extended Tags
[    0.060092] pci 0000:03:03.0: PME# supported from D3hot D3cold
[    0.060156] pci 0000:03:04.0: [1022:43c7] type 01 class 0x060400
[    0.060195] pci 0000:03:04.0: enabling Extended Tags
[    0.060237] pci 0000:03:04.0: PME# supported from D3hot D3cold
[    0.060311] pci 0000:02:00.2: PCI bridge to [bus 03-08]
[    0.060316] pci 0000:02:00.2:   bridge window [io  0xc000-0xdfff]
[    0.060318] pci 0000:02:00.2:   bridge window [mem 0xfe300000-0xfe4fffff]
[    0.060383] pci 0000:04:00.0: [8086:1539] type 00 class 0x020000
[    0.060425] pci 0000:04:00.0: reg 0x10: [mem 0xfe400000-0xfe41ffff]
[    0.060457] pci 0000:04:00.0: reg 0x18: [io  0xd000-0xd01f]
[    0.060473] pci 0000:04:00.0: reg 0x1c: [mem 0xfe420000-0xfe423fff]
[    0.060633] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[    0.060767] pci 0000:03:00.0: PCI bridge to [bus 04]
[    0.060773] pci 0000:03:00.0:   bridge window [io  0xd000-0xdfff]
[    0.060775] pci 0000:03:00.0:   bridge window [mem 0xfe400000-0xfe4fffff]
[    0.060829] pci 0000:05:00.0: [10ec:b822] type 00 class 0x028000
[    0.060870] pci 0000:05:00.0: reg 0x10: [io  0xc000-0xc0ff]
[    0.060903] pci 0000:05:00.0: reg 0x18: [mem 0xfe300000-0xfe30ffff 64bit]
[    0.061048] pci 0000:05:00.0: supports D1 D2
[    0.061049] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.061211] pci 0000:03:01.0: PCI bridge to [bus 05]
[    0.061216] pci 0000:03:01.0:   bridge window [io  0xc000-0xcfff]
[    0.061219] pci 0000:03:01.0:   bridge window [mem 0xfe300000-0xfe3fffff]
[    0.061250] pci 0000:03:02.0: PCI bridge to [bus 06]
[    0.061291] pci 0000:03:03.0: PCI bridge to [bus 07]
[    0.061331] pci 0000:03:04.0: PCI bridge to [bus 08]
[    0.062049] pci 0000:09:00.0: [1022:1470] type 01 class 0x060400
[    0.062067] pci 0000:09:00.0: reg 0x10: [mem 0xfe700000-0xfe703fff]
[    0.062126] pci 0000:09:00.0: PME# supported from D0 D3hot D3cold
[    0.062206] pci 0000:00:03.1: PCI bridge to [bus 09-0b]
[    0.062209] pci 0000:00:03.1:   bridge window [io  0xe000-0xefff]
[    0.062211] pci 0000:00:03.1:   bridge window [mem 0xfe600000-0xfe7fffff]
[    0.062213] pci 0000:00:03.1:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.062245] pci 0000:0a:00.0: [1022:1471] type 01 class 0x060400
[    0.062314] pci 0000:0a:00.0: PME# supported from D0 D3hot D3cold
[    0.062376] pci 0000:09:00.0: PCI bridge to [bus 0a-0b]
[    0.062381] pci 0000:09:00.0:   bridge window [io  0xe000-0xefff]
[    0.062383] pci 0000:09:00.0:   bridge window [mem 0xfe600000-0xfe6fffff]
[    0.062387] pci 0000:09:00.0:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.062417] pci 0000:0b:00.0: [1002:687f] type 00 class 0x030000
[    0.062440] pci 0000:0b:00.0: reg 0x10: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.062449] pci 0000:0b:00.0: reg 0x18: [mem 0xf0000000-0xf01fffff 64bit pref]
[    0.062454] pci 0000:0b:00.0: reg 0x20: [io  0xe000-0xe0ff]
[    0.062460] pci 0000:0b:00.0: reg 0x24: [mem 0xfe600000-0xfe67ffff]
[    0.062466] pci 0000:0b:00.0: reg 0x30: [mem 0xfe680000-0xfe69ffff pref]
[    0.062476] pci 0000:0b:00.0: BAR 0: assigned to efifb
[    0.062521] pci 0000:0b:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.062584] pci 0000:0b:00.1: [1002:aaf8] type 00 class 0x040300
[    0.062599] pci 0000:0b:00.1: reg 0x10: [mem 0xfe6a0000-0xfe6a3fff]
[    0.062669] pci 0000:0b:00.1: PME# supported from D1 D2 D3hot D3cold
[    0.062742] pci 0000:0a:00.0: PCI bridge to [bus 0b]
[    0.062746] pci 0000:0a:00.0:   bridge window [io  0xe000-0xefff]
[    0.062749] pci 0000:0a:00.0:   bridge window [mem 0xfe600000-0xfe6fffff]
[    0.062752] pci 0000:0a:00.0:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.063050] pci 0000:0c:00.0: [1022:145a] type 00 class 0x130000
[    0.063073] pci 0000:0c:00.0: enabling Extended Tags
[    0.063130] pci 0000:0c:00.2: [1022:1456] type 00 class 0x108000
[    0.063143] pci 0000:0c:00.2: reg 0x18: [mem 0xfe100000-0xfe1fffff]
[    0.063150] pci 0000:0c:00.2: reg 0x24: [mem 0xfe200000-0xfe201fff]
[    0.063155] pci 0000:0c:00.2: enabling Extended Tags
[    0.063216] pci 0000:0c:00.3: [1022:145f] type 00 class 0x0c0330
[    0.063227] pci 0000:0c:00.3: reg 0x10: [mem 0xfe000000-0xfe0fffff 64bit]
[    0.063244] pci 0000:0c:00.3: enabling Extended Tags
[    0.063269] pci 0000:0c:00.3: PME# supported from D0 D3hot D3cold
[    0.063317] pci 0000:00:07.1: PCI bridge to [bus 0c]
[    0.063321] pci 0000:00:07.1:   bridge window [mem 0xfe000000-0xfe2fffff]
[    0.064052] pci 0000:0d:00.0: [1022:1455] type 00 class 0x130000
[    0.064077] pci 0000:0d:00.0: enabling Extended Tags
[    0.064138] pci 0000:0d:00.2: [1022:7901] type 00 class 0x010601
[    0.064163] pci 0000:0d:00.2: reg 0x24: [mem 0xfe808000-0xfe808fff]
[    0.064170] pci 0000:0d:00.2: enabling Extended Tags
[    0.064196] pci 0000:0d:00.2: PME# supported from D3hot D3cold
[    0.064235] pci 0000:0d:00.3: [1022:1457] type 00 class 0x040300
[    0.064244] pci 0000:0d:00.3: reg 0x10: [mem 0xfe800000-0xfe807fff]
[    0.064261] pci 0000:0d:00.3: enabling Extended Tags
[    0.064286] pci 0000:0d:00.3: PME# supported from D0 D3hot D3cold
[    0.064334] pci 0000:00:08.1: PCI bridge to [bus 0d]
[    0.064338] pci 0000:00:08.1:   bridge window [mem 0xfe800000-0xfe8fffff]
[    0.064508] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 5 7 10 11 14 15) *0
[    0.064547] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 5 7 10 11 14 15) *0
[    0.064579] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 5 7 10 11 14 15) *0
[    0.064621] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 5 7 10 11 14 15) *0
[    0.064658] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 5 7 10 11 14 15) *0
[    0.064689] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 7 10 11 14 15) *0
[    0.064719] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 5 7 10 11 14 15) *0
[    0.064749] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 7 10 11 14 15) *0
[    0.065112] ACPI: EC: interrupt unblocked
[    0.065128] ACPI: EC: event unblocked
[    0.065137] ACPI: \_SB_.PCI0.SBRG.EC0_: GPE=0x2, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.065139] ACPI: \_SB_.PCI0.SBRG.EC0_: Used as boot DSDT EC to handle transactions and events
[    0.066018] pci 0000:0b:00.0: vgaarb: setting as boot VGA device
[    0.066020] pci 0000:0b:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.066022] pci 0000:0b:00.0: vgaarb: bridge control possible
[    0.066024] vgaarb: loaded
[    0.066089] SCSI subsystem initialized
[    0.066106] libata version 3.00 loaded.
[    0.066106] ACPI: bus type USB registered
[    0.066106] usbcore: registered new interface driver usbfs
[    0.066106] usbcore: registered new interface driver hub
[    0.066106] usbcore: registered new device driver usb
[    0.066106] pps_core: LinuxPPS API ver. 1 registered
[    0.066106] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.066106] PTP clock support registered
[    0.066111] EDAC MC: Ver: 3.0.0
[    0.066111] Registered efivars operations
[    0.084250] PCI: Using ACPI for IRQ routing
[    0.088040] PCI: pci_cache_line_size set to 64 bytes
[    0.088103] e820: reserve RAM buffer [mem 0x09d00000-0x0bffffff]
[    0.088103] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[    0.088104] e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
[    0.088104] e820: reserve RAM buffer [mem 0xccaec018-0xcfffffff]
[    0.088105] e820: reserve RAM buffer [mem 0xccb06018-0xcfffffff]
[    0.088105] e820: reserve RAM buffer [mem 0xda044000-0xdbffffff]
[    0.088106] e820: reserve RAM buffer [mem 0xdf000000-0xdfffffff]
[    0.088106] e820: reserve RAM buffer [mem 0x81f380000-0x81fffffff]
[    0.088165] NetLabel: Initializing
[    0.088166] NetLabel:  domain hash size = 128
[    0.088168] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.088177] NetLabel:  unlabeled traffic allowed by default
[    0.089055] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.089058] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.091033] clocksource: Switched to clocksource tsc-early
[    0.099112] VFS: Disk quotas dquot_6.6.0
[    0.099127] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.099174] pnp: PnP ACPI init
[    0.099267] system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.099271] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.099322] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.099434] system 00:02: [io  0x02a0-0x02af] has been reserved
[    0.099436] system 00:02: [io  0x0230-0x023f] has been reserved
[    0.099438] system 00:02: [io  0x0290-0x029f] has been reserved
[    0.099441] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.099612] system 00:03: [io  0x04d0-0x04d1] has been reserved
[    0.099614] system 00:03: [io  0x040b] has been reserved
[    0.099616] system 00:03: [io  0x04d6] has been reserved
[    0.099618] system 00:03: [io  0x0c00-0x0c01] has been reserved
[    0.099620] system 00:03: [io  0x0c14] has been reserved
[    0.099621] system 00:03: [io  0x0c50-0x0c51] has been reserved
[    0.099623] system 00:03: [io  0x0c52] has been reserved
[    0.099625] system 00:03: [io  0x0c6c] has been reserved
[    0.099627] system 00:03: [io  0x0c6f] has been reserved
[    0.099628] system 00:03: [io  0x0cd0-0x0cd1] has been reserved
[    0.099630] system 00:03: [io  0x0cd2-0x0cd3] has been reserved
[    0.099632] system 00:03: [io  0x0cd4-0x0cd5] has been reserved
[    0.099634] system 00:03: [io  0x0cd6-0x0cd7] has been reserved
[    0.099635] system 00:03: [io  0x0cd8-0x0cdf] has been reserved
[    0.099637] system 00:03: [io  0x0800-0x089f] has been reserved
[    0.099639] system 00:03: [io  0x0b00-0x0b0f] has been reserved
[    0.099641] system 00:03: [io  0x0b20-0x0b3f] has been reserved
[    0.099643] system 00:03: [io  0x0900-0x090f] has been reserved
[    0.099644] system 00:03: [io  0x0910-0x091f] has been reserved
[    0.099647] system 00:03: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.099649] system 00:03: [mem 0xfec01000-0xfec01fff] could not be reserved
[    0.099651] system 00:03: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    0.099653] system 00:03: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.099655] system 00:03: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    0.099657] system 00:03: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.099659] system 00:03: [mem 0xff000000-0xffffffff] has been reserved
[    0.099662] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.099938] pnp: PnP ACPI: found 4 devices
[    0.105446] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.105524] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.105528] pci 0000:00:01.1:   bridge window [mem 0xfe900000-0xfe9fffff]
[    0.105534] pci 0000:03:00.0: PCI bridge to [bus 04]
[    0.105536] pci 0000:03:00.0:   bridge window [io  0xd000-0xdfff]
[    0.105541] pci 0000:03:00.0:   bridge window [mem 0xfe400000-0xfe4fffff]
[    0.105547] pci 0000:03:01.0: PCI bridge to [bus 05]
[    0.105550] pci 0000:03:01.0:   bridge window [io  0xc000-0xcfff]
[    0.105554] pci 0000:03:01.0:   bridge window [mem 0xfe300000-0xfe3fffff]
[    0.105561] pci 0000:03:02.0: PCI bridge to [bus 06]
[    0.105570] pci 0000:03:03.0: PCI bridge to [bus 07]
[    0.105579] pci 0000:03:04.0: PCI bridge to [bus 08]
[    0.105588] pci 0000:02:00.2: PCI bridge to [bus 03-08]
[    0.105591] pci 0000:02:00.2:   bridge window [io  0xc000-0xdfff]
[    0.105595] pci 0000:02:00.2:   bridge window [mem 0xfe300000-0xfe4fffff]
[    0.105601] pci 0000:00:01.3: PCI bridge to [bus 02-08]
[    0.105603] pci 0000:00:01.3:   bridge window [io  0xc000-0xdfff]
[    0.105606] pci 0000:00:01.3:   bridge window [mem 0xfe300000-0xfe5fffff]
[    0.105611] pci 0000:0a:00.0: PCI bridge to [bus 0b]
[    0.105613] pci 0000:0a:00.0:   bridge window [io  0xe000-0xefff]
[    0.105617] pci 0000:0a:00.0:   bridge window [mem 0xfe600000-0xfe6fffff]
[    0.105620] pci 0000:0a:00.0:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.105625] pci 0000:09:00.0: PCI bridge to [bus 0a-0b]
[    0.105627] pci 0000:09:00.0:   bridge window [io  0xe000-0xefff]
[    0.105631] pci 0000:09:00.0:   bridge window [mem 0xfe600000-0xfe6fffff]
[    0.105634] pci 0000:09:00.0:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.105639] pci 0000:00:03.1: PCI bridge to [bus 09-0b]
[    0.105641] pci 0000:00:03.1:   bridge window [io  0xe000-0xefff]
[    0.105644] pci 0000:00:03.1:   bridge window [mem 0xfe600000-0xfe7fffff]
[    0.105646] pci 0000:00:03.1:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.105650] pci 0000:00:07.1: PCI bridge to [bus 0c]
[    0.105653] pci 0000:00:07.1:   bridge window [mem 0xfe000000-0xfe2fffff]
[    0.105657] pci 0000:00:08.1: PCI bridge to [bus 0d]
[    0.105660] pci 0000:00:08.1:   bridge window [mem 0xfe800000-0xfe8fffff]
[    0.105665] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    0.105666] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    0.105667] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    0.105668] pci_bus 0000:00: resource 7 [io  0x0d00-0xefff window]
[    0.105669] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    0.105670] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    0.105670] pci_bus 0000:00: resource 10 [mem 0xe0000000-0xfec2ffff window]
[    0.105671] pci_bus 0000:00: resource 11 [mem 0xfee00000-0xffffffff window]
[    0.105672] pci_bus 0000:01: resource 1 [mem 0xfe900000-0xfe9fffff]
[    0.105673] pci_bus 0000:02: resource 0 [io  0xc000-0xdfff]
[    0.105674] pci_bus 0000:02: resource 1 [mem 0xfe300000-0xfe5fffff]
[    0.105674] pci_bus 0000:03: resource 0 [io  0xc000-0xdfff]
[    0.105675] pci_bus 0000:03: resource 1 [mem 0xfe300000-0xfe4fffff]
[    0.105676] pci_bus 0000:04: resource 0 [io  0xd000-0xdfff]
[    0.105677] pci_bus 0000:04: resource 1 [mem 0xfe400000-0xfe4fffff]
[    0.105678] pci_bus 0000:05: resource 0 [io  0xc000-0xcfff]
[    0.105678] pci_bus 0000:05: resource 1 [mem 0xfe300000-0xfe3fffff]
[    0.105679] pci_bus 0000:09: resource 0 [io  0xe000-0xefff]
[    0.105680] pci_bus 0000:09: resource 1 [mem 0xfe600000-0xfe7fffff]
[    0.105681] pci_bus 0000:09: resource 2 [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.105681] pci_bus 0000:0a: resource 0 [io  0xe000-0xefff]
[    0.105682] pci_bus 0000:0a: resource 1 [mem 0xfe600000-0xfe6fffff]
[    0.105683] pci_bus 0000:0a: resource 2 [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.105684] pci_bus 0000:0b: resource 0 [io  0xe000-0xefff]
[    0.105684] pci_bus 0000:0b: resource 1 [mem 0xfe600000-0xfe6fffff]
[    0.105685] pci_bus 0000:0b: resource 2 [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.105686] pci_bus 0000:0c: resource 1 [mem 0xfe000000-0xfe2fffff]
[    0.105687] pci_bus 0000:0d: resource 1 [mem 0xfe800000-0xfe8fffff]
[    0.105742] NET: Registered protocol family 2
[    0.105857] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes)
[    0.105926] TCP established hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.106176] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.106275] TCP: Hash tables configured (established 262144 bind 65536)
[    0.106315] UDP hash table entries: 16384 (order: 7, 524288 bytes)
[    0.106376] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes)
[    0.106478] NET: Registered protocol family 1
[    0.106483] NET: Registered protocol family 44
[    0.106613] pci 0000:0b:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.106620] pci 0000:0b:00.1: Linked as a consumer to 0000:0b:00.0
[    0.106739] PCI: CLS 64 bytes, default 64
[    0.106765] Unpacking initramfs...
[    0.379344] Freeing initrd memory: 27956K
[    0.379376] AMD-Vi: IOMMU performance counters supported
[    0.379586] iommu: Adding device 0000:00:01.0 to group 0
[    0.379668] iommu: Adding device 0000:00:01.1 to group 1
[    0.379756] iommu: Adding device 0000:00:01.3 to group 2
[    0.379843] iommu: Adding device 0000:00:02.0 to group 3
[    0.379934] iommu: Adding device 0000:00:03.0 to group 4
[    0.380023] iommu: Adding device 0000:00:03.1 to group 5
[    0.380098] iommu: Adding device 0000:00:04.0 to group 6
[    0.380184] iommu: Adding device 0000:00:07.0 to group 7
[    0.380262] iommu: Adding device 0000:00:07.1 to group 8
[    0.380348] iommu: Adding device 0000:00:08.0 to group 9
[    0.380427] iommu: Adding device 0000:00:08.1 to group 10
[    0.380516] iommu: Adding device 0000:00:14.0 to group 11
[    0.380530] iommu: Adding device 0000:00:14.3 to group 11
[    0.380630] iommu: Adding device 0000:00:18.0 to group 12
[    0.380644] iommu: Adding device 0000:00:18.1 to group 12
[    0.380656] iommu: Adding device 0000:00:18.2 to group 12
[    0.380669] iommu: Adding device 0000:00:18.3 to group 12
[    0.380680] iommu: Adding device 0000:00:18.4 to group 12
[    0.380691] iommu: Adding device 0000:00:18.5 to group 12
[    0.380703] iommu: Adding device 0000:00:18.6 to group 12
[    0.380715] iommu: Adding device 0000:00:18.7 to group 12
[    0.380821] iommu: Adding device 0000:01:00.0 to group 13
[    0.380917] iommu: Adding device 0000:02:00.0 to group 14
[    0.380939] iommu: Adding device 0000:02:00.1 to group 14
[    0.380960] iommu: Adding device 0000:02:00.2 to group 14
[    0.380973] iommu: Adding device 0000:03:00.0 to group 14
[    0.380985] iommu: Adding device 0000:03:01.0 to group 14
[    0.380996] iommu: Adding device 0000:03:02.0 to group 14
[    0.381008] iommu: Adding device 0000:03:03.0 to group 14
[    0.381019] iommu: Adding device 0000:03:04.0 to group 14
[    0.381037] iommu: Adding device 0000:04:00.0 to group 14
[    0.381056] iommu: Adding device 0000:05:00.0 to group 14
[    0.381148] iommu: Adding device 0000:09:00.0 to group 15
[    0.381231] iommu: Adding device 0000:0a:00.0 to group 16
[    0.381365] iommu: Adding device 0000:0b:00.0 to group 17
[    0.381417] iommu: Using direct mapping for device 0000:0b:00.0
[    0.381462] iommu: Adding device 0000:0b:00.1 to group 18
[    0.381536] iommu: Adding device 0000:0c:00.0 to group 19
[    0.381615] iommu: Adding device 0000:0c:00.2 to group 20
[    0.381694] iommu: Adding device 0000:0c:00.3 to group 21
[    0.381780] iommu: Adding device 0000:0d:00.0 to group 22
[    0.381860] iommu: Adding device 0000:0d:00.2 to group 23
[    0.381947] iommu: Adding device 0000:0d:00.3 to group 24
[    0.382133] AMD-Vi: Found IOMMU at 0000:00:00.2 cap 0x40
[    0.382135] AMD-Vi: Extended features (0xf77ef22294ada):
[    0.382137]  PPR NX GT IA GA PC GA_vAPIC
[    0.382140] AMD-Vi: Interrupt remapping enabled
[    0.382142] AMD-Vi: virtual APIC enabled
[    0.382226] AMD-Vi: Lazy IO/TLB flushing enabled
[    0.383142] amd_uncore: AMD NB counters detected
[    0.383146] amd_uncore: AMD LLC counters detected
[    0.383323] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    0.385170] Initialise system trusted keyrings
[    0.385179] Key type blacklist registered
[    0.385204] workingset: timestamp_bits=36 max_order=23 bucket_order=0
[    0.386015] zbud: loaded
[    0.480035] alg: No test for 842 (842-generic)
[    0.480500] alg: No test for 842 (842-scomp)
[    0.494535] NET: Registered protocol family 38
[    0.494539] Key type asymmetric registered
[    0.494540] Asymmetric key parser 'x509' registered
[    0.494550] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    0.494587] io scheduler noop registered
[    0.494589] io scheduler deadline registered
[    0.494614] io scheduler cfq registered (default)
[    0.494615] io scheduler mq-deadline registered
[    0.494725] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    0.495846] aer 0000:00:01.1:pcie002: AER enabled with IRQ 26
[    0.496817] aer 0000:00:01.3:pcie002: AER enabled with IRQ 27
[    0.497773] aer 0000:00:03.1:pcie002: AER enabled with IRQ 28
[    0.498710] aer 0000:00:07.1:pcie002: AER enabled with IRQ 29
[    0.498925] aer 0000:00:08.1:pcie002: AER enabled with IRQ 31
[    0.500419] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.500433] efifb: probing for efifb
[    0.500443] efifb: No BGRT, not showing boot graphics
[    0.500444] efifb: framebuffer at 0xe0000000, using 3072k, total 3072k
[    0.500446] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    0.500447] efifb: scrolling: redraw
[    0.500449] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.500502] Console: switching to colour frame buffer device 128x48
[    0.501589] fb0: EFI VGA frame buffer device
[    0.501675] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.501698] ACPI: Power Button [PWRB]
[    0.501727] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.501754] ACPI: Power Button [PWRF]
[    0.501811] Monitor-Mwait will be used to enter C-1 state
[    0.502828] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.523705] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.524612] Non-volatile memory driver v1.3
[    0.524637] Linux agpgart interface v0.103
[    0.525495] ahci 0000:02:00.1: version 3.0
[    0.525572] ahci 0000:02:00.1: SSS flag set, parallel bus scan disabled
[    0.525639] ahci 0000:02:00.1: AHCI 0001.0301 32 slots 8 ports 6 Gbps 0xff impl SATA mode
[    0.525659] ahci 0000:02:00.1: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst 
[    0.526048] scsi host0: ahci
[    0.526136] scsi host1: ahci
[    0.526208] scsi host2: ahci
[    0.526278] scsi host3: ahci
[    0.526340] scsi host4: ahci
[    0.526410] scsi host5: ahci
[    0.526467] scsi host6: ahci
[    0.526538] scsi host7: ahci
[    0.526574] ata1: SATA max UDMA/133 abar m131072@0xfe580000 port 0xfe580100 irq 44
[    0.526592] ata2: SATA max UDMA/133 abar m131072@0xfe580000 port 0xfe580180 irq 44
[    0.526609] ata3: SATA max UDMA/133 abar m131072@0xfe580000 port 0xfe580200 irq 44
[    0.527008] ata4: SATA max UDMA/133 abar m131072@0xfe580000 port 0xfe580280 irq 44
[    0.527411] ata5: SATA max UDMA/133 abar m131072@0xfe580000 port 0xfe580300 irq 44
[    0.527803] ata6: SATA max UDMA/133 abar m131072@0xfe580000 port 0xfe580380 irq 44
[    0.528191] ata7: SATA max UDMA/133 abar m131072@0xfe580000 port 0xfe580400 irq 44
[    0.528574] ata8: SATA max UDMA/133 abar m131072@0xfe580000 port 0xfe580480 irq 44
[    0.529045] ahci 0000:0d:00.2: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    0.529423] ahci 0000:0d:00.2: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
[    0.529891] scsi host8: ahci
[    0.530299] ata9: SATA max UDMA/133 abar m4096@0xfe808000 port 0xfe808100 irq 46
[    0.530735] libphy: Fixed MDIO Bus: probed
[    0.531167] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.531571] ehci-pci: EHCI PCI platform driver
[    0.531974] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.532385] ohci-pci: OHCI PCI platform driver
[    0.532801] uhci_hcd: USB Universal Host Controller Interface driver
[    0.533273] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    0.533727] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 1
[    0.589379] xhci_hcd 0000:02:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000410
[    0.590114] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.20
[    0.590563] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.591005] usb usb1: Product: xHCI Host Controller
[    0.591444] usb usb1: Manufacturer: Linux 4.20.0-1.fc30.x86_64 xhci-hcd
[    0.591887] usb usb1: SerialNumber: 0000:02:00.0
[    0.592388] hub 1-0:1.0: USB hub found
[    0.592839] hub 1-0:1.0: 14 ports detected
[    0.597270] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    0.597722] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2
[    0.598150] xhci_hcd 0000:02:00.0: Host supports USB 3.10 Enhanced SuperSpeed
[    0.598614] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.599091] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.20
[    0.599529] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.599960] usb usb2: Product: xHCI Host Controller
[    0.600384] usb usb2: Manufacturer: Linux 4.20.0-1.fc30.x86_64 xhci-hcd
[    0.600815] usb usb2: SerialNumber: 0000:02:00.0
[    0.601291] hub 2-0:1.0: USB hub found
[    0.601712] hub 2-0:1.0: 8 ports detected
[    0.604453] xhci_hcd 0000:0c:00.3: xHCI Host Controller
[    0.604869] xhci_hcd 0000:0c:00.3: new USB bus registered, assigned bus number 3
[    0.605362] xhci_hcd 0000:0c:00.3: hcc params 0x0270f665 hci version 0x100 quirks 0x0000000000000410
[    0.606004] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.20
[    0.606438] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.606874] usb usb3: Product: xHCI Host Controller
[    0.607317] usb usb3: Manufacturer: Linux 4.20.0-1.fc30.x86_64 xhci-hcd
[    0.607782] usb usb3: SerialNumber: 0000:0c:00.3
[    0.608433] hub 3-0:1.0: USB hub found
[    0.608899] hub 3-0:1.0: 4 ports detected
[    0.609485] xhci_hcd 0000:0c:00.3: xHCI Host Controller
[    0.609971] xhci_hcd 0000:0c:00.3: new USB bus registered, assigned bus number 4
[    0.610450] xhci_hcd 0000:0c:00.3: Host supports USB 3.0  SuperSpeed
[    0.610940] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.611450] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.20
[    0.611957] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.612472] usb usb4: Product: xHCI Host Controller
[    0.612977] usb usb4: Manufacturer: Linux 4.20.0-1.fc30.x86_64 xhci-hcd
[    0.613485] usb usb4: SerialNumber: 0000:0c:00.3
[    0.614033] hub 4-0:1.0: USB hub found
[    0.614528] hub 4-0:1.0: 4 ports detected
[    0.615105] usbcore: registered new interface driver usbserial_generic
[    0.615596] usbserial: USB Serial support registered for generic
[    0.616090] i8042: PNP: No PS/2 controller found.
[    0.616596] mousedev: PS/2 mouse device common for all mice
[    0.617158] rtc_cmos 00:01: RTC can wake from S4
[    0.617887] rtc_cmos 00:01: registered as rtc0
[    0.618374] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    0.618900] device-mapper: uevent: version 1.0.3
[    0.619429] device-mapper: ioctl: 4.39.0-ioctl (2018-04-03) initialised: dm-devel@redhat.com
[    0.620081] hidraw: raw HID events driver (C) Jiri Kosina
[    0.620593] usbcore: registered new interface driver usbhid
[    0.621071] usbhid: USB HID core driver
[    0.621623] drop_monitor: Initializing network drop monitor service
[    0.622287] Initializing XFRM netlink socket
[    0.622842] NET: Registered protocol family 10
[    0.624931] Segment Routing with IPv6
[    0.625427] mip6: Mobile IPv6
[    0.625904] NET: Registered protocol family 17
[    0.627029] RAS: Correctable Errors collector initialized.
[    0.627524] microcode: CPU0: patch_level=0x0800820b
[    0.628001] microcode: CPU1: patch_level=0x0800820b
[    0.628468] microcode: CPU2: patch_level=0x0800820b
[    0.628925] microcode: CPU3: patch_level=0x0800820b
[    0.629401] microcode: CPU4: patch_level=0x0800820b
[    0.629846] microcode: CPU5: patch_level=0x0800820b
[    0.630279] microcode: CPU6: patch_level=0x0800820b
[    0.630713] microcode: CPU7: patch_level=0x0800820b
[    0.631149] microcode: CPU8: patch_level=0x0800820b
[    0.631581] microcode: CPU9: patch_level=0x0800820b
[    0.631986] microcode: CPU10: patch_level=0x0800820b
[    0.632389] microcode: CPU11: patch_level=0x0800820b
[    0.632779] microcode: CPU12: patch_level=0x0800820b
[    0.633160] microcode: CPU13: patch_level=0x0800820b
[    0.633532] microcode: CPU14: patch_level=0x0800820b
[    0.633896] microcode: CPU15: patch_level=0x0800820b
[    0.634270] microcode: Microcode Update Driver: v2.2.
[    0.634275] AVX2 version of gcm_enc/dec engaged.
[    0.634980] AES CTR mode by8 optimization enabled
[    0.650426] sched_clock: Marking stable (659412972, -8992334)->(1165584892, -515164254)
[    0.651183] registered taskstats version 1
[    0.651553] Loading compiled-in X.509 certificates
[    0.672809] Loaded X.509 cert 'Fedora kernel signing key: fb4bd3459ecd351d958979ef0e110b23e133df7a'
[    0.674369] zswap: loaded using pool lzo/zbud
[    0.677912] Key type big_key registered
[    0.679621] Key type encrypted registered
[    0.679977] ima: No TPM chip found, activating TPM-bypass!
[    0.680338] ima: Allocated hash algorithm: sha1
[    0.680968]   Magic number: 3:836:545
[    0.681342] tty ttyS21: hash matches
[    0.681839] rtc_cmos 00:01: setting system clock to 2019-01-05 19:31:58 UTC (1546716718)
[    0.837073] ata1: SATA link down (SStatus 0 SControl 330)
[    0.838904] ata9: SATA link down (SStatus 0 SControl 300)
[    0.921230] usb 1-10: new full-speed USB device number 2 using xhci_hcd
[    0.929231] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[    1.061923] usb 3-1: New USB device found, idVendor=2109, idProduct=2813, bcdDevice=90.11
[    1.062285] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.062628] usb 3-1: Product: USB2.0 Hub
[    1.062958] usb 3-1: Manufacturer: VIA Labs, Inc.
[    1.123317] hub 3-1:1.0: USB hub found
[    1.124275] hub 3-1:1.0: 4 ports detected
[    1.150333] ata2: SATA link down (SStatus 0 SControl 330)
[    1.212041] usb 4-1: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
[    1.291755] usb 1-10: New USB device found, idVendor=0b05, idProduct=1872, bcdDevice= 2.00
[    1.292227] usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.292566] usb 1-10: Product: AURA LED Controller
[    1.292897] usb 1-10: Manufacturer: AsusTek Computer Inc.
[    1.293228] usb 1-10: SerialNumber: 00000000001A
[    1.310164] hid-generic 0003:0B05:1872.0001: hiddev96,hidraw0: USB HID v1.11 Device [AsusTek Computer Inc. AURA LED Controller] on usb-0000:02:00.0-10/input0
[    1.310939] usb 4-1: New USB device found, idVendor=2109, idProduct=0813, bcdDevice=90.11
[    1.311341] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.311744] usb 4-1: Product: USB3.0 Hub
[    1.312157] usb 4-1: Manufacturer: VIA Labs, Inc.
[    1.331253] hub 4-1:1.0: USB hub found
[    1.331943] hub 4-1:1.0: 4 ports detected
[    1.426046] usb 1-12: new full-speed USB device number 3 using xhci_hcd
[    1.430086] tsc: Refined TSC clocksource calibration: 3693.060 MHz
[    1.430714] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x6a77744cfd5, max_idle_ns: 881590969987 ns
[    1.431412] clocksource: Switched to clocksource tsc
[    1.448087] usb 4-3: new SuperSpeed Gen 1 USB device number 3 using xhci_hcd
[    1.461570] usb 4-3: LPM exit latency is zeroed, disabling LPM.
[    1.462459] ata3: SATA link down (SStatus 0 SControl 330)
[    1.463605] usb 4-3: Int endpoint with wBytesPerInterval of 1024 in config 1 interface 4 altsetting 0 ep 135: setting to 262
[    1.465446] usb 4-3: New USB device found, idVendor=07ca, idProduct=0553, bcdDevice= 3.08
[    1.465988] usb 4-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.466535] usb 4-3: Product: Live Gamer Ultra-Video
[    1.467040] usb 4-3: Manufacturer: AVerMedia
[    1.467539] usb 4-3: SerialNumber: 5202584700069
[    1.541015] usb 3-1.1: new high-speed USB device number 3 using xhci_hcd
[    1.545779] hid-generic 0003:07CA:0553.0002: hiddev97,hidraw1: USB HID v1.11 Device [AVerMedia Live Gamer Ultra-Video] on usb-0000:0c:00.3-3/input4
[    1.641336] usb 3-1.1: New USB device found, idVendor=2109, idProduct=2813, bcdDevice=90.11
[    1.641878] usb 3-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.642416] usb 3-1.1: Product: USB2.0 Hub
[    1.642945] usb 3-1.1: Manufacturer: VIA Labs, Inc.
[    1.655769] usb 1-12: New USB device found, idVendor=0b05, idProduct=185c, bcdDevice= 1.10
[    1.656316] usb 1-12: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.656853] usb 1-12: Product: Bluetooth Radio 
[    1.657382] usb 1-12: Manufacturer: Realtek 
[    1.657914] usb 1-12: SerialNumber: 00e04c000001
[    1.699346] hub 3-1.1:1.0: USB hub found
[    1.700445] hub 3-1.1:1.0: 4 ports detected
[    1.773751] usb 4-1.1: new SuperSpeed Gen 1 USB device number 4 using xhci_hcd
[    1.774332] ata4: SATA link down (SStatus 0 SControl 330)
[    1.873320] usb 4-1.1: New USB device found, idVendor=2109, idProduct=0813, bcdDevice=90.11
[    1.873864] usb 4-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.874406] usb 4-1.1: Product: USB3.0 Hub
[    1.874943] usb 4-1.1: Manufacturer: VIA Labs, Inc.
[    1.907663] hub 4-1.1:1.0: USB hub found
[    1.908708] hub 4-1.1:1.0: 4 ports detected
[    1.951016] usb 3-1.2: new full-speed USB device number 4 using xhci_hcd
[    2.065088] usb 3-1.2: New USB device found, idVendor=0a12, idProduct=0001, bcdDevice=88.91
[    2.065764] usb 3-1.2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[    2.066507] usb 3-1.2: Product: CSR8510 A10
[    2.086810] ata5: SATA link down (SStatus 0 SControl 330)
[    2.164620] usb 4-1.3: new SuperSpeed Gen 1 USB device number 5 using xhci_hcd
[    2.263945] usb 4-1.3: New USB device found, idVendor=2109, idProduct=0813, bcdDevice=90.11
[    2.264466] usb 4-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.264972] usb 4-1.3: Product: USB3.0 Hub
[    2.265474] usb 4-1.3: Manufacturer: VIA Labs, Inc.
[    2.291981] hub 4-1.3:1.0: USB hub found
[    2.292706] hub 4-1.3:1.0: 4 ports detected
[    2.341360] usb 3-1.1.2: new full-speed USB device number 5 using xhci_hcd
[    2.444838] usb 3-1.1.2: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=12.07
[    2.445376] usb 3-1.1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.445882] usb 3-1.1.2: Product: USB Receiver
[    2.446375] usb 3-1.1.2: Manufacturer: Logitech
[    2.516383] usb 3-1.3: new high-speed USB device number 6 using xhci_hcd
[    2.550463] ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.558850] ata6.00: ATA-9: HGST HUH721212ALE604, LEGNW3D0, max UDMA/133
[    2.559384] ata6.00: 23437770752 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    2.571003] ata6.00: configured for UDMA/133
[    2.571764] scsi 5:0:0:0: Direct-Access     ATA      HGST HUH721212AL W3D0 PQ: 0 ANSI: 5
[    2.572610] sd 5:0:0:0: [sda] 23437770752 512-byte logical blocks: (12.0 TB/10.9 TiB)
[    2.572636] sd 5:0:0:0: Attached scsi generic sg0 type 0
[    2.573120] sd 5:0:0:0: [sda] 4096-byte physical blocks
[    2.574285] sd 5:0:0:0: [sda] Write Protect is off
[    2.574780] sd 5:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.574787] sd 5:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.592069] sd 5:0:0:0: [sda] Attached SCSI disk
[    2.631462] usb 3-1.3: New USB device found, idVendor=2109, idProduct=2813, bcdDevice=90.11
[    2.631937] usb 3-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.632405] usb 3-1.3: Product: USB2.0 Hub
[    2.632875] usb 3-1.3: Manufacturer: VIA Labs, Inc.
[    2.691742] hub 3-1.3:1.0: USB hub found
[    2.692824] hub 3-1.3:1.0: 4 ports detected
[    2.734068] usb 4-1.4: new SuperSpeed Gen 1 USB device number 6 using xhci_hcd
[    2.832321] usb 4-1.4: New USB device found, idVendor=2109, idProduct=0813, bcdDevice=90.11
[    2.832804] usb 4-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.833284] usb 4-1.4: Product: USB3.0 Hub
[    2.833751] usb 4-1.4: Manufacturer: VIA Labs, Inc.
[    2.851608] hub 4-1.4:1.0: USB hub found
[    2.852332] hub 4-1.4:1.0: 4 ports detected
[    2.887037] ata7: SATA link down (SStatus 0 SControl 330)
[    2.950371] usb 3-1.1.3: new low-speed USB device number 7 using xhci_hcd
[    3.095715] usb 3-1.1.3: New USB device found, idVendor=046d, idProduct=c326, bcdDevice=79.00
[    3.096193] usb 3-1.1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.096655] usb 3-1.1.3: Product: USB Keyboard
[    3.097119] usb 3-1.1.3: Manufacturer: Logitech
[    3.167016] usb 3-1.4: new high-speed USB device number 8 using xhci_hcd
[    3.177543] input: Logitech USB Keyboard as /devices/pci0000:00/0000:00:07.1/0000:0c:00.3/usb3/3-1/3-1.1/3-1.1.3/3-1.1.3:1.0/0003:046D:C326.0006/input/input2
[    3.198029] ata8: SATA link down (SStatus 0 SControl 330)
[    3.200656] Freeing unused decrypted memory: 2040K
[    3.201529] Freeing unused kernel image memory: 2188K
[    3.209030] Write protecting the kernel read-only data: 18432k
[    3.209979] Freeing unused kernel image memory: 2020K
[    3.210591] Freeing unused kernel image memory: 16K
[    3.217421] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    3.217890] rodata_test: all tests were successful
[    3.218362] Run /init as init process
[    3.230706] hid-generic 0003:046D:C326.0006: input,hidraw2: USB HID v1.10 Keyboard [Logitech USB Keyboard] on usb-0000:0c:00.3-1.1.3/input0
[    3.240154] input: Logitech USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:07.1/0000:0c:00.3/usb3/3-1/3-1.1/3-1.1.3/3-1.1.3:1.1/0003:046D:C326.0007/input/input3
[    3.264452] systemd[1]: systemd 240 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)
[    3.270076] usb 3-1.4: New USB device found, idVendor=2109, idProduct=2813, bcdDevice=90.11
[    3.270673] usb 3-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.271267] usb 3-1.4: Product: USB2.0 Hub
[    3.271852] usb 3-1.4: Manufacturer: VIA Labs, Inc.
[    3.277034] systemd[1]: Detected architecture x86-64.
[    3.277607] systemd[1]: Running in initial RAM disk.
[    3.290458] systemd[1]: Set hostname to <localhost.localdomain>.
[    3.296073] input: Logitech USB Keyboard System Control as /devices/pci0000:00/0000:00:07.1/0000:0c:00.3/usb3/3-1/3-1.1/3-1.1.3/3-1.1.3:1.1/0003:046D:C326.0007/input/input4
[    3.297621] hid-generic 0003:046D:C326.0007: input,hiddev98,hidraw3: USB HID v1.10 Device [Logitech USB Keyboard] on usb-0000:0c:00.3-1.1.3/input1
[    3.322054] systemd[1]: Listening on Journal Socket (/dev/log).
[    3.323460] systemd[1]: Listening on udev Kernel Socket.
[    3.324868] systemd[1]: Listening on Journal Audit Socket.
[    3.326270] systemd[1]: Listening on Journal Socket.
[    3.331242] hub 3-1.4:1.0: USB hub found
[    3.332332] hub 3-1.4:1.0: 4 ports detected
[    3.334528] systemd[1]: Starting Journal Service...
[    3.335920] systemd[1]: Reached target Timers.
[    3.345015] audit: type=1130 audit(1546716721.161:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.346018] usb 3-1.3.3: new full-speed USB device number 9 using xhci_hcd
[    3.348960] audit: type=1130 audit(1546716721.165:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.352150] audit: type=1130 audit(1546716721.169:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.378844] audit: type=1130 audit(1546716721.195:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.391385] audit: type=1130 audit(1546716721.208:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.392832] audit: type=1131 audit(1546716721.208:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.426485] audit: type=1130 audit(1546716721.243:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-cmdline comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.441474] audit: type=1130 audit(1546716721.258:9): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-udev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.446323] usb 3-1.3.3: New USB device found, idVendor=054c, idProduct=09cc, bcdDevice= 1.00
[    3.447093] usb 3-1.3.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.447851] usb 3-1.3.3: Product: Wireless Controller
[    3.448609] usb 3-1.3.3: Manufacturer: Sony Interactive Entertainment
[    3.455476] audit: type=1130 audit(1546716721.272:10): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.519552] acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    3.529941] dca service started, version 1.12.1
[    3.530964] nvme nvme0: pci function 0000:01:00.0
[    3.548607] logitech-djreceiver 0003:046D:C52B.0005: hiddev99,hidraw4: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:0c:00.3-1.1.2/input2
[    3.550921] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
[    3.551799] igb: Copyright (c) 2007-2014 Intel Corporation.
[    3.573759] AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    3.580424] pps pps0: new PPS source ptp0
[    3.581257] igb 0000:04:00.0: added PHC on eth0
[    3.582076] igb 0000:04:00.0: Intel(R) Gigabit Ethernet Network Connection
[    3.582987] igb 0000:04:00.0: eth0: (PCIe:2.5Gb/s:Width x1) 4c:ed:fb:75:5b:ab
[    3.583805] igb 0000:04:00.0: eth0: PBA No: FFFFFF-0FF
[    3.584666] igb 0000:04:00.0: Using MSI-X interrupts. 2 rx queue(s), 2 tx queue(s)
[    3.586237] igb 0000:04:00.0 enp4s0: renamed from eth0
[    3.609016] usb 3-1.3.4: new high-speed USB device number 10 using xhci_hcd
[    3.655571] input: Logitech Unifying Device. Wireless PID:4026 Keyboard as /devices/pci0000:00/0000:00:07.1/0000:0c:00.3/usb3/3-1/3-1.1/3-1.1.2/3-1.1.2:1.2/0003:046D:C52B.0005/0003:046D:4026.0009/input/input5
[    3.657181] input: Logitech Unifying Device. Wireless PID:4026 Mouse as /devices/pci0000:00/0000:00:07.1/0000:0c:00.3/usb3/3-1/3-1.1/3-1.1.2/3-1.1.2:1.2/0003:046D:C52B.0005/0003:046D:4026.0009/input/input6
[    3.658825] input: Logitech Unifying Device. Wireless PID:4026 Consumer Control as /devices/pci0000:00/0000:00:07.1/0000:0c:00.3/usb3/3-1/3-1.1/3-1.1.2/3-1.1.2:1.2/0003:046D:C52B.0005/0003:046D:4026.0009/input/input7
[    3.660401] hid-generic 0003:046D:4026.0009: input,hidraw5: USB HID v1.11 Keyboard [Logitech Unifying Device. Wireless PID:4026] on usb-0000:0c:00.3-1.1.2:1
[    3.706199] usb 3-1.3.4: New USB device found, idVendor=18d1, idProduct=4ee7, bcdDevice= 2.32
[    3.706955] usb 3-1.3.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.707700] usb 3-1.3.4: Product: Nexus 5
[    3.708440] usb 3-1.3.4: Manufacturer: LGE
[    3.709163] usb 3-1.3.4: SerialNumber: 07606f5400e1b31a
[    3.715498] [drm] amdgpu kernel modesetting enabled.
[    3.716246] Parsing CRAT table with 1 nodes
[    3.716947] Ignoring ACPI CRAT on non-APU system
[    3.717638] Virtual CRAT table created for CPU
[    3.717721] input: Sony Interactive Entertainment Wireless Controller Touchpad as /devices/pci0000:00/0000:00:07.1/0000:0c:00.3/usb3/3-1/3-1.3/3-1.3.3/3-1.3.3:1.3/0003:054C:09CC.0008/input/input12
[    3.718310] Parsing CRAT table with 1 nodes
[    3.718311] Creating topology SYSFS entries
[    3.718316] Topology: Add CPU node
[    3.721702] Finished initializing topology
[    3.722441] checking generic (e0000000 300000) vs hw (e0000000 10000000)
[    3.722442] fb0: switching to amdgpudrmfb from EFI VGA
[    3.723137] Console: switching to colour dummy device 80x25
[    3.723300] [drm] initializing kernel modesetting (VEGA10 0x1002:0x687F 0x1458:0x2308 0xC1).
[    3.723307] [drm] register mmio base: 0xFE600000
[    3.723308] [drm] register mmio size: 524288
[    3.723317] [drm] add ip block number 0 <soc15_common>
[    3.723318] [drm] add ip block number 1 <gmc_v9_0>
[    3.723319] [drm] add ip block number 2 <vega10_ih>
[    3.723320] [drm] add ip block number 3 <psp>
[    3.723322] [drm] add ip block number 4 <gfx_v9_0>
[    3.723323] [drm] add ip block number 5 <sdma_v4_0>
[    3.723324] [drm] add ip block number 6 <powerplay>
[    3.723326] [drm] add ip block number 7 <dm>
[    3.723327] [drm] add ip block number 8 <uvd_v7_0>
[    3.723328] [drm] add ip block number 9 <vce_v4_0>
[    3.723350] [drm] UVD(0) is enabled in VM mode
[    3.723352] [drm] UVD(0) ENC is enabled in VM mode
[    3.723353] [drm] VCE enabled in VM mode
[    3.723363] amdgpu 0000:0b:00.0: No more image in the PCI ROM
[    3.723375] ATOM BIOS: xxx-xxx-xxx
[    3.723393] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[    3.723400] amdgpu 0000:0b:00.0: VRAM: 8176M 0x000000F400000000 - 0x000000F5FEFFFFFF (8176M used)
[    3.723402] amdgpu 0000:0b:00.0: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF
[    3.723405] amdgpu 0000:0b:00.0: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
[    3.723409] [drm] Detected VRAM RAM=8176M, BAR=256M
[    3.723410] [drm] RAM width 2048bits HBM
[    3.723459] [TTM] Zone  kernel: Available graphics memory: 16463218 kiB
[    3.723460] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
[    3.723462] [TTM] Initializing pool allocator
[    3.723465] [TTM] Initializing DMA pool allocator
[    3.723486] [drm] amdgpu: 8176M of VRAM memory ready
[    3.723488] [drm] amdgpu: 8176M of GTT memory ready.
[    3.723497] [drm] GART: num cpu pages 131072, num gpu pages 131072
[    3.723599] [drm] PCIE GART of 512M enabled (table at 0x000000F400900000).
[    3.724804] [drm] use_doorbell being set to: [true]
[    3.724833] [drm] use_doorbell being set to: [true]
[    3.724953] [drm] Found UVD firmware Version: 1.87 Family ID: 17
[    3.724956] [drm] PSP loading UVD firmware
[    3.725365] [drm] Found VCE firmware Version: 55.3 Binary ID: 4
[    3.725370] [drm] PSP loading VCE firmware
[    3.745698]  nvme0n1: p1 p2 p3
[    3.765920] PM: Image not found (code -22)
[    3.782019] usb 3-1.4.2: new high-speed USB device number 11 using xhci_hcd
[    3.873107] [drm] reserve 0x400000 from 0xf400d00000 for PSP TMR SIZE
[    3.878322] usb 3-1.4.2: New USB device found, idVendor=8564, idProduct=1000, bcdDevice= a.00
[    3.878326] usb 3-1.4.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.878328] usb 3-1.4.2: Product: Mass Storage Device
[    3.878330] usb 3-1.4.2: Manufacturer: JetFlash
[    3.878332] usb 3-1.4.2: SerialNumber: 3988821812
[    3.883209] input: Sony Interactive Entertainment Wireless Controller Motion Sensors as /devices/pci0000:00/0000:00:07.1/0000:0c:00.3/usb3/3-1/3-1.3/3-1.3.3/3-1.3.3:1.3/0003:054C:09CC.0008/input/input13
[    3.883395] usb-storage 3-1.4.2:1.0: USB Mass Storage device detected
[    3.883473] scsi host9: usb-storage 3-1.4.2:1.0
[    3.883524] usbcore: registered new interface driver usb-storage
[    3.885305] usbcore: registered new interface driver uas
[    3.921404] input: Logitech T400 as /devices/pci0000:00/0000:00:07.1/0000:0c:00.3/usb3/3-1/3-1.1/3-1.1.2/3-1.1.2:1.2/0003:046D:C52B.0005/0003:046D:4026.0009/input/input14
[    3.921497] logitech-hidpp-device 0003:046D:4026.0009: input,hidraw5: USB HID v1.11 Keyboard [Logitech T400] on usb-0000:0c:00.3-1.1.2:1
[    3.949044] [drm] Display Core initialized with v3.1.68!
[    3.952037] input: Sony Interactive Entertainment Wireless Controller as /devices/pci0000:00/0000:00:07.1/0000:0c:00.3/usb3/3-1/3-1.3/3-1.3.3/3-1.3.3:1.3/0003:054C:09CC.0008/input/input11
[    3.952081] sony 0003:054C:09CC.0008: input,hidraw6: USB HID v81.11 Gamepad [Sony Interactive Entertainment Wireless Controller] on usb-0000:0c:00.3-1.3.3/input3
[    3.960037] usb 3-1.4.3: new high-speed USB device number 12 using xhci_hcd
[    4.017812] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    4.017815] [drm] Driver supports precise vblank timestamp query.
[    4.039237] [drm] UVD and UVD ENC initialized successfully.
[    4.054449] usb 3-1.4.3: New USB device found, idVendor=0781, idProduct=556b, bcdDevice= 1.27
[    4.054453] usb 3-1.4.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    4.054456] usb 3-1.4.3: Product: Cruzer Edge
[    4.054457] usb 3-1.4.3: Manufacturer: SanDisk
[    4.054459] usb 3-1.4.3: SerialNumber: 4C530699971123122305
[    4.054837] usb-storage 3-1.4.3:1.0: USB Mass Storage device detected
[    4.054956] scsi host10: usb-storage 3-1.4.3:1.0
[    4.139613] [drm] VCE initialized successfully.
[    4.140589] kfd kfd: Allocated 3969056 bytes on gart
[    4.140603] Virtual CRAT table created for GPU
[    4.140604] Parsing CRAT table with 1 nodes
[    4.140615] Creating topology SYSFS entries
[    4.140694] Topology: Add dGPU node [0x687f:0x1002]
[    4.140756] kfd kfd: added device 1002:687f
[    4.144656] [drm] fb mappable at 0xE1100000
[    4.144658] [drm] vram apper at 0xE0000000
[    4.144659] [drm] size 33177600
[    4.144660] [drm] fb depth is 24
[    4.144661] [drm]    pitch is 15360
[    4.144692] fbcon: amdgpudrmfb (fb0) is primary device
[    4.165136] Console: switching to colour frame buffer device 480x135
[    4.176331] amdgpu 0000:0b:00.0: fb0: amdgpudrmfb frame buffer device
[    4.182059] amdgpu 0000:0b:00.0: ring 0(gfx) uses VM inv eng 4 on hub 0
[    4.182060] amdgpu 0000:0b:00.0: ring 1(comp_1.0.0) uses VM inv eng 5 on hub 0
[    4.182061] amdgpu 0000:0b:00.0: ring 2(comp_1.1.0) uses VM inv eng 6 on hub 0
[    4.182062] amdgpu 0000:0b:00.0: ring 3(comp_1.2.0) uses VM inv eng 7 on hub 0
[    4.182063] amdgpu 0000:0b:00.0: ring 4(comp_1.3.0) uses VM inv eng 8 on hub 0
[    4.182064] amdgpu 0000:0b:00.0: ring 5(comp_1.0.1) uses VM inv eng 9 on hub 0
[    4.182064] amdgpu 0000:0b:00.0: ring 6(comp_1.1.1) uses VM inv eng 10 on hub 0
[    4.182065] amdgpu 0000:0b:00.0: ring 7(comp_1.2.1) uses VM inv eng 11 on hub 0
[    4.182066] amdgpu 0000:0b:00.0: ring 8(comp_1.3.1) uses VM inv eng 12 on hub 0
[    4.182067] amdgpu 0000:0b:00.0: ring 9(kiq_2.1.0) uses VM inv eng 13 on hub 0
[    4.182068] amdgpu 0000:0b:00.0: ring 10(sdma0) uses VM inv eng 4 on hub 1
[    4.182068] amdgpu 0000:0b:00.0: ring 11(sdma1) uses VM inv eng 5 on hub 1
[    4.182069] amdgpu 0000:0b:00.0: ring 12(uvd<0>) uses VM inv eng 6 on hub 1
[    4.182070] amdgpu 0000:0b:00.0: ring 13(uvd_enc0<0>) uses VM inv eng 7 on hub 1
[    4.182071] amdgpu 0000:0b:00.0: ring 14(uvd_enc1<0>) uses VM inv eng 8 on hub 1
[    4.182072] amdgpu 0000:0b:00.0: ring 15(vce0) uses VM inv eng 9 on hub 1
[    4.182072] amdgpu 0000:0b:00.0: ring 16(vce1) uses VM inv eng 10 on hub 1
[    4.182073] amdgpu 0000:0b:00.0: ring 17(vce2) uses VM inv eng 11 on hub 1
[    4.182116] [drm] ECC is not present.
[    4.182661] [drm] Initialized amdgpu 3.27.0 20150101 for 0000:0b:00.0 on minor 0
[    4.251598] EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Opts: (null)
[    4.544708] systemd-journald[381]: Received SIGTERM from PID 1 (systemd).
[    4.554257] printk: systemd: 14 output lines suppressed due to ratelimiting
[    4.808088] SELinux:  Class xdp_socket not defined in policy.
[    4.808105] SELinux: the above unknown classes and permissions will be allowed
[    4.808123] SELinux:  policy capability network_peer_controls=1
[    4.808136] SELinux:  policy capability open_perms=1
[    4.808148] SELinux:  policy capability extended_socket_class=1
[    4.808161] SELinux:  policy capability always_check_network=0
[    4.808174] SELinux:  policy capability cgroup_seclabel=1
[    4.808186] SELinux:  policy capability nnp_nosuid_transition=1
[    4.823805] systemd[1]: Successfully loaded SELinux policy in 256.455ms.
[    4.847349] systemd[1]: Relabelled /dev, /dev/shm, /run, /sys/fs/cgroup in 18.912ms.
[    4.848107] systemd[1]: systemd 240 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)
[    4.860048] systemd[1]: Detected architecture x86-64.
[    4.860708] systemd[1]: Set hostname to <localhost.localdomain>.
[    4.885118] systemd[1]: /usr/lib/systemd/system/auditd.service:12: PIDFile= references path below legacy directory /var/run/, updating /var/run/auditd.pid → /run/auditd.pid; please update the unit file accordingly.
[    4.886501] scsi 9:0:0:0: Direct-Access     JetFlash Transcend 32GB   1.00 PQ: 0 ANSI: 5
[    4.886811] sd 9:0:0:0: [sdb] 61806592 512-byte logical blocks: (31.6 GB/29.5 GiB)
[    4.886934] sd 9:0:0:0: [sdb] Write Protect is off
[    4.886947] sd 9:0:0:0: [sdb] Mode Sense: 23 00 00 00
[    4.886958] sd 9:0:0:0: Attached scsi generic sg1 type 0
[    4.887055] sd 9:0:0:0: [sdb] Write cache: disabled, read cache: disabled, doesn't support DPO or FUA
[    4.888456]  sdb: sdb1 sdb2 sdb3
[    4.889110] sd 9:0:0:0: [sdb] Attached SCSI removable disk
[    4.890974] systemd[1]: /usr/lib/systemd/system/gssproxy.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/gssproxy.pid → /run/gssproxy.pid; please update the unit file accordingly.
[    4.891427] systemd[1]: /usr/lib/systemd/system/rpc-statd.service:14: PIDFile= references path below legacy directory /var/run/, updating /var/run/rpc.statd.pid → /run/rpc.statd.pid; please update the unit file accordingly.
[    4.892857] systemd[1]: /usr/lib/systemd/system/nfs-blkmap.service:10: PIDFile= references path below legacy directory /var/run/, updating /var/run/blkmapd.pid → /run/blkmapd.pid; please update the unit file accordingly.
[    4.895675] systemd[1]: /usr/lib/systemd/system/chronyd.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/chrony/chronyd.pid → /run/chrony/chronyd.pid; please update the unit file accordingly.
[    4.900750] systemd[1]: /usr/lib/systemd/system/mdmonitor.service:6: PIDFile= references path below legacy directory /var/run/, updating /var/run/mdadm/mdadm.pid → /run/mdadm/mdadm.pid; please update the unit file accordingly.
[    4.901140] systemd[1]: /usr/lib/systemd/system/iscsid.service:10: PIDFile= references path below legacy directory /var/run/, updating /var/run/iscsid.pid → /run/iscsid.pid; please update the unit file accordingly.
[    4.964074] EXT4-fs (nvme0n1p2): re-mounted. Opts: (null)
[    5.004564] systemd-journald[681]: Received request to flush runtime journal from PID 1
[    5.041490] kauditd_printk_skb: 47 callbacks suppressed
[    5.041491] audit: type=1130 audit(1546716722.858:58): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.041589] audit: type=1131 audit(1546716722.858:59): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.046494] audit: type=1130 audit(1546716722.863:60): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.074116] acpi_cpufreq: overriding BIOS provided _PSD data
[    5.078392] scsi 10:0:0:0: Direct-Access     SanDisk  Cruzer Edge      1.27 PQ: 0 ANSI: 6
[    5.078648] sd 10:0:0:0: Attached scsi generic sg2 type 0
[    5.078770] sd 10:0:0:0: [sdc] 30529536 512-byte logical blocks: (15.6 GB/14.6 GiB)
[    5.079124] sd 10:0:0:0: [sdc] Write Protect is off
[    5.079144] sd 10:0:0:0: [sdc] Mode Sense: 43 00 00 00
[    5.079397] sd 10:0:0:0: [sdc] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    5.081907]  sdc: sdc1 sdc2 sdc3
[    5.084132] sd 10:0:0:0: [sdc] Attached SCSI removable disk
[    5.087477] audit: type=1130 audit(1546716722.904:61): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.122709] ccp 0000:0c:00.2: enabling device (0000 -> 0002)
[    5.122957] ccp 0000:0c:00.2: psp initialization failed
[    5.122979] ccp 0000:0c:00.2: enabled
[    5.127270] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    5.127301] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[    5.129499] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[    5.129606] sp5100-tco sp5100-tco: Using 0xfed80b00 for watchdog MMIO address
[    5.129643] sp5100-tco sp5100-tco: Watchdog hardware is disabled
[    5.136999] Adding 67108860k swap on /dev/nvme0n1p3.  Priority:-2 extents:1 across:67108860k SSFS
[    5.139193] media: Linux media interface: v0.10
[    5.164828] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    5.165489] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    5.167086] videodev: Linux video capture interface: v2.00
[    5.169381] Bluetooth: Core ver 2.22
[    5.169420] NET: Registered protocol family 31
[    5.169435] Bluetooth: HCI device and connection manager initialized
[    5.169459] Bluetooth: HCI socket layer initialized
[    5.169476] Bluetooth: L2CAP socket layer initialized
[    5.169495] Bluetooth: SCO socket layer initialized
[    5.170895] asus_wmi: ASUS WMI generic driver loaded
[    5.172186] asus_wmi: Initialization: 0x0
[    5.172226] asus_wmi: BIOS WMI version: 0.9
[    5.172275] asus_wmi: SFUN value: 0x0
[    5.172579] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input15
[    5.172713] asus_wmi: Number of fans: 1
[    5.177803] usbcore: registered new interface driver btusb
[    5.179875] Bluetooth: hci0: RTL: rtl: examining hci_ver=07 hci_rev=000b lmp_ver=07 lmp_subver=8822

[    5.182866] Bluetooth: hci0: RTL: rom_version status=0 version=2

[    5.182889] Bluetooth: hci0: RTL: rtl: loading rtl_bt/rtl8822b_fw.bin

[    5.183057] Bluetooth: hci0: RTL: rtl: loading rtl_bt/rtl8822b_config.bin

[    5.183142] Bluetooth: hci0: RTL: cfg_sz 14, total sz 20270

[    5.184850] uvcvideo: Unknown video format 30313050-0000-0010-8000-00aa00389b71
[    5.184882] uvcvideo: Found UVC 1.00 device Live Gamer Ultra-Video (07ca:0553)
[    5.201323] uvcvideo 4-3:1.0: Entity type for entity Extension 3 was not initialized!
[    5.201348] uvcvideo 4-3:1.0: Entity type for entity Processing 2 was not initialized!
[    5.201367] uvcvideo 4-3:1.0: Entity type for entity Camera 1 was not initialized!
[    5.201505] input: Live Gamer Ultra-Video: Live Ga as /devices/pci0000:00/0000:00:07.1/0000:0c:00.3/usb4/4-3/4-3:1.0/input/input16
[    5.201646] usbcore: registered new interface driver uvcvideo
[    5.203637] USB Video Class driver (1.1.1)
[    5.225814] snd_hda_intel 0000:0b:00.1: Handle vga_switcheroo audio client
[    5.228949] snd_hda_intel 0000:0d:00.3: enabling device (0000 -> 0002)
[    5.246016] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.1/0000:09:00.0/0000:0a:00.0/0000:0b:00.1/sound/card1/input17
[    5.248584] input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.1/0000:09:00.0/0000:0a:00.0/0000:0b:00.1/sound/card1/input18
[    5.251063] input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.1/0000:09:00.0/0000:0a:00.0/0000:0b:00.1/sound/card1/input19
[    5.251136] input: HD-Audio Generic HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.1/0000:09:00.0/0000:0a:00.0/0000:0b:00.1/sound/card1/input20
[    5.251188] input: HD-Audio Generic HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.1/0000:09:00.0/0000:0a:00.0/0000:0b:00.1/sound/card1/input21
[    5.251235] input: HD-Audio Generic HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:03.1/0000:09:00.0/0000:0a:00.0/0000:0b:00.1/sound/card1/input22
[    5.258469] snd_hda_codec_realtek hdaudioC2D0: autoconfig for ALC1220: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
[    5.258471] snd_hda_codec_realtek hdaudioC2D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    5.258472] snd_hda_codec_realtek hdaudioC2D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    5.258473] snd_hda_codec_realtek hdaudioC2D0:    mono: mono_out=0x0
[    5.258474] snd_hda_codec_realtek hdaudioC2D0:    inputs:
[    5.258475] snd_hda_codec_realtek hdaudioC2D0:      Front Mic=0x19
[    5.258476] snd_hda_codec_realtek hdaudioC2D0:      Rear Mic=0x18
[    5.258477] snd_hda_codec_realtek hdaudioC2D0:      Line=0x1a
[    5.264415] r8822be: module is from the staging directory, the quality is unknown, you have been warned.
[    5.271917] input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:0d:00.3/sound/card2/input23
[    5.271932] r8822be 0000:05:00.0: enabling device (0000 -> 0003)
[    5.271977] input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:0d:00.3/sound/card2/input24
[    5.272028] input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:0d:00.3/sound/card2/input25
[    5.272072] input: HD-Audio Generic Line Out as /devices/pci0000:00/0000:00:08.1/0000:0d:00.3/sound/card2/input26
[    5.272133] input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:0d:00.3/sound/card2/input27
[    5.288582] r8822be: Using firmware rtlwifi/rtl8822befw.bin
[    5.331650] kvm: Nested Virtualization enabled
[    5.331654] kvm: Nested Paging enabled
[    5.331655] SVM: Virtual VMLOAD VMSAVE supported
[    5.331655] SVM: Virtual GIF supported
[    5.334461] MCE: In-kernel MCE decoding enabled.
[    5.337600] EDAC amd64: Node 0: DRAM ECC disabled.
[    5.337601] 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.)
[    5.341760] ieee80211 phy0: Selected rate control algorithm 'rtl_rc'
[    5.342093] r8822be: rtlwifi: wireless switch is on
[    5.345692] r8822be 0000:05:00.0 wlp5s0: renamed from wlan0
[    5.399574] usbcore: registered new interface driver snd-usb-audio
[    5.438365] audit: type=1130 audit(1546716723.255:62): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-udev-settle comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.451452] audit: type=1400 audit(1546716723.268:63): avc:  denied  { read } for  pid=930 comm="systemd-rfkill" name="pci-0000:05:00.0:wlan" dev="nvme0n1p2" ino=2883639 scontext=system_u:system_r:systemd_rfkill_t:s0 tcontext=system_u:object_r:unlabeled_t:s0 tclass=file permissive=0
[    5.453631] audit: type=1300 audit(1546716723.268:63): arch=c000003e syscall=257 success=no exit=-13 a0=ffffff9c a1=555b6109e560 a2=80000 a3=0 items=0 ppid=1 pid=930 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="systemd-rfkill" exe="/usr/lib/systemd/systemd-rfkill" subj=system_u:system_r:systemd_rfkill_t:s0 key=(null)
[    5.453632] audit: type=1327 audit(1546716723.268:63): proctitle="/usr/lib/systemd/systemd-rfkill"
[    5.460652] audit: type=1130 audit(1546716723.277:64): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.467327] audit: type=1130 audit(1546716723.284:65): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.581146] SGI XFS with ACLs, security attributes, scrub, no debug enabled
[    5.585427] XFS (sda): Mounting V5 Filesystem
[    5.719447] XFS (sda): Ending clean mount
[    5.909389] RPC: Registered named UNIX socket transport module.
[    5.911525] RPC: Registered udp transport module.
[    5.913643] RPC: Registered tcp transport module.
[    5.915775] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    6.096281] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    6.098632] Bluetooth: BNEP filters: protocol multicast
[    6.098638] Bluetooth: BNEP socket layer initialized
[    6.354147] IPv6: ADDRCONF(NETDEV_UP): enp4s0: link is not ready
[    6.380887] IPv6: ADDRCONF(NETDEV_UP): enp4s0: link is not ready
[    6.387197] IPv6: ADDRCONF(NETDEV_UP): wlp5s0: link is not ready
[    9.383526] igb 0000:04:00.0 enp4s0: igb: enp4s0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
[    9.486208] IPv6: ADDRCONF(NETDEV_CHANGE): enp4s0: link becomes ready
[   10.266005] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[   10.271074] tun: Universal TUN/TAP device driver, 1.6
[   10.272036] virbr0: port 1(virbr0-nic) entered blocking state
[   10.272040] virbr0: port 1(virbr0-nic) entered disabled state
[   10.272116] device virbr0-nic entered promiscuous mode
[   10.345494] virbr0: port 1(virbr0-nic) entered blocking state
[   10.345501] virbr0: port 1(virbr0-nic) entered listening state
[   10.369594] virbr0: port 1(virbr0-nic) entered disabled state
[   26.582771] Bluetooth: RFCOMM TTY layer initialized
[   26.582776] Bluetooth: RFCOMM socket layer initialized
[   26.582799] Bluetooth: RFCOMM ver 1.11
[   27.330164] fuse init (API version 7.28)
[   33.217758] rfkill: input handler disabled
[   34.833281] ISO 9660 Extensions: Microsoft Joliet Level 3
[   34.834962] ISO 9660 Extensions: Microsoft Joliet Level 3
[   34.835556] ISO 9660 Extensions: Microsoft Joliet Level 3
[   34.837413] ISO 9660 Extensions: Microsoft Joliet Level 3
[   34.841186] ISO 9660 Extensions: RRIP_1991A
[   34.841309] ISO 9660 Extensions: RRIP_1991A
[   44.433387] logitech-hidpp-device 0003:046D:4026.0009: HID++ 2.0 device connected.
[   75.985776] ------------[ cut here ]------------
[   75.985780] Unknown pixelformat 0x00000000
[   75.985813] WARNING: CPU: 12 PID: 3175 at drivers/media/v4l2-core/v4l2-ioctl.c:1342 v4l_enum_fmt+0xfc0/0x1380 [videodev]
[   75.985814] Modules linked in: nls_utf8 isofs fuse rfcomm xt_CHECKSUM ipt_MASQUERADE tun bridge stp llc devlink nf_conntrack_netbios_ns nf_conntrack_broadcast xt_CT ip6t_rpfilter ip6t_REJECT nf_reject_ipv6 xt_conntrack ebtable_nat ip6table_nat nf_nat_ipv6 ip6table_mangle ip6table_raw ip6table_security iptable_nat nf_nat_ipv4 nf_nat iptable_mangle iptable_raw iptable_security nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nfnetlink ebtable_filter ebtables ip6table_filter ip6_tables cmac bnep sunrpc xfs vfat fat libcrc32c edac_mce_amd arc4 kvm_amd kvm r8822be(C) snd_hda_codec_realtek snd_hda_codec_generic irqbypass snd_hda_codec_hdmi snd_hda_intel snd_hda_codec mac80211 snd_usb_audio crct10dif_pclmul snd_hda_core snd_usbmidi_lib crc32_pclmul snd_hwdep snd_rawmidi snd_seq snd_seq_device uvcvideo snd_pcm ghash_clmulni_intel btusb videobuf2_vmalloc videobuf2_memops btrtl videobuf2_v4l2 btbcm eeepc_wmi videobuf2_common btintel asus_wmi sparse_keymap bluetooth video videodev wmi_bmof joydev
[   75.985838]  snd_timer cfg80211 media k10temp snd sp5100_tco i2c_piix4 soundcore ecdh_generic ccp rfkill pcc_cpufreq gpio_amdpt gpio_generic acpi_cpufreq binfmt_misc uas usb_storage hid_sony ff_memless amdgpu hid_logitech_hidpp chash amd_iommu_v2 gpu_sched drm_kms_helper ttm drm igb crc32c_intel hid_logitech_dj dca nvme i2c_algo_bit nvme_core wmi pinctrl_amd
[   75.985854] CPU: 12 PID: 3175 Comm: obs Tainted: G         C        4.20.0-1.fc30.x86_64 #1
[   75.985856] Hardware name: System manufacturer System Product Name/ROG STRIX X470-I GAMING, BIOS 1103 11/16/2018
[   75.985862] RIP: 0010:v4l_enum_fmt+0xfc0/0x1380 [videodev]
[   75.985863] Code: c6 4b 79 b5 c0 e9 55 f1 ff ff 48 c7 c6 09 7c b5 c0 3d 56 50 38 30 0f 84 43 f1 ff ff 89 c6 48 c7 c7 1c 7d b5 c0 e8 3a 3b 57 f9 <0f> 0b 41 80 7c 24 0c 00 0f 85 45 f1 ff ff 41 8b 44 24 2c 49 8d 7c
[   75.985865] RSP: 0018:ffffa52889277cb8 EFLAGS: 00010286
[   75.985867] RAX: 0000000000000000 RBX: 0000000000000001 RCX: 0000000000000006
[   75.985868] RDX: 0000000000000007 RSI: 0000000000000086 RDI: ffff964cbeb168c0
[   75.985869] RBP: 0000000000000000 R08: 0000000000000005 R09: 0000000000000007
[   75.985870] R10: 0000000000000000 R11: ffffffffbb99e22d R12: ffffa52889277dc0
[   75.985872] R13: ffffffffc05079e0 R14: ffff964c8a790600 R15: ffffffffffffffed
[   75.985873] FS:  00007f0c1eab1f00(0000) GS:ffff964cbeb00000(0000) knlGS:0000000000000000
[   75.985875] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   75.985876] CR2: 00007f0c08197294 CR3: 000000078795e000 CR4: 00000000003406e0
[   75.985877] Call Trace:
[   75.985885]  __video_do_ioctl+0x174/0x3b0 [videodev]
[   75.985889]  ? page_add_file_rmap+0xa0/0x2d0
[   75.985892]  ? alloc_set_pte+0x293/0x660
[   75.985897]  video_usercopy+0x253/0x5a0 [videodev]
[   75.985903]  ? copy_overflow+0x20/0x20 [videodev]
[   75.985906]  ? selinux_file_ioctl+0x161/0x200
[   75.985911]  v4l2_ioctl+0x45/0x50 [videodev]
[   75.985914]  do_vfs_ioctl+0xa4/0x630
[   75.985916]  ksys_ioctl+0x60/0x90
[   75.985918]  __x64_sys_ioctl+0x16/0x20
[   75.985921]  do_syscall_64+0x5b/0x160
[   75.985924]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[   75.985926] RIP: 0033:0x7f0c2454014d
[   75.985928] Code: 00 c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 0b 5d 0c 00 f7 d8 64 89 01 48
[   75.985929] RSP: 002b:00007ffe01cdc5f8 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
[   75.985931] RAX: ffffffffffffffda RBX: 00007f0c08197280 RCX: 00007f0c2454014d
[   75.985932] RDX: 00007ffe01cdc660 RSI: 00000000c0405602 RDI: 0000000000000027
[   75.985933] RBP: 0000000000000004 R08: 0000000000000000 R09: 0000000000000000
[   75.985934] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000007
[   75.985935] R13: 0000000000000001 R14: 00007ffe01cdc630 R15: 000055a982fdf6e0
[   75.985937] ---[ end trace 26d01f03c564a254 ]---
[   76.005120] retire_capture_urb: 10 callbacks suppressed

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

* Re: Kernel error "Unknown pixelformat 0x00000000" occurs when I start capture video
  2019-01-05 20:05 Kernel error "Unknown pixelformat 0x00000000" occurs when I start capture video Mikhail Gavrilov
@ 2019-01-08 14:45 ` Mauro Carvalho Chehab
  2019-01-08 14:54   ` Laurent Pinchart
  0 siblings, 1 reply; 19+ messages in thread
From: Mauro Carvalho Chehab @ 2019-01-08 14:45 UTC (permalink / raw)
  To: Mikhail Gavrilov; +Cc: linux-media, Laurent Pinchart

Hi Mike,

Em Sun, 6 Jan 2019 01:05:16 +0500
Mikhail Gavrilov <mikhail.v.gavrilov@gmail.com> escreveu:

> Hi folks!
> Every time when I start capture video from external capture card
> Avermedia Live Gamer ULTRA GC553
> (https://www.avermedia.com/gaming/product/game_capture/live_gamer_ultra_gc553)

What's the driver used by this device?

A quick browsing at the Avermedia page you pointed, it indicates that this
should be using the UVC driver:

	"The LGU takes full advantage of UVC technology, which 
	 basically standardizes video drivers across Windows and Mac. 
	 In other words, all you need to do is plug your LGU to 
	 your PC or Mac and it’s ready to record and stream."

So, I *suspect* that it uses the uvcvideo driver, but better to
double check.

> I got kernel error "Unknown pixelformat 0x00000000".
> It look like false positive because I am able record video with OBS in
> 4K resolution from another Linux machine or PS 4 Pro  if I select
> video format "Planar YVU 4:2:0" or "YU12 (Emulated)"
> But very unpleasant to see this error in kernel log.
> 
> $ uname -r
> 4.20.0-1.fc30.x86_64
> 
> $ lsusb
> Bus 004 Device 007: ID 07ca:0553 AVerMedia Technologies, Inc.
> 
> 
> [   75.985776] ------------[ cut here ]------------
> [   75.985780] Unknown pixelformat 0x00000000
> [   75.985813] WARNING: CPU: 12 PID: 3175 at
> drivers/media/v4l2-core/v4l2-ioctl.c:1342 v4l_enum_fmt+0xfc0/0x1380
> [videodev]
> [   75.985814] Modules linked in: nls_utf8 isofs fuse rfcomm
> xt_CHECKSUM ipt_MASQUERADE tun bridge stp llc devlink
> nf_conntrack_netbios_ns nf_conntrack_broadcast xt_CT ip6t_rpfilter
> ip6t_REJECT nf_reject_ipv6 xt_conntrack ebtable_nat ip6table_nat
> nf_nat_ipv6 ip6table_mangle ip6table_raw ip6table_security iptable_nat
> nf_nat_ipv4 nf_nat iptable_mangle iptable_raw iptable_security
> nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nfnetlink
> ebtable_filter ebtables ip6table_filter ip6_tables cmac bnep sunrpc
> xfs vfat fat libcrc32c edac_mce_amd arc4 kvm_amd kvm r8822be(C)
> snd_hda_codec_realtek snd_hda_codec_generic irqbypass
> snd_hda_codec_hdmi snd_hda_intel snd_hda_codec mac80211 snd_usb_audio
> crct10dif_pclmul snd_hda_core snd_usbmidi_lib crc32_pclmul snd_hwdep
> snd_rawmidi snd_seq snd_seq_device uvcvideo snd_pcm
> ghash_clmulni_intel btusb videobuf2_vmalloc videobuf2_memops btrtl
> videobuf2_v4l2 btbcm eeepc_wmi videobuf2_common btintel asus_wmi
> sparse_keymap bluetooth video videodev wmi_bmof joydev
> [   75.985838]  snd_timer cfg80211 media k10temp snd sp5100_tco
> i2c_piix4 soundcore ecdh_generic ccp rfkill pcc_cpufreq gpio_amdpt
> gpio_generic acpi_cpufreq binfmt_misc uas usb_storage hid_sony
> ff_memless amdgpu hid_logitech_hidpp chash amd_iommu_v2 gpu_sched
> drm_kms_helper ttm drm igb crc32c_intel hid_logitech_dj dca nvme
> i2c_algo_bit nvme_core wmi pinctrl_amd
> [   75.985854] CPU: 12 PID: 3175 Comm: obs Tainted: G         C
> 4.20.0-1.fc30.x86_64 #1
> [   75.985856] Hardware name: System manufacturer System Product
> Name/ROG STRIX X470-I GAMING, BIOS 1103 11/16/2018
> [   75.985862] RIP: 0010:v4l_enum_fmt+0xfc0/0x1380 [videodev]
> [   75.985863] Code: c6 4b 79 b5 c0 e9 55 f1 ff ff 48 c7 c6 09 7c b5
> c0 3d 56 50 38 30 0f 84 43 f1 ff ff 89 c6 48 c7 c7 1c 7d b5 c0 e8 3a
> 3b 57 f9 <0f> 0b 41 80 7c 24 0c 00 0f 85 45 f1 ff ff 41 8b 44 24 2c 49
> 8d 7c
> [   75.985865] RSP: 0018:ffffa52889277cb8 EFLAGS: 00010286
> [   75.985867] RAX: 0000000000000000 RBX: 0000000000000001 RCX: 0000000000000006
> [   75.985868] RDX: 0000000000000007 RSI: 0000000000000086 RDI: ffff964cbeb168c0
> [   75.985869] RBP: 0000000000000000 R08: 0000000000000005 R09: 0000000000000007
> [   75.985870] R10: 0000000000000000 R11: ffffffffbb99e22d R12: ffffa52889277dc0
> [   75.985872] R13: ffffffffc05079e0 R14: ffff964c8a790600 R15: ffffffffffffffed
> [   75.985873] FS:  00007f0c1eab1f00(0000) GS:ffff964cbeb00000(0000)
> knlGS:0000000000000000
> [   75.985875] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
> [   75.985876] CR2: 00007f0c08197294 CR3: 000000078795e000 CR4: 00000000003406e0
> [   75.985877] Call Trace:
> [   75.985885]  __video_do_ioctl+0x174/0x3b0 [videodev]
> [   75.985889]  ? page_add_file_rmap+0xa0/0x2d0
> [   75.985892]  ? alloc_set_pte+0x293/0x660
> [   75.985897]  video_usercopy+0x253/0x5a0 [videodev]
> [   75.985903]  ? copy_overflow+0x20/0x20 [videodev]
> [   75.985906]  ? selinux_file_ioctl+0x161/0x200
> [   75.985911]  v4l2_ioctl+0x45/0x50 [videodev]
> [   75.985914]  do_vfs_ioctl+0xa4/0x630
> [   75.985916]  ksys_ioctl+0x60/0x90
> [   75.985918]  __x64_sys_ioctl+0x16/0x20
> [   75.985921]  do_syscall_64+0x5b/0x160
> [   75.985924]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
> [   75.985926] RIP: 0033:0x7f0c2454014d
> [   75.985928] Code: 00 c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e
> fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24
> 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 0b 5d 0c 00 f7 d8 64 89
> 01 48
> [   75.985929] RSP: 002b:00007ffe01cdc5f8 EFLAGS: 00000246 ORIG_RAX:
> 0000000000000010
> [   75.985931] RAX: ffffffffffffffda RBX: 00007f0c08197280 RCX: 00007f0c2454014d
> [   75.985932] RDX: 00007ffe01cdc660 RSI: 00000000c0405602 RDI: 0000000000000027
> [   75.985933] RBP: 0000000000000004 R08: 0000000000000000 R09: 0000000000000000
> [   75.985934] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000007
> [   75.985935] R13: 0000000000000001 R14: 00007ffe01cdc630 R15: 000055a982fdf6e0
> [   75.985937] ---[ end trace 26d01f03c564a254 ]---
> 
> 
> Is it possible to fix this error?

I suspect that the UVC descriptors are pointing to another format that
the driver currently doesn't recognize, but I would be expecting to see
some message with:

	Unknown video format xxxxxxx

printed as well, if this is, indeed, using the uvcdriver.

Regards,
Mauro


Thanks,
Mauro

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

* Re: Kernel error "Unknown pixelformat 0x00000000" occurs when I start capture video
  2019-01-08 14:45 ` Mauro Carvalho Chehab
@ 2019-01-08 14:54   ` Laurent Pinchart
  2019-01-08 15:16     ` Mauro Carvalho Chehab
  2019-01-08 15:18     ` Mikhail Gavrilov
  0 siblings, 2 replies; 19+ messages in thread
From: Laurent Pinchart @ 2019-01-08 14:54 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Mikhail Gavrilov; +Cc: linux-media

Hello,

On Tuesday, 8 January 2019 16:45:37 EET Mauro Carvalho Chehab wrote:
> Em Sun, 6 Jan 2019 01:05:16 +0500 Mikhail Gavrilov escreveu:
> > Hi folks!
> > Every time when I start capture video from external capture card
> > Avermedia Live Gamer ULTRA GC553
> > (https://www.avermedia.com/gaming/product/game_capture/live_gamer_ultra_gc
> > 553)
> 
> What's the driver used by this device?
> 
> A quick browsing at the Avermedia page you pointed, it indicates that this
> should be using the UVC driver:
> 
> 	"The LGU takes full advantage of UVC technology, which
> 	 basically standardizes video drivers across Windows and Mac.
> 	 In other words, all you need to do is plug your LGU to
> 	 your PC or Mac and it’s ready to record and stream."
> 
> So, I *suspect* that it uses the uvcvideo driver, but better to
> double check.

Given the full kernel log part of the original message,

[    5.184850] uvcvideo: Unknown video format 
30313050-0000-0010-8000-00aa00389b71
[    5.184882] uvcvideo: Found UVC 1.00 device Live Gamer Ultra-Video (07ca:
0553)
[    5.201323] uvcvideo 4-3:1.0: Entity type for entity Extension 3 was not 
initialized!
[    5.201348] uvcvideo 4-3:1.0: Entity type for entity Processing 2 was not 
initialized!
[    5.201367] uvcvideo 4-3:1.0: Entity type for entity Camera 1 was not 
initialized!
[    5.201505] input: Live Gamer Ultra-Video: Live Ga as /devices/
pci0000:00/0000:00:07.1/0000:0c:00.3/usb4/4-3/4-3:1.0/input/input16
[    5.201646] usbcore: registered new interface driver uvcvideo
[    5.203637] USB Video Class driver (1.1.1)

This is a UVC device.

> > I got kernel error "Unknown pixelformat 0x00000000".
> > It look like false positive because I am able record video with OBS in
> > 4K resolution from another Linux machine or PS 4 Pro  if I select
> > video format "Planar YVU 4:2:0" or "YU12 (Emulated)"
> > But very unpleasant to see this error in kernel log.
> > 
> > $ uname -r
> > 4.20.0-1.fc30.x86_64
> > 
> > $ lsusb
> > Bus 004 Device 007: ID 07ca:0553 AVerMedia Technologies, Inc.

Mikhail, could you please post the output of

lsusb -v -d 07ca:0553

if possible running as root ?

> > [   75.985776] ------------[ cut here ]------------
> > [   75.985780] Unknown pixelformat 0x00000000
> > [   75.985813] WARNING: CPU: 12 PID: 3175 at
> > drivers/media/v4l2-core/v4l2-ioctl.c:1342 v4l_enum_fmt+0xfc0/0x1380
> > [videodev]
> > [   75.985814] Modules linked in: nls_utf8 isofs fuse rfcomm
> > xt_CHECKSUM ipt_MASQUERADE tun bridge stp llc devlink
> > nf_conntrack_netbios_ns nf_conntrack_broadcast xt_CT ip6t_rpfilter
> > ip6t_REJECT nf_reject_ipv6 xt_conntrack ebtable_nat ip6table_nat
> > nf_nat_ipv6 ip6table_mangle ip6table_raw ip6table_security iptable_nat
> > nf_nat_ipv4 nf_nat iptable_mangle iptable_raw iptable_security
> > nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nfnetlink
> > ebtable_filter ebtables ip6table_filter ip6_tables cmac bnep sunrpc
> > xfs vfat fat libcrc32c edac_mce_amd arc4 kvm_amd kvm r8822be(C)
> > snd_hda_codec_realtek snd_hda_codec_generic irqbypass
> > snd_hda_codec_hdmi snd_hda_intel snd_hda_codec mac80211 snd_usb_audio
> > crct10dif_pclmul snd_hda_core snd_usbmidi_lib crc32_pclmul snd_hwdep
> > snd_rawmidi snd_seq snd_seq_device uvcvideo snd_pcm
> > ghash_clmulni_intel btusb videobuf2_vmalloc videobuf2_memops btrtl
> > videobuf2_v4l2 btbcm eeepc_wmi videobuf2_common btintel asus_wmi
> > sparse_keymap bluetooth video videodev wmi_bmof joydev
> > [   75.985838]  snd_timer cfg80211 media k10temp snd sp5100_tco
> > i2c_piix4 soundcore ecdh_generic ccp rfkill pcc_cpufreq gpio_amdpt
> > gpio_generic acpi_cpufreq binfmt_misc uas usb_storage hid_sony
> > ff_memless amdgpu hid_logitech_hidpp chash amd_iommu_v2 gpu_sched
> > drm_kms_helper ttm drm igb crc32c_intel hid_logitech_dj dca nvme
> > i2c_algo_bit nvme_core wmi pinctrl_amd
> > [   75.985854] CPU: 12 PID: 3175 Comm: obs Tainted: G         C
> > 4.20.0-1.fc30.x86_64 #1
> > [   75.985856] Hardware name: System manufacturer System Product
> > Name/ROG STRIX X470-I GAMING, BIOS 1103 11/16/2018
> > [   75.985862] RIP: 0010:v4l_enum_fmt+0xfc0/0x1380 [videodev]
> > [   75.985863] Code: c6 4b 79 b5 c0 e9 55 f1 ff ff 48 c7 c6 09 7c b5
> > c0 3d 56 50 38 30 0f 84 43 f1 ff ff 89 c6 48 c7 c7 1c 7d b5 c0 e8 3a
> > 3b 57 f9 <0f> 0b 41 80 7c 24 0c 00 0f 85 45 f1 ff ff 41 8b 44 24 2c 49
> > 8d 7c
> > [   75.985865] RSP: 0018:ffffa52889277cb8 EFLAGS: 00010286
> > [   75.985867] RAX: 0000000000000000 RBX: 0000000000000001 RCX:
> > 0000000000000006 [   75.985868] RDX: 0000000000000007 RSI:
> > 0000000000000086 RDI: ffff964cbeb168c0 [   75.985869] RBP:
> > 0000000000000000 R08: 0000000000000005 R09: 0000000000000007 [  
> > 75.985870] R10: 0000000000000000 R11: ffffffffbb99e22d R12:
> > ffffa52889277dc0 [   75.985872] R13: ffffffffc05079e0 R14:
> > ffff964c8a790600 R15: ffffffffffffffed [   75.985873] FS: 
> > 00007f0c1eab1f00(0000) GS:ffff964cbeb00000(0000) knlGS:0000000000000000
> > [   75.985875] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
> > [   75.985876] CR2: 00007f0c08197294 CR3: 000000078795e000 CR4:
> > 00000000003406e0 [   75.985877] Call Trace:
> > [   75.985885]  __video_do_ioctl+0x174/0x3b0 [videodev]
> > [   75.985889]  ? page_add_file_rmap+0xa0/0x2d0
> > [   75.985892]  ? alloc_set_pte+0x293/0x660
> > [   75.985897]  video_usercopy+0x253/0x5a0 [videodev]
> > [   75.985903]  ? copy_overflow+0x20/0x20 [videodev]
> > [   75.985906]  ? selinux_file_ioctl+0x161/0x200
> > [   75.985911]  v4l2_ioctl+0x45/0x50 [videodev]
> > [   75.985914]  do_vfs_ioctl+0xa4/0x630
> > [   75.985916]  ksys_ioctl+0x60/0x90
> > [   75.985918]  __x64_sys_ioctl+0x16/0x20
> > [   75.985921]  do_syscall_64+0x5b/0x160
> > [   75.985924]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
> > [   75.985926] RIP: 0033:0x7f0c2454014d
> > [   75.985928] Code: 00 c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e
> > fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24
> > 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 0b 5d 0c 00 f7 d8 64 89
> > 01 48
> > [   75.985929] RSP: 002b:00007ffe01cdc5f8 EFLAGS: 00000246 ORIG_RAX:
> > 0000000000000010
> > [   75.985931] RAX: ffffffffffffffda RBX: 00007f0c08197280 RCX:
> > 00007f0c2454014d [   75.985932] RDX: 00007ffe01cdc660 RSI:
> > 00000000c0405602 RDI: 0000000000000027 [   75.985933] RBP:
> > 0000000000000004 R08: 0000000000000000 R09: 0000000000000000 [  
> > 75.985934] R10: 0000000000000000 R11: 0000000000000246 R12:
> > 0000000000000007 [   75.985935] R13: 0000000000000001 R14:
> > 00007ffe01cdc630 R15: 000055a982fdf6e0 [   75.985937] ---[ end trace
> > 26d01f03c564a254 ]---
> > 
> > 
> > Is it possible to fix this error?
> 
> I suspect that the UVC descriptors are pointing to another format that
> the driver currently doesn't recognize, but I would be expecting to see
> some message with:
> 
> 	Unknown video format xxxxxxx
> 
> printed as well, if this is, indeed, using the uvcdriver.

-- 
Regards,

Laurent Pinchart




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

* Re: Kernel error "Unknown pixelformat 0x00000000" occurs when I start capture video
  2019-01-08 14:54   ` Laurent Pinchart
@ 2019-01-08 15:16     ` Mauro Carvalho Chehab
  2019-01-08 15:55       ` Laurent Pinchart
  2019-01-08 15:18     ` Mikhail Gavrilov
  1 sibling, 1 reply; 19+ messages in thread
From: Mauro Carvalho Chehab @ 2019-01-08 15:16 UTC (permalink / raw)
  To: Laurent Pinchart; +Cc: Mikhail Gavrilov, linux-media

Em Tue, 08 Jan 2019 16:54:41 +0200
Laurent Pinchart <laurent.pinchart@ideasonboard.com> escreveu:

> Hello,
> 
> On Tuesday, 8 January 2019 16:45:37 EET Mauro Carvalho Chehab wrote:
> > Em Sun, 6 Jan 2019 01:05:16 +0500 Mikhail Gavrilov escreveu:  
> > > Hi folks!
> > > Every time when I start capture video from external capture card
> > > Avermedia Live Gamer ULTRA GC553
> > > (https://www.avermedia.com/gaming/product/game_capture/live_gamer_ultra_gc
> > > 553)  
> > 
> > What's the driver used by this device?
> > 
> > A quick browsing at the Avermedia page you pointed, it indicates that this
> > should be using the UVC driver:
> > 
> > 	"The LGU takes full advantage of UVC technology, which
> > 	 basically standardizes video drivers across Windows and Mac.
> > 	 In other words, all you need to do is plug your LGU to
> > 	 your PC or Mac and it’s ready to record and stream."
> > 
> > So, I *suspect* that it uses the uvcvideo driver, but better to
> > double check.  
> 
> Given the full kernel log part of the original message,
> 
> [    5.184850] uvcvideo: Unknown video format 
> 30313050-0000-0010-8000-00aa00389b71

Hmm... according with:
	https://gix.github.io/media-types/

It seems to be this one ('P010'):

{30313050-0000-0010-8000-00AA00389B71} (MFVideoFormat_P010)MFMS
{30313050-0000-0010-8000-00AA00389B71} (MEDIASUBTYPE_P010)DSMS

YUV planar 4:2:0 10 bits.

If so, there's a description here:

	https://docs.microsoft.com/en-us/windows/desktop/medfound/10-bit-and-16-bit-yuv-video-formats

Thanks,
Mauro

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

* Re: Kernel error "Unknown pixelformat 0x00000000" occurs when I start capture video
  2019-01-08 14:54   ` Laurent Pinchart
  2019-01-08 15:16     ` Mauro Carvalho Chehab
@ 2019-01-08 15:18     ` Mikhail Gavrilov
  2019-01-08 15:58       ` Laurent Pinchart
  1 sibling, 1 reply; 19+ messages in thread
From: Mikhail Gavrilov @ 2019-01-08 15:18 UTC (permalink / raw)
  To: Laurent Pinchart; +Cc: Mauro Carvalho Chehab, linux-media

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

On Tue, 8 Jan 2019 at 19:53, Laurent Pinchart
<laurent.pinchart@ideasonboard.com> wrote:
>
> Mikhail, could you please post the output of
>
> lsusb -v -d 07ca:0553
>
> if possible running as root ?

yes, attached here.

--
Best Regards,
Mike Gavrilov.

[-- Attachment #2: lsusb_07ca:0553.txt --]
[-- Type: text/plain, Size: 49097 bytes --]

[root@localhost ~]# lsusb -v -d 07ca:0553

Bus 004 Device 003: ID 07ca:0553 AVerMedia Technologies, Inc. 
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               3.00
  bDeviceClass          239 Miscellaneous Device
  bDeviceSubClass         2 
  bDeviceProtocol         1 Interface Association
  bMaxPacketSize0         9
  idVendor           0x07ca AVerMedia Technologies, Inc.
  idProduct          0x0553 
  bcdDevice            3.08
  iManufacturer           1 AVerMedia
  iProduct                2 Live Gamer Ultra-Video
  iSerial                 3 5202584700069
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength       0x07bb
    bNumInterfaces          5
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0x80
      (Bus Powered)
    MaxPower              400mA
    Interface Association:
      bLength                 8
      bDescriptorType        11
      bFirstInterface         0
      bInterfaceCount         2
      bFunctionClass         14 Video
      bFunctionSubClass       3 Video Interface Collection
      bFunctionProtocol       0 
      iFunction               2 Live Gamer Ultra-Video
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      1 Video Control
      bInterfaceProtocol      0 
      iInterface              2 Live Gamer Ultra-Video
      VideoControl Interface Descriptor:
        bLength                13
        bDescriptorType        36
        bDescriptorSubtype      1 (HEADER)
        bcdUVC               1.00
        wTotalLength       0x0050
        dwClockFrequency      100.000000MHz
        bInCollection           1
        baInterfaceNr( 0)       1
      VideoControl Interface Descriptor:
        bLength                18
        bDescriptorType        36
        bDescriptorSubtype      2 (INPUT_TERMINAL)
        bTerminalID             1
        wTerminalType      0x0201 Camera Sensor
        bAssocTerminal          0
        iTerminal               0 
        wObjectiveFocalLengthMin      0
        wObjectiveFocalLengthMax      0
        wOcularFocalLength            0
        bControlSize                  3
        bmControls           0x00000000
      VideoControl Interface Descriptor:
        bLength                12
        bDescriptorType        36
        bDescriptorSubtype      5 (PROCESSING_UNIT)
      Warning: Descriptor too short
        bUnitID                 2
        bSourceID               1
        wMaxMultiplier          0
        bControlSize            3
        bmControls     0x00000000
        iProcessing             0 
        bmVideoStandards     0x1c
          PAL - 625/50
          SECAM - 625/50
          NTSC - 625/50
      VideoControl Interface Descriptor:
        bLength                28
        bDescriptorType        36
        bDescriptorSubtype      6 (EXTENSION_UNIT)
        bUnitID                 3
        guidExtensionCode         {c835261b-ff1c-4c9a-b2f7-93c91fcfbe77}
        bNumControl             0
        bNrPins                 1
        baSourceID( 0)          2
        bControlSize            3
        bmControls( 0)       0x00
        bmControls( 1)       0xfe
        bmControls( 2)       0x04
        iExtension              0 
      VideoControl Interface Descriptor:
        bLength                 9
        bDescriptorType        36
        bDescriptorSubtype      3 (OUTPUT_TERMINAL)
        bTerminalID             4
        wTerminalType      0x0101 USB Streaming
        bAssocTerminal          0
        bSourceID               3
        iTerminal               0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               1
        bMaxBurst               0
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      VideoStreaming Interface Descriptor:
        bLength                            18
        bDescriptorType                    36
        bDescriptorSubtype                  1 (INPUT_HEADER)
        bNumFormats                         5
        wTotalLength                   0x06a1
        bEndPointAddress                  131
        bmInfo                              0
        bTerminalLink                       4
        bStillCaptureMethod                 0
        bTriggerSupport                     0
        bTriggerUsage                       0
        bControlSize                        1
        bmaControls( 0)                     0
        bmaControls( 1)                     0
        bmaControls( 2)                     0
        bmaControls( 3)                     0
        bmaControls( 4)                     0
      VideoStreaming Interface Descriptor:
        bLength                            27
        bDescriptorType                    36
        bDescriptorSubtype                  4 (FORMAT_UNCOMPRESSED)
        bFormatIndex                        1
        bNumFrameDescriptors                7
        guidFormat                            {32595559-0000-0010-8000-00aa00389b71}
        bBitsPerPixel                      16
        bDefaultFrameIndex                  3
        bAspectRatioX                      16
        bAspectRatioY                       9
        bmInterlaceFlags                 0x00
          Interlaced stream or variable: No
          Fields per frame: 2 fields
          Field 1 first: No
          Field pattern: Field 1 only
        bCopyProtect                        0
      VideoStreaming Interface Descriptor:
        bLength                            34
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         1
        bmCapabilities                   0x03
          Still image supported
          Fixed frame-rate
        wWidth                           2560
        wHeight                          1440
        dwMinBitRate                1769472000
        dwMaxBitRate                2949120000
        dwMaxVideoFrameBufferSize     7372800
        dwDefaultFrameInterval         200000
        bFrameIntervalType                  2
        dwFrameInterval( 0)            200000
        dwFrameInterval( 1)            333333
      VideoStreaming Interface Descriptor:
        bLength                            38
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         2
        bmCapabilities                   0x03
          Still image supported
          Fixed frame-rate
        wWidth                           2560
        wHeight                          1080
        dwMinBitRate                1327104000
        dwMaxBitRate                2654208000
        dwMaxVideoFrameBufferSize     5529600
        dwDefaultFrameInterval         166666
        bFrameIntervalType                  3
        dwFrameInterval( 0)            166666
        dwFrameInterval( 1)            166834
        dwFrameInterval( 2)            333333
      VideoStreaming Interface Descriptor:
        bLength                            54
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         3
        bmCapabilities                   0x03
          Still image supported
          Fixed frame-rate
        wWidth                           1920
        wHeight                          1080
        dwMinBitRate                796262400
        dwMaxBitRate                1990656000
        dwMaxVideoFrameBufferSize     4147200
        dwDefaultFrameInterval         166666
        bFrameIntervalType                  7
        dwFrameInterval( 0)            166666
        dwFrameInterval( 1)            166834
        dwFrameInterval( 2)            200000
        dwFrameInterval( 3)            333333
        dwFrameInterval( 4)            333667
        dwFrameInterval( 5)            400000
        dwFrameInterval( 6)            416666
      VideoStreaming Interface Descriptor:
        bLength                            50
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         4
        bmCapabilities                   0x03
          Still image supported
          Fixed frame-rate
        wWidth                           1280
        wHeight                           720
        dwMinBitRate                368640000
        dwMaxBitRate                884736000
        dwMaxVideoFrameBufferSize     1843200
        dwDefaultFrameInterval         166666
        bFrameIntervalType                  6
        dwFrameInterval( 0)            166666
        dwFrameInterval( 1)            166834
        dwFrameInterval( 2)            200000
        dwFrameInterval( 3)            333333
        dwFrameInterval( 4)            333667
        dwFrameInterval( 5)            400000
      VideoStreaming Interface Descriptor:
        bLength                            34
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         5
        bmCapabilities                   0x03
          Still image supported
          Fixed frame-rate
        wWidth                            720
        wHeight                           576
        dwMinBitRate                165888000
        dwMaxBitRate                331776000
        dwMaxVideoFrameBufferSize      829440
        dwDefaultFrameInterval         200000
        bFrameIntervalType                  2
        dwFrameInterval( 0)            200000
        dwFrameInterval( 1)            400000
      VideoStreaming Interface Descriptor:
        bLength                            42
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         6
        bmCapabilities                   0x03
          Still image supported
          Fixed frame-rate
        wWidth                            720
        wHeight                           480
        dwMinBitRate                165722112
        dwMaxBitRate                331776000
        dwMaxVideoFrameBufferSize      691200
        dwDefaultFrameInterval         166666
        bFrameIntervalType                  4
        dwFrameInterval( 0)            166666
        dwFrameInterval( 1)            166834
        dwFrameInterval( 2)            333333
        dwFrameInterval( 3)            333667
      VideoStreaming Interface Descriptor:
        bLength                            34
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         7
        bmCapabilities                   0x03
          Still image supported
          Fixed frame-rate
        wWidth                            640
        wHeight                           480
        dwMinBitRate                147456000
        dwMaxBitRate                294912000
        dwMaxVideoFrameBufferSize      614400
        dwDefaultFrameInterval         166666
        bFrameIntervalType                  2
        dwFrameInterval( 0)            166666
        dwFrameInterval( 1)            333333
      VideoStreaming Interface Descriptor:
        bLength                             6
        bDescriptorType                    36
        bDescriptorSubtype                 13 (COLORFORMAT)
        bColorPrimaries                     1 (BT.709,sRGB)
        bTransferCharacteristics            1 (BT.709)
        bMatrixCoefficients                 1 (BT.709)
      VideoStreaming Interface Descriptor:
        bLength                            27
        bDescriptorType                    36
        bDescriptorSubtype                  4 (FORMAT_UNCOMPRESSED)
        bFormatIndex                        3
        bNumFrameDescriptors                8
        guidFormat                            {32315659-0000-0010-8000-00aa00389b71}
        bBitsPerPixel                      12
        bDefaultFrameIndex                  4
        bAspectRatioX                      16
        bAspectRatioY                       9
        bmInterlaceFlags                 0x00
          Interlaced stream or variable: No
          Fields per frame: 2 fields
          Field 1 first: No
          Field pattern: Field 1 only
        bCopyProtect                        0
      VideoStreaming Interface Descriptor:
        bLength                            42
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         1
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                           3840
        wHeight                          2160
        dwMinBitRate                2388787200
        dwMaxBitRate                2985984000
        dwMaxVideoFrameBufferSize    12441600
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  4
        dwFrameInterval( 0)            333333
        dwFrameInterval( 1)            333667
        dwFrameInterval( 2)            400000
        dwFrameInterval( 3)            416666
      VideoStreaming Interface Descriptor:
        bLength                            42
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         2
        bmCapabilities                   0x02
          Still image unsupported
          Fixed frame-rate
        wWidth                           2560
        wHeight                          1440
        dwMinBitRate                1327104000
        dwMaxBitRate                2654208000
        dwMaxVideoFrameBufferSize     5529600
        dwDefaultFrameInterval         166666
        bFrameIntervalType                  4
        dwFrameInterval( 0)            166666
        dwFrameInterval( 1)            166834
        dwFrameInterval( 2)            200000
        dwFrameInterval( 3)            333333
      VideoStreaming Interface Descriptor:
        bLength                            38
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         3
        bmCapabilities                   0x02
          Still image unsupported
          Fixed frame-rate
        wWidth                           2560
        wHeight                          1080
        dwMinBitRate                995328000
        dwMaxBitRate                1990656000
        dwMaxVideoFrameBufferSize     4147200
        dwDefaultFrameInterval         166666
        bFrameIntervalType                  3
        dwFrameInterval( 0)            166666
        dwFrameInterval( 1)            166834
        dwFrameInterval( 2)            333333
      VideoStreaming Interface Descriptor:
        bLength                            58
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         4
        bmCapabilities                   0x02
          Still image unsupported
          Fixed frame-rate
        wWidth                           1920
        wHeight                          1080
        dwMinBitRate                597196800
        dwMaxBitRate                1492992000
        dwMaxVideoFrameBufferSize     3110400
        dwDefaultFrameInterval         166666
        bFrameIntervalType                  8
        dwFrameInterval( 0)             83333
        dwFrameInterval( 1)            166666
        dwFrameInterval( 2)            166834
        dwFrameInterval( 3)            200000
        dwFrameInterval( 4)            333333
        dwFrameInterval( 5)            333667
        dwFrameInterval( 6)            400000
        dwFrameInterval( 7)            416666
      VideoStreaming Interface Descriptor:
        bLength                            50
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         5
        bmCapabilities                   0x02
          Still image unsupported
          Fixed frame-rate
        wWidth                           1280
        wHeight                           720
        dwMinBitRate                276480000
        dwMaxBitRate                663552000
        dwMaxVideoFrameBufferSize     1382400
        dwDefaultFrameInterval         166666
        bFrameIntervalType                  6
        dwFrameInterval( 0)            166666
        dwFrameInterval( 1)            166834
        dwFrameInterval( 2)            200000
        dwFrameInterval( 3)            333333
        dwFrameInterval( 4)            333667
        dwFrameInterval( 5)            400000
      VideoStreaming Interface Descriptor:
        bLength                            34
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         6
        bmCapabilities                   0x02
          Still image unsupported
          Fixed frame-rate
        wWidth                            720
        wHeight                           576
        dwMinBitRate                124416000
        dwMaxBitRate                248832000
        dwMaxVideoFrameBufferSize      622080
        dwDefaultFrameInterval         166666
        bFrameIntervalType                  2
        dwFrameInterval( 0)            200000
        dwFrameInterval( 1)            400000
      VideoStreaming Interface Descriptor:
        bLength                            42
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         7
        bmCapabilities                   0x02
          Still image unsupported
          Fixed frame-rate
        wWidth                            720
        wHeight                           480
        dwMinBitRate                124291584
        dwMaxBitRate                248832000
        dwMaxVideoFrameBufferSize      518400
        dwDefaultFrameInterval         166666
        bFrameIntervalType                  4
        dwFrameInterval( 0)            166666
        dwFrameInterval( 1)            166834
        dwFrameInterval( 2)            333333
        dwFrameInterval( 3)            333667
      VideoStreaming Interface Descriptor:
        bLength                            34
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         8
        bmCapabilities                   0x02
          Still image unsupported
          Fixed frame-rate
        wWidth                            640
        wHeight                           480
        dwMinBitRate                110592000
        dwMaxBitRate                221184000
        dwMaxVideoFrameBufferSize      460800
        dwDefaultFrameInterval         166666
        bFrameIntervalType                  2
        dwFrameInterval( 0)            166666
        dwFrameInterval( 1)            333333
      VideoStreaming Interface Descriptor:
        bLength                             6
        bDescriptorType                    36
        bDescriptorSubtype                 13 (COLORFORMAT)
        bColorPrimaries                     1 (BT.709,sRGB)
        bTransferCharacteristics            1 (BT.709)
        bMatrixCoefficients                 1 (BT.709)
      VideoStreaming Interface Descriptor:
        bLength                            27
        bDescriptorType                    36
        bDescriptorSubtype                  4 (FORMAT_UNCOMPRESSED)
        bFormatIndex                        4
        bNumFrameDescriptors                8
        guidFormat                            {3231564e-0000-0010-8000-00aa00389b71}
        bBitsPerPixel                      12
        bDefaultFrameIndex                  4
        bAspectRatioX                      16
        bAspectRatioY                       9
        bmInterlaceFlags                 0x00
          Interlaced stream or variable: No
          Fields per frame: 2 fields
          Field 1 first: No
          Field pattern: Field 1 only
        bCopyProtect                        0
      VideoStreaming Interface Descriptor:
        bLength                            42
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         1
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                           3840
        wHeight                          2160
        dwMinBitRate                2388787200
        dwMaxBitRate                2985984000
        dwMaxVideoFrameBufferSize    12441600
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  4
        dwFrameInterval( 0)            333333
        dwFrameInterval( 1)            333667
        dwFrameInterval( 2)            400000
        dwFrameInterval( 3)            416666
      VideoStreaming Interface Descriptor:
        bLength                            42
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         2
        bmCapabilities                   0x02
          Still image unsupported
          Fixed frame-rate
        wWidth                           2560
        wHeight                          1440
        dwMinBitRate                1327104000
        dwMaxBitRate                2654208000
        dwMaxVideoFrameBufferSize     5529600
        dwDefaultFrameInterval         166666
        bFrameIntervalType                  4
        dwFrameInterval( 0)            166666
        dwFrameInterval( 1)            166834
        dwFrameInterval( 2)            200000
        dwFrameInterval( 3)            333333
      VideoStreaming Interface Descriptor:
        bLength                            38
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         3
        bmCapabilities                   0x02
          Still image unsupported
          Fixed frame-rate
        wWidth                           2560
        wHeight                          1080
        dwMinBitRate                995328000
        dwMaxBitRate                1990656000
        dwMaxVideoFrameBufferSize     4147200
        dwDefaultFrameInterval         166666
        bFrameIntervalType                  3
        dwFrameInterval( 0)            166666
        dwFrameInterval( 1)            166834
        dwFrameInterval( 2)            333333
      VideoStreaming Interface Descriptor:
        bLength                            58
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         4
        bmCapabilities                   0x02
          Still image unsupported
          Fixed frame-rate
        wWidth                           1920
        wHeight                          1080
        dwMinBitRate                597196800
        dwMaxBitRate                1492992000
        dwMaxVideoFrameBufferSize     3110400
        dwDefaultFrameInterval         166666
        bFrameIntervalType                  8
        dwFrameInterval( 0)             83333
        dwFrameInterval( 1)            166666
        dwFrameInterval( 2)            166834
        dwFrameInterval( 3)            200000
        dwFrameInterval( 4)            333333
        dwFrameInterval( 5)            333667
        dwFrameInterval( 6)            400000
        dwFrameInterval( 7)            416666
      VideoStreaming Interface Descriptor:
        bLength                            50
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         5
        bmCapabilities                   0x02
          Still image unsupported
          Fixed frame-rate
        wWidth                           1280
        wHeight                           720
        dwMinBitRate                276480000
        dwMaxBitRate                663552000
        dwMaxVideoFrameBufferSize     1382400
        dwDefaultFrameInterval         166666
        bFrameIntervalType                  6
        dwFrameInterval( 0)            166666
        dwFrameInterval( 1)            166834
        dwFrameInterval( 2)            200000
        dwFrameInterval( 3)            333333
        dwFrameInterval( 4)            333667
        dwFrameInterval( 5)            400000
      VideoStreaming Interface Descriptor:
        bLength                            34
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         6
        bmCapabilities                   0x02
          Still image unsupported
          Fixed frame-rate
        wWidth                            720
        wHeight                           576
        dwMinBitRate                124416000
        dwMaxBitRate                248832000
        dwMaxVideoFrameBufferSize      622080
        dwDefaultFrameInterval         166666
        bFrameIntervalType                  2
        dwFrameInterval( 0)            200000
        dwFrameInterval( 1)            400000
      VideoStreaming Interface Descriptor:
        bLength                            42
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         7
        bmCapabilities                   0x02
          Still image unsupported
          Fixed frame-rate
        wWidth                            720
        wHeight                           480
        dwMinBitRate                124291584
        dwMaxBitRate                248832000
        dwMaxVideoFrameBufferSize      518400
        dwDefaultFrameInterval         166666
        bFrameIntervalType                  4
        dwFrameInterval( 0)            166666
        dwFrameInterval( 1)            166834
        dwFrameInterval( 2)            333333
        dwFrameInterval( 3)            333667
      VideoStreaming Interface Descriptor:
        bLength                            34
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         8
        bmCapabilities                   0x02
          Still image unsupported
          Fixed frame-rate
        wWidth                            640
        wHeight                           480
        dwMinBitRate                110592000
        dwMaxBitRate                221184000
        dwMaxVideoFrameBufferSize      460800
        dwDefaultFrameInterval         166666
        bFrameIntervalType                  2
        dwFrameInterval( 0)            166666
        dwFrameInterval( 1)            333333
      VideoStreaming Interface Descriptor:
        bLength                             6
        bDescriptorType                    36
        bDescriptorSubtype                 13 (COLORFORMAT)
        bColorPrimaries                     1 (BT.709,sRGB)
        bTransferCharacteristics            1 (BT.709)
        bMatrixCoefficients                 1 (BT.709)
      VideoStreaming Interface Descriptor:
        bLength                            27
        bDescriptorType                    36
        bDescriptorSubtype                  4 (FORMAT_UNCOMPRESSED)
        bFormatIndex                        6
        bNumFrameDescriptors                7
        guidFormat                            {e436eb7d-524f-11ce-9f53-0020af0ba770}
        bBitsPerPixel                      24
        bDefaultFrameIndex                  3
        bAspectRatioX                      16
        bAspectRatioY                       9
        bmInterlaceFlags                 0x00
          Interlaced stream or variable: No
          Fields per frame: 2 fields
          Field 1 first: No
          Field pattern: Field 1 only
        bCopyProtect                        0
      VideoStreaming Interface Descriptor:
        bLength                            30
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         1
        bmCapabilities                   0x02
          Still image unsupported
          Fixed frame-rate
        wWidth                           2560
        wHeight                          1440
        dwMinBitRate                2654208000
        dwMaxBitRate                2654208000
        dwMaxVideoFrameBufferSize    11059200
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  1
        dwFrameInterval( 0)            333333
      VideoStreaming Interface Descriptor:
        bLength                            30
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         2
        bmCapabilities                   0x02
          Still image unsupported
          Fixed frame-rate
        wWidth                           2560
        wHeight                          1080
        dwMinBitRate                1990656000
        dwMaxBitRate                1990656000
        dwMaxVideoFrameBufferSize     8294400
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  1
        dwFrameInterval( 0)            333333
      VideoStreaming Interface Descriptor:
        bLength                            54
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         3
        bmCapabilities                   0x02
          Still image unsupported
          Fixed frame-rate
        wWidth                           1920
        wHeight                          1080
        dwMinBitRate                1194393600
        dwMaxBitRate                2985984000
        dwMaxVideoFrameBufferSize     6220800
        dwDefaultFrameInterval         166666
        bFrameIntervalType                  7
        dwFrameInterval( 0)            166666
        dwFrameInterval( 1)            166834
        dwFrameInterval( 2)            200000
        dwFrameInterval( 3)            333333
        dwFrameInterval( 4)            333667
        dwFrameInterval( 5)            400000
        dwFrameInterval( 6)            416666
      VideoStreaming Interface Descriptor:
        bLength                            50
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         4
        bmCapabilities                   0x02
          Still image unsupported
          Fixed frame-rate
        wWidth                           1280
        wHeight                           720
        dwMinBitRate                552960000
        dwMaxBitRate                1327104000
        dwMaxVideoFrameBufferSize     2764800
        dwDefaultFrameInterval         166666
        bFrameIntervalType                  6
        dwFrameInterval( 0)            166666
        dwFrameInterval( 1)            166834
        dwFrameInterval( 2)            200000
        dwFrameInterval( 3)            333333
        dwFrameInterval( 4)            333667
        dwFrameInterval( 5)            400000
      VideoStreaming Interface Descriptor:
        bLength                            34
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         5
        bmCapabilities                   0x02
          Still image unsupported
          Fixed frame-rate
        wWidth                            720
        wHeight                           576
        dwMinBitRate                248832000
        dwMaxBitRate                497664000
        dwMaxVideoFrameBufferSize     1244160
        dwDefaultFrameInterval         200000
        bFrameIntervalType                  2
        dwFrameInterval( 0)            200000
        dwFrameInterval( 1)            400000
      VideoStreaming Interface Descriptor:
        bLength                            42
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         6
        bmCapabilities                   0x02
          Still image unsupported
          Fixed frame-rate
        wWidth                            720
        wHeight                           480
        dwMinBitRate                248583168
        dwMaxBitRate                497664000
        dwMaxVideoFrameBufferSize     1036800
        dwDefaultFrameInterval         166666
        bFrameIntervalType                  4
        dwFrameInterval( 0)            166666
        dwFrameInterval( 1)            166834
        dwFrameInterval( 2)            333333
        dwFrameInterval( 3)            333667
      VideoStreaming Interface Descriptor:
        bLength                            34
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         7
        bmCapabilities                   0x02
          Still image unsupported
          Fixed frame-rate
        wWidth                            640
        wHeight                           480
        dwMinBitRate                221184000
        dwMaxBitRate                442368000
        dwMaxVideoFrameBufferSize      921600
        dwDefaultFrameInterval         166666
        bFrameIntervalType                  2
        dwFrameInterval( 0)            166666
        dwFrameInterval( 1)            333333
      VideoStreaming Interface Descriptor:
        bLength                             6
        bDescriptorType                    36
        bDescriptorSubtype                 13 (COLORFORMAT)
        bColorPrimaries                     1 (BT.709,sRGB)
        bTransferCharacteristics            1 (BT.709)
        bMatrixCoefficients                 1 (BT.709)
      VideoStreaming Interface Descriptor:
        bLength                            27
        bDescriptorType                    36
        bDescriptorSubtype                  4 (FORMAT_UNCOMPRESSED)
        bFormatIndex                        8
        bNumFrameDescriptors                7
        guidFormat                            {30313050-0000-0010-8000-00aa00389b71}
        bBitsPerPixel                      24
        bDefaultFrameIndex                  3
        bAspectRatioX                      16
        bAspectRatioY                       9
        bmInterlaceFlags                 0x00
          Interlaced stream or variable: No
          Fields per frame: 2 fields
          Field 1 first: No
          Field pattern: Field 1 only
        bCopyProtect                        0
      VideoStreaming Interface Descriptor:
        bLength                            30
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         1
        bmCapabilities                   0x02
          Still image unsupported
          Fixed frame-rate
        wWidth                           2560
        wHeight                          1440
        dwMinBitRate                2654208000
        dwMaxBitRate                2654208000
        dwMaxVideoFrameBufferSize    11059200
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  1
        dwFrameInterval( 0)            333333
      VideoStreaming Interface Descriptor:
        bLength                            30
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         2
        bmCapabilities                   0x02
          Still image unsupported
          Fixed frame-rate
        wWidth                           2560
        wHeight                          1080
        dwMinBitRate                1990656000
        dwMaxBitRate                1990656000
        dwMaxVideoFrameBufferSize     8294400
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  1
        dwFrameInterval( 0)            333333
      VideoStreaming Interface Descriptor:
        bLength                            54
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         3
        bmCapabilities                   0x02
          Still image unsupported
          Fixed frame-rate
        wWidth                           1920
        wHeight                          1080
        dwMinBitRate                1194393600
        dwMaxBitRate                2985984000
        dwMaxVideoFrameBufferSize     6220800
        dwDefaultFrameInterval         166666
        bFrameIntervalType                  7
        dwFrameInterval( 0)            166666
        dwFrameInterval( 1)            166834
        dwFrameInterval( 2)            200000
        dwFrameInterval( 3)            333333
        dwFrameInterval( 4)            333667
        dwFrameInterval( 5)            400000
        dwFrameInterval( 6)            416666
      VideoStreaming Interface Descriptor:
        bLength                            50
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         4
        bmCapabilities                   0x02
          Still image unsupported
          Fixed frame-rate
        wWidth                           1280
        wHeight                           720
        dwMinBitRate                552960000
        dwMaxBitRate                1327104000
        dwMaxVideoFrameBufferSize     2764800
        dwDefaultFrameInterval         166666
        bFrameIntervalType                  6
        dwFrameInterval( 0)            166666
        dwFrameInterval( 1)            166834
        dwFrameInterval( 2)            200000
        dwFrameInterval( 3)            333333
        dwFrameInterval( 4)            333667
        dwFrameInterval( 5)            400000
      VideoStreaming Interface Descriptor:
        bLength                            34
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         5
        bmCapabilities                   0x02
          Still image unsupported
          Fixed frame-rate
        wWidth                            720
        wHeight                           576
        dwMinBitRate                248832000
        dwMaxBitRate                497664000
        dwMaxVideoFrameBufferSize     1244160
        dwDefaultFrameInterval         200000
        bFrameIntervalType                  2
        dwFrameInterval( 0)            200000
        dwFrameInterval( 1)            400000
      VideoStreaming Interface Descriptor:
        bLength                            42
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         6
        bmCapabilities                   0x02
          Still image unsupported
          Fixed frame-rate
        wWidth                            720
        wHeight                           480
        dwMinBitRate                248583168
        dwMaxBitRate                497664000
        dwMaxVideoFrameBufferSize     1036800
        dwDefaultFrameInterval         166666
        bFrameIntervalType                  4
        dwFrameInterval( 0)            166666
        dwFrameInterval( 1)            166834
        dwFrameInterval( 2)            333333
        dwFrameInterval( 3)            333667
      VideoStreaming Interface Descriptor:
        bLength                            34
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         7
        bmCapabilities                   0x02
          Still image unsupported
          Fixed frame-rate
        wWidth                            640
        wHeight                           480
        dwMinBitRate                221184000
        dwMaxBitRate                442368000
        dwMaxVideoFrameBufferSize      921600
        dwDefaultFrameInterval         166666
        bFrameIntervalType                  2
        dwFrameInterval( 0)            166666
        dwFrameInterval( 1)            333333
      VideoStreaming Interface Descriptor:
        bLength                             6
        bDescriptorType                    36
        bDescriptorSubtype                 13 (COLORFORMAT)
        bColorPrimaries                     1 (BT.709,sRGB)
        bTransferCharacteristics            1 (BT.709)
        bMatrixCoefficients                 1 (BT.709)
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0400  1x 1024 bytes
        bInterval               1
        bMaxBurst              15
    Interface Association:
      bLength                 8
      bDescriptorType        11
      bFirstInterface         2
      bInterfaceCount         2
      bFunctionClass          1 Audio
      bFunctionSubClass       1 Control Device
      bFunctionProtocol       0 
      iFunction               4 Live Gamer Ultra-Audio
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        2
      bAlternateSetting       0
      bNumEndpoints           0
      bInterfaceClass         1 Audio
      bInterfaceSubClass      1 Control Device
      bInterfaceProtocol      0 
      iInterface              4 Live Gamer Ultra-Audio
      AudioControl Interface Descriptor:
        bLength                 9
        bDescriptorType        36
        bDescriptorSubtype      1 (HEADER)
        bcdADC               1.00
        wTotalLength       0x002f
        bInCollection           1
        baInterfaceNr(0)        3
      AudioControl Interface Descriptor:
        bLength                12
        bDescriptorType        36
        bDescriptorSubtype      2 (INPUT_TERMINAL)
        bTerminalID             1
        wTerminalType      0x0602 Digital Audio Interface
        bAssocTerminal          0
        bNrChannels             2
        wChannelConfig     0x0003
          Left Front (L)
          Right Front (R)
        iChannelNames           0 
        iTerminal               7 HDMI
      AudioControl Interface Descriptor:
        bLength                 9
        bDescriptorType        36
        bDescriptorSubtype      3 (OUTPUT_TERMINAL)
        bTerminalID             9
        wTerminalType      0x0101 USB Streaming
        bAssocTerminal          0
        bSourceID               1
        iTerminal               0 
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        3
      bAlternateSetting       0
      bNumEndpoints           0
      bInterfaceClass         1 Audio
      bInterfaceSubClass      2 Streaming
      bInterfaceProtocol      0 
      iInterface              4 Live Gamer Ultra-Audio
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        3
      bAlternateSetting       1
      bNumEndpoints           1
      bInterfaceClass         1 Audio
      bInterfaceSubClass      2 Streaming
      bInterfaceProtocol      0 
      iInterface              4 Live Gamer Ultra-Audio
      AudioStreaming Interface Descriptor:
        bLength                 7
        bDescriptorType        36
        bDescriptorSubtype      1 (AS_GENERAL)
        bTerminalLink           9
        bDelay                  1 frames
        wFormatTag         0x0001 PCM
      AudioStreaming Interface Descriptor:
        bLength                11
        bDescriptorType        36
        bDescriptorSubtype      2 (FORMAT_TYPE)
        bFormatType             1 (FORMAT_TYPE_I)
        bNrChannels             2
        bSubframeSize           2
        bBitResolution         16
        bSamFreqType            1 Discrete
        tSamFreq[ 0]        48000
      Endpoint Descriptor:
        bLength                 9
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x00c0  1x 192 bytes
        bInterval               4
        bRefresh                0
        bSynchAddress           0
        bMaxBurst               0
        AudioStreaming Endpoint Descriptor:
          bLength                 7
          bDescriptorType        37
          bDescriptorSubtype      1 (EP_GENERAL)
          bmAttributes         0x00
          bLockDelayUnits         0 Undefined
          wLockDelay         0x0000
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        4
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         3 Human Interface Device
      bInterfaceSubClass      0 
      bInterfaceProtocol      0 
      iInterface              0 
        HID Device Descriptor:
          bLength                 9
          bDescriptorType        33
          bcdHID               1.11
          bCountryCode            0 Not supported
          bNumDescriptors         1
          bDescriptorType        34 Report
          wDescriptorLength      54
         Report Descriptors: 
           ** UNAVAILABLE **
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x87  EP 7 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0106  1x 262 bytes
        bInterval              10
        bMaxBurst               0
Binary Object Store Descriptor:
  bLength                 5
  bDescriptorType        15
  wTotalLength       0x0016
  bNumDeviceCaps          2
  USB 2.0 Extension Device Capability:
    bLength                 7
    bDescriptorType        16
    bDevCapabilityType      2
    bmAttributes   0x00000000
      (Missing must-be-set LPM bit!)
  SuperSpeed USB Device Capability:
    bLength                10
    bDescriptorType        16
    bDevCapabilityType      3
    bmAttributes         0x00
    wSpeedsSupported   0x000e
      Device can operate at Full Speed (12Mbps)
      Device can operate at High Speed (480Mbps)
      Device can operate at SuperSpeed (5Gbps)
    bFunctionalitySupport   3
      Lowest fully-functional device speed is SuperSpeed (5Gbps)
    bU1DevExitLat           0 micro seconds
    bU2DevExitLat           0 micro seconds
can't get debug descriptor: Resource temporarily unavailable
Device Status:     0x0000
  (Bus Powered)
[root@localhost ~]# 

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

* Re: Kernel error "Unknown pixelformat 0x00000000" occurs when I start capture video
  2019-01-08 15:16     ` Mauro Carvalho Chehab
@ 2019-01-08 15:55       ` Laurent Pinchart
  0 siblings, 0 replies; 19+ messages in thread
From: Laurent Pinchart @ 2019-01-08 15:55 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: Mikhail Gavrilov, linux-media

On Tuesday, 8 January 2019 17:16:21 EET Mauro Carvalho Chehab wrote:
> Em Tue, 08 Jan 2019 16:54:41 +0200 Laurent Pinchart escreveu:
> > On Tuesday, 8 January 2019 16:45:37 EET Mauro Carvalho Chehab wrote:
> >> Em Sun, 6 Jan 2019 01:05:16 +0500 Mikhail Gavrilov escreveu:
> >>> Hi folks!
> >>> Every time when I start capture video from external capture card
> >>> Avermedia Live Gamer ULTRA GC553
> >>> (https://www.avermedia.com/gaming/product/game_capture/live_gamer_ultr
> >>> a_gc553)
> >> 
> >> What's the driver used by this device?
> >> 
> >> A quick browsing at the Avermedia page you pointed, it indicates that
> >> this should be using the UVC driver:
> >> 
> >> 	"The LGU takes full advantage of UVC technology, which
> >> 	 basically standardizes video drivers across Windows and Mac.
> >> 	 In other words, all you need to do is plug your LGU to
> >> 	 your PC or Mac and it’s ready to record and stream."
> >> 
> >> So, I *suspect* that it uses the uvcvideo driver, but better to
> >> double check.
> > 
> > Given the full kernel log part of the original message,
> > 
> > [    5.184850] uvcvideo: Unknown video format
> > 30313050-0000-0010-8000-00aa00389b71
> 
> Hmm... according with:
> 	https://gix.github.io/media-types/
> 
> It seems to be this one ('P010'):
> 
> {30313050-0000-0010-8000-00AA00389B71} (MFVideoFormat_P010)MFMS
> {30313050-0000-0010-8000-00AA00389B71} (MEDIASUBTYPE_P010)DSMS
> 
> YUV planar 4:2:0 10 bits.
> 
> If so, there's a description here:
> 
> 	https://docs.microsoft.com/en-us/windows/desktop/medfound/10-bit-and-16-bit
> -yuv-video-formats

That seems to match. The problem should then be easy to fix, but we need to 
add a corresponding fourcc to the V4L2 API, and matching documentation. Any 
volunteer ? :-)

-- 
Regards,

Laurent Pinchart




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

* Re: Kernel error "Unknown pixelformat 0x00000000" occurs when I start capture video
  2019-01-08 15:18     ` Mikhail Gavrilov
@ 2019-01-08 15:58       ` Laurent Pinchart
  2019-01-08 16:11         ` Mikhail Gavrilov
  0 siblings, 1 reply; 19+ messages in thread
From: Laurent Pinchart @ 2019-01-08 15:58 UTC (permalink / raw)
  To: Mikhail Gavrilov; +Cc: Mauro Carvalho Chehab, linux-media

Hi Mikhail,

On Tuesday, 8 January 2019 17:18:15 EET Mikhail Gavrilov wrote:
> On Tue, 8 Jan 2019 at 19:53, Laurent Pinchart
> 
> <laurent.pinchart@ideasonboard.com> wrote:
> > Mikhail, could you please post the output of
> > 
> > lsusb -v -d 07ca:0553
> > 
> > if possible running as root ?
> 
> yes, attached here.

Thank you.

Your device exposes five formats: YUY2 (YUYV), YV12 (YVU420), NV12, P010 and 
BGR3 (BGR24). They are all supported by V4L2 and the uvcvideo driver except 
for the P010 format. This would be easy to fix in the uvcvideo driver if it 
wasn't for the fact that the P010 format isn't support by V4L2. Adding support 
for it isn't difficult, but I don't have time to do this myself at the moment. 
Would you consider volunteering if I guide you ? :-)

-- 
Regards,

Laurent Pinchart




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

* Re: Kernel error "Unknown pixelformat 0x00000000" occurs when I start capture video
  2019-01-08 15:58       ` Laurent Pinchart
@ 2019-01-08 16:11         ` Mikhail Gavrilov
  2019-01-08 18:49           ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 19+ messages in thread
From: Mikhail Gavrilov @ 2019-01-08 16:11 UTC (permalink / raw)
  To: Laurent Pinchart; +Cc: Mauro Carvalho Chehab, linux-media

On Tue, 8 Jan 2019 at 20:57, Laurent Pinchart
<laurent.pinchart@ideasonboard.com> wrote:
>
> Thank you.
>
> Your device exposes five formats: YUY2 (YUYV), YV12 (YVU420), NV12, P010 and
> BGR3 (BGR24). They are all supported by V4L2 and the uvcvideo driver except
> for the P010 format. This would be easy to fix in the uvcvideo driver if it
> wasn't for the fact that the P010 format isn't support by V4L2. Adding support
> for it isn't difficult, but I don't have time to do this myself at the moment.
> Would you consider volunteering if I guide you ? :-)
>

Sure, I'd be happy to help. What is required of me?

--
Best Regards,
Mike Gavrilov.

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

* Re: Kernel error "Unknown pixelformat 0x00000000" occurs when I start capture video
  2019-01-08 16:11         ` Mikhail Gavrilov
@ 2019-01-08 18:49           ` Mauro Carvalho Chehab
  2019-01-08 19:00             ` Mauro Carvalho Chehab
                               ` (2 more replies)
  0 siblings, 3 replies; 19+ messages in thread
From: Mauro Carvalho Chehab @ 2019-01-08 18:49 UTC (permalink / raw)
  To: Mikhail Gavrilov; +Cc: Laurent Pinchart, linux-media

Em Tue, 8 Jan 2019 21:11:41 +0500
Mikhail Gavrilov <mikhail.v.gavrilov@gmail.com> escreveu:

> On Tue, 8 Jan 2019 at 20:57, Laurent Pinchart
> <laurent.pinchart@ideasonboard.com> wrote:
> >
> > Thank you.
> >
> > Your device exposes five formats: YUY2 (YUYV), YV12 (YVU420), NV12, P010 and
> > BGR3 (BGR24). They are all supported by V4L2 and the uvcvideo driver except
> > for the P010 format. This would be easy to fix in the uvcvideo driver if it
> > wasn't for the fact that the P010 format isn't support by V4L2. Adding support
> > for it isn't difficult, but I don't have time to do this myself at the moment.
> > Would you consider volunteering if I guide you ? :-)
> >  
> 
> Sure, I'd be happy to help. What is required of me?

It shouldn't be hard. 

First, you need to add the new format at include/uapi/linux/videodev2.h,
like this one:

	#define V4L2_PIX_FMT_YUV420M v4l2_fourcc('Y', 'M', '1', '2') /* 12  YUV420 planar */

Please put it together with the other YUV formats.

As the fourcc "P010" was not used on Linux yet, you could use it,
e. g., something like:

	#define V4L2_PIX_FMT_YUV_P10 v4l2_fourcc('P', '0', '1', '0') /* 10  YUV420 planar */

You need then to document it. Each V4L2 format should have a description, 
like this:

	https://linuxtv.org/downloads/v4l-dvb-apis-new/uapi/v4l/pixfmt-yuv420m.html

This is generated via a text file (using ReST syntax). On the above example,
it is produced by this file:

	https://git.linuxtv.org/media_tree.git/tree/Documentation/media/uapi/v4l/pixfmt-yuv420m.rst

Writing it would take a little more time, but, provided that you don't 
copy what's written from external docs, you could take a look at the
Internet for the P010 descriptions, and use the pixfmt-yuy420m.rst file
as the basis for a new pixfmt-p010.rst file.

This will produce a patch similar to this one:

	https://git.linuxtv.org/media_tree.git/commit/?id=5df082e2312c

Finally, you need to teach the uvc driver that it should report P010
format, instead of 0x00000000, by adding it at uvc_format_desc uvc_fmts,
with the corresponding UVC GUID. We usually do this on a separate patch.
Something like this:

	https://git.linuxtv.org/media_tree.git/commit/?id=6ea0d588d35b

Once you have the patches, submit it to the ML :-)

You could take a look at the LinuxTV wiki page about how to submit,
at the developer's section:

	https://linuxtv.org/wiki/index.php/Developer_section

In particular, take a look at "Submitting Your Work" section there.

Thanks,
Mauro

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

* Re: Kernel error "Unknown pixelformat 0x00000000" occurs when I start capture video
  2019-01-08 18:49           ` Mauro Carvalho Chehab
@ 2019-01-08 19:00             ` Mauro Carvalho Chehab
  2019-01-09  3:51               ` Mikhail Gavrilov
  2019-01-08 21:29             ` Laurent Pinchart
  2019-01-09 12:19             ` Sakari Ailus
  2 siblings, 1 reply; 19+ messages in thread
From: Mauro Carvalho Chehab @ 2019-01-08 19:00 UTC (permalink / raw)
  To: Mikhail Gavrilov; +Cc: Laurent Pinchart, linux-media

Em Tue, 8 Jan 2019 16:49:16 -0200
Mauro Carvalho Chehab <mchehab+samsung@kernel.org> escreveu:

> Em Tue, 8 Jan 2019 21:11:41 +0500
> Mikhail Gavrilov <mikhail.v.gavrilov@gmail.com> escreveu:
> 
> > On Tue, 8 Jan 2019 at 20:57, Laurent Pinchart
> > <laurent.pinchart@ideasonboard.com> wrote:  
> > >
> > > Thank you.
> > >
> > > Your device exposes five formats: YUY2 (YUYV), YV12 (YVU420), NV12, P010 and
> > > BGR3 (BGR24). They are all supported by V4L2 and the uvcvideo driver except
> > > for the P010 format. This would be easy to fix in the uvcvideo driver if it
> > > wasn't for the fact that the P010 format isn't support by V4L2. Adding support
> > > for it isn't difficult, but I don't have time to do this myself at the moment.
> > > Would you consider volunteering if I guide you ? :-)
> > >    
> > 
> > Sure, I'd be happy to help. What is required of me?  
> 
> It shouldn't be hard. 
> 
> First, you need to add the new format at include/uapi/linux/videodev2.h,
> like this one:
> 
> 	#define V4L2_PIX_FMT_YUV420M v4l2_fourcc('Y', 'M', '1', '2') /* 12  YUV420 planar */
> 
> Please put it together with the other YUV formats.
> 
> As the fourcc "P010" was not used on Linux yet, you could use it,
> e. g., something like:
> 
> 	#define V4L2_PIX_FMT_YUV_P10 v4l2_fourcc('P', '0', '1', '0') /* 10  YUV420 planar */
> 
> You need then to document it. Each V4L2 format should have a description, 
> like this:
> 
> 	https://linuxtv.org/downloads/v4l-dvb-apis-new/uapi/v4l/pixfmt-yuv420m.html
> 
> This is generated via a text file (using ReST syntax). On the above example,
> it is produced by this file:
> 
> 	https://git.linuxtv.org/media_tree.git/tree/Documentation/media/uapi/v4l/pixfmt-yuv420m.rst
> 
> Writing it would take a little more time, but, provided that you don't 
> copy what's written from external docs, you could take a look at the
> Internet for the P010 descriptions, and use the pixfmt-yuy420m.rst file
> as the basis for a new pixfmt-p010.rst file.
> 
> This will produce a patch similar to this one:
> 
> 	https://git.linuxtv.org/media_tree.git/commit/?id=5df082e2312c
> 
> Finally, you need to teach the uvc driver that it should report P010
> format, instead of 0x00000000, by adding it at uvc_format_desc uvc_fmts,
> with the corresponding UVC GUID. We usually do this on a separate patch.
> Something like this:

> 	https://git.linuxtv.org/media_tree.git/commit/?id=6ea0d588d35b
Sorry. Wrong link. Please ignore it.

I meant to say, instead:
	https://git.linuxtv.org/media_tree.git/commit/?id=557a5c7fe6503230f6a3a41441981aed6e897d17

> 
> Once you have the patches, submit it to the ML :-)
> 
> You could take a look at the LinuxTV wiki page about how to submit,
> at the developer's section:
> 
> 	https://linuxtv.org/wiki/index.php/Developer_section
> 
> In particular, take a look at "Submitting Your Work" section there.
> 
> Thanks,
> Mauro



Thanks,
Mauro

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

* Re: Kernel error "Unknown pixelformat 0x00000000" occurs when I start capture video
  2019-01-08 18:49           ` Mauro Carvalho Chehab
  2019-01-08 19:00             ` Mauro Carvalho Chehab
@ 2019-01-08 21:29             ` Laurent Pinchart
  2019-01-09 12:19             ` Sakari Ailus
  2 siblings, 0 replies; 19+ messages in thread
From: Laurent Pinchart @ 2019-01-08 21:29 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: Mikhail Gavrilov, linux-media

Hi Mauro,

On Tuesday, 8 January 2019 20:49:16 EET Mauro Carvalho Chehab wrote:
> Em Tue, 8 Jan 2019 21:11:41 +0500 Mikhail Gavrilov escreveu:
> > On Tue, 8 Jan 2019 at 20:57, Laurent Pinchart wrote:
> >> Thank you.
> >> 
> >> Your device exposes five formats: YUY2 (YUYV), YV12 (YVU420), NV12, P010
> >> and BGR3 (BGR24). They are all supported by V4L2 and the uvcvideo
> >> driver except for the P010 format. This would be easy to fix in the
> >> uvcvideo driver if it wasn't for the fact that the P010 format isn't
> >> support by V4L2. Adding support for it isn't difficult, but I don't
> >> have time to do this myself at the moment. Would you consider
> >> volunteering if I guide you ? :-)
> > 
> > Sure, I'd be happy to help. What is required of me?
> 
> It shouldn't be hard.

Thank you for the detailed and clear explanation.

> First, you need to add the new format at include/uapi/linux/videodev2.h,
> like this one:
> 
> 	#define V4L2_PIX_FMT_YUV420M v4l2_fourcc('Y', 'M', '1', '2') /* 12  YUV420
> planar */
> 
> Please put it together with the other YUV formats.
> 
> As the fourcc "P010" was not used on Linux yet, you could use it,
> e. g., something like:
> 
> 	#define V4L2_PIX_FMT_YUV_P10 v4l2_fourcc('P', '0', '1', '0') /* 10  YUV420
> planar */
> 
> You need then to document it. Each V4L2 format should have a description,
> like this:
> 
> 	https://linuxtv.org/downloads/v4l-dvb-apis-new/uapi/v4l/pixfmt-yuv420m.html
> 
> This is generated via a text file (using ReST syntax). On the above example,
> it is produced by this file:
> 
> 	https://git.linuxtv.org/media_tree.git/tree/Documentation/media/uapi/v4l/pi
> xfmt-yuv420m.rst
> 
> Writing it would take a little more time, but, provided that you don't
> copy what's written from external docs, you could take a look at the
> Internet for the P010 descriptions, and use the pixfmt-yuy420m.rst file
> as the basis for a new pixfmt-p010.rst file.
> 
> This will produce a patch similar to this one:
> 
> 	https://git.linuxtv.org/media_tree.git/commit/?id=5df082e2312c
> 
> Finally, you need to teach the uvc driver that it should report P010
> format, instead of 0x00000000, by adding it at uvc_format_desc uvc_fmts,
> with the corresponding UVC GUID. We usually do this on a separate patch.
> Something like this:
> 
> 	https://git.linuxtv.org/media_tree.git/commit/?id=6ea0d588d35b
> 
> Once you have the patches, submit it to the ML :-)
> 
> You could take a look at the LinuxTV wiki page about how to submit,
> at the developer's section:
> 
> 	https://linuxtv.org/wiki/index.php/Developer_section
> 
> In particular, take a look at "Submitting Your Work" section there.

-- 
Regards,

Laurent Pinchart




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

* Re: Kernel error "Unknown pixelformat 0x00000000" occurs when I start capture video
  2019-01-08 19:00             ` Mauro Carvalho Chehab
@ 2019-01-09  3:51               ` Mikhail Gavrilov
  2019-01-09 12:03                 ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 19+ messages in thread
From: Mikhail Gavrilov @ 2019-01-09  3:51 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: Laurent Pinchart, linux-media

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

I upgraded kernel to 5.0 rc1 and the error message  "Unknown
pixelformat 0x00000000" are disappeared.

Instead I see not obvious message "uvcvideo: Non-zero status (-71) in
video completion handler."
Maybe in this case better to write "Video format XXX not supported" ?
It would help quickly understand that is culprit here.


--
Best Regards,
Mike Gavrilov.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: dmesg.txt --]
[-- Type: text/plain; charset="US-ASCII"; name="dmesg.txt", Size: 95249 bytes --]

[    0.000000] Linux version 5.0.0-0.rc1.git0.1.fc30.x86_64 (mockbuild@bkernel04.phx2.fedoraproject.org) (gcc version 8.2.1 20181215 (Red Hat 8.2.1-6) (GCC)) #1 SMP Mon Jan 7 16:12:51 UTC 2019
[    0.000000] Command line: BOOT_IMAGE=(hd1,gpt2)/boot/vmlinuz-5.0.0-0.rc1.git0.1.fc30.x86_64 root=UUID=1f9a5daa-5bbb-4e44-99aa-ce4a83d40619 ro resume=UUID=c1820a2a-10ac-4ff7-a086-e73a4fc14c2d rhgb mem_encrypt=off scsi_mod.use_blk_mq=1 log_buf_len=4M
[    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: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009cfffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009d00000-0x0000000009ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a209fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000000a20a000-0x000000000affffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000b000000-0x000000000b01ffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000b020000-0x00000000da043fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000da044000-0x00000000db540fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000db541000-0x00000000db568fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000db569000-0x00000000dba19fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000dba1a000-0x00000000dc591fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000dc592000-0x00000000deffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000df000000-0x00000000dfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd100000-0x00000000fdffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000081f37ffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0xccb06018-0xccb17057] usable ==> usable
[    0.000000] e820: update [mem 0xccb06018-0xccb17057] usable ==> usable
[    0.000000] e820: update [mem 0xccaec018-0xccb05457] usable ==> usable
[    0.000000] e820: update [mem 0xccaec018-0xccb05457] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000009cfffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000009d00000-0x0000000009ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000000a000000-0x000000000a1fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000000a200000-0x000000000a209fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000000a20a000-0x000000000affffff] usable
[    0.000000] reserve setup_data: [mem 0x000000000b000000-0x000000000b01ffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000000b020000-0x00000000ccaec017] usable
[    0.000000] reserve setup_data: [mem 0x00000000ccaec018-0x00000000ccb05457] usable
[    0.000000] reserve setup_data: [mem 0x00000000ccb05458-0x00000000ccb06017] usable
[    0.000000] reserve setup_data: [mem 0x00000000ccb06018-0x00000000ccb17057] usable
[    0.000000] reserve setup_data: [mem 0x00000000ccb17058-0x00000000da043fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000da044000-0x00000000db540fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000db541000-0x00000000db568fff] ACPI data
[    0.000000] reserve setup_data: [mem 0x00000000db569000-0x00000000dba19fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000dba1a000-0x00000000dc591fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000dc592000-0x00000000deffffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000df000000-0x00000000dfffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd100000-0x00000000fdffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000081f37ffff] usable
[    0.000000] efi: EFI v2.60 by American Megatrends
[    0.000000] efi:  ACPI 2.0=0xdb549000  ACPI=0xdb549000  SMBIOS=0xdc455000  SMBIOS 3.0=0xdc454000  ESRT=0xd7d1b818  MEMATTR=0xd5f50018 
[    0.000000] secureboot: Secure boot disabled
[    0.000000] SMBIOS 3.1.1 present.
[    0.000000] DMI: System manufacturer System Product Name/ROG STRIX X470-I GAMING, BIOS 1103 11/16/2018
[    0.000000] tsc: Fast TSC calibration failed
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] last_pfn = 0x81f380 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF write-through
[    0.000000]   C0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000000 mask FFFF80000000 write-back
[    0.000000]   1 base 000080000000 mask FFFFC0000000 write-back
[    0.000000]   2 base 0000C0000000 mask FFFFE0000000 write-back
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] TOM2: 0000000820000000 aka 33280M
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000000] e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved
[    0.000000] last_pfn = 0xdf000 max_arch_pfn = 0x400000000
[    0.000000] esrt: Reserving ESRT space from 0x00000000d7d1b818 to 0x00000000d7d1b850.
[    0.000000] Base memory trampoline at [(____ptrval____)] 96000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x528001000, 0x528001fff] PGTABLE
[    0.000000] BRK [0x528002000, 0x528002fff] PGTABLE
[    0.000000] BRK [0x528003000, 0x528003fff] PGTABLE
[    0.000000] BRK [0x528004000, 0x528004fff] PGTABLE
[    0.000000] BRK [0x528005000, 0x528005fff] PGTABLE
[    0.000000] BRK [0x528006000, 0x528006fff] PGTABLE
[    0.000000] BRK [0x528007000, 0x528007fff] PGTABLE
[    0.000000] BRK [0x528008000, 0x528008fff] PGTABLE
[    0.000000] BRK [0x528009000, 0x528009fff] PGTABLE
[    0.000000] BRK [0x52800a000, 0x52800afff] PGTABLE
[    0.000000] BRK [0x52800b000, 0x52800bfff] PGTABLE
[    0.000000] BRK [0x52800c000, 0x52800cfff] PGTABLE
[    0.000000] printk: log_buf_len: 4194304 bytes
[    0.000000] printk: early log buf free: 253180(96%)
[    0.000000] RAMDISK: [mem 0x5c515000-0x5e06dfff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000DB549000 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 0x00000000DB549098 0000A4 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x00000000DB557490 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock has valid Length but zero Address: 0x0000000000000000/0x1 (20181213/tbfadt-624)
[    0.000000] ACPI: DSDT 0x00000000DB5491D0 00E2BC (v02 ALASKA A M I    01072009 INTL 20120913)
[    0.000000] ACPI: FACS 0x00000000DBA02D80 000040
[    0.000000] ACPI: APIC 0x00000000DB5575A8 0000DE (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x00000000DB557688 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FIDT 0x00000000DB5576D0 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: SSDT 0x00000000DB557770 008C98 (v02 AMD    AMD ALIB 00000002 MSFT 04000000)
[    0.000000] ACPI: SSDT 0x00000000DB560408 002314 (v01 AMD    AMD CPU  00000001 AMD  00000001)
[    0.000000] ACPI: CRAT 0x00000000DB562720 000F50 (v01 AMD    AMD CRAT 00000001 AMD  00000001)
[    0.000000] ACPI: CDIT 0x00000000DB563670 000029 (v01 AMD    AMD CDIT 00000001 AMD  00000001)
[    0.000000] ACPI: SSDT 0x00000000DB5636A0 002DA8 (v01 AMD    AMD AOD  00000001 INTL 20120913)
[    0.000000] ACPI: MCFG 0x00000000DB566448 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
[    0.000000] ACPI: SSDT 0x00000000DB5681A8 0000BF (v01 AMD    AMD PT   00001000 INTL 20120913)
[    0.000000] ACPI: HPET 0x00000000DB5664E0 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
[    0.000000] ACPI: SSDT 0x00000000DB566518 000024 (v01 AMDFCH FCHZP    00001000 INTL 20120913)
[    0.000000] ACPI: UEFI 0x00000000DB566540 000042 (v01                 00000000      00000000)
[    0.000000] ACPI: IVRS 0x00000000DB566588 0000D0 (v02 AMD    AMD IVRS 00000001 AMD  00000000)
[    0.000000] ACPI: SSDT 0x00000000DB566658 001B4E (v01 AMD    AmdTable 00000001 INTL 20120913)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000081f37ffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x81ef55000-0x81ef7ffff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000081f37ffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x0000000009cfffff]
[    0.000000]   node   0: [mem 0x000000000a000000-0x000000000a1fffff]
[    0.000000]   node   0: [mem 0x000000000a20a000-0x000000000affffff]
[    0.000000]   node   0: [mem 0x000000000b020000-0x00000000da043fff]
[    0.000000]   node   0: [mem 0x00000000dc592000-0x00000000deffffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000081f37ffff]
[    0.000000] Zeroed struct page in unavailable ranges: 14553 pages
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000081f37ffff]
[    0.000000] On node 0 totalpages: 8370855
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 26 pages reserved
[    0.000000]   DMA zone: 3999 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 14047 pages used for memmap
[    0.000000]   DMA32 zone: 898952 pages, LIFO batch:63
[    0.000000]   Normal zone: 116686 pages used for memmap
[    0.000000]   Normal zone: 7467904 pages, LIFO batch:63
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 17, version 33, address 0xfec00000, GSI 0-23
[    0.000000] IOAPIC[1]: apic_id 18, version 33, address 0xfec01000, GSI 24-55
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.000000] smpboot: Allowing 16 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x09d00000-0x09ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0x0a200000-0x0a209fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0b000000-0x0b01ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xccaec000-0xccaecfff]
[    0.000000] PM: Registered nosave memory: [mem 0xccb05000-0xccb05fff]
[    0.000000] PM: Registered nosave memory: [mem 0xccb06000-0xccb06fff]
[    0.000000] PM: Registered nosave memory: [mem 0xccb17000-0xccb17fff]
[    0.000000] PM: Registered nosave memory: [mem 0xda044000-0xdb540fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdb541000-0xdb568fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdb569000-0xdba19fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdba1a000-0xdc591fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdf000000-0xdfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xf7ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfd0fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfd100000-0xfdffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe000000-0xfe9fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfea00000-0xfea0ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfea10000-0xfeb7ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfeb80000-0xfec01fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec11000-0xfec2ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec30000-0xfec30fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec31000-0xfecfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed90000-0xfedc1fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfedc2000-0xfedcffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfedd0000-0xfedd3fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfedd4000-0xfedd5fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfedd6000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfeefffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfef00000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] [mem 0xe0000000-0xf7ffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.000000] random: get_random_bytes called from start_kernel+0x93/0x51e with crng_init=0
[    0.000000] setup_percpu: NR_CPUS:1024 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
[    0.000000] percpu: Embedded 45 pages/cpu @(____ptrval____) s147456 r8192 d28672 u262144
[    0.000000] pcpu-alloc: s147456 r8192 d28672 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 8240032
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=(hd1,gpt2)/boot/vmlinuz-5.0.0-0.rc1.git0.1.fc30.x86_64 root=UUID=1f9a5daa-5bbb-4e44-99aa-ce4a83d40619 ro resume=UUID=c1820a2a-10ac-4ff7-a086-e73a4fc14c2d rhgb mem_encrypt=off scsi_mod.use_blk_mq=1 log_buf_len=4M
[    0.000000] Memory: 32748092K/33483420K available (12291K kernel code, 1517K rwdata, 4132K rodata, 2200K init, 4716K bss, 735328K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.000000] ftrace: allocating 38827 entries in 152 pages
[    0.000000] rcu: Hierarchical RCU implementation.
[    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=1024 to nr_cpu_ids=16.
[    0.000000] 	Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.000000] NR_IRQS: 65792, nr_irqs: 1096, preallocated irqs: 16
[    0.000000] Console: colour dummy device 80x25
[    0.000000] printk: console [tty0] enabled
[    0.000000] ACPI: Core revision 20181213
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.000000] hpet clockevent registered
[    0.000000] APIC: Switch to symmetric I/O mode setup
[    0.001000] Switched APIC routing to physical flat.
[    0.002000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.009000] tsc: PIT calibration matches HPET. 2 loops
[    0.009000] tsc: Detected 3692.624 MHz processor
[    0.000004] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x6a743bb8f0f, max_idle_ns: 881590561382 ns
[    0.000011] Calibrating delay loop (skipped), value calculated using timer frequency.. 7385.24 BogoMIPS (lpj=3692624)
[    0.000013] pid_max: default: 32768 minimum: 301
[    0.002039] LSM: Security Framework initializing
[    0.002041] Yama: becoming mindful.
[    0.002044] SELinux:  Initializing.
[    0.005821] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes)
[    0.008268] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.008344] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.008396] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.008563] mce: CPU supports 23 MCE banks
[    0.008582] LVT offset 1 assigned for vector 0xf9
[    0.008642] LVT offset 2 assigned for vector 0xf4
[    0.008652] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[    0.008653] Last level dTLB entries: 4KB 1536, 2MB 1536, 4MB 768, 1GB 0
[    0.008656] Spectre V2 : Mitigation: Full AMD retpoline
[    0.008657] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.008663] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.008664] Spectre V2 : User space: Vulnerable
[    0.008666] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.008815] Freeing SMP alternatives memory: 36K
[    0.011007] smpboot: CPU0: AMD Ryzen 7 2700X Eight-Core Processor (family: 0x17, model: 0x8, stepping: 0x2)
[    0.011007] Performance Events: Fam17h core perfctr, AMD PMU driver.
[    0.011007] ... version:                0
[    0.011007] ... bit width:              48
[    0.011007] ... generic registers:      6
[    0.011007] ... value mask:             0000ffffffffffff
[    0.011007] ... max period:             00007fffffffffff
[    0.011007] ... fixed-purpose events:   0
[    0.011007] ... event mask:             000000000000003f
[    0.011007] rcu: Hierarchical SRCU implementation.
[    0.011007] random: crng done (trusting CPU's manufacturer)
[    0.011007] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.011007] smp: Bringing up secondary CPUs ...
[    0.011007] x86: Booting SMP configuration:
[    0.011007] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
[    0.028028] smp: Brought up 1 node, 16 CPUs
[    0.028028] smpboot: Max logical packages: 1
[    0.028028] smpboot: Total of 16 processors activated (118163.96 BogoMIPS)
[    0.030251] devtmpfs: initialized
[    0.030251] x86/mm: Memory block size: 128MB
[    0.031618] PM: Registering ACPI NVS region [mem 0x0a200000-0x0a209fff] (40960 bytes)
[    0.031618] PM: Registering ACPI NVS region [mem 0xdb569000-0xdba19fff] (4919296 bytes)
[    0.031618] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.031618] futex hash table entries: 4096 (order: 6, 262144 bytes)
[    0.031618] pinctrl core: initialized pinctrl subsystem
[    0.031618] RTC time: 03:19:32, date: 2019-01-09
[    0.032116] NET: Registered protocol family 16
[    0.032178] audit: initializing netlink subsys (disabled)
[    0.032183] audit: type=2000 audit(1547003972.041:1): state=initialized audit_enabled=0 res=1
[    0.032183] cpuidle: using governor menu
[    0.032183] ACPI: bus type PCI registered
[    0.032183] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.032183] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.032183] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.032183] PCI: Using configuration type 1 for base access
[    0.033622] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.033622] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.033622] cryptd: max_cpu_qlen set to 1000
[    0.033622] fbcon: Taking over console
[    0.033622] ACPI: Added _OSI(Module Device)
[    0.033622] ACPI: Added _OSI(Processor Device)
[    0.033622] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.033622] ACPI: Added _OSI(Processor Aggregator Device)
[    0.033622] ACPI: Added _OSI(Linux-Dell-Video)
[    0.033622] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.033622] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.039948] ACPI: 7 ACPI AML tables successfully acquired and loaded
[    0.041072] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.043012] ACPI: EC: EC started
[    0.043012] ACPI: EC: interrupt blocked
[    0.043012] ACPI: \_SB_.PCI0.SBRG.EC0_: Used as first EC
[    0.043012] ACPI: \_SB_.PCI0.SBRG.EC0_: GPE=0x2, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.043012] ACPI: \_SB_.PCI0.SBRG.EC0_: Used as boot DSDT EC to handle transactions
[    0.043012] ACPI: Interpreter enabled
[    0.043012] ACPI: (supports S0 S3 S4 S5)
[    0.043012] ACPI: Using IOAPIC for interrupt routing
[    0.043012] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.043176] ACPI: Enabled 3 GPEs in block 00 to 1F
[    0.047954] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.047959] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.048059] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME LTR]
[    0.048152] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
[    0.048160] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    0.048357] PCI host bridge to bus 0000:00
[    0.048360] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.048362] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.048364] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    0.048365] pci_bus 0000:00: root bus resource [io  0x0d00-0xefff window]
[    0.048367] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.048369] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    0.048371] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfec2ffff window]
[    0.048373] pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
[    0.048375] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.048381] pci 0000:00:00.0: [1022:1450] type 00 class 0x060000
[    0.048439] pci 0000:00:00.2: [1022:1451] type 00 class 0x080600
[    0.048515] pci 0000:00:01.0: [1022:1452] type 00 class 0x060000
[    0.048564] pci 0000:00:01.1: [1022:1453] type 01 class 0x060400
[    0.049053] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    0.050021] pci 0000:00:01.3: [1022:1453] type 01 class 0x060400
[    0.050049] pci 0000:00:01.3: enabling Extended Tags
[    0.050861] pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
[    0.050946] pci 0000:00:02.0: [1022:1452] type 00 class 0x060000
[    0.051011] pci 0000:00:03.0: [1022:1452] type 00 class 0x060000
[    0.051059] pci 0000:00:03.1: [1022:1453] type 01 class 0x060400
[    0.051871] pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
[    0.051959] pci 0000:00:04.0: [1022:1452] type 00 class 0x060000
[    0.052029] pci 0000:00:07.0: [1022:1452] type 00 class 0x060000
[    0.052076] pci 0000:00:07.1: [1022:1454] type 01 class 0x060400
[    0.052806] pci 0000:00:07.1: enabling Extended Tags
[    0.052883] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[    0.052969] pci 0000:00:08.0: [1022:1452] type 00 class 0x060000
[    0.053019] pci 0000:00:08.1: [1022:1454] type 01 class 0x060400
[    0.053046] pci 0000:00:08.1: enabling Extended Tags
[    0.053917] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.054037] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    0.054238] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    0.054443] pci 0000:00:18.0: [1022:1460] type 00 class 0x060000
[    0.054479] pci 0000:00:18.1: [1022:1461] type 00 class 0x060000
[    0.054516] pci 0000:00:18.2: [1022:1462] type 00 class 0x060000
[    0.054551] pci 0000:00:18.3: [1022:1463] type 00 class 0x060000
[    0.054587] pci 0000:00:18.4: [1022:1464] type 00 class 0x060000
[    0.054622] pci 0000:00:18.5: [1022:1465] type 00 class 0x060000
[    0.054658] pci 0000:00:18.6: [1022:1466] type 00 class 0x060000
[    0.054693] pci 0000:00:18.7: [1022:1467] type 00 class 0x060000
[    0.054908] pci 0000:01:00.0: [8086:2700] type 00 class 0x010802
[    0.054925] pci 0000:01:00.0: reg 0x10: [mem 0xfe910000-0xfe913fff 64bit]
[    0.054947] pci 0000:01:00.0: reg 0x30: [mem 0xfe900000-0xfe90ffff pref]
[    0.055039] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.055044] pci 0000:00:01.1:   bridge window [mem 0xfe900000-0xfe9fffff]
[    0.055108] pci 0000:02:00.0: [1022:43d0] type 00 class 0x0c0330
[    0.055128] pci 0000:02:00.0: reg 0x10: [mem 0xfe5a0000-0xfe5a7fff 64bit]
[    0.055160] pci 0000:02:00.0: enabling Extended Tags
[    0.055204] pci 0000:02:00.0: PME# supported from D3hot D3cold
[    0.055266] pci 0000:02:00.1: [1022:43c8] type 00 class 0x010601
[    0.055308] pci 0000:02:00.1: reg 0x24: [mem 0xfe580000-0xfe59ffff]
[    0.055314] pci 0000:02:00.1: reg 0x30: [mem 0xfe500000-0xfe57ffff pref]
[    0.055319] pci 0000:02:00.1: enabling Extended Tags
[    0.055352] pci 0000:02:00.1: PME# supported from D3hot D3cold
[    0.055397] pci 0000:02:00.2: [1022:43c6] type 01 class 0x060400
[    0.055431] pci 0000:02:00.2: enabling Extended Tags
[    0.055467] pci 0000:02:00.2: PME# supported from D3hot D3cold
[    0.055538] pci 0000:00:01.3: PCI bridge to [bus 02-08]
[    0.055542] pci 0000:00:01.3:   bridge window [io  0xc000-0xdfff]
[    0.055543] pci 0000:00:01.3:   bridge window [mem 0xfe300000-0xfe5fffff]
[    0.055611] pci 0000:03:00.0: [1022:43c7] type 01 class 0x060400
[    0.055650] pci 0000:03:00.0: enabling Extended Tags
[    0.055692] pci 0000:03:00.0: PME# supported from D3hot D3cold
[    0.055751] pci 0000:03:01.0: [1022:43c7] type 01 class 0x060400
[    0.055790] pci 0000:03:01.0: enabling Extended Tags
[    0.055832] pci 0000:03:01.0: PME# supported from D3hot D3cold
[    0.055894] pci 0000:03:02.0: [1022:43c7] type 01 class 0x060400
[    0.055933] pci 0000:03:02.0: enabling Extended Tags
[    0.055975] pci 0000:03:02.0: PME# supported from D3hot D3cold
[    0.056036] pci 0000:03:03.0: [1022:43c7] type 01 class 0x060400
[    0.056075] pci 0000:03:03.0: enabling Extended Tags
[    0.056116] pci 0000:03:03.0: PME# supported from D3hot D3cold
[    0.056180] pci 0000:03:04.0: [1022:43c7] type 01 class 0x060400
[    0.056219] pci 0000:03:04.0: enabling Extended Tags
[    0.056261] pci 0000:03:04.0: PME# supported from D3hot D3cold
[    0.056335] pci 0000:02:00.2: PCI bridge to [bus 03-08]
[    0.056340] pci 0000:02:00.2:   bridge window [io  0xc000-0xdfff]
[    0.056342] pci 0000:02:00.2:   bridge window [mem 0xfe300000-0xfe4fffff]
[    0.056406] pci 0000:04:00.0: [8086:1539] type 00 class 0x020000
[    0.056449] pci 0000:04:00.0: reg 0x10: [mem 0xfe400000-0xfe41ffff]
[    0.056481] pci 0000:04:00.0: reg 0x18: [io  0xd000-0xd01f]
[    0.056497] pci 0000:04:00.0: reg 0x1c: [mem 0xfe420000-0xfe423fff]
[    0.056657] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[    0.056792] pci 0000:03:00.0: PCI bridge to [bus 04]
[    0.056797] pci 0000:03:00.0:   bridge window [io  0xd000-0xdfff]
[    0.056799] pci 0000:03:00.0:   bridge window [mem 0xfe400000-0xfe4fffff]
[    0.056853] pci 0000:05:00.0: [10ec:b822] type 00 class 0x028000
[    0.056894] pci 0000:05:00.0: reg 0x10: [io  0xc000-0xc0ff]
[    0.056926] pci 0000:05:00.0: reg 0x18: [mem 0xfe300000-0xfe30ffff 64bit]
[    0.057070] pci 0000:05:00.0: supports D1 D2
[    0.057071] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.057233] pci 0000:03:01.0: PCI bridge to [bus 05]
[    0.057238] pci 0000:03:01.0:   bridge window [io  0xc000-0xcfff]
[    0.057240] pci 0000:03:01.0:   bridge window [mem 0xfe300000-0xfe3fffff]
[    0.057272] pci 0000:03:02.0: PCI bridge to [bus 06]
[    0.057313] pci 0000:03:03.0: PCI bridge to [bus 07]
[    0.057353] pci 0000:03:04.0: PCI bridge to [bus 08]
[    0.057909] pci 0000:09:00.0: [1022:1470] type 01 class 0x060400
[    0.057927] pci 0000:09:00.0: reg 0x10: [mem 0xfe700000-0xfe703fff]
[    0.057985] pci 0000:09:00.0: PME# supported from D0 D3hot D3cold
[    0.058068] pci 0000:00:03.1: PCI bridge to [bus 09-0b]
[    0.058071] pci 0000:00:03.1:   bridge window [io  0xe000-0xefff]
[    0.058073] pci 0000:00:03.1:   bridge window [mem 0xfe600000-0xfe7fffff]
[    0.058075] pci 0000:00:03.1:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.058105] pci 0000:0a:00.0: [1022:1471] type 01 class 0x060400
[    0.058177] pci 0000:0a:00.0: PME# supported from D0 D3hot D3cold
[    0.058239] pci 0000:09:00.0: PCI bridge to [bus 0a-0b]
[    0.058244] pci 0000:09:00.0:   bridge window [io  0xe000-0xefff]
[    0.058246] pci 0000:09:00.0:   bridge window [mem 0xfe600000-0xfe6fffff]
[    0.058250] pci 0000:09:00.0:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.058280] pci 0000:0b:00.0: [1002:687f] type 00 class 0x030000
[    0.058303] pci 0000:0b:00.0: reg 0x10: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.058312] pci 0000:0b:00.0: reg 0x18: [mem 0xf0000000-0xf01fffff 64bit pref]
[    0.058317] pci 0000:0b:00.0: reg 0x20: [io  0xe000-0xe0ff]
[    0.058323] pci 0000:0b:00.0: reg 0x24: [mem 0xfe600000-0xfe67ffff]
[    0.058329] pci 0000:0b:00.0: reg 0x30: [mem 0xfe680000-0xfe69ffff pref]
[    0.058339] pci 0000:0b:00.0: BAR 0: assigned to efifb
[    0.058384] pci 0000:0b:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.058445] pci 0000:0b:00.1: [1002:aaf8] type 00 class 0x040300
[    0.058461] pci 0000:0b:00.1: reg 0x10: [mem 0xfe6a0000-0xfe6a3fff]
[    0.058530] pci 0000:0b:00.1: PME# supported from D1 D2 D3hot D3cold
[    0.058603] pci 0000:0a:00.0: PCI bridge to [bus 0b]
[    0.058607] pci 0000:0a:00.0:   bridge window [io  0xe000-0xefff]
[    0.058609] pci 0000:0a:00.0:   bridge window [mem 0xfe600000-0xfe6fffff]
[    0.058613] pci 0000:0a:00.0:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.058939] pci 0000:0c:00.0: [1022:145a] type 00 class 0x130000
[    0.058962] pci 0000:0c:00.0: enabling Extended Tags
[    0.059022] pci 0000:0c:00.2: [1022:1456] type 00 class 0x108000
[    0.059035] pci 0000:0c:00.2: reg 0x18: [mem 0xfe100000-0xfe1fffff]
[    0.059042] pci 0000:0c:00.2: reg 0x24: [mem 0xfe200000-0xfe201fff]
[    0.059047] pci 0000:0c:00.2: enabling Extended Tags
[    0.059106] pci 0000:0c:00.3: [1022:145f] type 00 class 0x0c0330
[    0.059117] pci 0000:0c:00.3: reg 0x10: [mem 0xfe000000-0xfe0fffff 64bit]
[    0.059134] pci 0000:0c:00.3: enabling Extended Tags
[    0.059159] pci 0000:0c:00.3: PME# supported from D0 D3hot D3cold
[    0.059208] pci 0000:00:07.1: PCI bridge to [bus 0c]
[    0.059212] pci 0000:00:07.1:   bridge window [mem 0xfe000000-0xfe2fffff]
[    0.059917] pci 0000:0d:00.0: [1022:1455] type 00 class 0x130000
[    0.059942] pci 0000:0d:00.0: enabling Extended Tags
[    0.060004] pci 0000:0d:00.2: [1022:7901] type 00 class 0x010601
[    0.060030] pci 0000:0d:00.2: reg 0x24: [mem 0xfe808000-0xfe808fff]
[    0.060037] pci 0000:0d:00.2: enabling Extended Tags
[    0.060063] pci 0000:0d:00.2: PME# supported from D3hot D3cold
[    0.060104] pci 0000:0d:00.3: [1022:1457] type 00 class 0x040300
[    0.060113] pci 0000:0d:00.3: reg 0x10: [mem 0xfe800000-0xfe807fff]
[    0.060130] pci 0000:0d:00.3: enabling Extended Tags
[    0.060154] pci 0000:0d:00.3: PME# supported from D0 D3hot D3cold
[    0.060205] pci 0000:00:08.1: PCI bridge to [bus 0d]
[    0.060210] pci 0000:00:08.1:   bridge window [mem 0xfe800000-0xfe8fffff]
[    0.060379] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 5 7 10 11 14 15) *0
[    0.060419] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 5 7 10 11 14 15) *0
[    0.060452] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 5 7 10 11 14 15) *0
[    0.060494] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 5 7 10 11 14 15) *0
[    0.060532] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 5 7 10 11 14 15) *0
[    0.060562] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 7 10 11 14 15) *0
[    0.060592] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 5 7 10 11 14 15) *0
[    0.060622] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 7 10 11 14 15) *0
[    0.061008] ACPI: EC: interrupt unblocked
[    0.061008] ACPI: EC: event unblocked
[    0.061008] ACPI: \_SB_.PCI0.SBRG.EC0_: GPE=0x2, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.061008] ACPI: \_SB_.PCI0.SBRG.EC0_: Used as boot DSDT EC to handle transactions and events
[    0.061019] pci 0000:0b:00.0: vgaarb: setting as boot VGA device
[    0.061019] pci 0000:0b:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.061022] pci 0000:0b:00.0: vgaarb: bridge control possible
[    0.061023] vgaarb: loaded
[    0.061090] SCSI subsystem initialized
[    0.061106] libata version 3.00 loaded.
[    0.061106] ACPI: bus type USB registered
[    0.062015] usbcore: registered new interface driver usbfs
[    0.062020] usbcore: registered new interface driver hub
[    0.062033] usbcore: registered new device driver usb
[    0.062056] pps_core: LinuxPPS API ver. 1 registered
[    0.062058] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.062060] PTP clock support registered
[    0.062082] EDAC MC: Ver: 3.0.0
[    0.062119] Registered efivars operations
[    0.078201] PCI: Using ACPI for IRQ routing
[    0.081328] PCI: pci_cache_line_size set to 64 bytes
[    0.081390] e820: reserve RAM buffer [mem 0x09d00000-0x0bffffff]
[    0.081391] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[    0.081391] e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
[    0.081392] e820: reserve RAM buffer [mem 0xccaec018-0xcfffffff]
[    0.081392] e820: reserve RAM buffer [mem 0xccb06018-0xcfffffff]
[    0.081393] e820: reserve RAM buffer [mem 0xda044000-0xdbffffff]
[    0.081393] e820: reserve RAM buffer [mem 0xdf000000-0xdfffffff]
[    0.081394] e820: reserve RAM buffer [mem 0x81f380000-0x81fffffff]
[    0.082007] NetLabel: Initializing
[    0.082007] NetLabel:  domain hash size = 128
[    0.082007] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.082007] NetLabel:  unlabeled traffic allowed by default
[    0.082056] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.082059] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.084037] clocksource: Switched to clocksource tsc-early
[    0.092055] VFS: Disk quotas dquot_6.6.0
[    0.092068] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.092109] pnp: PnP ACPI init
[    0.092206] system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.092210] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.092262] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.092365] system 00:02: [io  0x02a0-0x02af] has been reserved
[    0.092367] system 00:02: [io  0x0230-0x023f] has been reserved
[    0.092369] system 00:02: [io  0x0290-0x029f] has been reserved
[    0.092372] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.092538] system 00:03: [io  0x04d0-0x04d1] has been reserved
[    0.092541] system 00:03: [io  0x040b] has been reserved
[    0.092542] system 00:03: [io  0x04d6] has been reserved
[    0.092544] system 00:03: [io  0x0c00-0x0c01] has been reserved
[    0.092546] system 00:03: [io  0x0c14] has been reserved
[    0.092548] system 00:03: [io  0x0c50-0x0c51] has been reserved
[    0.092549] system 00:03: [io  0x0c52] has been reserved
[    0.092551] system 00:03: [io  0x0c6c] has been reserved
[    0.092553] system 00:03: [io  0x0c6f] has been reserved
[    0.092554] system 00:03: [io  0x0cd0-0x0cd1] has been reserved
[    0.092556] system 00:03: [io  0x0cd2-0x0cd3] has been reserved
[    0.092558] system 00:03: [io  0x0cd4-0x0cd5] has been reserved
[    0.092559] system 00:03: [io  0x0cd6-0x0cd7] has been reserved
[    0.092561] system 00:03: [io  0x0cd8-0x0cdf] has been reserved
[    0.092563] system 00:03: [io  0x0800-0x089f] has been reserved
[    0.092564] system 00:03: [io  0x0b00-0x0b0f] has been reserved
[    0.092566] system 00:03: [io  0x0b20-0x0b3f] has been reserved
[    0.092568] system 00:03: [io  0x0900-0x090f] has been reserved
[    0.092569] system 00:03: [io  0x0910-0x091f] has been reserved
[    0.092573] system 00:03: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.092575] system 00:03: [mem 0xfec01000-0xfec01fff] could not be reserved
[    0.092577] system 00:03: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    0.092578] system 00:03: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.092580] system 00:03: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    0.092582] system 00:03: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.092584] system 00:03: [mem 0xff000000-0xffffffff] has been reserved
[    0.092587] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.092861] pnp: PnP ACPI: found 4 devices
[    0.098328] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.098409] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.098413] pci 0000:00:01.1:   bridge window [mem 0xfe900000-0xfe9fffff]
[    0.098418] pci 0000:03:00.0: PCI bridge to [bus 04]
[    0.098420] pci 0000:03:00.0:   bridge window [io  0xd000-0xdfff]
[    0.098425] pci 0000:03:00.0:   bridge window [mem 0xfe400000-0xfe4fffff]
[    0.098431] pci 0000:03:01.0: PCI bridge to [bus 05]
[    0.098434] pci 0000:03:01.0:   bridge window [io  0xc000-0xcfff]
[    0.098439] pci 0000:03:01.0:   bridge window [mem 0xfe300000-0xfe3fffff]
[    0.098446] pci 0000:03:02.0: PCI bridge to [bus 06]
[    0.098455] pci 0000:03:03.0: PCI bridge to [bus 07]
[    0.098464] pci 0000:03:04.0: PCI bridge to [bus 08]
[    0.098473] pci 0000:02:00.2: PCI bridge to [bus 03-08]
[    0.098475] pci 0000:02:00.2:   bridge window [io  0xc000-0xdfff]
[    0.098479] pci 0000:02:00.2:   bridge window [mem 0xfe300000-0xfe4fffff]
[    0.098486] pci 0000:00:01.3: PCI bridge to [bus 02-08]
[    0.098487] pci 0000:00:01.3:   bridge window [io  0xc000-0xdfff]
[    0.098490] pci 0000:00:01.3:   bridge window [mem 0xfe300000-0xfe5fffff]
[    0.098495] pci 0000:0a:00.0: PCI bridge to [bus 0b]
[    0.098497] pci 0000:0a:00.0:   bridge window [io  0xe000-0xefff]
[    0.098501] pci 0000:0a:00.0:   bridge window [mem 0xfe600000-0xfe6fffff]
[    0.098504] pci 0000:0a:00.0:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.098509] pci 0000:09:00.0: PCI bridge to [bus 0a-0b]
[    0.098511] pci 0000:09:00.0:   bridge window [io  0xe000-0xefff]
[    0.098514] pci 0000:09:00.0:   bridge window [mem 0xfe600000-0xfe6fffff]
[    0.098518] pci 0000:09:00.0:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.098523] pci 0000:00:03.1: PCI bridge to [bus 09-0b]
[    0.098525] pci 0000:00:03.1:   bridge window [io  0xe000-0xefff]
[    0.098528] pci 0000:00:03.1:   bridge window [mem 0xfe600000-0xfe7fffff]
[    0.098530] pci 0000:00:03.1:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.098534] pci 0000:00:07.1: PCI bridge to [bus 0c]
[    0.098537] pci 0000:00:07.1:   bridge window [mem 0xfe000000-0xfe2fffff]
[    0.098541] pci 0000:00:08.1: PCI bridge to [bus 0d]
[    0.098544] pci 0000:00:08.1:   bridge window [mem 0xfe800000-0xfe8fffff]
[    0.098549] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    0.098550] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    0.098550] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    0.098551] pci_bus 0000:00: resource 7 [io  0x0d00-0xefff window]
[    0.098552] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    0.098553] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    0.098554] pci_bus 0000:00: resource 10 [mem 0xe0000000-0xfec2ffff window]
[    0.098555] pci_bus 0000:00: resource 11 [mem 0xfee00000-0xffffffff window]
[    0.098555] pci_bus 0000:01: resource 1 [mem 0xfe900000-0xfe9fffff]
[    0.098556] pci_bus 0000:02: resource 0 [io  0xc000-0xdfff]
[    0.098557] pci_bus 0000:02: resource 1 [mem 0xfe300000-0xfe5fffff]
[    0.098558] pci_bus 0000:03: resource 0 [io  0xc000-0xdfff]
[    0.098559] pci_bus 0000:03: resource 1 [mem 0xfe300000-0xfe4fffff]
[    0.098559] pci_bus 0000:04: resource 0 [io  0xd000-0xdfff]
[    0.098560] pci_bus 0000:04: resource 1 [mem 0xfe400000-0xfe4fffff]
[    0.098561] pci_bus 0000:05: resource 0 [io  0xc000-0xcfff]
[    0.098562] pci_bus 0000:05: resource 1 [mem 0xfe300000-0xfe3fffff]
[    0.098563] pci_bus 0000:09: resource 0 [io  0xe000-0xefff]
[    0.098563] pci_bus 0000:09: resource 1 [mem 0xfe600000-0xfe7fffff]
[    0.098564] pci_bus 0000:09: resource 2 [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.098565] pci_bus 0000:0a: resource 0 [io  0xe000-0xefff]
[    0.098566] pci_bus 0000:0a: resource 1 [mem 0xfe600000-0xfe6fffff]
[    0.098566] pci_bus 0000:0a: resource 2 [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.098567] pci_bus 0000:0b: resource 0 [io  0xe000-0xefff]
[    0.098568] pci_bus 0000:0b: resource 1 [mem 0xfe600000-0xfe6fffff]
[    0.098568] pci_bus 0000:0b: resource 2 [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.098569] pci_bus 0000:0c: resource 1 [mem 0xfe000000-0xfe2fffff]
[    0.098570] pci_bus 0000:0d: resource 1 [mem 0xfe800000-0xfe8fffff]
[    0.098624] NET: Registered protocol family 2
[    0.098744] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes)
[    0.098813] TCP established hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.099055] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.099154] TCP: Hash tables configured (established 262144 bind 65536)
[    0.099193] UDP hash table entries: 16384 (order: 7, 524288 bytes)
[    0.099253] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes)
[    0.099342] NET: Registered protocol family 1
[    0.099345] NET: Registered protocol family 44
[    0.099475] pci 0000:0b:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.099482] pci 0000:0b:00.1: Linked as a consumer to 0000:0b:00.0
[    0.099564] PCI: CLS 64 bytes, default 64
[    0.099591] Unpacking initramfs...
[    0.370606] Freeing initrd memory: 28004K
[    0.370641] AMD-Vi: IOMMU performance counters supported
[    0.370850] iommu: Adding device 0000:00:01.0 to group 0
[    0.370929] iommu: Adding device 0000:00:01.1 to group 1
[    0.371015] iommu: Adding device 0000:00:01.3 to group 2
[    0.371091] iommu: Adding device 0000:00:02.0 to group 3
[    0.371175] iommu: Adding device 0000:00:03.0 to group 4
[    0.371258] iommu: Adding device 0000:00:03.1 to group 5
[    0.371335] iommu: Adding device 0000:00:04.0 to group 6
[    0.371421] iommu: Adding device 0000:00:07.0 to group 7
[    0.371513] iommu: Adding device 0000:00:07.1 to group 8
[    0.371604] iommu: Adding device 0000:00:08.0 to group 9
[    0.371681] iommu: Adding device 0000:00:08.1 to group 10
[    0.371770] iommu: Adding device 0000:00:14.0 to group 11
[    0.371783] iommu: Adding device 0000:00:14.3 to group 11
[    0.371880] iommu: Adding device 0000:00:18.0 to group 12
[    0.371894] iommu: Adding device 0000:00:18.1 to group 12
[    0.371906] iommu: Adding device 0000:00:18.2 to group 12
[    0.371918] iommu: Adding device 0000:00:18.3 to group 12
[    0.371931] iommu: Adding device 0000:00:18.4 to group 12
[    0.371943] iommu: Adding device 0000:00:18.5 to group 12
[    0.371956] iommu: Adding device 0000:00:18.6 to group 12
[    0.371968] iommu: Adding device 0000:00:18.7 to group 12
[    0.372057] iommu: Adding device 0000:01:00.0 to group 13
[    0.372153] iommu: Adding device 0000:02:00.0 to group 14
[    0.372173] iommu: Adding device 0000:02:00.1 to group 14
[    0.372194] iommu: Adding device 0000:02:00.2 to group 14
[    0.372205] iommu: Adding device 0000:03:00.0 to group 14
[    0.372216] iommu: Adding device 0000:03:01.0 to group 14
[    0.372226] iommu: Adding device 0000:03:02.0 to group 14
[    0.372238] iommu: Adding device 0000:03:03.0 to group 14
[    0.372249] iommu: Adding device 0000:03:04.0 to group 14
[    0.372267] iommu: Adding device 0000:04:00.0 to group 14
[    0.372287] iommu: Adding device 0000:05:00.0 to group 14
[    0.372378] iommu: Adding device 0000:09:00.0 to group 15
[    0.372458] iommu: Adding device 0000:0a:00.0 to group 16
[    0.372595] iommu: Adding device 0000:0b:00.0 to group 17
[    0.372647] iommu: Using direct mapping for device 0000:0b:00.0
[    0.372693] iommu: Adding device 0000:0b:00.1 to group 18
[    0.372762] iommu: Adding device 0000:0c:00.0 to group 19
[    0.372841] iommu: Adding device 0000:0c:00.2 to group 20
[    0.372916] iommu: Adding device 0000:0c:00.3 to group 21
[    0.372999] iommu: Adding device 0000:0d:00.0 to group 22
[    0.373078] iommu: Adding device 0000:0d:00.2 to group 23
[    0.373162] iommu: Adding device 0000:0d:00.3 to group 24
[    0.373352] AMD-Vi: Found IOMMU at 0000:00:00.2 cap 0x40
[    0.373353] AMD-Vi: Extended features (0xf77ef22294ada):
[    0.373355]  PPR NX GT IA GA PC GA_vAPIC
[    0.373357] AMD-Vi: Interrupt remapping enabled
[    0.373358] AMD-Vi: Virtual APIC enabled
[    0.373425] AMD-Vi: Lazy IO/TLB flushing enabled
[    0.374364] amd_uncore: AMD NB counters detected
[    0.374367] amd_uncore: AMD LLC counters detected
[    0.374555] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    0.376410] Initialise system trusted keyrings
[    0.376421] Key type blacklist registered
[    0.376444] workingset: timestamp_bits=36 max_order=23 bucket_order=0
[    0.377224] zbud: loaded
[    0.471366] alg: No test for 842 (842-generic)
[    0.471806] alg: No test for 842 (842-scomp)
[    0.486024] NET: Registered protocol family 38
[    0.486028] Key type asymmetric registered
[    0.486030] Asymmetric key parser 'x509' registered
[    0.486039] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[    0.486078] io scheduler mq-deadline registered
[    0.486186] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    0.487308] aer 0000:00:01.1:pcie002: AER enabled with IRQ 26
[    0.488262] aer 0000:00:01.3:pcie002: AER enabled with IRQ 27
[    0.489205] aer 0000:00:03.1:pcie002: AER enabled with IRQ 28
[    0.490153] aer 0000:00:07.1:pcie002: AER enabled with IRQ 29
[    0.491154] aer 0000:00:08.1:pcie002: AER enabled with IRQ 31
[    0.491919] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.491932] efifb: probing for efifb
[    0.491942] efifb: No BGRT, not showing boot graphics
[    0.491943] efifb: framebuffer at 0xe0000000, using 3072k, total 3072k
[    0.491945] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    0.491946] efifb: scrolling: redraw
[    0.491948] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.492001] Console: switching to colour frame buffer device 128x48
[    0.493087] fb0: EFI VGA frame buffer device
[    0.493174] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.493197] ACPI: Power Button [PWRB]
[    0.493226] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.493250] ACPI: Power Button [PWRF]
[    0.493290] Monitor-Mwait will be used to enter C-1 state
[    0.494348] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.515217] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.516096] Non-volatile memory driver v1.3
[    0.516119] Linux agpgart interface v0.103
[    0.516944] ahci 0000:02:00.1: version 3.0
[    0.517018] ahci 0000:02:00.1: SSS flag set, parallel bus scan disabled
[    0.517083] ahci 0000:02:00.1: AHCI 0001.0301 32 slots 8 ports 6 Gbps 0xff impl SATA mode
[    0.517102] ahci 0000:02:00.1: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst 
[    0.517496] scsi host0: ahci
[    0.517592] scsi host1: ahci
[    0.517673] scsi host2: ahci
[    0.517740] scsi host3: ahci
[    0.517806] scsi host4: ahci
[    0.517870] scsi host5: ahci
[    0.517938] scsi host6: ahci
[    0.518008] scsi host7: ahci
[    0.518050] ata1: SATA max UDMA/133 abar m131072@0xfe580000 port 0xfe580100 irq 44
[    0.518068] ata2: SATA max UDMA/133 abar m131072@0xfe580000 port 0xfe580180 irq 44
[    0.518086] ata3: SATA max UDMA/133 abar m131072@0xfe580000 port 0xfe580200 irq 44
[    0.518488] ata4: SATA max UDMA/133 abar m131072@0xfe580000 port 0xfe580280 irq 44
[    0.518881] ata5: SATA max UDMA/133 abar m131072@0xfe580000 port 0xfe580300 irq 44
[    0.519266] ata6: SATA max UDMA/133 abar m131072@0xfe580000 port 0xfe580380 irq 44
[    0.519644] ata7: SATA max UDMA/133 abar m131072@0xfe580000 port 0xfe580400 irq 44
[    0.520023] ata8: SATA max UDMA/133 abar m131072@0xfe580000 port 0xfe580480 irq 44
[    0.520505] ahci 0000:0d:00.2: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    0.520888] ahci 0000:0d:00.2: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
[    0.521363] scsi host8: ahci
[    0.521775] ata9: SATA max UDMA/133 abar m4096@0xfe808000 port 0xfe808100 irq 46
[    0.522199] libphy: Fixed MDIO Bus: probed
[    0.522632] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.523022] ehci-pci: EHCI PCI platform driver
[    0.523408] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.523800] ohci-pci: OHCI PCI platform driver
[    0.524201] uhci_hcd: USB Universal Host Controller Interface driver
[    0.524654] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    0.525110] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 1
[    0.580752] xhci_hcd 0000:02:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000410
[    0.581470] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.00
[    0.581910] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.582348] usb usb1: Product: xHCI Host Controller
[    0.582780] usb usb1: Manufacturer: Linux 5.0.0-0.rc1.git0.1.fc30.x86_64 xhci-hcd
[    0.583216] usb usb1: SerialNumber: 0000:02:00.0
[    0.583702] hub 1-0:1.0: USB hub found
[    0.584145] hub 1-0:1.0: 14 ports detected
[    0.588671] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    0.589126] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2
[    0.589544] xhci_hcd 0000:02:00.0: Host supports USB 3.10 Enhanced SuperSpeed
[    0.589991] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.590449] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.00
[    0.590866] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.591278] usb usb2: Product: xHCI Host Controller
[    0.591680] usb usb2: Manufacturer: Linux 5.0.0-0.rc1.git0.1.fc30.x86_64 xhci-hcd
[    0.592098] usb usb2: SerialNumber: 0000:02:00.0
[    0.592552] hub 2-0:1.0: USB hub found
[    0.592964] hub 2-0:1.0: 8 ports detected
[    0.595724] xhci_hcd 0000:0c:00.3: xHCI Host Controller
[    0.596150] xhci_hcd 0000:0c:00.3: new USB bus registered, assigned bus number 3
[    0.596641] xhci_hcd 0000:0c:00.3: hcc params 0x0270f665 hci version 0x100 quirks 0x0000000000000410
[    0.597293] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.00
[    0.597719] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.598154] usb usb3: Product: xHCI Host Controller
[    0.598590] usb usb3: Manufacturer: Linux 5.0.0-0.rc1.git0.1.fc30.x86_64 xhci-hcd
[    0.599044] usb usb3: SerialNumber: 0000:0c:00.3
[    0.599552] hub 3-0:1.0: USB hub found
[    0.600008] hub 3-0:1.0: 4 ports detected
[    0.600570] xhci_hcd 0000:0c:00.3: xHCI Host Controller
[    0.601055] xhci_hcd 0000:0c:00.3: new USB bus registered, assigned bus number 4
[    0.601530] xhci_hcd 0000:0c:00.3: Host supports USB 3.0  SuperSpeed
[    0.602020] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.602525] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.00
[    0.603034] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.603546] usb usb4: Product: xHCI Host Controller
[    0.604052] usb usb4: Manufacturer: Linux 5.0.0-0.rc1.git0.1.fc30.x86_64 xhci-hcd
[    0.604562] usb usb4: SerialNumber: 0000:0c:00.3
[    0.605117] hub 4-0:1.0: USB hub found
[    0.605613] hub 4-0:1.0: 4 ports detected
[    0.606195] usbcore: registered new interface driver usbserial_generic
[    0.606687] usbserial: USB Serial support registered for generic
[    0.607189] i8042: PNP: No PS/2 controller found.
[    0.607700] mousedev: PS/2 mouse device common for all mice
[    0.608269] rtc_cmos 00:01: RTC can wake from S4
[    0.608992] rtc_cmos 00:01: registered as rtc0
[    0.609473] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    0.610019] device-mapper: uevent: version 1.0.3
[    0.610543] device-mapper: ioctl: 4.39.0-ioctl (2018-04-03) initialised: dm-devel@redhat.com
[    0.611179] hidraw: raw HID events driver (C) Jiri Kosina
[    0.611691] usbcore: registered new interface driver usbhid
[    0.612179] usbhid: USB HID core driver
[    0.612731] drop_monitor: Initializing network drop monitor service
[    0.613395] Initializing XFRM netlink socket
[    0.613950] NET: Registered protocol family 10
[    0.616191] Segment Routing with IPv6
[    0.616682] mip6: Mobile IPv6
[    0.617159] NET: Registered protocol family 17
[    0.618266] RAS: Correctable Errors collector initialized.
[    0.618759] microcode: CPU0: patch_level=0x0800820b
[    0.619232] microcode: CPU1: patch_level=0x0800820b
[    0.619696] microcode: CPU2: patch_level=0x0800820b
[    0.620150] microcode: CPU3: patch_level=0x0800820b
[    0.620592] microcode: CPU4: patch_level=0x0800820b
[    0.621026] microcode: CPU5: patch_level=0x0800820b
[    0.621491] microcode: CPU6: patch_level=0x0800820b
[    0.621927] microcode: CPU7: patch_level=0x0800820b
[    0.622350] microcode: CPU8: patch_level=0x0800820b
[    0.622766] microcode: CPU9: patch_level=0x0800820b
[    0.623179] microcode: CPU10: patch_level=0x0800820b
[    0.623582] microcode: CPU11: patch_level=0x0800820b
[    0.623965] microcode: CPU12: patch_level=0x0800820b
[    0.624341] microcode: CPU13: patch_level=0x0800820b
[    0.624704] microcode: CPU14: patch_level=0x0800820b
[    0.625058] microcode: CPU15: patch_level=0x0800820b
[    0.625422] microcode: Microcode Update Driver: v2.2.
[    0.625428] AVX2 version of gcm_enc/dec engaged.
[    0.626115] AES CTR mode by8 optimization enabled
[    0.641027] sched_clock: Marking stable (650016446, -8992686)->(1181544775, -540521015)
[    0.641779] registered taskstats version 1
[    0.642139] Loading compiled-in X.509 certificates
[    0.663469] Loaded X.509 cert 'Fedora kernel signing key: c370e441238992d4c191c6e5f34798592a2b3b2e'
[    0.664910] zswap: loaded using pool lzo/zbud
[    0.668391] Key type big_key registered
[    0.670064] Key type encrypted registered
[    0.670929] Couldn't get size: 0x800000000000000e
[    0.671272] MODSIGN: Couldn't get UEFI db list
[    0.671888] Couldn't get size: 0x800000000000000e
[    0.672230] Couldn't get UEFI MokListRT
[    0.672830] Couldn't get size: 0x800000000000000e
[    0.673163] Couldn't get UEFI dbx list
[    0.673491] ima: No TPM chip found, activating TPM-bypass!
[    0.673829] ima: Allocated hash algorithm: sha1
[    0.674164] No architecture policies found
[    0.674763]   Magic number: 3:231:310
[    0.675120] tty tty39: hash matches
[    0.675440] pci 0000:0c:00.0: hash matches
[    0.675777] memory memory168: hash matches
[    0.676183] rtc_cmos 00:01: setting system clock to 2019-01-09T03:19:33 UTC (1547003973)
[    0.828520] ata1: SATA link down (SStatus 0 SControl 330)
[    0.829303] ata9: SATA link down (SStatus 0 SControl 300)
[    0.912846] usb 1-10: new full-speed USB device number 2 using xhci_hcd
[    0.920837] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[    1.053707] usb 3-1: New USB device found, idVendor=2109, idProduct=2813, bcdDevice=90.11
[    1.054031] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.054350] usb 3-1: Product: USB2.0 Hub
[    1.054666] usb 3-1: Manufacturer: VIA Labs, Inc.
[    1.114361] hub 3-1:1.0: USB hub found
[    1.115338] hub 3-1:1.0: 4 ports detected
[    1.141398] ata2: SATA link down (SStatus 0 SControl 330)
[    1.204322] usb 4-1: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
[    1.223344] usb 1-10: New USB device found, idVendor=0b05, idProduct=1872, bcdDevice= 2.00
[    1.223689] usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.224036] usb 1-10: Product: AURA LED Controller
[    1.224385] usb 1-10: Manufacturer: AsusTek Computer Inc.
[    1.224741] usb 1-10: SerialNumber: 00000000001A
[    1.241202] hid-generic 0003:0B05:1872.0001: hiddev96,hidraw0: USB HID v1.11 Device [AsusTek Computer Inc. AURA LED Controller] on usb-0000:02:00.0-10/input0
[    1.302484] usb 4-1: New USB device found, idVendor=2109, idProduct=0813, bcdDevice=90.11
[    1.302933] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.303356] usb 4-1: Product: USB3.0 Hub
[    1.303778] usb 4-1: Manufacturer: VIA Labs, Inc.
[    1.322407] hub 4-1:1.0: USB hub found
[    1.323375] hub 4-1:1.0: 4 ports detected
[    1.356061] usb 1-12: new full-speed USB device number 3 using xhci_hcd
[    1.431389] tsc: Refined TSC clocksource calibration: 3693.059 MHz
[    1.432032] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x6a77744cfd5, max_idle_ns: 881590969987 ns
[    1.432663] clocksource: Switched to clocksource tsc
[    1.440687] usb 4-3: new SuperSpeed Gen 1 USB device number 3 using xhci_hcd
[    1.452035] ata3: SATA link down (SStatus 0 SControl 330)
[    1.455127] usb 4-3: LPM exit latency is zeroed, disabling LPM.
[    1.456663] usb 4-3: Int endpoint with wBytesPerInterval of 1024 in config 1 interface 4 altsetting 0 ep 135: setting to 262
[    1.458500] usb 4-3: New USB device found, idVendor=07ca, idProduct=0553, bcdDevice= 3.08
[    1.458963] usb 4-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.459428] usb 4-3: Product: Live Gamer Ultra-Video
[    1.459891] usb 4-3: Manufacturer: AVerMedia
[    1.460354] usb 4-3: SerialNumber: 5202584700069
[    1.535020] usb 3-1.1: new high-speed USB device number 3 using xhci_hcd
[    1.536630] hid-generic 0003:07CA:0553.0002: hiddev97,hidraw1: USB HID v1.11 Device [AVerMedia Live Gamer Ultra-Video] on usb-0000:0c:00.3-3/input4
[    1.587407] usb 1-12: New USB device found, idVendor=0b05, idProduct=185c, bcdDevice= 1.10
[    1.587920] usb 1-12: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.588433] usb 1-12: Product: Bluetooth Radio 
[    1.588947] usb 1-12: Manufacturer: Realtek 
[    1.589463] usb 1-12: SerialNumber: 00e04c000001
[    1.635013] usb 3-1.1: New USB device found, idVendor=2109, idProduct=2813, bcdDevice=90.11
[    1.635544] usb 3-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.636062] usb 3-1.1: Product: USB2.0 Hub
[    1.636583] usb 3-1.1: Manufacturer: VIA Labs, Inc.
[    1.690800] hub 3-1.1:1.0: USB hub found
[    1.691877] hub 3-1.1:1.0: 4 ports detected
[    1.738465] usb 4-1.1: new SuperSpeed Gen 1 USB device number 4 using xhci_hcd
[    1.768820] ata4: SATA link down (SStatus 0 SControl 330)
[    1.836251] usb 4-1.1: New USB device found, idVendor=2109, idProduct=0813, bcdDevice=90.11
[    1.836782] usb 4-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.837310] usb 4-1.1: Product: USB3.0 Hub
[    1.837833] usb 4-1.1: Manufacturer: VIA Labs, Inc.
[    1.866361] hub 4-1.1:1.0: USB hub found
[    1.867388] hub 4-1.1:1.0: 4 ports detected
[    1.913376] usb 3-1.2: new full-speed USB device number 4 using xhci_hcd
[    2.027378] usb 3-1.2: New USB device found, idVendor=0a12, idProduct=0001, bcdDevice=88.91
[    2.027898] usb 3-1.2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[    2.028415] usb 3-1.2: Product: CSR8510 A10
[    2.080163] ata5: SATA link down (SStatus 0 SControl 330)
[    2.126700] usb 4-1.3: new SuperSpeed Gen 1 USB device number 5 using xhci_hcd
[    2.225876] usb 4-1.3: New USB device found, idVendor=2109, idProduct=0813, bcdDevice=90.11
[    2.226384] usb 4-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.226875] usb 4-1.3: Product: USB3.0 Hub
[    2.227366] usb 4-1.3: Manufacturer: VIA Labs, Inc.
[    2.250788] hub 4-1.3:1.0: USB hub found
[    2.251749] hub 4-1.3:1.0: 4 ports detected
[    2.303406] usb 3-1.1.2: new full-speed USB device number 5 using xhci_hcd
[    2.406765] usb 3-1.1.2: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=12.07
[    2.407278] usb 3-1.1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.407769] usb 3-1.1.2: Product: USB Receiver
[    2.408248] usb 3-1.1.2: Manufacturer: Logitech
[    2.477379] usb 3-1.3: new high-speed USB device number 6 using xhci_hcd
[    2.543049] ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.552190] ata6.00: ATA-9: HGST HUH721212ALE604, LEGNW3D0, max UDMA/133
[    2.552683] ata6.00: 23437770752 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    2.562914] ata6.00: configured for UDMA/133
[    2.563695] scsi 5:0:0:0: Direct-Access     ATA      HGST HUH721212AL W3D0 PQ: 0 ANSI: 5
[    2.564515] sd 5:0:0:0: Attached scsi generic sg0 type 0
[    2.564567] sd 5:0:0:0: [sda] 23437770752 512-byte logical blocks: (12.0 TB/10.9 TiB)
[    2.565873] sd 5:0:0:0: [sda] 4096-byte physical blocks
[    2.566468] sd 5:0:0:0: [sda] Write Protect is off
[    2.566951] sd 5:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.566969] sd 5:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.580567] sd 5:0:0:0: [sda] Attached SCSI disk
[    2.590253] usb 3-1.3: New USB device found, idVendor=2109, idProduct=2813, bcdDevice=90.11
[    2.590726] usb 3-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.591201] usb 3-1.3: Product: USB2.0 Hub
[    2.591668] usb 3-1.3: Manufacturer: VIA Labs, Inc.
[    2.650793] hub 3-1.3:1.0: USB hub found
[    2.651878] hub 3-1.3:1.0: 4 ports detected
[    2.693173] usb 4-1.4: new SuperSpeed Gen 1 USB device number 6 using xhci_hcd
[    2.791500] usb 4-1.4: New USB device found, idVendor=2109, idProduct=0813, bcdDevice=90.11
[    2.791972] usb 4-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.792441] usb 4-1.4: Product: USB3.0 Hub
[    2.792907] usb 4-1.4: Manufacturer: VIA Labs, Inc.
[    2.810293] hub 4-1.4:1.0: USB hub found
[    2.811127] hub 4-1.4:1.0: 4 ports detected
[    2.877147] ata7: SATA link down (SStatus 0 SControl 330)
[    2.909379] usb 3-1.1.3: new low-speed USB device number 7 using xhci_hcd
[    3.054630] usb 3-1.1.3: New USB device found, idVendor=046d, idProduct=c326, bcdDevice=79.00
[    3.055094] usb 3-1.1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.055549] usb 3-1.1.3: Product: USB Keyboard
[    3.056002] usb 3-1.1.3: Manufacturer: Logitech
[    3.126823] usb 3-1.4: new high-speed USB device number 8 using xhci_hcd
[    3.136671] input: Logitech USB Keyboard as /devices/pci0000:00/0000:00:07.1/0000:0c:00.3/usb3/3-1/3-1.1/3-1.1.3/3-1.1.3:1.0/0003:046D:C326.0006/input/input2
[    3.188085] ata8: SATA link down (SStatus 0 SControl 330)
[    3.189152] hid-generic 0003:046D:C326.0006: input,hidraw2: USB HID v1.10 Keyboard [Logitech USB Keyboard] on usb-0000:0c:00.3-1.1.3/input0
[    3.190579] Freeing unused decrypted memory: 2040K
[    3.191365] Freeing unused kernel image memory: 2200K
[    3.194421] input: Logitech USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:07.1/0000:0c:00.3/usb3/3-1/3-1.1/3-1.1.3/3-1.1.3:1.1/0003:046D:C326.0007/input/input3
[    3.198017] Write protecting the kernel read-only data: 20480k
[    3.199041] Freeing unused kernel image memory: 2020K
[    3.199910] Freeing unused kernel image memory: 2012K
[    3.206956] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    3.207482] rodata_test: all tests were successful
[    3.208001] Run /init as init process
[    3.229006] usb 3-1.4: New USB device found, idVendor=2109, idProduct=2813, bcdDevice=90.11
[    3.231203] usb 3-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.233372] usb 3-1.4: Product: USB2.0 Hub
[    3.235363] usb 3-1.4: Manufacturer: VIA Labs, Inc.
[    3.247078] input: Logitech USB Keyboard System Control as /devices/pci0000:00/0000:00:07.1/0000:0c:00.3/usb3/3-1/3-1.1/3-1.1.3/3-1.1.3:1.1/0003:046D:C326.0007/input/input4
[    3.251535] hid-generic 0003:046D:C326.0007: input,hiddev98,hidraw3: USB HID v1.10 Device [Logitech USB Keyboard] on usb-0000:0c:00.3-1.1.3/input1
[    3.252736] systemd[1]: systemd 240 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)
[    3.266037] systemd[1]: Detected architecture x86-64.
[    3.266724] systemd[1]: Running in initial RAM disk.
[    3.279996] systemd[1]: Set hostname to <localhost.localdomain>.
[    3.290397] hub 3-1.4:1.0: USB hub found
[    3.291374] hub 3-1.4:1.0: 4 ports detected
[    3.306015] usb 3-1.3.3: new full-speed USB device number 9 using xhci_hcd
[    3.311327] systemd[1]: Reached target Timers.
[    3.312695] systemd[1]: Listening on Journal Socket.
[    3.316557] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[    3.317960] systemd[1]: Condition check resulted in Load Kernel Modules being skipped.
[    3.318664] systemd[1]: Listening on udev Kernel Socket.
[    3.320062] systemd[1]: Listening on udev Control Socket.
[    3.372601] audit: type=1130 audit(1547003976.195:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.373822] audit: type=1131 audit(1547003976.195:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.376496] audit: type=1130 audit(1547003976.199:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.406254] usb 3-1.3.3: New USB device found, idVendor=054c, idProduct=09cc, bcdDevice= 1.00
[    3.406918] usb 3-1.3.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.407568] usb 3-1.3.3: Product: Wireless Controller
[    3.407571] usb 3-1.3.3: Manufacturer: Sony Interactive Entertainment
[    3.409478] audit: type=1130 audit(1547003976.232:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-cmdline comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.424190] audit: type=1130 audit(1547003976.247:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-udev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.437340] audit: type=1130 audit(1547003976.260:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.492284] input: Sony Interactive Entertainment Wireless Controller Touchpad as /devices/pci0000:00/0000:00:07.1/0000:0c:00.3/usb3/3-1/3-1.3/3-1.3.3/3-1.3.3:1.3/0003:054C:09CC.0008/input/input6
[    3.493899] input: Sony Interactive Entertainment Wireless Controller Motion Sensors as /devices/pci0000:00/0000:00:07.1/0000:0c:00.3/usb3/3-1/3-1.3/3-1.3.3/3-1.3.3:1.3/0003:054C:09CC.0008/input/input7
[    3.502186] acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    3.503591] audit: type=1130 audit(1547003976.326:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.511336] nvme nvme0: pci function 0000:01:00.0
[    3.521635] audit: type=1130 audit(1547003976.344:9): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=plymouth-start comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.539345] dca service started, version 1.12.1
[    3.547065] input: Sony Interactive Entertainment Wireless Controller as /devices/pci0000:00/0000:00:07.1/0000:0c:00.3/usb3/3-1/3-1.3/3-1.3.3/3-1.3.3:1.3/0003:054C:09CC.0008/input/input5
[    3.548781] sony 0003:054C:09CC.0008: input,hidraw4: USB HID v81.11 Gamepad [Sony Interactive Entertainment Wireless Controller] on usb-0000:0c:00.3-1.3.3/input3
[    3.551607] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
[    3.552478] igb: Copyright (c) 2007-2014 Intel Corporation.
[    3.557255] logitech-djreceiver 0003:046D:C52B.0005: hiddev99,hidraw5: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:0c:00.3-1.1.2/input2
[    3.563748] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    3.568018] usb 3-1.3.4: new high-speed USB device number 10 using xhci_hcd
[    3.580406] pps pps0: new PPS source ptp0
[    3.581301] igb 0000:04:00.0: added PHC on eth0
[    3.582128] igb 0000:04:00.0: Intel(R) Gigabit Ethernet Network Connection
[    3.582958] igb 0000:04:00.0: eth0: (PCIe:2.5Gb/s:Width x1) 4c:ed:fb:75:5b:ab
[    3.583776] igb 0000:04:00.0: eth0: PBA No: FFFFFF-0FF
[    3.584574] igb 0000:04:00.0: Using MSI-X interrupts. 2 rx queue(s), 2 tx queue(s)
[    3.586204] igb 0000:04:00.0 enp4s0: renamed from eth0
[    3.665252] usb 3-1.3.4: New USB device found, idVendor=18d1, idProduct=4ee7, bcdDevice= 2.32
[    3.666054] usb 3-1.3.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.666848] usb 3-1.3.4: Product: Nexus 5
[    3.667634] usb 3-1.3.4: Manufacturer: LGE
[    3.668405] usb 3-1.3.4: SerialNumber: 07606f5400e1b31a
[    3.687630] input: Logitech Unifying Device. Wireless PID:4026 Keyboard as /devices/pci0000:00/0000:00:07.1/0000:0c:00.3/usb3/3-1/3-1.1/3-1.1.2/3-1.1.2:1.2/0003:046D:C52B.0005/0003:046D:4026.0009/input/input8
[    3.690165] input: Logitech Unifying Device. Wireless PID:4026 Mouse as /devices/pci0000:00/0000:00:07.1/0000:0c:00.3/usb3/3-1/3-1.1/3-1.1.2/3-1.1.2:1.2/0003:046D:C52B.0005/0003:046D:4026.0009/input/input9
[    3.692891] input: Logitech Unifying Device. Wireless PID:4026 Consumer Control as /devices/pci0000:00/0000:00:07.1/0000:0c:00.3/usb3/3-1/3-1.1/3-1.1.2/3-1.1.2:1.2/0003:046D:C52B.0005/0003:046D:4026.0009/input/input10
[    3.695051] hid-generic 0003:046D:4026.0009: input,hidraw6: USB HID v1.11 Keyboard [Logitech Unifying Device. Wireless PID:4026] on usb-0000:0c:00.3-1.1.2:1
[    3.719667] nvme nvme0: 16/0/0 default/read/poll queues
[    3.722066] [drm] amdgpu kernel modesetting enabled.
[    3.722886] Parsing CRAT table with 1 nodes
[    3.723579]  nvme0n1: p1 p2 p3
[    3.723741] Ignoring ACPI CRAT on non-APU system
[    3.725282] Virtual CRAT table created for CPU
[    3.726020] Parsing CRAT table with 1 nodes
[    3.726741] Creating topology SYSFS entries
[    3.727461] Topology: Add CPU node
[    3.728157] Finished initializing topology
[    3.728916] checking generic (e0000000 300000) vs hw (e0000000 10000000)
[    3.728917] fb0: switching to amdgpudrmfb from EFI VGA
[    3.729610] Console: switching to colour dummy device 80x25
[    3.729828] [drm] initializing kernel modesetting (VEGA10 0x1002:0x687F 0x1458:0x2308 0xC1).
[    3.729838] [drm] register mmio base: 0xFE600000
[    3.729839] [drm] register mmio size: 524288
[    3.729846] [drm] add ip block number 0 <soc15_common>
[    3.729847] [drm] add ip block number 1 <gmc_v9_0>
[    3.729849] [drm] add ip block number 2 <vega10_ih>
[    3.729850] [drm] add ip block number 3 <psp>
[    3.729851] [drm] add ip block number 4 <gfx_v9_0>
[    3.729853] [drm] add ip block number 5 <sdma_v4_0>
[    3.729854] [drm] add ip block number 6 <powerplay>
[    3.729856] [drm] add ip block number 7 <dm>
[    3.729857] [drm] add ip block number 8 <uvd_v7_0>
[    3.729858] [drm] add ip block number 9 <vce_v4_0>
[    3.729906] [drm] UVD(0) is enabled in VM mode
[    3.729907] [drm] UVD(0) ENC is enabled in VM mode
[    3.729909] [drm] VCE enabled in VM mode
[    3.729923] amdgpu 0000:0b:00.0: No more image in the PCI ROM
[    3.729940] ATOM BIOS: xxx-xxx-xxx
[    3.729958] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[    3.729966] amdgpu 0000:0b:00.0: VRAM: 8176M 0x000000F400000000 - 0x000000F5FEFFFFFF (8176M used)
[    3.729969] amdgpu 0000:0b:00.0: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF
[    3.729971] amdgpu 0000:0b:00.0: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
[    3.729976] [drm] Detected VRAM RAM=8176M, BAR=256M
[    3.729977] [drm] RAM width 2048bits HBM
[    3.730038] [TTM] Zone  kernel: Available graphics memory: 16463198 kiB
[    3.730040] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
[    3.730041] [TTM] Initializing pool allocator
[    3.730044] [TTM] Initializing DMA pool allocator
[    3.730067] [drm] amdgpu: 8176M of VRAM memory ready
[    3.730069] [drm] amdgpu: 8176M of GTT memory ready.
[    3.730080] [drm] GART: num cpu pages 131072, num gpu pages 131072
[    3.730183] [drm] PCIE GART of 512M enabled (table at 0x000000F400900000).
[    3.731424] [drm] use_doorbell being set to: [true]
[    3.731462] [drm] use_doorbell being set to: [true]
[    3.731608] [drm] Found UVD firmware Version: 1.87 Family ID: 17
[    3.731612] [drm] PSP loading UVD firmware
[    3.732031] [drm] Found VCE firmware Version: 55.3 Binary ID: 4
[    3.732036] [drm] PSP loading VCE firmware
[    3.745948] PM: Image not found (code -22)
[    3.746538] audit: type=1130 audit(1547003976.569:10): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-hibernate-resume@dev-disk-by\x2duuid-c1820a2a\x2d10ac\x2d4ff7\x2da086\x2de73a4fc14c2d comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.879736] [drm] reserve 0x400000 from 0xf400d00000 for PSP TMR SIZE
[    3.942458] input: Logitech T400 as /devices/pci0000:00/0000:00:07.1/0000:0c:00.3/usb3/3-1/3-1.1/3-1.1.2/3-1.1.2:1.2/0003:046D:C52B.0005/0003:046D:4026.0009/input/input14
[    3.942556] logitech-hidpp-device 0003:046D:4026.0009: input,hidraw6: USB HID v1.11 Keyboard [Logitech T400] on usb-0000:0c:00.3-1.1.2:1
[    3.967041] [drm] Display Core initialized with v3.2.08!
[    3.998442] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    3.998444] [drm] Driver supports precise vblank timestamp query.
[    4.019711] [drm] UVD and UVD ENC initialized successfully.
[    4.120351] [drm] VCE initialized successfully.
[    4.121917] kfd kfd: Allocated 3969056 bytes on gart
[    4.121937] Virtual CRAT table created for GPU
[    4.121939] Parsing CRAT table with 1 nodes
[    4.121948] Creating topology SYSFS entries
[    4.122027] Topology: Add dGPU node [0x687f:0x1002]
[    4.122090] kfd kfd: added device 1002:687f
[    4.126032] [drm] fb mappable at 0xE1100000
[    4.126034] [drm] vram apper at 0xE0000000
[    4.126035] [drm] size 33177600
[    4.126036] [drm] fb depth is 24
[    4.126037] [drm]    pitch is 15360
[    4.126078] fbcon: amdgpudrmfb (fb0) is primary device
[    4.150583] Console: switching to colour frame buffer device 480x135
[    4.177828] amdgpu 0000:0b:00.0: fb0: amdgpudrmfb frame buffer device
[    4.183061] amdgpu 0000:0b:00.0: ring gfx uses VM inv eng 0 on hub 0
[    4.183062] amdgpu 0000:0b:00.0: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[    4.183063] amdgpu 0000:0b:00.0: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[    4.183064] amdgpu 0000:0b:00.0: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[    4.183065] amdgpu 0000:0b:00.0: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[    4.183066] amdgpu 0000:0b:00.0: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[    4.183066] amdgpu 0000:0b:00.0: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[    4.183067] amdgpu 0000:0b:00.0: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[    4.183068] amdgpu 0000:0b:00.0: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[    4.183069] amdgpu 0000:0b:00.0: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[    4.183069] amdgpu 0000:0b:00.0: ring sdma0 uses VM inv eng 0 on hub 1
[    4.183070] amdgpu 0000:0b:00.0: ring sdma1 uses VM inv eng 1 on hub 1
[    4.183071] amdgpu 0000:0b:00.0: ring uvd_0 uses VM inv eng 4 on hub 1
[    4.183072] amdgpu 0000:0b:00.0: ring uvd_enc_0.0 uses VM inv eng 5 on hub 1
[    4.183072] amdgpu 0000:0b:00.0: ring uvd_enc_0.1 uses VM inv eng 6 on hub 1
[    4.183073] amdgpu 0000:0b:00.0: ring vce0 uses VM inv eng 7 on hub 1
[    4.183074] amdgpu 0000:0b:00.0: ring vce1 uses VM inv eng 8 on hub 1
[    4.183075] amdgpu 0000:0b:00.0: ring vce2 uses VM inv eng 9 on hub 1
[    4.183121] [drm] ECC is not present.
[    4.184003] [drm] Initialized amdgpu 3.27.0 20150101 for 0000:0b:00.0 on minor 0
[    4.254394] EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Opts: (null)
[    4.547610] systemd-journald[383]: Received SIGTERM from PID 1 (systemd).
[    4.556613] printk: systemd: 18 output lines suppressed due to ratelimiting
[    4.806110] SELinux:  Class xdp_socket not defined in policy.
[    4.806128] SELinux: the above unknown classes and permissions will be allowed
[    4.806144] SELinux:  policy capability network_peer_controls=1
[    4.806156] SELinux:  policy capability open_perms=1
[    4.806167] SELinux:  policy capability extended_socket_class=1
[    4.806179] SELinux:  policy capability always_check_network=0
[    4.806192] SELinux:  policy capability cgroup_seclabel=1
[    4.806203] SELinux:  policy capability nnp_nosuid_transition=1
[    4.821811] systemd[1]: Successfully loaded SELinux policy in 252.127ms.
[    4.845410] systemd[1]: Relabelled /dev, /dev/shm, /run, /sys/fs/cgroup in 18.767ms.
[    4.846164] systemd[1]: systemd 240 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)
[    4.858037] systemd[1]: Detected architecture x86-64.
[    4.858699] systemd[1]: Set hostname to <localhost.localdomain>.
[    4.881097] systemd[1]: /usr/lib/systemd/system/auditd.service:12: PIDFile= references path below legacy directory /var/run/, updating /var/run/auditd.pid → /run/auditd.pid; please update the unit file accordingly.
[    4.886897] systemd[1]: /usr/lib/systemd/system/gssproxy.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/gssproxy.pid → /run/gssproxy.pid; please update the unit file accordingly.
[    4.887353] systemd[1]: /usr/lib/systemd/system/rpc-statd.service:14: PIDFile= references path below legacy directory /var/run/, updating /var/run/rpc.statd.pid → /run/rpc.statd.pid; please update the unit file accordingly.
[    4.888977] systemd[1]: /usr/lib/systemd/system/nfs-blkmap.service:10: PIDFile= references path below legacy directory /var/run/, updating /var/run/blkmapd.pid → /run/blkmapd.pid; please update the unit file accordingly.
[    4.891906] systemd[1]: /usr/lib/systemd/system/chronyd.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/chrony/chronyd.pid → /run/chrony/chronyd.pid; please update the unit file accordingly.
[    4.897025] systemd[1]: /usr/lib/systemd/system/mdmonitor.service:6: PIDFile= references path below legacy directory /var/run/, updating /var/run/mdadm/mdadm.pid → /run/mdadm/mdadm.pid; please update the unit file accordingly.
[    4.897394] systemd[1]: /usr/lib/systemd/system/iscsid.service:10: PIDFile= references path below legacy directory /var/run/, updating /var/run/iscsid.pid → /run/iscsid.pid; please update the unit file accordingly.
[    4.944932] EXT4-fs (nvme0n1p2): re-mounted. Opts: (null)
[    4.996626] systemd-journald[667]: Received request to flush runtime journal from PID 1
[    5.075315] acpi_cpufreq: overriding BIOS provided _PSD data
[    5.100252] kauditd_printk_skb: 47 callbacks suppressed
[    5.100253] audit: type=1130 audit(1547003977.923:58): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.139588] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    5.139614] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[    5.140009] ccp 0000:0c:00.2: enabling device (0000 -> 0002)
[    5.140258] ccp 0000:0c:00.2: psp initialization failed
[    5.140279] ccp 0000:0c:00.2: enabled
[    5.141840] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[    5.141970] sp5100-tco sp5100-tco: Using 0xfed80b00 for watchdog MMIO address
[    5.142020] sp5100-tco sp5100-tco: Watchdog hardware is disabled
[    5.168086] Adding 67108860k swap on /dev/nvme0n1p3.  Priority:-2 extents:1 across:67108860k SSFS
[    5.178751] media: Linux media interface: v0.10
[    5.188858] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    5.189604] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    5.195400] videodev: Linux video capture interface: v2.00
[    5.216790] snd_hda_intel 0000:0b:00.1: Handle vga_switcheroo audio client
[    5.216937] snd_hda_intel 0000:0d:00.3: enabling device (0000 -> 0002)
[    5.217767] Bluetooth: Core ver 2.22
[    5.217800] NET: Registered protocol family 31
[    5.217818] Bluetooth: HCI device and connection manager initialized
[    5.217839] Bluetooth: HCI socket layer initialized
[    5.217855] Bluetooth: L2CAP socket layer initialized
[    5.217874] Bluetooth: SCO socket layer initialized
[    5.218031] uvcvideo: Unknown video format 30313050-0000-0010-8000-00aa00389b71
[    5.218517] uvcvideo: Found UVC 1.00 device Live Gamer Ultra-Video (07ca:0553)
[    5.227200] usbcore: registered new interface driver btusb
[    5.230473] Bluetooth: hci0: RTL: rtl: examining hci_ver=07 hci_rev=000b lmp_ver=07 lmp_subver=8822

[    5.230525] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.1/0000:09:00.0/0000:0a:00.0/0000:0b:00.1/sound/card0/input15
[    5.230641] input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.1/0000:09:00.0/0000:0a:00.0/0000:0b:00.1/sound/card0/input16
[    5.230718] input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.1/0000:09:00.0/0000:0a:00.0/0000:0b:00.1/sound/card0/input17
[    5.230800] input: HD-Audio Generic HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.1/0000:09:00.0/0000:0a:00.0/0000:0b:00.1/sound/card0/input18
[    5.230906] input: HD-Audio Generic HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.1/0000:09:00.0/0000:0a:00.0/0000:0b:00.1/sound/card0/input19
[    5.230980] input: HD-Audio Generic HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:03.1/0000:09:00.0/0000:0a:00.0/0000:0b:00.1/sound/card0/input20
[    5.233467] Bluetooth: hci0: RTL: rom_version status=0 version=2

[    5.233498] Bluetooth: hci0: RTL: rtl: loading rtl_bt/rtl8822b_fw.bin

[    5.233657] Bluetooth: hci0: RTL: rtl: loading rtl_bt/rtl8822b_config.bin

[    5.233726] Bluetooth: hci0: RTL: cfg_sz 14, total sz 20270

[    5.248558] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC1220: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
[    5.248613] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    5.248652] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    5.248689] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[    5.248723] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[    5.248752] snd_hda_codec_realtek hdaudioC1D0:      Front Mic=0x19
[    5.248783] snd_hda_codec_realtek hdaudioC1D0:      Rear Mic=0x18
[    5.248813] snd_hda_codec_realtek hdaudioC1D0:      Line=0x1a
[    5.254140] asus_wmi: ASUS WMI generic driver loaded
[    5.255714] asus_wmi: Initialization: 0x0
[    5.255768] asus_wmi: BIOS WMI version: 0.9
[    5.255830] asus_wmi: SFUN value: 0x0
[    5.256230] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input21
[    5.256356] asus_wmi: Number of fans: 1
[    5.261239] uvcvideo 4-3:1.0: Entity type for entity Extension 3 was not initialized!
[    5.261272] uvcvideo 4-3:1.0: Entity type for entity Processing 2 was not initialized!
[    5.261302] uvcvideo 4-3:1.0: Entity type for entity Camera 1 was not initialized!
[    5.261380] input: Live Gamer Ultra-Video: Live Ga as /devices/pci0000:00/0000:00:07.1/0000:0c:00.3/usb4/4-3/4-3:1.0/input/input23
[    5.261528] usbcore: registered new interface driver uvcvideo
[    5.261549] USB Video Class driver (1.1.1)
[    5.264995] input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:0d:00.3/sound/card1/input22
[    5.267648] input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:0d:00.3/sound/card1/input24
[    5.270237] input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:0d:00.3/sound/card1/input25
[    5.273005] input: HD-Audio Generic Line Out as /devices/pci0000:00/0000:00:08.1/0000:0d:00.3/sound/card1/input26
[    5.276944] input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:0d:00.3/sound/card1/input27
[    5.285944] r8822be: module is from the staging directory, the quality is unknown, you have been warned.
[    5.295115] r8822be 0000:05:00.0: enabling device (0000 -> 0003)
[    5.314755] r8822be: Using firmware rtlwifi/rtl8822befw.bin
[    5.316960] kvm: Nested Virtualization enabled
[    5.319573] kvm: Nested Paging enabled
[    5.322652] SVM: Virtual VMLOAD VMSAVE supported
[    5.322654] SVM: Virtual GIF supported
[    5.332782] ieee80211 phy0: Selected rate control algorithm 'rtl_rc'
[    5.333297] r8822be: rtlwifi: wireless switch is on
[    5.343550] MCE: In-kernel MCE decoding enabled.
[    5.346683] EDAC amd64: Node 0: DRAM ECC disabled.
[    5.346685] 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.)
[    5.346836] r8822be 0000:05:00.0 wlp5s0: renamed from wlan0
[    5.365615] audit: type=1400 audit(1547003978.188:59): avc:  denied  { read } for  pid=929 comm="systemd-rfkill" name="pci-0000:05:00.0:wlan" dev="nvme0n1p2" ino=2883639 scontext=system_u:system_r:systemd_rfkill_t:s0 tcontext=system_u:object_r:unlabeled_t:s0 tclass=file permissive=0
[    5.385765] audit: type=1130 audit(1547003978.208:60): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.390179] audit: type=1130 audit(1547003978.213:61): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.393874] EDAC amd64: Node 0: DRAM ECC disabled.
[    5.395823] 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.)
[    5.424771] EDAC amd64: Node 0: DRAM ECC disabled.
[    5.428463] 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.)
[    5.454453] usbcore: registered new interface driver snd-usb-audio
[    5.458284] EDAC amd64: Node 0: DRAM ECC disabled.
[    5.461854] 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.)
[    5.485733] EDAC amd64: Node 0: DRAM ECC disabled.
[    5.489400] 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.)
[    6.474632] audit: type=1130 audit(1547003979.297:62): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-udev-settle comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.532952] audit: type=1130 audit(1547003979.355:63): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=dmraid-activation comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.536763] audit: type=1131 audit(1547003979.355:64): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=dmraid-activation comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.560705] audit: type=1130 audit(1547003979.383:65): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-fsck@dev-disk-by\x2duuid-A3EC\x2dCD5A comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.617625] SGI XFS with ACLs, security attributes, scrub, no debug enabled
[    6.621832] XFS (sda): Mounting V5 Filesystem
[    6.757614] XFS (sda): Ending clean mount
[    6.881426] audit: type=1130 audit(1547003979.704:66): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=dracut-shutdown comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.893066] audit: type=1130 audit(1547003979.716:67): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=plymouth-read-write comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.964577] RPC: Registered named UNIX socket transport module.
[    6.966700] RPC: Registered udp transport module.
[    6.968792] RPC: Registered tcp transport module.
[    6.970882] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    7.063604] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    7.065893] Bluetooth: BNEP filters: protocol multicast
[    7.065899] Bluetooth: BNEP socket layer initialized
[    7.327612] IPv6: ADDRCONF(NETDEV_UP): enp4s0: link is not ready
[    7.354832] IPv6: ADDRCONF(NETDEV_UP): enp4s0: link is not ready
[    7.362225] IPv6: ADDRCONF(NETDEV_UP): wlp5s0: link is not ready
[   10.376516] igb 0000:04:00.0 enp4s0: igb: enp4s0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
[   10.479213] IPv6: ADDRCONF(NETDEV_CHANGE): enp4s0: link becomes ready
[   11.230729] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[   11.237302] tun: Universal TUN/TAP device driver, 1.6
[   11.238516] virbr0: port 1(virbr0-nic) entered blocking state
[   11.238520] virbr0: port 1(virbr0-nic) entered disabled state
[   11.238573] device virbr0-nic entered promiscuous mode
[   11.306474] virbr0: port 1(virbr0-nic) entered blocking state
[   11.306480] virbr0: port 1(virbr0-nic) entered listening state
[   11.328900] virbr0: port 1(virbr0-nic) entered disabled state
[   17.297274] Bluetooth: RFCOMM TTY layer initialized
[   17.297281] Bluetooth: RFCOMM socket layer initialized
[   17.297310] Bluetooth: RFCOMM ver 1.11
[   18.109780] fuse init (API version 7.28)
[   22.812407] logitech-hidpp-device 0003:046D:4026.0009: HID++ 2.0 device connected.
[   24.054150] rfkill: input handler disabled
[  269.562008] uvcvideo: Non-zero status (-71) in video completion handler.
[ 1269.436579] uvcvideo: Non-zero status (-71) in video completion handler.
[ 1609.402651] uvcvideo: Non-zero status (-71) in video completion handler.

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

* Re: Kernel error "Unknown pixelformat 0x00000000" occurs when I start capture video
  2019-01-09  3:51               ` Mikhail Gavrilov
@ 2019-01-09 12:03                 ` Mauro Carvalho Chehab
  0 siblings, 0 replies; 19+ messages in thread
From: Mauro Carvalho Chehab @ 2019-01-09 12:03 UTC (permalink / raw)
  To: Mikhail Gavrilov; +Cc: Laurent Pinchart, linux-media

Em Wed, 9 Jan 2019 08:51:29 +0500
Mikhail Gavrilov <mikhail.v.gavrilov@gmail.com> escreveu:

> I upgraded kernel to 5.0 rc1 and the error message  "Unknown
> pixelformat 0x00000000" are disappeared.
> 
> Instead I see not obvious message "uvcvideo: Non-zero status (-71) in
> video completion handler."

This is unrelated. Usually, you get -71 errors when there's a problem
with usb cabling. This is what it means:

	#define	EPROTO		71	/* Protocol error */

From Documentation/driver-api/usb/error-codes.rst:

``-EPROTO`` [#f1]_, [#f2]_	a) bitstuff error
				b) no response packet received within the
				   prescribed bus turn-around time
				c) unknown USB error

> Maybe in this case better to write "Video format XXX not supported" ?

The message about the lack of support for P010 is still there:

	[    5.218031] uvcvideo: Unknown video format 30313050-0000-0010-8000-00aa00389b71

The best solution would be to really convert this into something that
applications can benefit, e. g. exporting the P010 format to userspace.

> It would help quickly understand that is culprit here.
> 
> 
> --
> Best Regards,
> Mike Gavrilov.



Thanks,
Mauro

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

* Re: Kernel error "Unknown pixelformat 0x00000000" occurs when I start capture video
  2019-01-08 18:49           ` Mauro Carvalho Chehab
  2019-01-08 19:00             ` Mauro Carvalho Chehab
  2019-01-08 21:29             ` Laurent Pinchart
@ 2019-01-09 12:19             ` Sakari Ailus
  2019-01-09 13:01               ` P010 fourcc format support - Was: " Mauro Carvalho Chehab
  2 siblings, 1 reply; 19+ messages in thread
From: Sakari Ailus @ 2019-01-09 12:19 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: Mikhail Gavrilov, Laurent Pinchart, linux-media

On Tue, Jan 08, 2019 at 04:49:16PM -0200, Mauro Carvalho Chehab wrote:
> Em Tue, 8 Jan 2019 21:11:41 +0500
> Mikhail Gavrilov <mikhail.v.gavrilov@gmail.com> escreveu:
> 
> > On Tue, 8 Jan 2019 at 20:57, Laurent Pinchart
> > <laurent.pinchart@ideasonboard.com> wrote:
> > >
> > > Thank you.
> > >
> > > Your device exposes five formats: YUY2 (YUYV), YV12 (YVU420), NV12, P010 and
> > > BGR3 (BGR24). They are all supported by V4L2 and the uvcvideo driver except
> > > for the P010 format. This would be easy to fix in the uvcvideo driver if it
> > > wasn't for the fact that the P010 format isn't support by V4L2. Adding support
> > > for it isn't difficult, but I don't have time to do this myself at the moment.
> > > Would you consider volunteering if I guide you ? :-)
> > >  
> > 
> > Sure, I'd be happy to help. What is required of me?
> 
> It shouldn't be hard. 
> 
> First, you need to add the new format at include/uapi/linux/videodev2.h,
> like this one:
> 
> 	#define V4L2_PIX_FMT_YUV420M v4l2_fourcc('Y', 'M', '1', '2') /* 12  YUV420 planar */
> 
> Please put it together with the other YUV formats.
> 
> As the fourcc "P010" was not used on Linux yet, you could use it,
> e. g., something like:
> 
> 	#define V4L2_PIX_FMT_YUV_P10 v4l2_fourcc('P', '0', '1', '0') /* 10  YUV420 planar */
> 
> You need then to document it. Each V4L2 format should have a description, 
> like this:
> 
> 	https://linuxtv.org/downloads/v4l-dvb-apis-new/uapi/v4l/pixfmt-yuv420m.html
> 
> This is generated via a text file (using ReST syntax). On the above example,
> it is produced by this file:
> 
> 	https://git.linuxtv.org/media_tree.git/tree/Documentation/media/uapi/v4l/pixfmt-yuv420m.rst
> 
> Writing it would take a little more time, but, provided that you don't 
> copy what's written from external docs, you could take a look at the
> Internet for the P010 descriptions, and use the pixfmt-yuy420m.rst file
> as the basis for a new pixfmt-p010.rst file.

There is some work done on this but it's not finished; searching "P010" in
Patchwork yields this:

<URL:https://patchwork.linuxtv.org/patch/39752/>

Just FYI.

> 
> This will produce a patch similar to this one:
> 
> 	https://git.linuxtv.org/media_tree.git/commit/?id=5df082e2312c
> 
> Finally, you need to teach the uvc driver that it should report P010
> format, instead of 0x00000000, by adding it at uvc_format_desc uvc_fmts,
> with the corresponding UVC GUID. We usually do this on a separate patch.
> Something like this:
> 
> 	https://git.linuxtv.org/media_tree.git/commit/?id=6ea0d588d35b
> 
> Once you have the patches, submit it to the ML :-)
> 
> You could take a look at the LinuxTV wiki page about how to submit,
> at the developer's section:
> 
> 	https://linuxtv.org/wiki/index.php/Developer_section
> 
> In particular, take a look at "Submitting Your Work" section there.
> 
> Thanks,
> Mauro

-- 
Sakari Ailus

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

* P010 fourcc format support - Was: Re: Kernel error "Unknown pixelformat 0x00000000" occurs when I start capture video
  2019-01-09 12:19             ` Sakari Ailus
@ 2019-01-09 13:01               ` Mauro Carvalho Chehab
  2019-01-09 16:42                 ` Ayaka
  0 siblings, 1 reply; 19+ messages in thread
From: Mauro Carvalho Chehab @ 2019-01-09 13:01 UTC (permalink / raw)
  To: Sakari Ailus, Ayaka; +Cc: Mikhail Gavrilov, Laurent Pinchart, linux-media

Em Wed, 9 Jan 2019 14:19:00 +0200
Sakari Ailus <sakari.ailus@iki.fi> escreveu:

> On Tue, Jan 08, 2019 at 04:49:16PM -0200, Mauro Carvalho Chehab wrote:
> > Em Tue, 8 Jan 2019 21:11:41 +0500
> > Mikhail Gavrilov <mikhail.v.gavrilov@gmail.com> escreveu:
> >   
> > > On Tue, 8 Jan 2019 at 20:57, Laurent Pinchart
> > > <laurent.pinchart@ideasonboard.com> wrote:  
> > > >
> > > > Thank you.
> > > >
> > > > Your device exposes five formats: YUY2 (YUYV), YV12 (YVU420), NV12, P010 and
> > > > BGR3 (BGR24). They are all supported by V4L2 and the uvcvideo driver except
> > > > for the P010 format. This would be easy to fix in the uvcvideo driver if it
> > > > wasn't for the fact that the P010 format isn't support by V4L2. Adding support
> > > > for it isn't difficult, but I don't have time to do this myself at the moment.
> > > > Would you consider volunteering if I guide you ? :-)
> > > >    
> > > 
> > > Sure, I'd be happy to help. What is required of me?  
> > 
> > It shouldn't be hard. 
> > 
> > First, you need to add the new format at include/uapi/linux/videodev2.h,
> > like this one:
> > 
> > 	#define V4L2_PIX_FMT_YUV420M v4l2_fourcc('Y', 'M', '1', '2') /* 12  YUV420 planar */
> > 
> > Please put it together with the other YUV formats.
> > 
> > As the fourcc "P010" was not used on Linux yet, you could use it,
> > e. g., something like:
> > 
> > 	#define V4L2_PIX_FMT_YUV_P10 v4l2_fourcc('P', '0', '1', '0') /* 10  YUV420 planar */
> > 
> > You need then to document it. Each V4L2 format should have a description, 
> > like this:
> > 
> > 	https://linuxtv.org/downloads/v4l-dvb-apis-new/uapi/v4l/pixfmt-yuv420m.html
> > 
> > This is generated via a text file (using ReST syntax). On the above example,
> > it is produced by this file:
> > 
> > 	https://git.linuxtv.org/media_tree.git/tree/Documentation/media/uapi/v4l/pixfmt-yuv420m.rst
> > 
> > Writing it would take a little more time, but, provided that you don't 
> > copy what's written from external docs, you could take a look at the
> > Internet for the P010 descriptions, and use the pixfmt-yuy420m.rst file
> > as the basis for a new pixfmt-p010.rst file.  
> 
> There is some work done on this but it's not finished; searching "P010" in
> Patchwork yields this:
> 
> <URL:https://patchwork.linuxtv.org/patch/39752/>

Good point! I'm c/c the author of it.

The actual patch for media is this one:

	https://patchwork.linuxtv.org/patch/39753/

It sounds that the author didn't sent any version after that.

The goal seemed to be to add P010 support at DRM for the rockchip driver.

specifically with regards to patch 2/3, the issues seemed to be:

	- some naming issues with the multiplane format variants;
	- a typo: simliar -> similar;
	- a comment about the usage of 1/2 UTF code (½). Not sure if
	  Sphinx will handle it well for both html and pdf outputs.
	  It should, but better to double check.

Ayaka,

There is a UVC media device that supports P010 device. We're discussing
about adding support for it on media. The full thread is at:

https://lore.kernel.org/linux-media/20190109121900.hbrpttmxz3gaotwx@valkosipuli.retiisi.org.uk/T/#m8c395156ca0e898e4c8b1e2c6309d912bc414804

We've seen that you tried to submit a patch series for DRM adding
support for it at the rockship driver. What's the status of such
series?

Thanks,
Mauro

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

* Re: P010 fourcc format support - Was: Re: Kernel error "Unknown pixelformat 0x00000000" occurs when I start capture video
  2019-01-09 13:01               ` P010 fourcc format support - Was: " Mauro Carvalho Chehab
@ 2019-01-09 16:42                 ` Ayaka
  2019-01-09 16:52                   ` Nicolas Dufresne
  0 siblings, 1 reply; 19+ messages in thread
From: Ayaka @ 2019-01-09 16:42 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: Sakari Ailus, Mikhail Gavrilov, Laurent Pinchart, linux-media



Sent from my iPad

> On Jan 9, 2019, at 9:01 PM, Mauro Carvalho Chehab <mchehab+samsung@kernel.org> wrote:
> 
> Em Wed, 9 Jan 2019 14:19:00 +0200
> Sakari Ailus <sakari.ailus@iki.fi> escreveu:
> 
>>> On Tue, Jan 08, 2019 at 04:49:16PM -0200, Mauro Carvalho Chehab wrote:
>>> Em Tue, 8 Jan 2019 21:11:41 +0500
>>> Mikhail Gavrilov <mikhail.v.gavrilov@gmail.com> escreveu:
>>> 
>>>> On Tue, 8 Jan 2019 at 20:57, Laurent Pinchart
>>>> <laurent.pinchart@ideasonboard.com> wrote:  
>>>>> 
>>>>> Thank you.
>>>>> 
>>>>> Your device exposes five formats: YUY2 (YUYV), YV12 (YVU420), NV12, P010 and
>>>>> BGR3 (BGR24). They are all supported by V4L2 and the uvcvideo driver except
>>>>> for the P010 format. This would be easy to fix in the uvcvideo driver if it
>>>>> wasn't for the fact that the P010 format isn't support by V4L2. Adding support
>>>>> for it isn't difficult, but I don't have time to do this myself at the moment.
>>>>> Would you consider volunteering if I guide you ? :-)
>>>>> 
>>>> 
>>>> Sure, I'd be happy to help. What is required of me?  
>>> 
>>> It shouldn't be hard. 
>>> 
>>> First, you need to add the new format at include/uapi/linux/videodev2.h,
>>> like this one:
>>> 
>>>    #define V4L2_PIX_FMT_YUV420M v4l2_fourcc('Y', 'M', '1', '2') /* 12  YUV420 planar */
>>> 
>>> Please put it together with the other YUV formats.
>>> 
>>> As the fourcc "P010" was not used on Linux yet, you could use it,
>>> e. g., something like:
>>> 
>>>    #define V4L2_PIX_FMT_YUV_P10 v4l2_fourcc('P', '0', '1', '0') /* 10  YUV420 planar */
>>> 
>>> You need then to document it. Each V4L2 format should have a description, 
>>> like this:
>>> 
>>>    https://linuxtv.org/downloads/v4l-dvb-apis-new/uapi/v4l/pixfmt-yuv420m.html
>>> 
>>> This is generated via a text file (using ReST syntax). On the above example,
>>> it is produced by this file:
>>> 
>>>    https://git.linuxtv.org/media_tree.git/tree/Documentation/media/uapi/v4l/pixfmt-yuv420m.rst
>>> 
>>> Writing it would take a little more time, but, provided that you don't 
>>> copy what's written from external docs, you could take a look at the
>>> Internet for the P010 descriptions, and use the pixfmt-yuy420m.rst file
>>> as the basis for a new pixfmt-p010.rst file.  
>> 
>> There is some work done on this but it's not finished; searching "P010" in
>> Patchwork yields this:
>> 
>> <URL:https://patchwork.linuxtv.org/patch/39752/>
> 
> Good point! I'm c/c the author of it.
> 
> The actual patch for media is this one:
> 
>    https://patchwork.linuxtv.org/patch/39753/
> 
> It sounds that the author didn't sent any version after that.
> 
> The goal seemed to be to add P010 support at DRM for the rockchip driver.
> 
> specifically with regards to patch 2/3, the issues seemed to be:
> 
>    - some naming issues with the multiplane format variants;
>    - a typo: simliar -> similar;
>    - a comment about the usage of 1/2 UTF code (½). Not sure if
>      Sphinx will handle it well for both html and pdf outputs.
>      It should, but better to double check.
> 
> Ayaka,
> 
> There is a UVC media device that supports P010 device. We're discussing
> about adding support for it on media. The full thread is at:
> 
> https://lore.kernel.org/linux-media/20190109121900.hbrpttmxz3gaotwx@valkosipuli.retiisi.org.uk/T/#m8c395156ca0e898e4c8b1e2c6309d912bc414804
> 
> We've seen that you tried to submit a patch series for DRM adding
> support for it at the rockship driver. What's the status of such
> series?
Rockchip would use another 10bit variant of NV12, which is merged as NV12LE40 at Gstreamer and I sent another patch for it, but I didn’t receive any feedback from that.
> 
> Thanks,
> Mauro


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

* Re: P010 fourcc format support - Was: Re: Kernel error "Unknown pixelformat 0x00000000" occurs when I start capture video
  2019-01-09 16:42                 ` Ayaka
@ 2019-01-09 16:52                   ` Nicolas Dufresne
  2019-01-09 17:28                     ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 19+ messages in thread
From: Nicolas Dufresne @ 2019-01-09 16:52 UTC (permalink / raw)
  To: Ayaka, Mauro Carvalho Chehab
  Cc: Sakari Ailus, Mikhail Gavrilov, Laurent Pinchart, linux-media

Le jeudi 10 janvier 2019 à 00:42 +0800, Ayaka a écrit :
> > There is a UVC media device that supports P010 device. We're discussing
> > about adding support for it on media. The full thread is at:
> > 
> > https://lore.kernel.org/linux-media/20190109121900.hbrpttmxz3gaotwx@valkosipuli.retiisi.org.uk/T/#m8c395156ca0e898e4c8b1e2c6309d912bc414804
> > 
> > We've seen that you tried to submit a patch series for DRM adding
> > support for it at the rockship driver. What's the status of such
> > series?
> Rockchip would use another 10bit variant of NV12, which is merged as NV12LE40 at Gstreamer and I sent another patch for it, but I didn’t receive any feedback from that.

For extra detail, the Rockchip variant is fully packed, with no padding
bits, while the Microsoft variant uses 16bits per pixels, with 6bits
padding. It was a mistake to use P010 initially for the Rockchip
format.

Nicolas


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

* Re: P010 fourcc format support - Was: Re: Kernel error "Unknown pixelformat 0x00000000" occurs when I start capture video
  2019-01-09 16:52                   ` Nicolas Dufresne
@ 2019-01-09 17:28                     ` Mauro Carvalho Chehab
  2019-01-09 18:20                       ` Nicolas Dufresne
  0 siblings, 1 reply; 19+ messages in thread
From: Mauro Carvalho Chehab @ 2019-01-09 17:28 UTC (permalink / raw)
  To: Nicolas Dufresne
  Cc: Ayaka, Sakari Ailus, Mikhail Gavrilov, Laurent Pinchart, linux-media

Em Wed, 09 Jan 2019 11:52:45 -0500
Nicolas Dufresne <nicolas@ndufresne.ca> escreveu:

> Le jeudi 10 janvier 2019 à 00:42 +0800, Ayaka a écrit :
> > > There is a UVC media device that supports P010 device. We're discussing
> > > about adding support for it on media. The full thread is at:
> > > 
> > > https://lore.kernel.org/linux-media/20190109121900.hbrpttmxz3gaotwx@valkosipuli.retiisi.org.uk/T/#m8c395156ca0e898e4c8b1e2c6309d912bc414804
> > > 
> > > We've seen that you tried to submit a patch series for DRM adding
> > > support for it at the rockship driver. What's the status of such
> > > series?  
> > Rockchip would use another 10bit variant of NV12, which is merged as NV12LE40 at Gstreamer and I sent another patch for it, but I didn’t receive any feedback from that.  

Hmm... We have already NV12 format at media subsystem side:
Documentation/media/uapi/v4l/pixfmt-nv12.rst

Did we miss some patch from you?

> 
> For extra detail, the Rockchip variant is fully packed, with no padding
> bits, while the Microsoft variant uses 16bits per pixels, with 6bits
> padding. It was a mistake to use P010 initially for the Rockchip
> format.

Yeah, P010 format seems to be a waste of bandwidth. Yet, as we're
now having devices using it (via uvcdriver), it would make sense to
merge the single plane format for it. I would merge the P016 too, as
P010 seems to be just a degradation of it.

Ayaka,

Would it be possible for you to re-send the P010/P016 documentation
for single plane, fixing the typo (simliar -> similar)?

Let's not merge the dual plane formats, as we don't need them
yet at the Kernel.

Thanks,
Mauro

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

* Re: P010 fourcc format support - Was: Re: Kernel error "Unknown pixelformat 0x00000000" occurs when I start capture video
  2019-01-09 17:28                     ` Mauro Carvalho Chehab
@ 2019-01-09 18:20                       ` Nicolas Dufresne
  0 siblings, 0 replies; 19+ messages in thread
From: Nicolas Dufresne @ 2019-01-09 18:20 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: Ayaka, Sakari Ailus, Mikhail Gavrilov, Laurent Pinchart, linux-media

Le mercredi 09 janvier 2019 à 15:28 -0200, Mauro Carvalho Chehab a
écrit :
> Em Wed, 09 Jan 2019 11:52:45 -0500
> Nicolas Dufresne <nicolas@ndufresne.ca> escreveu:
> 
> > Le jeudi 10 janvier 2019 à 00:42 +0800, Ayaka a écrit :
> > > > There is a UVC media device that supports P010 device. We're discussing
> > > > about adding support for it on media. The full thread is at:
> > > > 
> > > > https://lore.kernel.org/linux-media/20190109121900.hbrpttmxz3gaotwx@valkosipuli.retiisi.org.uk/T/#m8c395156ca0e898e4c8b1e2c6309d912bc414804
> > > > 
> > > > We've seen that you tried to submit a patch series for DRM adding
> > > > support for it at the rockship driver. What's the status of such
> > > > series?  
> > > Rockchip would use another 10bit variant of NV12, which is merged as NV12LE40 at Gstreamer and I sent another patch for it, but I didn’t receive any feedback from that.  
> 
> Hmm... We have already NV12 format at media subsystem side:
> Documentation/media/uapi/v4l/pixfmt-nv12.rst
> 
> Did we miss some patch from you?

NV12 is by definition 8bit per pixel. Rockchip uses a 10bit variant,
for which each pixels is packed over 40 bits so that it's bandwidth
efficient. It's probably quite complex to handle HW wise. Xilinx also
got a variant they are upstream, which is packed over 32 bits, with 2
bits padding.

> 
> > For extra detail, the Rockchip variant is fully packed, with no padding
> > bits, while the Microsoft variant uses 16bits per pixels, with 6bits
> > padding. It was a mistake to use P010 initially for the Rockchip
> > format.
> 
> Yeah, P010 format seems to be a waste of bandwidth. Yet, as we're
> now having devices using it (via uvcdriver), it would make sense to
> merge the single plane format for it. I would merge the P016 too, as
> P010 seems to be just a degradation of it.

It's meant for fast CPU indexing, which makes it odd as a streaming
format.

> 
> Ayaka,
> 
> Would it be possible for you to re-send the P010/P016 documentation
> for single plane, fixing the typo (simliar -> similar)?
> 
> Let's not merge the dual plane formats, as we don't need them
> yet at the Kernel.
> 
> Thanks,
> Mauro


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

end of thread, other threads:[~2019-01-09 18:20 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-05 20:05 Kernel error "Unknown pixelformat 0x00000000" occurs when I start capture video Mikhail Gavrilov
2019-01-08 14:45 ` Mauro Carvalho Chehab
2019-01-08 14:54   ` Laurent Pinchart
2019-01-08 15:16     ` Mauro Carvalho Chehab
2019-01-08 15:55       ` Laurent Pinchart
2019-01-08 15:18     ` Mikhail Gavrilov
2019-01-08 15:58       ` Laurent Pinchart
2019-01-08 16:11         ` Mikhail Gavrilov
2019-01-08 18:49           ` Mauro Carvalho Chehab
2019-01-08 19:00             ` Mauro Carvalho Chehab
2019-01-09  3:51               ` Mikhail Gavrilov
2019-01-09 12:03                 ` Mauro Carvalho Chehab
2019-01-08 21:29             ` Laurent Pinchart
2019-01-09 12:19             ` Sakari Ailus
2019-01-09 13:01               ` P010 fourcc format support - Was: " Mauro Carvalho Chehab
2019-01-09 16:42                 ` Ayaka
2019-01-09 16:52                   ` Nicolas Dufresne
2019-01-09 17:28                     ` Mauro Carvalho Chehab
2019-01-09 18:20                       ` Nicolas Dufresne

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).