All of lore.kernel.org
 help / color / mirror / Atom feed
* Sony PlayTV Dual Tuner- dvb_usb_dib0700
@ 2021-08-13  0:21 Andrew Goff
  2021-08-13  8:54 ` Sean Young
  0 siblings, 1 reply; 4+ messages in thread
From: Andrew Goff @ 2021-08-13  0:21 UTC (permalink / raw)
  To: linux-media

Hi, I hope this is the right place for posting this.

I have the above TV tuner / capture device which has been working well
in Ubuntu 16.04. I've decided to update the OS to Ubuntu 20.04 with a
fresh install on a different disk and haven't been able to get this
device working.

Ubuntu 21.04, 18.04 have also been tested with the same results. On a
fresh install of 16.04 this device works well.

It seems something has changed between 16.04 (kernel 4.15.0-142) and
18.04 (kernel 5.4.0-42).

In /etc/modprobe.d/dvb.conf
# Sony Play TV
options dvb-usb-dib0700 adapter_nr=5,6 force_lna_activation=1

This has been tested with different variations of the above without success.

When using w_scan with a file manager open I've noticed if scanning
adapter6 I could see the folder named adapter5 disappear. I then
opened up the adapter6 folder and two of the four files had
disappeared. When the scan finished the files/folder reappeared,
however the device then became unusable.

'modinfo dvb_usb_dib0700 | grep depends' yields the following

For Ubuntu 18.04
depends:
dib7000m,dib9000,dibx000_common,dvb-usb,dib0090,dib0070,dib3000mc,rc-core

For Ubuntu 16.04
depends:        dib7000m,dvb-usb,dib0090,dib0070,dib3000mc,rc-core

So something has changed in the driver?

Please let me know if any further information is required to help fix this.
Thanks
Andrew

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

* Re: Sony PlayTV Dual Tuner- dvb_usb_dib0700
  2021-08-13  0:21 Sony PlayTV Dual Tuner- dvb_usb_dib0700 Andrew Goff
@ 2021-08-13  8:54 ` Sean Young
  2021-08-14  1:10   ` Andrew Goff
  0 siblings, 1 reply; 4+ messages in thread
From: Sean Young @ 2021-08-13  8:54 UTC (permalink / raw)
  To: Andrew Goff; +Cc: linux-media

Hi Andrew,

On Fri, Aug 13, 2021 at 10:21:04AM +1000, Andrew Goff wrote:
> Hi, I hope this is the right place for posting this.
> 
> I have the above TV tuner / capture device which has been working well
> in Ubuntu 16.04. I've decided to update the OS to Ubuntu 20.04 with a
> fresh install on a different disk and haven't been able to get this
> device working.
> 
> Ubuntu 21.04, 18.04 have also been tested with the same results. On a
> fresh install of 16.04 this device works well.
> 
> It seems something has changed between 16.04 (kernel 4.15.0-142) and
> 18.04 (kernel 5.4.0-42).
> 
> In /etc/modprobe.d/dvb.conf
> # Sony Play TV
> options dvb-usb-dib0700 adapter_nr=5,6 force_lna_activation=1
> 
> This has been tested with different variations of the above without success.
> 
> When using w_scan with a file manager open I've noticed if scanning
> adapter6 I could see the folder named adapter5 disappear. I then
> opened up the adapter6 folder and two of the four files had
> disappeared. When the scan finished the files/folder reappeared,
> however the device then became unusable.
> 
> 'modinfo dvb_usb_dib0700 | grep depends' yields the following
> 
> For Ubuntu 18.04
> depends:
> dib7000m,dib9000,dibx000_common,dvb-usb,dib0090,dib0070,dib3000mc,rc-core
> 
> For Ubuntu 16.04
> depends:        dib7000m,dvb-usb,dib0090,dib0070,dib3000mc,rc-core
> 
> So something has changed in the driver?
> 
> Please let me know if any further information is required to help fix this.

This does sound like a regression, but we'll have to figure out what
caused this. First of all, is there any output in dmesg when the device
does not work?

Secondly, the best way to track this down is using bisection. Is this
something you could do? This would be enormously helpful.

https://www.kernel.org/doc/html/latest/admin-guide/bug-bisect.html

Thanks,

Sean

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

* Re: Sony PlayTV Dual Tuner- dvb_usb_dib0700
  2021-08-13  8:54 ` Sean Young
@ 2021-08-14  1:10   ` Andrew Goff
  2021-08-14  6:43     ` Andrew Goff
  0 siblings, 1 reply; 4+ messages in thread
From: Andrew Goff @ 2021-08-14  1:10 UTC (permalink / raw)
  To: Sean Young; +Cc: linux-media

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

Hi Sean,

I'll have a go at using bisection.

Attached is the output of dmesg, when I started a scan of adapter1 the
following occurred -

usb usb1-port1: disabled by hub (EMI?), re-enabling...

and when I closed the terminal window the USB ports re-enabled.



On Fri, 13 Aug 2021 at 18:54, Sean Young <sean@mess.org> wrote:
>
> Hi Andrew,
>
> On Fri, Aug 13, 2021 at 10:21:04AM +1000, Andrew Goff wrote:
> > Hi, I hope this is the right place for posting this.
> >
> > I have the above TV tuner / capture device which has been working well
> > in Ubuntu 16.04. I've decided to update the OS to Ubuntu 20.04 with a
> > fresh install on a different disk and haven't been able to get this
> > device working.
> >
> > Ubuntu 21.04, 18.04 have also been tested with the same results. On a
> > fresh install of 16.04 this device works well.
> >
> > It seems something has changed between 16.04 (kernel 4.15.0-142) and
> > 18.04 (kernel 5.4.0-42).
> >
> > In /etc/modprobe.d/dvb.conf
> > # Sony Play TV
> > options dvb-usb-dib0700 adapter_nr=5,6 force_lna_activation=1
> >
> > This has been tested with different variations of the above without success.
> >
> > When using w_scan with a file manager open I've noticed if scanning
> > adapter6 I could see the folder named adapter5 disappear. I then
> > opened up the adapter6 folder and two of the four files had
> > disappeared. When the scan finished the files/folder reappeared,
> > however the device then became unusable.
> >
> > 'modinfo dvb_usb_dib0700 | grep depends' yields the following
> >
> > For Ubuntu 18.04
> > depends:
> > dib7000m,dib9000,dibx000_common,dvb-usb,dib0090,dib0070,dib3000mc,rc-core
> >
> > For Ubuntu 16.04
> > depends:        dib7000m,dvb-usb,dib0090,dib0070,dib3000mc,rc-core
> >
> > So something has changed in the driver?
> >
> > Please let me know if any further information is required to help fix this.
>
> This does sound like a regression, but we'll have to figure out what
> caused this. First of all, is there any output in dmesg when the device
> does not work?
>
> Secondly, the best way to track this down is using bisection. Is this
> something you could do? This would be enormously helpful.
>
> https://www.kernel.org/doc/html/latest/admin-guide/bug-bisect.html
>
> Thanks,
>
> Sean

[-- Attachment #2: dmesg2021-08-14 --]
[-- Type: application/octet-stream, Size: 111702 bytes --]

[    0.000000] Linux version 5.4.0-80-generic (buildd@lcy01-amd64-028) (gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04)) #90~18.04.1-Ubuntu SMP Tue Jul 13 19:40:02 UTC 2021 (Ubuntu 5.4.0-80.90~18.04.1-generic 5.4.124)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.4.0-80-generic root=UUID=d1f5bdc2-0ad6-428a-a8cb-9294a4265147 ro quiet splash hpet=disable apci=force elevator=deadline vt.handoff=1
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] x86/fpu: x87 FPU will use FXSAVE
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e4000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000cfe7ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000cfe80000-0x00000000cfe97fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000cfe98000-0x00000000cfebffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000cfec0000-0x00000000cfefffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffe00000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000012fffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.5 present.
[    0.000000] DMI: System manufacturer System Product Name/M5A78L-M/USB3, BIOS 2101    12/02/2014
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2511.338 MHz processor
[    0.006379] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.006380] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.014381] AGP: No AGP bridge found
[    0.014456] last_pfn = 0x130000 max_arch_pfn = 0x400000000
[    0.014460] MTRR default type: uncachable
[    0.014461] MTRR fixed ranges enabled:
[    0.014463]   00000-9FFFF write-back
[    0.014464]   A0000-EFFFF uncachable
[    0.014465]   F0000-FFFFF write-protect
[    0.014466] MTRR variable ranges enabled:
[    0.014468]   0 base 000000000000 mask FFFF80000000 write-back
[    0.014469]   1 base 000080000000 mask FFFFC0000000 write-back
[    0.014471]   2 base 0000C0000000 mask FFFFF0000000 write-back
[    0.014471]   3 disabled
[    0.014472]   4 disabled
[    0.014473]   5 disabled
[    0.014473]   6 disabled
[    0.014474]   7 disabled
[    0.014475] TOM2: 0000000130000000 aka 4864M
[    0.014620] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.014677] e820: update [mem 0xd0000000-0xffffffff] usable ==> reserved
[    0.014682] last_pfn = 0xcfe80 max_arch_pfn = 0x400000000
[    0.019093] found SMP MP-table at [mem 0x000ff780-0x000ff78f]
[    0.030124] check: Scanning 1 areas for low memory corruption
[    0.030129] Using GB pages for direct mapping
[    0.030394] RAMDISK: [mem 0x32d65000-0x356a9fff]
[    0.030403] ACPI: Early table checksum verification disabled
[    0.030407] ACPI: RSDP 0x00000000000FB490 000024 (v02 ACPIAM)
[    0.030410] ACPI: XSDT 0x00000000CFE80100 000054 (v01 120214 XSDT0955 20141202 MSFT 00000097)
[    0.030417] ACPI: FACP 0x00000000CFE80290 0000F4 (v03 120214 FACP0955 20141202 MSFT 00000097)
[    0.030422] ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock has valid Length but zero Address: 0x0000000000000000/0x1 (20190816/tbfadt-624)
[    0.030426] ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe0Block: 64/32 (20190816/tbfadt-569)
[    0.030429] ACPI: DSDT 0x00000000CFE80460 00DBCE (v01 A1887  A1887001 00000001 INTL 20060113)
[    0.030433] ACPI: FACS 0x00000000CFE98000 000040
[    0.030435] ACPI: FACS 0x00000000CFE98000 000040
[    0.030438] ACPI: APIC 0x00000000CFE80390 00008C (v01 120214 APIC0955 20141202 MSFT 00000097)
[    0.030441] ACPI: MCFG 0x00000000CFE80420 00003C (v01 120214 OEMMCFG  20141202 MSFT 00000097)
[    0.030444] ACPI: OEMB 0x00000000CFE98040 000072 (v01 120214 OEMB0955 20141202 MSFT 00000097)
[    0.030447] ACPI: HPET 0x00000000CFE8F460 000038 (v01 120214 OEMHPET  20141202 MSFT 00000097)
[    0.030450] ACPI: SSDT 0x00000000CFE8F4A0 0008BC (v01 A M I  POWERNOW 00000001 AMD  00000001)
[    0.030453] ACPI: Reserving FACP table memory at [mem 0xcfe80290-0xcfe80383]
[    0.030454] ACPI: Reserving DSDT table memory at [mem 0xcfe80460-0xcfe8e02d]
[    0.030455] ACPI: Reserving FACS table memory at [mem 0xcfe98000-0xcfe9803f]
[    0.030456] ACPI: Reserving FACS table memory at [mem 0xcfe98000-0xcfe9803f]
[    0.030457] ACPI: Reserving APIC table memory at [mem 0xcfe80390-0xcfe8041b]
[    0.030458] ACPI: Reserving MCFG table memory at [mem 0xcfe80420-0xcfe8045b]
[    0.030458] ACPI: Reserving OEMB table memory at [mem 0xcfe98040-0xcfe980b1]
[    0.030459] ACPI: Reserving HPET table memory at [mem 0xcfe8f460-0xcfe8f497]
[    0.030460] ACPI: Reserving SSDT table memory at [mem 0xcfe8f4a0-0xcfe8fd5b]
[    0.030472] ACPI: Local APIC address 0xfee00000
[    0.030592] Scanning NUMA topology in Northbridge 24
[    0.030637] No NUMA configuration found
[    0.030638] Faking a node at [mem 0x0000000000000000-0x000000012fffffff]
[    0.030650] NODE_DATA(0) allocated [mem 0x12ffd3000-0x12fffdfff]
[    0.031032] Zone ranges:
[    0.031032]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.031034]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.031035]   Normal   [mem 0x0000000100000000-0x000000012fffffff]
[    0.031036]   Device   empty
[    0.031037] Movable zone start for each node
[    0.031041] Early memory node ranges
[    0.031042]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.031043]   node   0: [mem 0x0000000000100000-0x00000000cfe7ffff]
[    0.031044]   node   0: [mem 0x0000000100000000-0x000000012fffffff]
[    0.031058] Zeroed struct page in unavailable ranges: 482 pages
[    0.031059] Initmem setup node 0 [mem 0x0000000000001000-0x000000012fffffff]
[    0.031061] On node 0 totalpages: 1048094
[    0.031062]   DMA zone: 64 pages used for memmap
[    0.031062]   DMA zone: 21 pages reserved
[    0.031063]   DMA zone: 3998 pages, LIFO batch:0
[    0.031152]   DMA32 zone: 13242 pages used for memmap
[    0.031153]   DMA32 zone: 847488 pages, LIFO batch:63
[    0.053216]   Normal zone: 3072 pages used for memmap
[    0.053218]   Normal zone: 196608 pages, LIFO batch:63
[    0.058235] ACPI: PM-Timer IO Port: 0x808
[    0.058238] ACPI: Local APIC address 0xfee00000
[    0.058255] IOAPIC[0]: apic_id 4, version 33, address 0xfec00000, GSI 0-23
[    0.058258] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.058260] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.058261] ACPI: IRQ0 used by override.
[    0.058262] ACPI: IRQ9 used by override.
[    0.058264] Using ACPI (MADT) for SMP configuration information
[    0.058266] ACPI: HPET id: 0x8300 base: 0xfed00000
[    0.058270] smpboot: Allowing 8 CPUs, 4 hotplug CPUs
[    0.058286] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.058288] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.058289] PM: Registered nosave memory: [mem 0x000a0000-0x000e3fff]
[    0.058289] PM: Registered nosave memory: [mem 0x000e4000-0x000fffff]
[    0.058291] PM: Registered nosave memory: [mem 0xcfe80000-0xcfe97fff]
[    0.058291] PM: Registered nosave memory: [mem 0xcfe98000-0xcfebffff]
[    0.058292] PM: Registered nosave memory: [mem 0xcfec0000-0xcfefffff]
[    0.058293] PM: Registered nosave memory: [mem 0xcff00000-0xffdfffff]
[    0.058293] PM: Registered nosave memory: [mem 0xffe00000-0xffffffff]
[    0.058296] [mem 0xcff00000-0xffdfffff] available for PCI devices
[    0.058297] Booting paravirtualized kernel on bare hardware
[    0.058301] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.058308] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[    0.059484] percpu: Embedded 55 pages/cpu s188416 r8192 d28672 u262144
[    0.059492] pcpu-alloc: s188416 r8192 d28672 u262144 alloc=1*2097152
[    0.059493] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.059532] Built 1 zonelists, mobility grouping on.  Total pages: 1031695
[    0.059533] Policy zone: Normal
[    0.059535] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.4.0-80-generic root=UUID=d1f5bdc2-0ad6-428a-a8cb-9294a4265147 ro quiet splash hpet=disable apci=force elevator=deadline vt.handoff=1
[    0.060858] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.061485] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.061522] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.081567] AGP: Checking aperture...
[    0.089565] AGP: No AGP bridge found
[    0.089568] AGP: Node 0: aperture [bus addr 0x00000000-0x01ffffff] (32MB)
[    0.089568] AGP: Your BIOS doesn't leave an aperture memory hole
[    0.089569] AGP: Please enable the IOMMU option in the BIOS setup
[    0.089570] AGP: This costs you 64MB of RAM
[    0.089573] AGP: Mapping aperture over RAM [mem 0xc4000000-0xc7ffffff] (65536KB)
[    0.089575] PM: Registered nosave memory: [mem 0xc4000000-0xc7ffffff]
[    0.114519] Memory: 3912084K/4192376K available (14339K kernel code, 2381K rwdata, 4980K rodata, 2716K init, 5004K bss, 280292K reserved, 0K cma-reserved)
[    0.114529] random: get_random_u64 called from __kmem_cache_create+0x41/0x550 with crng_init=0
[    0.114794] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.114814] ftrace: allocating 44306 entries in 174 pages
[    0.133125] rcu: Hierarchical RCU implementation.
[    0.133127] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=8.
[    0.133128] 	Tasks RCU enabled.
[    0.133129] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.133130] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.136879] NR_IRQS: 524544, nr_irqs: 488, preallocated irqs: 16
[    0.137253] spurious 8259A interrupt: IRQ7.
[    0.137265] vt handoff: transparent VT on vt#1
[    0.137274] Console: colour dummy device 80x25
[    0.137279] printk: console [tty0] enabled
[    0.137311] ACPI: Core revision 20190816
[    0.137455] APIC: Switch to symmetric I/O mode setup
[    0.137918] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.157456] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2433105b32d, max_idle_ns: 440795307654 ns
[    0.157463] Calibrating delay loop (skipped), value calculated using timer frequency.. 5022.67 BogoMIPS (lpj=10045352)
[    0.157466] pid_max: default: 32768 minimum: 301
[    0.157516] LSM: Security Framework initializing
[    0.157532] Yama: becoming mindful.
[    0.157596] AppArmor: AppArmor initialized
[    0.157656] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.157671] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.157692] *** VALIDATE tmpfs ***
[    0.157892] *** VALIDATE proc ***
[    0.157980] *** VALIDATE cgroup1 ***
[    0.157982] *** VALIDATE cgroup2 ***
[    0.158046] LVT offset 0 assigned for vector 0xf9
[    0.158051] Last level iTLB entries: 4KB 512, 2MB 16, 4MB 8
[    0.158052] Last level dTLB entries: 4KB 512, 2MB 128, 4MB 64, 1GB 0
[    0.158056] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.158058] Spectre V2 : Mitigation: Full AMD retpoline
[    0.158059] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.158198] Freeing SMP alternatives memory: 40K
[    0.271563] smpboot: CPU0: AMD Athlon(tm) II X4 615e Processor (family: 0x10, model: 0x5, stepping: 0x3)
[    0.271721] Performance Events: AMD PMU driver.
[    0.271724] ... version:                0
[    0.271725] ... bit width:              48
[    0.271726] ... generic registers:      4
[    0.271726] ... value mask:             0000ffffffffffff
[    0.271727] ... max period:             00007fffffffffff
[    0.271727] ... fixed-purpose events:   0
[    0.271728] ... event mask:             000000000000000f
[    0.271782] rcu: Hierarchical SRCU implementation.
[    0.272584] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.272712] smp: Bringing up secondary CPUs ...
[    0.272883] x86: Booting SMP configuration:
[    0.272884] .... node  #0, CPUs:      #1 #2 #3
[    0.277561] smp: Brought up 1 node, 4 CPUs
[    0.277561] smpboot: Max logical packages: 2
[    0.277561] smpboot: Total of 4 processors activated (20090.70 BogoMIPS)
[    0.278281] devtmpfs: initialized
[    0.278281] x86/mm: Memory block size: 128MB
[    0.278281] PM: Registering ACPI NVS region [mem 0xcfe98000-0xcfebffff] (163840 bytes)
[    0.278281] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.278281] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    0.278281] pinctrl core: initialized pinctrl subsystem
[    0.278281] PM: RTC time: 00:55:01, date: 2021-08-14
[    0.278281] NET: Registered protocol family 16
[    0.278281] audit: initializing netlink subsys (disabled)
[    0.278281] audit: type=2000 audit(1628902501.140:1): state=initialized audit_enabled=0 res=1
[    0.278281] EISA bus registered
[    0.278281] cpuidle: using governor ladder
[    0.278281] cpuidle: using governor menu
[    0.278281] node 0 link 0: io port [1000, ffffff]
[    0.278281] TOM: 00000000d0000000 aka 3328M
[    0.278281] Fam 10h mmconf [mem 0xe0000000-0xefffffff]
[    0.278281] node 0 link 0: mmio [a0000, bffff]
[    0.278281] node 0 link 0: mmio [d0000000, dfffffff]
[    0.278281] node 0 link 0: mmio [e0000000, efffffff] ==> none
[    0.278281] node 0 link 0: mmio [f0000000, ffdfffff]
[    0.278281] TOM2: 0000000130000000 aka 4864M
[    0.278281] bus: [bus 00-1f] on node 0 link 0
[    0.278281] bus: 00 [io  0x0000-0xffff]
[    0.278281] bus: 00 [mem 0x000a0000-0x000bffff]
[    0.278281] bus: 00 [mem 0xd0000000-0xdfffffff]
[    0.278281] bus: 00 [mem 0xf0000000-0xffffffff]
[    0.278281] bus: 00 [mem 0x130000000-0xfcffffffff]
[    0.278281] ACPI: bus type PCI registered
[    0.278281] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.278281] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.278281] PCI: not using MMCONFIG
[    0.278281] PCI: Using configuration type 1 for base access
[    0.278281] PCI: Using configuration type 1 for extended access
[    0.281557] mtrr: your CPUs had inconsistent variable MTRR settings
[    0.281558] mtrr: probably your BIOS does not setup all CPUs.
[    0.281558] mtrr: corrected configuration.
[    0.283438] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.283438] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.285662] ACPI: Added _OSI(Module Device)
[    0.285664] ACPI: Added _OSI(Processor Device)
[    0.285665] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.285666] ACPI: Added _OSI(Processor Aggregator Device)
[    0.285667] ACPI: Added _OSI(Linux-Dell-Video)
[    0.285668] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.285668] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.298367] ACPI: 2 ACPI AML tables successfully acquired and loaded
[    0.451091] ACPI: Interpreter enabled
[    0.451122] ACPI: (supports S0 S1 S3 S4 S5)
[    0.451123] ACPI: Using IOAPIC for interrupt routing
[    0.451179] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.453636] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    0.453659] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.454398] ACPI: Enabled 7 GPEs in block 00 to 1F
[    0.464459] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.464466] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.464888] PCI host bridge to bus 0000:00
[    0.464890] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.464892] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.464893] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.464895] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff window]
[    0.464896] pci_bus 0000:00: root bus resource [mem 0xcff00000-0xdfffffff window]
[    0.464898] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfebfffff window]
[    0.464899] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.464911] pci 0000:00:00.0: [1022:9600] type 00 class 0x060000
[    0.465058] pci 0000:00:02.0: [1022:9603] type 01 class 0x060400
[    0.465076] pci 0000:00:02.0: enabling Extended Tags
[    0.465101] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
[    0.465218] pci 0000:00:07.0: [1022:9607] type 01 class 0x060400
[    0.465236] pci 0000:00:07.0: enabling Extended Tags
[    0.465258] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[    0.465369] pci 0000:00:0a.0: [1022:9609] type 01 class 0x060400
[    0.465386] pci 0000:00:0a.0: enabling Extended Tags
[    0.465409] pci 0000:00:0a.0: PME# supported from D0 D3hot D3cold
[    0.465539] pci 0000:00:11.0: [1002:4391] type 00 class 0x010601
[    0.465559] pci 0000:00:11.0: reg 0x10: [io  0xc000-0xc007]
[    0.465567] pci 0000:00:11.0: reg 0x14: [io  0xb000-0xb003]
[    0.465575] pci 0000:00:11.0: reg 0x18: [io  0xa000-0xa007]
[    0.465584] pci 0000:00:11.0: reg 0x1c: [io  0x9000-0x9003]
[    0.465592] pci 0000:00:11.0: reg 0x20: [io  0x8000-0x800f]
[    0.465601] pci 0000:00:11.0: reg 0x24: [mem 0xf8fffc00-0xf8ffffff]
[    0.465742] pci 0000:00:12.0: [1002:4397] type 00 class 0x0c0310
[    0.465759] pci 0000:00:12.0: reg 0x10: [mem 0xf8ffe000-0xf8ffefff]
[    0.465914] pci 0000:00:12.1: [1002:4398] type 00 class 0x0c0310
[    0.465930] pci 0000:00:12.1: reg 0x10: [mem 0xf8ffd000-0xf8ffdfff]
[    0.466091] pci 0000:00:12.2: [1002:4396] type 00 class 0x0c0320
[    0.466111] pci 0000:00:12.2: reg 0x10: [mem 0xf8fff800-0xf8fff8ff]
[    0.466186] pci 0000:00:12.2: supports D1 D2
[    0.466187] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
[    0.466309] pci 0000:00:13.0: [1002:4397] type 00 class 0x0c0310
[    0.466326] pci 0000:00:13.0: reg 0x10: [mem 0xf8ffc000-0xf8ffcfff]
[    0.466478] pci 0000:00:13.1: [1002:4398] type 00 class 0x0c0310
[    0.466495] pci 0000:00:13.1: reg 0x10: [mem 0xf8ffb000-0xf8ffbfff]
[    0.466651] pci 0000:00:13.2: [1002:4396] type 00 class 0x0c0320
[    0.466671] pci 0000:00:13.2: reg 0x10: [mem 0xf8fff400-0xf8fff4ff]
[    0.466745] pci 0000:00:13.2: supports D1 D2
[    0.466747] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
[    0.466863] pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500
[    0.467054] pci 0000:00:14.1: [1002:439c] type 00 class 0x01018a
[    0.467072] pci 0000:00:14.1: reg 0x10: [io  0x0000-0x0007]
[    0.467081] pci 0000:00:14.1: reg 0x14: [io  0x0000-0x0003]
[    0.467089] pci 0000:00:14.1: reg 0x18: [io  0x0000-0x0007]
[    0.467097] pci 0000:00:14.1: reg 0x1c: [io  0x0000-0x0003]
[    0.467105] pci 0000:00:14.1: reg 0x20: [io  0xff00-0xff0f]
[    0.467123] pci 0000:00:14.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    0.467125] pci 0000:00:14.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    0.467126] pci 0000:00:14.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    0.467127] pci 0000:00:14.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    0.467259] pci 0000:00:14.2: [1002:4383] type 00 class 0x040300
[    0.467281] pci 0000:00:14.2: reg 0x10: [mem 0xf8ff4000-0xf8ff7fff 64bit]
[    0.467344] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
[    0.467451] pci 0000:00:14.3: [1002:439d] type 00 class 0x060100
[    0.467619] pci 0000:00:14.4: [1002:4384] type 01 class 0x060401
[    0.467768] pci 0000:00:14.5: [1002:4399] type 00 class 0x0c0310
[    0.467785] pci 0000:00:14.5: reg 0x10: [mem 0xf8ffa000-0xf8ffafff]
[    0.467941] pci 0000:00:18.0: [1022:1200] type 00 class 0x060000
[    0.468029] pci 0000:00:18.1: [1022:1201] type 00 class 0x060000
[    0.468115] pci 0000:00:18.2: [1022:1202] type 00 class 0x060000
[    0.468199] pci 0000:00:18.3: [1022:1203] type 00 class 0x060000
[    0.468285] pci 0000:00:18.4: [1022:1204] type 00 class 0x060000
[    0.468413] pci 0000:01:00.0: [10de:1287] type 00 class 0x030000
[    0.468427] pci 0000:01:00.0: reg 0x10: [mem 0xf9000000-0xf9ffffff]
[    0.468434] pci 0000:01:00.0: reg 0x14: [mem 0xd8000000-0xdfffffff 64bit pref]
[    0.468442] pci 0000:01:00.0: reg 0x1c: [mem 0xd6000000-0xd7ffffff 64bit pref]
[    0.468447] pci 0000:01:00.0: reg 0x24: [io  0xdc00-0xdc7f]
[    0.468452] pci 0000:01:00.0: reg 0x30: [mem 0xfae80000-0xfaefffff pref]
[    0.468536] pci 0000:01:00.1: [10de:0e0f] type 00 class 0x040300
[    0.468548] pci 0000:01:00.1: reg 0x10: [mem 0xfae7c000-0xfae7ffff]
[    0.468670] pci 0000:00:02.0: PCI bridge to [bus 01]
[    0.468673] pci 0000:00:02.0:   bridge window [io  0xd000-0xdfff]
[    0.468675] pci 0000:00:02.0:   bridge window [mem 0xf9000000-0xfaefffff]
[    0.468678] pci 0000:00:02.0:   bridge window [mem 0xd6000000-0xdfffffff 64bit pref]
[    0.468719] pci 0000:02:00.0: [1b21:1142] type 00 class 0x0c0330
[    0.468743] pci 0000:02:00.0: reg 0x10: [mem 0xfaff0000-0xfaff7fff 64bit]
[    0.468837] pci 0000:02:00.0: PME# supported from D3cold
[    0.468911] pci 0000:00:07.0: PCI bridge to [bus 02]
[    0.468915] pci 0000:00:07.0:   bridge window [mem 0xfaf00000-0xfaffffff]
[    0.468968] pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
[    0.468988] pci 0000:03:00.0: reg 0x10: [io  0xe800-0xe8ff]
[    0.469007] pci 0000:03:00.0: reg 0x18: [mem 0xf7fff000-0xf7ffffff 64bit pref]
[    0.469019] pci 0000:03:00.0: reg 0x20: [mem 0xf7ff8000-0xf7ffbfff 64bit pref]
[    0.469089] pci 0000:03:00.0: supports D1 D2
[    0.469090] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.469200] pci 0000:00:0a.0: PCI bridge to [bus 03]
[    0.469203] pci 0000:00:0a.0:   bridge window [io  0xe000-0xefff]
[    0.469206] pci 0000:00:0a.0:   bridge window [mem 0xf7f00000-0xf7ffffff 64bit pref]
[    0.469217] pci_bus 0000:04: extended config space not accessible
[    0.469253] pci 0000:04:06.0: [14f1:8800] type 00 class 0x040000
[    0.469273] pci 0000:04:06.0: reg 0x10: [mem 0xfd000000-0xfdffffff]
[    0.469418] pci 0000:04:06.1: [14f1:8801] type 00 class 0x048000
[    0.469437] pci 0000:04:06.1: reg 0x10: [mem 0xfc000000-0xfcffffff]
[    0.469581] pci 0000:04:06.2: [14f1:8802] type 00 class 0x048000
[    0.469601] pci 0000:04:06.2: reg 0x10: [mem 0xfb000000-0xfbffffff]
[    0.469770] pci 0000:00:14.4: PCI bridge to [bus 04] (subtractive decode)
[    0.469775] pci 0000:00:14.4:   bridge window [mem 0xfb000000-0xfdffffff]
[    0.469779] pci 0000:00:14.4:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
[    0.469781] pci 0000:00:14.4:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
[    0.469782] pci 0000:00:14.4:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    0.469783] pci 0000:00:14.4:   bridge window [mem 0x000d0000-0x000dffff window] (subtractive decode)
[    0.469785] pci 0000:00:14.4:   bridge window [mem 0xcff00000-0xdfffffff window] (subtractive decode)
[    0.469786] pci 0000:00:14.4:   bridge window [mem 0xf0000000-0xfebfffff window] (subtractive decode)
[    0.470967] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 7 *10 12 14 15)
[    0.471043] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 7 10 *11 12 14 15)
[    0.471114] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 7 *10 11 12 14 15)
[    0.471184] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 7 10 *11 12 14 15)
[    0.471255] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 7 10 11 12 14 15) *0, disabled.
[    0.471325] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 7 *10 11 12 14 15)
[    0.471395] ACPI: PCI Interrupt Link [LNKG] (IRQs *11)
[    0.471465] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 7 10 11 12 14 15) *0, disabled.
[    0.471694] iommu: Default domain type: Translated 
[    0.471694] SCSI subsystem initialized
[    0.471694] libata version 3.00 loaded.
[    0.471694] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[    0.471694] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.471694] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.471694] vgaarb: loaded
[    0.471694] ACPI: bus type USB registered
[    0.471694] usbcore: registered new interface driver usbfs
[    0.471694] usbcore: registered new interface driver hub
[    0.471694] usbcore: registered new device driver usb
[    0.471694] pps_core: LinuxPPS API ver. 1 registered
[    0.471694] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.471694] PTP clock support registered
[    0.471694] EDAC MC: Ver: 3.0.0
[    0.471694] PCI: Using ACPI for IRQ routing
[    0.478147] PCI: pci_cache_line_size set to 64 bytes
[    0.478213] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.478214] e820: reserve RAM buffer [mem 0xcfe80000-0xcfffffff]
[    0.478363] NetLabel: Initializing
[    0.478364] NetLabel:  domain hash size = 128
[    0.478365] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.478386] NetLabel:  unlabeled traffic allowed by default
[    0.481693] clocksource: Switched to clocksource tsc-early
[    0.499783] *** VALIDATE bpf ***
[    0.499877] VFS: Disk quotas dquot_6.6.0
[    0.499899] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.499929] *** VALIDATE ramfs ***
[    0.499933] *** VALIDATE hugetlbfs ***
[    0.500045] AppArmor: AppArmor Filesystem Enabled
[    0.500078] pnp: PnP ACPI init
[    0.500354] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.500421] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.501316] pnp 00:02: [dma 0 disabled]
[    0.501611] pnp 00:02: Plug and Play ACPI device, IDs PNP0400 (active)
[    0.502304] pnp 00:03: [dma 0 disabled]
[    0.502385] pnp 00:03: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.502551] system 00:04: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.502552] system 00:04: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.502556] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.502919] system 00:05: [io  0x04d0-0x04d1] has been reserved
[    0.502924] system 00:05: [io  0x040b] has been reserved
[    0.502925] system 00:05: [io  0x04d6] has been reserved
[    0.502927] system 00:05: [io  0x0c00-0x0c01] has been reserved
[    0.502928] system 00:05: [io  0x0c14] has been reserved
[    0.502930] system 00:05: [io  0x0c50-0x0c51] has been reserved
[    0.502931] system 00:05: [io  0x0c52] has been reserved
[    0.502932] system 00:05: [io  0x0c6c] has been reserved
[    0.502934] system 00:05: [io  0x0c6f] has been reserved
[    0.502935] system 00:05: [io  0x0cd0-0x0cd1] has been reserved
[    0.502937] system 00:05: [io  0x0cd2-0x0cd3] has been reserved
[    0.502938] system 00:05: [io  0x0cd4-0x0cd5] has been reserved
[    0.502939] system 00:05: [io  0x0cd6-0x0cd7] has been reserved
[    0.502941] system 00:05: [io  0x0cd8-0x0cdf] has been reserved
[    0.502942] system 00:05: [io  0x0b00-0x0b3f] has been reserved
[    0.502944] system 00:05: [io  0x0800-0x089f] has been reserved
[    0.502945] system 00:05: [io  0x0b00-0x0b0f] has been reserved
[    0.502947] system 00:05: [io  0x0b20-0x0b3f] has been reserved
[    0.502948] system 00:05: [io  0x0900-0x090f] has been reserved
[    0.502950] system 00:05: [io  0x0910-0x091f] has been reserved
[    0.502951] system 00:05: [io  0xfe00-0xfefe] has been reserved
[    0.502953] system 00:05: [mem 0xcff00000-0xcfffffff] has been reserved
[    0.502955] system 00:05: [mem 0xffb80000-0xffbfffff] has been reserved
[    0.502957] system 00:05: [mem 0xfec10000-0xfec1001f] has been reserved
[    0.502958] system 00:05: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.502962] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.503245] system 00:06: [io  0x0230-0x023f] has been reserved
[    0.503247] system 00:06: [io  0x0290-0x029f] has been reserved
[    0.503248] system 00:06: [io  0x0300-0x030f] has been reserved
[    0.503250] system 00:06: [io  0x0a30-0x0a3f] has been reserved
[    0.503253] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.503336] system 00:07: [mem 0xe0000000-0xefffffff] has been reserved
[    0.503339] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.503559] system 00:08: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.503561] system 00:08: [mem 0x000c0000-0x000cffff] could not be reserved
[    0.503562] system 00:08: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.503564] system 00:08: [mem 0x00100000-0xcfefffff] could not be reserved
[    0.503565] system 00:08: [mem 0xfec00000-0xffffffff] could not be reserved
[    0.503569] system 00:08: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.503722] pnp: PnP ACPI: found 9 devices
[    0.505544] thermal_sys: Registered thermal governor 'fair_share'
[    0.505546] thermal_sys: Registered thermal governor 'bang_bang'
[    0.505548] thermal_sys: Registered thermal governor 'step_wise'
[    0.505549] thermal_sys: Registered thermal governor 'user_space'
[    0.505550] thermal_sys: Registered thermal governor 'power_allocator'
[    0.510060] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.510126] pci 0000:00:02.0: PCI bridge to [bus 01]
[    0.510129] pci 0000:00:02.0:   bridge window [io  0xd000-0xdfff]
[    0.510132] pci 0000:00:02.0:   bridge window [mem 0xf9000000-0xfaefffff]
[    0.510135] pci 0000:00:02.0:   bridge window [mem 0xd6000000-0xdfffffff 64bit pref]
[    0.510137] pci 0000:00:07.0: PCI bridge to [bus 02]
[    0.510140] pci 0000:00:07.0:   bridge window [mem 0xfaf00000-0xfaffffff]
[    0.510143] pci 0000:00:0a.0: PCI bridge to [bus 03]
[    0.510144] pci 0000:00:0a.0:   bridge window [io  0xe000-0xefff]
[    0.510147] pci 0000:00:0a.0:   bridge window [mem 0xf7f00000-0xf7ffffff 64bit pref]
[    0.510151] pci 0000:00:14.4: PCI bridge to [bus 04]
[    0.510155] pci 0000:00:14.4:   bridge window [mem 0xfb000000-0xfdffffff]
[    0.510165] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.510166] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.510168] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.510169] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff window]
[    0.510171] pci_bus 0000:00: resource 8 [mem 0xcff00000-0xdfffffff window]
[    0.510172] pci_bus 0000:00: resource 9 [mem 0xf0000000-0xfebfffff window]
[    0.510173] pci_bus 0000:01: resource 0 [io  0xd000-0xdfff]
[    0.510175] pci_bus 0000:01: resource 1 [mem 0xf9000000-0xfaefffff]
[    0.510176] pci_bus 0000:01: resource 2 [mem 0xd6000000-0xdfffffff 64bit pref]
[    0.510177] pci_bus 0000:02: resource 1 [mem 0xfaf00000-0xfaffffff]
[    0.510179] pci_bus 0000:03: resource 0 [io  0xe000-0xefff]
[    0.510180] pci_bus 0000:03: resource 2 [mem 0xf7f00000-0xf7ffffff 64bit pref]
[    0.510182] pci_bus 0000:04: resource 1 [mem 0xfb000000-0xfdffffff]
[    0.510183] pci_bus 0000:04: resource 4 [io  0x0000-0x0cf7 window]
[    0.510185] pci_bus 0000:04: resource 5 [io  0x0d00-0xffff window]
[    0.510186] pci_bus 0000:04: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.510187] pci_bus 0000:04: resource 7 [mem 0x000d0000-0x000dffff window]
[    0.510188] pci_bus 0000:04: resource 8 [mem 0xcff00000-0xdfffffff window]
[    0.510190] pci_bus 0000:04: resource 9 [mem 0xf0000000-0xfebfffff window]
[    0.510311] NET: Registered protocol family 2
[    0.510464] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.511379] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[    0.511430] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.511610] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
[    0.511740] TCP: Hash tables configured (established 32768 bind 32768)
[    0.511859] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    0.511899] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    0.511990] NET: Registered protocol family 1
[    0.511996] NET: Registered protocol family 44
[    0.661244] pci 0000:00:12.0: quirk_usb_early_handoff+0x0/0x6b0 took 145717 usecs
[    0.689243] pci 0000:00:12.1: quirk_usb_early_handoff+0x0/0x6b0 took 27327 usecs
[    0.717241] pci 0000:00:13.0: quirk_usb_early_handoff+0x0/0x6b0 took 27093 usecs
[    0.745242] pci 0000:00:13.1: quirk_usb_early_handoff+0x0/0x6b0 took 27329 usecs
[    0.773241] pci 0000:00:14.5: quirk_usb_early_handoff+0x0/0x6b0 took 27081 usecs
[    0.773269] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.773284] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[    0.773530] PCI: CLS 64 bytes, default 64
[    0.773585] Trying to unpack rootfs image as initramfs...
[    1.448717] Freeing initrd memory: 42260K
[    1.449383] PCI-DMA: Disabling AGP.
[    1.449481] PCI-DMA: aperture base @ c4000000 size 65536 KB
[    1.449482] PCI-DMA: using GART IOMMU.
[    1.449485] PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture
[    1.451506] LVT offset 1 assigned for vector 0x400
[    1.451519] LVT offset 1 assigned
[    1.451660] perf: AMD IBS detected (0x0000001f)
[    1.451735] check: Scanning for low memory corruption every 60 seconds
[    1.452300] Initialise system trusted keyrings
[    1.452314] Key type blacklist registered
[    1.452501] workingset: timestamp_bits=36 max_order=20 bucket_order=0
[    1.454249] zbud: loaded
[    1.454722] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    1.455123] fuse: init (API version 7.31)
[    1.455163] *** VALIDATE fuse ***
[    1.455164] *** VALIDATE fuse ***
[    1.455353] Platform Keyring initialized
[    1.460022] Key type asymmetric registered
[    1.460024] Asymmetric key parser 'x509' registered
[    1.460048] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[    1.460172] io scheduler mq-deadline registered
[    1.461243] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    1.461347] vesafb: mode is 640x480x32, linelength=2560, pages=0
[    1.461348] vesafb: scrolling: redraw
[    1.461349] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.461365] vesafb: framebuffer at 0xd7000000, mapped to 0x(____ptrval____), using 1216k, total 1216k
[    1.461447] fbcon: Deferring console take-over
[    1.461448] fb0: VESA VGA frame buffer device
[    1.461569] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    1.461592] ACPI: Power Button [PWRB]
[    1.461630] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    1.461670] ACPI: Power Button [PWRF]
[    1.462475] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    1.483000] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    1.485275] hpet_acpi_add: no address or irqs in _CRS
[    1.485356] Linux agpgart interface v0.103
[    1.489071] loop: module loaded
[    1.489427] libphy: Fixed MDIO Bus: probed
[    1.489428] tun: Universal TUN/TAP device driver, 1.6
[    1.489525] PPP generic driver version 2.4.2
[    1.489585] VFIO - User Level meta-driver version: 0.3
[    1.489831] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.489843] ehci-pci: EHCI PCI platform driver
[    1.490095] ehci-pci 0000:00:12.2: EHCI Host Controller
[    1.490103] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 1
[    1.490108] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    1.490117] ehci-pci 0000:00:12.2: debug port 1
[    1.490167] ehci-pci 0000:00:12.2: irq 17, io mem 0xf8fff800
[    1.505507] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
[    1.505595] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
[    1.505596] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.505598] usb usb1: Product: EHCI Host Controller
[    1.505599] usb usb1: Manufacturer: Linux 5.4.0-80-generic ehci_hcd
[    1.505600] usb usb1: SerialNumber: 0000:00:12.2
[    1.505832] hub 1-0:1.0: USB hub found
[    1.505841] hub 1-0:1.0: 6 ports detected
[    1.506261] ehci-pci 0000:00:13.2: EHCI Host Controller
[    1.506267] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 2
[    1.506278] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    1.506287] ehci-pci 0000:00:13.2: debug port 1
[    1.506332] ehci-pci 0000:00:13.2: irq 19, io mem 0xf8fff400
[    1.521511] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
[    1.521575] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
[    1.521576] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.521578] usb usb2: Product: EHCI Host Controller
[    1.521579] usb usb2: Manufacturer: Linux 5.4.0-80-generic ehci_hcd
[    1.521580] usb usb2: SerialNumber: 0000:00:13.2
[    1.521742] hub 2-0:1.0: USB hub found
[    1.521755] hub 2-0:1.0: 6 ports detected
[    1.521973] ehci-platform: EHCI generic platform driver
[    1.522015] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.522023] ohci-pci: OHCI PCI platform driver
[    1.522268] ohci-pci 0000:00:12.0: OHCI PCI host controller
[    1.522275] ohci-pci 0000:00:12.0: new USB bus registered, assigned bus number 3
[    1.522313] ohci-pci 0000:00:12.0: irq 16, io mem 0xf8ffe000
[    1.585553] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.04
[    1.585556] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.585558] usb usb3: Product: OHCI PCI host controller
[    1.585559] usb usb3: Manufacturer: Linux 5.4.0-80-generic ohci_hcd
[    1.585560] usb usb3: SerialNumber: 0000:00:12.0
[    1.585712] hub 3-0:1.0: USB hub found
[    1.585721] hub 3-0:1.0: 3 ports detected
[    1.586071] ohci-pci 0000:00:12.1: OHCI PCI host controller
[    1.586079] ohci-pci 0000:00:12.1: new USB bus registered, assigned bus number 4
[    1.586111] ohci-pci 0000:00:12.1: irq 16, io mem 0xf8ffd000
[    1.649552] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.04
[    1.649555] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.649556] usb usb4: Product: OHCI PCI host controller
[    1.649557] usb usb4: Manufacturer: Linux 5.4.0-80-generic ohci_hcd
[    1.649558] usb usb4: SerialNumber: 0000:00:12.1
[    1.649749] hub 4-0:1.0: USB hub found
[    1.649759] hub 4-0:1.0: 3 ports detected
[    1.650123] ohci-pci 0000:00:13.0: OHCI PCI host controller
[    1.650131] ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 5
[    1.650171] ohci-pci 0000:00:13.0: irq 18, io mem 0xf8ffc000
[    1.713546] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.04
[    1.713548] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.713550] usb usb5: Product: OHCI PCI host controller
[    1.713551] usb usb5: Manufacturer: Linux 5.4.0-80-generic ohci_hcd
[    1.713552] usb usb5: SerialNumber: 0000:00:13.0
[    1.713739] hub 5-0:1.0: USB hub found
[    1.713748] hub 5-0:1.0: 3 ports detected
[    1.714151] ohci-pci 0000:00:13.1: OHCI PCI host controller
[    1.714157] ohci-pci 0000:00:13.1: new USB bus registered, assigned bus number 6
[    1.714186] ohci-pci 0000:00:13.1: irq 18, io mem 0xf8ffb000
[    1.761503] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    1.777545] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.04
[    1.777547] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.777549] usb usb6: Product: OHCI PCI host controller
[    1.777550] usb usb6: Manufacturer: Linux 5.4.0-80-generic ohci_hcd
[    1.777551] usb usb6: SerialNumber: 0000:00:13.1
[    1.777738] hub 6-0:1.0: USB hub found
[    1.777749] hub 6-0:1.0: 3 ports detected
[    1.778163] ohci-pci 0000:00:14.5: OHCI PCI host controller
[    1.778173] ohci-pci 0000:00:14.5: new USB bus registered, assigned bus number 7
[    1.778209] ohci-pci 0000:00:14.5: irq 18, io mem 0xf8ffa000
[    1.841543] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.04
[    1.841545] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.841547] usb usb7: Product: OHCI PCI host controller
[    1.841548] usb usb7: Manufacturer: Linux 5.4.0-80-generic ohci_hcd
[    1.841549] usb usb7: SerialNumber: 0000:00:14.5
[    1.841737] hub 7-0:1.0: USB hub found
[    1.841746] hub 7-0:1.0: 2 ports detected
[    1.841945] ohci-platform: OHCI generic platform driver
[    1.841965] uhci_hcd: USB Universal Host Controller Interface driver
[    1.842160] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    1.842171] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 8
[    1.902586] xhci_hcd 0000:02:00.0: hcc params 0x0200e080 hci version 0x100 quirks 0x0000000010800410
[    1.902825] usb usb8: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
[    1.902826] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.902828] usb usb8: Product: xHCI Host Controller
[    1.902829] usb usb8: Manufacturer: Linux 5.4.0-80-generic xhci-hcd
[    1.902830] usb usb8: SerialNumber: 0000:02:00.0
[    1.902981] hub 8-0:1.0: USB hub found
[    1.902990] hub 8-0:1.0: 2 ports detected
[    1.903112] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    1.903116] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 9
[    1.903119] xhci_hcd 0000:02:00.0: Host supports USB 3.0 SuperSpeed
[    1.903156] usb usb9: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.903178] usb usb9: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.04
[    1.903179] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.903180] usb usb9: Product: xHCI Host Controller
[    1.903181] usb usb9: Manufacturer: Linux 5.4.0-80-generic xhci-hcd
[    1.903182] usb usb9: SerialNumber: 0000:02:00.0
[    1.903312] hub 9-0:1.0: USB hub found
[    1.903319] hub 9-0:1.0: 2 ports detected
[    1.903522] i8042: PNP: No PS/2 controller found.
[    1.903523] i8042: Probing ports directly.
[    1.903931] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.903939] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.904156] mousedev: PS/2 mouse device common for all mice
[    1.904311] rtc_cmos 00:01: RTC can wake from S4
[    1.904525] rtc_cmos 00:01: registered as rtc0
[    1.904542] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram
[    1.904549] i2c /dev entries driver
[    1.904609] device-mapper: uevent: version 1.0.3
[    1.904724] device-mapper: ioctl: 4.41.0-ioctl (2019-09-16) initialised: dm-devel@redhat.com
[    1.904758] platform eisa.0: Probing EISA bus 0
[    1.904768] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    1.904769] platform eisa.0: Cannot allocate resource for EISA slot 1
[    1.904771] platform eisa.0: Cannot allocate resource for EISA slot 2
[    1.904772] platform eisa.0: Cannot allocate resource for EISA slot 3
[    1.904773] platform eisa.0: Cannot allocate resource for EISA slot 4
[    1.904774] platform eisa.0: Cannot allocate resource for EISA slot 5
[    1.904776] platform eisa.0: Cannot allocate resource for EISA slot 6
[    1.904777] platform eisa.0: Cannot allocate resource for EISA slot 7
[    1.904778] platform eisa.0: Cannot allocate resource for EISA slot 8
[    1.904779] platform eisa.0: EISA: Detected 0 cards
[    1.904900] ledtrig-cpu: registered to indicate activity on CPUs
[    1.904969] drop_monitor: Initializing network drop monitor service
[    1.905181] NET: Registered protocol family 10
[    1.910928] Segment Routing with IPv6
[    1.910961] NET: Registered protocol family 17
[    1.911114] Key type dns_resolver registered
[    1.911709] RAS: Correctable Errors collector initialized.
[    1.911748] microcode: CPU0: patch_level=0x010000c8
[    1.911763] microcode: CPU1: patch_level=0x010000c8
[    1.911782] microcode: CPU2: patch_level=0x010000c8
[    1.911799] microcode: CPU3: patch_level=0x010000c8
[    1.911880] microcode: Microcode Update Driver: v2.2.
[    1.911884] IPI shorthand broadcast: enabled
[    1.911895] sched_clock: Marking stable (1911597871, 267517)->(1918725664, -6860276)
[    1.912004] registered taskstats version 1
[    1.912015] Loading compiled-in X.509 certificates
[    1.913456] Loaded X.509 cert 'Build time autogenerated kernel key: 494cccb60fbf2c15fc92212fb98d8aa78b8f99b3'
[    1.914731] Loaded X.509 cert 'Canonical Ltd. Live Patch Signing: 14df34d1a87cf37625abec039ef2bf521249b969'
[    1.915952] Loaded X.509 cert 'Canonical Ltd. Kernel Module Signing: 88f752e560a1e0737e31163a466ad7b70a850c19'
[    1.916005] zswap: loaded using pool lzo/zbud
[    1.916209] Key type ._fscrypt registered
[    1.916210] Key type .fscrypt registered
[    1.918353] usb 1-1: New USB device found, idVendor=1415, idProduct=0003, bcdDevice= 1.00
[    1.918355] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.918357] usb 1-1: Product: SCEH-0036
[    1.918358] usb 1-1: Manufacturer: SONY
[    1.918359] usb 1-1: SerialNumber: ALR001L49K
[    1.921845] Key type big_key registered
[    1.924508] Key type encrypted registered
[    1.924516] AppArmor: AppArmor sha1 policy hashing enabled
[    1.924527] ima: No TPM chip found, activating TPM-bypass!
[    1.924533] ima: Allocated hash algorithm: sha1
[    1.924540] ima: No architecture policies found
[    1.924548] evm: Initialising EVM extended attributes:
[    1.924549] evm: security.selinux
[    1.924550] evm: security.SMACK64
[    1.924550] evm: security.SMACK64EXEC
[    1.924550] evm: security.SMACK64TRANSMUTE
[    1.924551] evm: security.SMACK64MMAP
[    1.924551] evm: security.apparmor
[    1.924552] evm: security.ima
[    1.924552] evm: security.capability
[    1.924553] evm: HMAC attrs: 0x1
[    1.924973] PM:   Magic number: 1:950:910
[    1.925118] rtc_cmos 00:01: setting system clock to 2021-08-14T00:55:03 UTC (1628902503)
[    1.925393] acpi_cpufreq: overriding BIOS provided _PSD data
[    1.928107] Freeing unused decrypted memory: 2040K
[    1.929219] Freeing unused kernel image memory: 2716K
[    1.957527] Write protecting the kernel read-only data: 22528k
[    1.958489] Freeing unused kernel image memory: 2008K
[    1.959005] Freeing unused kernel image memory: 1164K
[    1.975113] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.975117] Run /init as init process
[    2.045519] usb 1-5: new high-speed USB device number 3 using ehci-pci
[    2.081279] r8169 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
[    2.082857] ahci 0000:00:11.0: version 3.0
[    2.083241] ahci 0000:00:11.0: AHCI 0001.0100 32 slots 6 ports 3 Gbps 0x3f impl SATA mode
[    2.083244] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part ccc 
[    2.084514] libphy: r8169: probed
[    2.084914] r8169 0000:03:00.0 eth0: RTL8168f/8111f, 1c:87:2c:63:a0:4b, XID 480, IRQ 32
[    2.084917] r8169 0000:03:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    2.084946] ACPI Warning: SystemIO range 0x0000000000000B00-0x0000000000000B08 conflicts with OpRegion 0x0000000000000B00-0x0000000000000B0F (\SOR1) (20190816/utaddress-213)
[    2.084952] ACPI Warning: SystemIO range 0x0000000000000B00-0x0000000000000B08 conflicts with OpRegion 0x0000000000000B00-0x0000000000000B2F (\_SB.PCI0.SBRG.ASOC.SMRG) (20190816/utaddress-213)
[    2.084956] ACPI Warning: SystemIO range 0x0000000000000B00-0x0000000000000B08 conflicts with OpRegion 0x0000000000000B00-0x0000000000000B2F (\SMRG) (20190816/utaddress-213)
[    2.084961] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    2.085363] scsi host0: ahci
[    2.088339] scsi host1: ahci
[    2.088992] scsi host2: pata_atiixp
[    2.089137] scsi host3: ahci
[    2.093110] scsi host5: ahci
[    2.093905] scsi host4: pata_atiixp
[    2.093983] ata7: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xff00 irq 14
[    2.093985] ata8: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xff08 irq 15
[    2.094036] scsi host6: ahci
[    2.096547] scsi host7: ahci
[    2.096674] ata1: SATA max UDMA/133 abar m1024@0xf8fffc00 port 0xf8fffd00 irq 22
[    2.096676] ata2: SATA max UDMA/133 abar m1024@0xf8fffc00 port 0xf8fffd80 irq 22
[    2.096678] ata3: SATA max UDMA/133 abar m1024@0xf8fffc00 port 0xf8fffe00 irq 22
[    2.096681] ata4: SATA max UDMA/133 abar m1024@0xf8fffc00 port 0xf8fffe80 irq 22
[    2.096683] ata5: SATA max UDMA/133 abar m1024@0xf8fffc00 port 0xf8ffff00 irq 22
[    2.096684] ata6: SATA max UDMA/133 abar m1024@0xf8fffc00 port 0xf8ffff80 irq 22
[    2.112250] r8169 0000:03:00.0 enp3s0: renamed from eth0
[    2.211072] usb 1-5: New USB device found, idVendor=05e3, idProduct=0606, bcdDevice= 7.02
[    2.211075] usb 1-5: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    2.211076] usb 1-5: Product: USB2.0 Hub
[    2.211519] hub 1-5:1.0: USB hub found
[    2.211818] hub 1-5:1.0: 4 ports detected
[    2.424189] ata3: SATA link down (SStatus 0 SControl 300)
[    2.428550] ata5: SATA link down (SStatus 0 SControl 300)
[    2.428609] ata6: SATA link down (SStatus 0 SControl 300)
[    2.473505] tsc: Refined TSC clocksource calibration: 2511.274 MHz
[    2.473529] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2432d3e479a, max_idle_ns: 440795267578 ns
[    2.473563] clocksource: Switched to clocksource tsc
[    2.501503] usb 1-5.2: new full-speed USB device number 4 using ehci-pci
[    2.577515] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.577862] ata1.00: supports DRM functions and may not be fully accessible
[    2.578686] ata1.00: ATA-10: Crucial_CT275MX300SSD1,  M0CR040, max UDMA/133
[    2.578689] ata1.00: 537234768 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    2.580938] ata1.00: supports DRM functions and may not be fully accessible
[    2.581516] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.583753] ata1.00: configured for UDMA/133
[    2.583989] scsi 0:0:0:0: Direct-Access     ATA      Crucial_CT275MX3 R040 PQ: 0 ANSI: 5
[    2.584375] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    2.584410] ata1.00: Enabling discard_zeroes_data
[    2.584560] sd 0:0:0:0: [sda] 537234768 512-byte logical blocks: (275 GB/256 GiB)
[    2.584589] sd 0:0:0:0: [sda] Write Protect is off
[    2.584593] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.584623] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.601787] ata1.00: Enabling discard_zeroes_data
[    2.603539]  sda: sda1 sda2 sda3 sda4
[    2.604093] ata1.00: Enabling discard_zeroes_data
[    2.605444] sd 0:0:0:0: [sda] supports TCG Opal
[    2.605447] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.615897] usb 1-5.2: New USB device found, idVendor=062a, idProduct=4101, bcdDevice= 2.05
[    2.615901] usb 1-5.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.615902] usb 1-5.2: Product: 2.4G Keyboard Mouse
[    2.615904] usb 1-5.2: Manufacturer: MOSART Semi.
[    2.618887] ata2.00: ATA-10: ST2000DM008-2FR102, 0001, max UDMA/133
[    2.618890] ata2.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    2.625422] hidraw: raw HID events driver (C) Jiri Kosina
[    2.636660] usbcore: registered new interface driver usbhid
[    2.636663] usbhid: USB HID core driver
[    2.640690] input: MOSART Semi. 2.4G Keyboard Mouse as /devices/pci0000:00/0000:00:12.2/usb1/1-5/1-5.2/1-5.2:1.0/0003:062A:4101.0001/input/input5
[    2.666807] random: fast init done
[    2.678357] fbcon: Taking over console
[    2.678477] Console: switching to colour frame buffer device 80x30
[    2.678511] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    2.678527] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    2.678530] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    2.680270] ata2.00: configured for UDMA/133
[    2.680557] scsi 1:0:0:0: Direct-Access     ATA      ST2000DM008-2FR1 0001 PQ: 0 ANSI: 5
[    2.680921] sd 1:0:0:0: Attached scsi generic sg1 type 0
[    2.681123] sd 1:0:0:0: [sdb] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[    2.681126] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[    2.681205] sd 1:0:0:0: [sdb] Write Protect is off
[    2.681207] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    2.681240] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.697522] usb 1-5.4: new full-speed USB device number 5 using ehci-pci
[    2.697867] hid-generic 0003:062A:4101.0001: input,hidraw0: USB HID v1.10 Keyboard [MOSART Semi. 2.4G Keyboard Mouse] on usb-0000:00:12.2-5.2/input0
[    2.698371] input: MOSART Semi. 2.4G Keyboard Mouse as /devices/pci0000:00/0000:00:12.2/usb1/1-5/1-5.2/1-5.2:1.1/0003:062A:4101.0002/input/input6
[    2.698524] input: MOSART Semi. 2.4G Keyboard Mouse Consumer Control as /devices/pci0000:00/0000:00:12.2/usb1/1-5/1-5.2/1-5.2:1.1/0003:062A:4101.0002/input/input7
[    2.716064]  sdb: sdb1
[    2.716952] sd 1:0:0:0: [sdb] Attached SCSI disk
[    2.757702] input: MOSART Semi. 2.4G Keyboard Mouse System Control as /devices/pci0000:00/0000:00:12.2/usb1/1-5/1-5.2/1-5.2:1.1/0003:062A:4101.0002/input/input8
[    2.757911] input: MOSART Semi. 2.4G Keyboard Mouse as /devices/pci0000:00/0000:00:12.2/usb1/1-5/1-5.2/1-5.2:1.1/0003:062A:4101.0002/input/input9
[    2.758096] hid-generic 0003:062A:4101.0002: input,hiddev0,hidraw1: USB HID v1.10 Mouse [MOSART Semi. 2.4G Keyboard Mouse] on usb-0000:00:12.2-5.2/input1
[    2.808982] usb 1-5.4: New USB device found, idVendor=046d, idProduct=c52e, bcdDevice=15.00
[    2.808985] usb 1-5.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.808987] usb 1-5.4: Product: USB Receiver
[    2.808988] usb 1-5.4: Manufacturer: Logitech
[    2.811390] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:12.2/usb1/1-5/1-5.4/1-5.4:1.0/0003:046D:C52E.0003/input/input10
[    2.869705] hid-generic 0003:046D:C52E.0003: input,hidraw2: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:12.2-5.4/input0
[    2.872796] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:12.2/usb1/1-5/1-5.4/1-5.4:1.1/0003:046D:C52E.0004/input/input11
[    2.873062] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:12.2/usb1/1-5/1-5.4/1-5.4:1.1/0003:046D:C52E.0004/input/input12
[    2.929706] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:12.2/usb1/1-5/1-5.4/1-5.4:1.1/0003:046D:C52E.0004/input/input13
[    2.929864] hid-generic 0003:046D:C52E.0004: input,hiddev1,hidraw3: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:12.2-5.4/input1
[    3.129518] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    3.130378] ata4.00: ATA-8: WDC WD10EADS-00L5B1, 01.01A01, max UDMA/133
[    3.130381] ata4.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    3.132137] ata4.00: configured for UDMA/133
[    3.132404] scsi 5:0:0:0: Direct-Access     ATA      WDC WD10EADS-00L 1A01 PQ: 0 ANSI: 5
[    3.132760] sd 5:0:0:0: Attached scsi generic sg2 type 0
[    3.132908] sd 5:0:0:0: [sdc] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    3.132950] sd 5:0:0:0: [sdc] Write Protect is off
[    3.132952] sd 5:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    3.132985] sd 5:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.168930] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: (null)
[    3.173522]  sdc: sdc1
[    3.174259] sd 5:0:0:0: [sdc] Attached SCSI disk
[    3.470410] systemd[1]: systemd 237 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.470557] systemd[1]: Detected architecture x86-64.
[    3.490421] systemd[1]: Set hostname to <mediapc>.
[    3.651935] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    3.652228] systemd[1]: Created slice User and Session Slice.
[    3.652407] systemd[1]: Created slice System Slice.
[    3.652508] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    3.652523] systemd[1]: Reached target Slices.
[    3.652610] systemd[1]: Listening on udev Control Socket.
[    3.652667] systemd[1]: Listening on RPCbind Server Activation Socket.
[    3.682138] EXT4-fs (sda4): re-mounted. Opts: errors=remount-ro
[    3.690392] RPC: Registered named UNIX socket transport module.
[    3.690394] RPC: Registered udp transport module.
[    3.690395] RPC: Registered tcp transport module.
[    3.690396] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    3.732984] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    3.740917] lp: driver loaded but no devices found
[    3.746440] ppdev: user-space parallel port driver
[    3.753860] parport_pc 00:02: reported by Plug and Play ACPI
[    3.753949] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
[    3.774452] systemd-journald[314]: Received request to flush runtime journal from PID 1
[    3.850293] lp0: using parport0 (interrupt-driven).
[    4.096400] audit: type=1400 audit(1628902505.664:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=450 comm="apparmor_parser"
[    4.096406] audit: type=1400 audit(1628902505.664:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=450 comm="apparmor_parser"
[    4.096409] audit: type=1400 audit(1628902505.664:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=450 comm="apparmor_parser"
[    4.098481] audit: type=1400 audit(1628902505.668:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=447 comm="apparmor_parser"
[    4.098486] audit: type=1400 audit(1628902505.668:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=447 comm="apparmor_parser"
[    4.098488] audit: type=1400 audit(1628902505.668:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=447 comm="apparmor_parser"
[    4.098490] audit: type=1400 audit(1628902505.668:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=447 comm="apparmor_parser"
[    4.100046] audit: type=1400 audit(1628902505.668:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=452 comm="apparmor_parser"
[    4.102923] audit: type=1400 audit(1628902505.672:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=453 comm="apparmor_parser"
[    4.179266] ATK0110 ATK0110:00: Overriding interface detection
[    4.347763] mc: Linux media interface: v0.10
[    4.362084] videodev: Linux video capture interface: v2.00
[    4.382930] cx88xx: subsystem: 107d:6654, board: Leadtek WinFast DTV1800 Hybrid [card=81,autodetected], frontend(s): 1
[    4.447224] checking generic (d7000000 130000) vs hw (d8000000 8000000)
[    4.447227] checking generic (d7000000 130000) vs hw (d6000000 2000000)
[    4.447228] fb0: switching to nouveaufb from VESA VGA
[    4.447386] Console: switching to colour dummy device 80x25
[    4.447446] nouveau 0000:01:00.0: NVIDIA GK208B (b06070b1)
[    4.487304] dvb-usb: found a 'Sony PlayTV' in cold state, will try to load a firmware
[    4.495837] dvb-usb: downloading firmware from file 'dvb-usb-dib0700-1.20.fw'
[    4.594019] random: crng init done
[    4.594022] random: 7 urandom warning(s) missed due to ratelimiting
[    4.696674] kvm: disabled by bios
[    4.756841] nouveau 0000:01:00.0: bios: version 80.28.92.00.10
[    4.758442] nouveau 0000:01:00.0: fb: 2048 MiB DDR3
[    4.794029] kvm: disabled by bios
[    4.795337] MCE: In-kernel MCE decoding enabled.
[    4.797625] tuner: 1-0061: Tuner -1 found with type(s) Radio TV.
[    4.797682] EDAC amd64: Node 0: DRAM ECC disabled.
[    4.797685] 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.)
[    4.853249] dib0700: firmware started successfully.
[    4.914050] EDAC amd64: Node 0: DRAM ECC disabled.
[    4.914053] 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.)
[    4.915213] kvm: disabled by bios
[    4.921494] xc2028 1-0061: creating new instance
[    4.921495] xc2028 1-0061: type set to XCeive xc2028/xc3028 tuner
[    4.933614] Adding 4095996k swap on /dev/sda3.  Priority:-2 extents:1 across:4095996k SSFS
[    4.939476] EXT4-fs (sdc1): recovery complete
[    4.959635] EXT4-fs (sdc1): mounted filesystem with ordered data mode. Opts: (null)
[    4.970031] Registered IR keymap rc-winfast
[    4.970090] rc rc0: cx88 IR (Leadtek WinFast DTV180 as /devices/pci0000:00/0000:00:14.4/0000:04:06.2/rc/rc0
[    4.970846] rc rc0: lirc_dev: driver cx88xx registered at minor = 0, scancode receiver, no transmitter
[    4.970918] input: cx88 IR (Leadtek WinFast DTV180 as /devices/pci0000:00/0000:00:14.4/0000:04:06.2/rc/rc0/input16
[    4.970991] cx8802: cx2388x 8802 Driver Manager
[    4.971146] cx8802: found at 0000:04:06.2, rev: 5, irq: 21, latency: 64, mmio: 0xfb000000
[    4.971222] cx88_alsa: cx88[0]: alsa: CX88x/0: ALSA support for cx2388x boards
[    4.971348] cx8800: found at 0000:04:06.0, rev: 5, irq: 21, latency: 64, mmio: 0xfd000000
[    4.971608] cx8800: registered device video0 [v4l2]
[    4.971643] cx8800: registered device vbi0
[    4.971676] cx8800: registered device radio0
[    5.042670] kvm: disabled by bios
[    5.043451] EDAC amd64: Node 0: DRAM ECC disabled.
[    5.043453] 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.087143] EXT4-fs (sdb1): recovery complete
[    5.101391] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
[    5.198784] EDAC amd64: Node 0: DRAM ECC disabled.
[    5.198787] 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.386207] dvb-usb: found a 'Sony PlayTV' in warm state.
[    5.386729] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[    5.386971] dvbdev: DVB: registering new adapter (Sony PlayTV)
[    5.386981] usb 1-1: media controller created
[    5.387942] dvbdev: dvb_create_media_entity: media entity 'dvb-demux' registered.
[    5.472662] RTL8211E Gigabit Ethernet r8169-300:00: attached PHY driver [RTL8211E Gigabit Ethernet] (mii_bus:phy_addr=r8169-300:00, irq=IGNORE)
[    5.667474] r8169 0000:03:00.0 enp3s0: Link is Down
[    5.680610] usb 1-1: DVB: registering adapter 0 frontend 0 (DiBcom 7000PC)...
[    5.680621] dvbdev: dvb_create_media_entity: media entity 'DiBcom 7000PC' registered.
[    5.920691] dib0070: DiB0070: successfully identified
[    5.921034] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[    5.921253] dvbdev: DVB: registering new adapter (Sony PlayTV)
[    5.921261] usb 1-1: media controller created
[    5.922063] dvbdev: dvb_create_media_entity: media entity 'dvb-demux' registered.
[    6.090431] usb 1-1: DVB: registering adapter 1 frontend 0 (DiBcom 7000PC)...
[    6.090442] dvbdev: dvb_create_media_entity: media entity 'DiBcom 7000PC' registered.
[    6.110049] snd_hda_intel 0000:01:00.1: Disabling MSI
[    6.110064] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[    6.110801] xc2028 1-0061: Loading 80 firmware images from xc3028-v27.fw, type: xc2028 firmware, ver 2.7
[    6.112154] [TTM] Zone  kernel: Available graphics memory: 2014116 KiB
[    6.112156] [TTM] Initializing pool allocator
[    6.112163] [TTM] Initializing DMA pool allocator
[    6.112197] nouveau 0000:01:00.0: DRM: VRAM: 2048 MiB
[    6.112198] nouveau 0000:01:00.0: DRM: GART: 1048576 MiB
[    6.112203] nouveau 0000:01:00.0: DRM: TMDS table version 2.0
[    6.112205] nouveau 0000:01:00.0: DRM: DCB version 4.0
[    6.112208] nouveau 0000:01:00.0: DRM: DCB outp 00: 01000f02 00020030
[    6.112210] nouveau 0000:01:00.0: DRM: DCB outp 01: 02011f62 00020010
[    6.112211] nouveau 0000:01:00.0: DRM: DCB outp 02: 02022f10 00000000
[    6.112213] nouveau 0000:01:00.0: DRM: DCB conn 00: 00001031
[    6.112214] nouveau 0000:01:00.0: DRM: DCB conn 01: 00002161
[    6.112215] nouveau 0000:01:00.0: DRM: DCB conn 02: 00000200
[    6.112650] nouveau 0000:01:00.0: DRM: MM: using COPY for buffer copies
[    6.117262] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    6.117264] [drm] Driver supports precise vblank timestamp query.
[    6.125972] snd_hda_codec_via hdaudioC0D0: autoconfig for VT1708S: line_outs=4 (0x1c/0x19/0x22/0x23/0x0) type:line
[    6.125976] snd_hda_codec_via hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    6.125977] snd_hda_codec_via hdaudioC0D0:    hp_outs=1 (0x1d/0x0/0x0/0x0/0x0)
[    6.125978] snd_hda_codec_via hdaudioC0D0:    mono: mono_out=0x0
[    6.125979] snd_hda_codec_via hdaudioC0D0:    dig-out=0x20/0x21
[    6.125980] snd_hda_codec_via hdaudioC0D0:    inputs:
[    6.125982] snd_hda_codec_via hdaudioC0D0:      Rear Mic=0x1a
[    6.125984] snd_hda_codec_via hdaudioC0D0:      Front Mic=0x1e
[    6.125985] snd_hda_codec_via hdaudioC0D0:      Line=0x1b
[    6.132686] cx88_dvb: cx2388x dvb driver version 1.0.0 loaded
[    6.132689] cx8802: registering cx8802 driver, type: dvb access: shared
[    6.132693] cx8802: subsystem: 107d:6654, board: Leadtek WinFast DTV1800 Hybrid [card=81]
[    6.132694] cx88_dvb: cx2388x based DVB/ATSC card
[    6.132695] cx88_dvb: cx8802_alloc_frontends: allocating 1 frontend(s)
[    6.140282] xc2028 1-0061: attaching existing instance
[    6.140284] xc2028 1-0061: type set to XCeive xc2028/xc3028 tuner
[    6.140285] cx88_dvb: xc3028 attached
[    6.141226] dvbdev: DVB: registering new adapter (cx88[0])
[    6.141231] cx88-mpeg driver manager 0000:04:06.2: DVB: registering adapter 2 frontend 0 (Zarlink ZL10353 DVB-T)...
[    6.182788] input: HDA ATI SB Rear Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input17
[    6.193632] input: HDA ATI SB Front Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input18
[    6.193770] input: HDA ATI SB Line as /devices/pci0000:00/0000:00:14.2/sound/card0/input19
[    6.193884] input: HDA ATI SB Line Out Front as /devices/pci0000:00/0000:00:14.2/sound/card0/input20
[    6.195845] input: HDA ATI SB Line Out Surround as /devices/pci0000:00/0000:00:14.2/sound/card0/input21
[    6.196030] input: HDA ATI SB Line Out CLFE as /devices/pci0000:00/0000:00:14.2/sound/card0/input22
[    6.196256] input: HDA ATI SB Line Out Side as /devices/pci0000:00/0000:00:14.2/sound/card0/input23
[    6.196380] input: HDA ATI SB Front Headphone as /devices/pci0000:00/0000:00:14.2/sound/card0/input24
[    6.332596] nouveau 0000:01:00.0: DRM: allocated 1920x1080 fb: 0x80000, bo 00000000283afdc9
[    6.332734] fbcon: nouveaudrmfb (fb0) is primary device
[    6.332755] dib0070: DiB0070: successfully identified
[    6.332852] Console: switching to colour frame buffer device 240x67
[    6.332894] nouveau 0000:01:00.0: fb0: nouveaudrmfb frame buffer device
[    6.346011] [drm] Initialized nouveau 1.3.1 20120801 for 0000:01:00.0 on minor 0
[    6.361521] Registered IR keymap rc-dib0700-rc5
[    6.361804] rc rc1: Sony PlayTV as /devices/pci0000:00/0000:00:12.2/usb1/1-1/rc/rc1
[    6.361896] rc rc1: lirc_dev: driver dib0700 registered at minor = 1, scancode receiver, no transmitter
[    6.361938] input: Sony PlayTV as /devices/pci0000:00/0000:00:12.2/usb1/1-1/rc/rc1/input25
[    6.362123] dvb-usb: schedule remote query interval to 50 msecs.
[    6.362125] dvb-usb: Sony PlayTV successfully initialized and connected.
[    6.362708] usbcore: registered new interface driver dvb_usb_dib0700
[    6.499512] NFSD: Using UMH upcall client tracking operations.
[    6.499515] NFSD: starting 90-second grace period (net f0000098)
[    7.338273] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card2/input26
[    7.338356] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card2/input27
[    7.338413] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card2/input28
[    7.338472] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card2/input29
[    7.338528] input: HDA NVidia HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card2/input30
[    7.812365] r8169 0000:03:00.0 enp3s0: Link is Up - 1Gbps/Full - flow control rx/tx
[    7.812389] IPv6: ADDRCONF(NETDEV_CHANGE): enp3s0: link becomes ready
[   12.628771] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.628782] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.628789] cx88xx: cx88_print_irqbits: core:irq aud [0x1000] dn_sync*
[   12.628796] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.628813] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.628820] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.628827] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.628834] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.628841] cx88xx: cx88_print_irqbits: core:irq aud [0x1000] dn_sync*
[   12.628847] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.628855] cx88xx: cx88_print_irqbits: core:irq aud [0x1000] dn_sync*
[   12.628861] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.628868] cx88xx: cx88_print_irqbits: core:irq aud [0x1000] dn_sync*
[   12.628875] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.628881] cx88xx: cx88_print_irqbits: core:irq aud [0x1000] dn_sync*
[   12.628888] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.628895] cx88xx: cx88_print_irqbits: core:irq aud [0x1000] dn_sync*
[   12.628901] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.628908] cx88xx: cx88_print_irqbits: core:irq aud [0x1000] dn_sync*
[   12.628915] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.628930] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.628943] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.628957] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.628972] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.628985] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.628999] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629012] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629026] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629039] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629054] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629061] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629068] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629075] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629082] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629089] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629096] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629103] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629110] cx88xx: cx88_print_irqbits: core:irq aud [0x1000] dn_sync*
[   12.629117] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629130] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629144] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629158] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629172] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629185] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629199] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629213] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629220] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629227] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629234] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629243] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629257] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629264] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629271] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629278] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629285] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629292] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629300] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629307] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629313] cx88xx: cx88_print_irqbits: core:irq aud [0x1000] dn_sync*
[   12.629320] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629327] cx88xx: cx88_print_irqbits: core:irq aud [0x1000] dn_sync*
[   12.629333] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629340] cx88xx: cx88_print_irqbits: core:irq aud [0x1000] dn_sync*
[   12.629347] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629354] cx88xx: cx88_print_irqbits: core:irq aud [0x1000] dn_sync*
[   12.629361] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629375] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629388] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629403] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629417] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629430] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629443] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629458] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629465] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629472] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629479] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629486] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629493] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629501] cx88xx: cx88_print_irqbits: core:irq aud [0x1000] dn_sync*
[   12.629507] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629514] cx88xx: cx88_print_irqbits: core:irq aud [0x1000] dn_sync*
[   12.629521] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629528] cx88xx: cx88_print_irqbits: core:irq aud [0x1000] dn_sync*
[   12.629534] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629586] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629602] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629617] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629638] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629654] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629668] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629681] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629692] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629700] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629714] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629732] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629739] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629753] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629767] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629781] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629794] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629809] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629823] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629830] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629838] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629845] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629852] cx88xx: cx88_print_irqbits: core:irq aud [0x1000] dn_sync*
[   12.629859] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629866] cx88xx: cx88_print_irqbits: core:irq aud [0x1000] dn_sync*
[   12.629873] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629880] cx88xx: cx88_print_irqbits: core:irq aud [0x1000] dn_sync*
[   12.629887] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629900] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629914] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629929] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629946] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.629965] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.639365] cx88xx: cx88_print_irqbits: core:irq aud [0x1101] dn_risci1* dnf_of dn_sync*
[   12.639376] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.639383] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.639390] cx88xx: cx88_print_irqbits: core:irq aud [0x1000] dn_sync*
[   12.639397] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.639404] cx88xx: cx88_print_irqbits: core:irq aud [0x1000] dn_sync*
[   12.639411] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.639418] cx88xx: cx88_print_irqbits: core:irq aud [0x1000] dn_sync*
[   12.639424] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.639441] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.639448] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.639455] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.639462] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.639469] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.639476] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.639484] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.639491] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.639498] cx88xx: cx88_print_irqbits: core:irq aud [0x1000] dn_sync*
[   12.639504] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.639511] cx88xx: cx88_print_irqbits: core:irq aud [0x1000] dn_sync*
[   12.639518] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.639525] cx88xx: cx88_print_irqbits: core:irq aud [0x1000] dn_sync*
[   12.639531] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.639538] cx88xx: cx88_print_irqbits: core:irq aud [0x1000] dn_sync*
[   12.639545] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.639552] cx88xx: cx88_print_irqbits: core:irq aud [0x1000] dn_sync*
[   12.639559] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.639573] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.639586] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.639600] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.639614] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.639627] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.639641] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.639654] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.639668] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.639681] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.639695] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.639708] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.639721] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.639734] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.639749] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.639756] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.639763] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.639770] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.639777] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.639784] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.639791] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.639798] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.639805] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.639812] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.639819] cx88xx: cx88_print_irqbits: core:irq aud [0x1000] dn_sync*
[   12.639826] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.639833] cx88xx: cx88_print_irqbits: core:irq aud [0x1000] dn_sync*
[   12.639839] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.639846] cx88xx: cx88_print_irqbits: core:irq aud [0x1000] dn_sync*
[   12.639853] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.639867] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.639874] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.639881] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.639888] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.639894] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.639901] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.639908] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.639915] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.639922] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.639929] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.639936] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.639944] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.639950] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.639957] cx88xx: cx88_print_irqbits: core:irq aud [0x1000] dn_sync*
[   12.639964] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.639971] cx88xx: cx88_print_irqbits: core:irq aud [0x1000] dn_sync*
[   12.639977] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.639984] cx88xx: cx88_print_irqbits: core:irq aud [0x1000] dn_sync*
[   12.639991] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.639998] cx88xx: cx88_print_irqbits: core:irq aud [0x1000] dn_sync*
[   12.640004] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640011] cx88xx: cx88_print_irqbits: core:irq aud [0x1000] dn_sync*
[   12.640018] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640025] cx88xx: cx88_print_irqbits: core:irq aud [0x1000] dn_sync*
[   12.640031] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640038] cx88xx: cx88_print_irqbits: core:irq aud [0x1000] dn_sync*
[   12.640044] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640052] cx88xx: cx88_print_irqbits: core:irq aud [0x1000] dn_sync*
[   12.640058] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640065] cx88xx: cx88_print_irqbits: core:irq aud [0x1000] dn_sync*
[   12.640071] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640078] cx88xx: cx88_print_irqbits: core:irq aud [0x1000] dn_sync*
[   12.640085] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640099] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640113] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640126] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640140] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640153] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640167] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640180] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640193] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640206] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640219] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640233] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640246] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640259] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640273] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640286] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640300] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640313] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640327] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640341] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640354] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640367] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640381] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640395] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640409] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640415] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640422] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640429] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640436] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640443] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640451] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640458] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640465] cx88xx: cx88_print_irqbits: core:irq aud [0x1000] dn_sync*
[   12.640471] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640479] cx88xx: cx88_print_irqbits: core:irq aud [0x1000] dn_sync*
[   12.640485] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640492] cx88xx: cx88_print_irqbits: core:irq aud [0x1000] dn_sync*
[   12.640498] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640506] cx88xx: cx88_print_irqbits: core:irq aud [0x1000] dn_sync*
[   12.640512] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640527] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640541] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640554] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640567] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640581] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640594] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640608] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640621] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640635] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640648] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640661] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640674] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640687] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640701] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640715] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640723] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640729] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640737] cx88xx: cx88_print_irqbits: core:irq aud [0x1000] dn_sync*
[   12.640743] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640750] cx88xx: cx88_print_irqbits: core:irq aud [0x1000] dn_sync*
[   12.640757] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640763] cx88xx: cx88_print_irqbits: core:irq aud [0x1000] dn_sync*
[   12.640770] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640777] cx88xx: cx88_print_irqbits: core:irq aud [0x1000] dn_sync*
[   12.640783] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640790] cx88xx: cx88_print_irqbits: core:irq aud [0x1000] dn_sync*
[   12.640796] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640803] cx88xx: cx88_print_irqbits: core:irq aud [0x1000] dn_sync*
[   12.640810] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640817] cx88xx: cx88_print_irqbits: core:irq aud [0x1000] dn_sync*
[   12.640823] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640830] cx88xx: cx88_print_irqbits: core:irq aud [0x1000] dn_sync*
[   12.640837] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640844] cx88xx: cx88_print_irqbits: core:irq aud [0x1000] dn_sync*
[   12.640851] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640858] cx88xx: cx88_print_irqbits: core:irq aud [0x1000] dn_sync*
[   12.640864] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640878] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640892] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640905] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640919] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640932] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640946] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640959] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640973] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.640987] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.641000] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.641013] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.641027] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.641040] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.641053] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.641067] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.641081] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.641094] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.641107] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.641120] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.641134] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.641148] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.641162] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.641175] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.641189] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.641196] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.641203] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.641210] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.641216] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.641223] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.641230] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.641237] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.641244] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.641251] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.641258] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.641266] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.641273] cx88xx: cx88_print_irqbits: core:irq aud [0x1000] dn_sync*
[   12.641279] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.641287] cx88xx: cx88_print_irqbits: core:irq aud [0x1000] dn_sync*
[   12.641293] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.641301] cx88xx: cx88_print_irqbits: core:irq aud [0x1000] dn_sync*
[   12.641307] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.641321] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.641335] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.641348] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.641362] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.641375] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.641388] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.641402] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.641415] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.641429] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.641442] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.641456] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.641537] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.641564] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.641578] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   12.641593] cx88xx: cx88_print_irqbits: core:irq aud [0x1001] dn_risci1* dn_sync*
[   14.733316] rfkill: input handler disabled
[  171.253364] usb usb1-port1: disabled by hub (EMI?), re-enabling...
[  171.253381] usb 1-1: USB disconnect, device number 2
[  171.277501] usb 1-5: clear tt 1 (0050) error -71
[  171.285872] usb 1-5: clear tt 1 (0040) error -71
[  171.298927] usb 1-5-port4: cannot reset (err = -71)
[  171.307691] usb 1-5-port4: cannot reset (err = -71)
[  171.315935] usb 1-5-port4: cannot reset (err = -71)
[  171.324525] usb 1-5-port4: cannot reset (err = -71)
[  171.333316] usb 1-5-port4: cannot reset (err = -71)
[  171.333323] usb 1-5-port4: Cannot enable. Maybe the USB cable is bad?
[  171.341569] usb 1-5-port4: cannot disable (err = -71)
[  171.349818] usb 1-5-port4: cannot reset (err = -71)
[  171.358077] usb 1-5-port4: cannot reset (err = -71)
[  171.366316] usb 1-5-port4: cannot reset (err = -71)
[  171.374566] usb 1-5-port4: cannot reset (err = -71)
[  171.382833] usb 1-5-port4: cannot reset (err = -71)
[  171.382838] usb 1-5-port4: Cannot enable. Maybe the USB cable is bad?
[  171.391068] usb 1-5-port4: cannot disable (err = -71)
[  171.399296] usb 1-5-port2: cannot reset (err = -71)
[  171.407561] usb 1-5-port2: cannot reset (err = -71)
[  171.415831] usb 1-5-port2: cannot reset (err = -71)
[  171.424060] usb 1-5-port2: cannot reset (err = -71)
[  171.432323] usb 1-5-port2: cannot reset (err = -71)
[  171.432333] usb 1-5-port2: Cannot enable. Maybe the USB cable is bad?
[  171.440554] usb 1-5-port2: cannot disable (err = -71)
[  171.448832] usb 1-5-port2: cannot reset (err = -71)
[  171.457221] usb 1-5-port2: cannot reset (err = -71)
[  171.465471] usb 1-5-port2: cannot reset (err = -71)
[  171.473719] usb 1-5-port2: cannot reset (err = -71)
[  171.481964] usb 1-5-port2: cannot reset (err = -71)
[  171.481973] usb 1-5-port2: Cannot enable. Maybe the USB cable is bad?
[  171.490218] usb 1-5-port2: cannot disable (err = -71)
[  171.498455] usb 1-5-port4: cannot reset (err = -71)
[  171.506701] usb 1-5-port4: cannot reset (err = -71)
[  171.514953] usb 1-5-port4: cannot reset (err = -71)
[  171.523199] usb 1-5-port4: cannot reset (err = -71)
[  171.531458] usb 1-5-port4: cannot reset (err = -71)
[  171.531466] usb 1-5-port4: Cannot enable. Maybe the USB cable is bad?
[  171.539709] usb 1-5-port4: cannot disable (err = -71)
[  171.547958] usb 1-5-port4: cannot reset (err = -71)
[  171.556206] usb 1-5-port4: cannot reset (err = -71)
[  171.564454] usb 1-5-port4: cannot reset (err = -71)
[  171.572703] usb 1-5-port4: cannot reset (err = -71)
[  171.581076] usb 1-5-port4: cannot reset (err = -71)
[  171.581084] usb 1-5-port4: Cannot enable. Maybe the USB cable is bad?
[  171.589451] usb 1-5-port4: cannot disable (err = -71)
[  171.597825] usb 1-5-port4: cannot disable (err = -71)
[  171.606061] usb 1-5-port2: cannot reset (err = -71)
[  171.614325] hub 1-5:1.0: hub_ext_port_status failed (err = -71)
[  171.622558] usb 1-5-port2: cannot reset (err = -71)
[  171.630948] usb 1-5-port2: cannot reset (err = -71)
[  171.639407] usb 1-5-port2: cannot reset (err = -71)
[  171.647808] usb 1-5-port2: cannot reset (err = -71)
[  171.647816] usb 1-5-port2: Cannot enable. Maybe the USB cable is bad?
[  171.656059] usb 1-5-port2: cannot disable (err = -71)
[  171.664296] usb 1-5-port2: cannot reset (err = -71)
[  171.672543] usb 1-5-port2: cannot reset (err = -71)
[  171.680791] usb 1-5-port2: cannot reset (err = -71)
[  171.689028] usb 1-5-port2: cannot reset (err = -71)
[  171.697263] usb 1-5-port2: cannot reset (err = -71)
[  171.697269] usb 1-5-port2: Cannot enable. Maybe the USB cable is bad?
[  171.705500] usb 1-5-port2: cannot disable (err = -71)
[  171.713768] usb 1-5-port2: cannot disable (err = -71)
[  171.721998] hub 1-5:1.0: hub_ext_port_status failed (err = -71)
[  171.730250] hub 1-5:1.0: hub_ext_port_status failed (err = -71)
[  193.320655] general protection fault: 0000 [#1] SMP NOPTI
[  193.320670] CPU: 0 PID: 1815 Comm: w_scan Not tainted 5.4.0-80-generic #90~18.04.1-Ubuntu
[  193.320675] Hardware name: System manufacturer System Product Name/M5A78L-M/USB3, BIOS 2101    12/02/2014
[  193.320689] RIP: 0010:module_put.part.34+0xe/0x90
[  193.320698] Code: 85 c0 75 e3 eb ab 85 c0 74 0b 8d 50 01 f0 0f b1 11 74 8f eb f1 45 31 f6 eb 97 66 90 0f 1f 44 00 00 55 48 89 e5 41 55 41 54 53 <8b> 87 38 03 00 00 89 c2 83 ea 01 78 64 f0 0f b1 97 38 03 00 00 75
[  193.320703] RSP: 0018:ffffba8182b23c78 EFLAGS: 00010282
[  193.320709] RAX: ffff9a5ae1fb2600 RBX: ffff9a5ae00a4500 RCX: 000000000020001b
[  193.320713] RDX: 000000000020001c RSI: 000000000020001b RDI: d30f7dd98165343d
[  193.320717] RBP: ffffba8182b23c90 R08: 0000000000000000 R09: ffffffffc0858c00
[  193.320720] R10: ffffba8182b23c08 R11: 0000000000000000 R12: 000000000008001f
[  193.320724] R13: ffff9a5ae6b3d420 R14: ffff9a5aeb3ee660 R15: ffff9a5ae8232600
[  193.320730] FS:  00007f7511b06580(0000) GS:ffff9a5aeba00000(0000) knlGS:0000000000000000
[  193.320734] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  193.320738] CR2: 000055eaf05d5e88 CR3: 000000007880a000 CR4: 00000000000006f0
[  193.320741] Call Trace:
[  193.320753]  module_put+0x13/0x20
[  193.320760]  __fput+0xea/0x260
[  193.320766]  ____fput+0xe/0x10
[  193.320772]  task_work_run+0x9d/0xc0
[  193.320781]  do_exit+0x389/0xb90
[  193.320788]  do_group_exit+0x43/0xa0
[  193.320797]  get_signal+0x14f/0x860
[  193.320805]  do_signal+0x34/0x6d0
[  193.320813]  ? __vfs_read+0x1b/0x40
[  193.320819]  ? vfs_read+0x8e/0x130
[  193.320828]  exit_to_usermode_loop+0x90/0x130
[  193.320835]  do_syscall_64+0x170/0x190
[  193.320842]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[  193.320848] RIP: 0033:0x7f751160f151
[  193.320857] Code: Bad RIP value.
[  193.320860] RSP: 002b:00007fffb68480b8 EFLAGS: 00000246 ORIG_RAX: 0000000000000000
[  193.320866] RAX: fffffffffffffe00 RBX: 00007fffb684819c RCX: 00007f751160f151
[  193.320869] RDX: 0000000000001000 RSI: 00007fffb684819c RDI: 0000000000000004
[  193.320873] RBP: 0000000000000003 R08: 000000000000000d R09: 0000000000000001
[  193.320876] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000008
[  193.320879] R13: 00007fffb6849290 R14: 00007fffb6848140 R15: 0000000000000001
[  193.320885] Modules linked in: snd_hda_codec_hdmi rc_dib0700_rc5 zl10353 cx88_dvb cx88_vp3054_i2c snd_hda_codec_via snd_hda_codec_generic ledtrig_audio videobuf2_dvb dib7000p rc_winfast tuner_xc2028 edac_mce_amd tuner ccp kvm serio_raw snd_hda_intel dvb_usb_dib0700 snd_intel_dspcfg dib9000 snd_hda_codec snd_hda_core dib7000m snd_hwdep dib0090 nouveau dib0070 snd_seq_midi dib3000mc snd_seq_midi_event dibx000_common snd_rawmidi dvb_usb cx8800 joydev input_leds videobuf2_dma_sg snd_seq cx88_alsa dvb_core videobuf2_memops cx8802 wmi_bmof mxm_wmi snd_pcm videobuf2_v4l2 cx88xx snd_seq_device tveeprom rc_core k10temp videobuf2_common videodev video snd_timer mc ttm drm_kms_helper snd drm i2c_algo_bit fb_sys_fops syscopyarea sysfillrect sysimgblt soundcore asus_atk0110 mac_hid sch_fq_codel parport_pc ppdev nfsd auth_rpcgss nfs_acl lp lockd grace parport sunrpc ip_tables x_tables autofs4 hid_generic usbhid hid pata_acpi psmouse pata_atiixp i2c_piix4 ahci r8169 libahci realtek wmi
[  193.320983] ---[ end trace fe36a346c718e671 ]---
[  193.320989] RIP: 0010:module_put.part.34+0xe/0x90
[  193.320995] Code: 85 c0 75 e3 eb ab 85 c0 74 0b 8d 50 01 f0 0f b1 11 74 8f eb f1 45 31 f6 eb 97 66 90 0f 1f 44 00 00 55 48 89 e5 41 55 41 54 53 <8b> 87 38 03 00 00 89 c2 83 ea 01 78 64 f0 0f b1 97 38 03 00 00 75
[  193.320999] RSP: 0018:ffffba8182b23c78 EFLAGS: 00010282
[  193.321003] RAX: ffff9a5ae1fb2600 RBX: ffff9a5ae00a4500 RCX: 000000000020001b
[  193.321007] RDX: 000000000020001c RSI: 000000000020001b RDI: d30f7dd98165343d
[  193.321010] RBP: ffffba8182b23c90 R08: 0000000000000000 R09: ffffffffc0858c00
[  193.321014] R10: ffffba8182b23c08 R11: 0000000000000000 R12: 000000000008001f
[  193.321018] R13: ffff9a5ae6b3d420 R14: ffff9a5aeb3ee660 R15: ffff9a5ae8232600
[  193.321022] FS:  00007f7511b06580(0000) GS:ffff9a5aeba00000(0000) knlGS:0000000000000000
[  193.321026] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  193.321030] CR2: 00007f751160f127 CR3: 000000007880a000 CR4: 00000000000006f0
[  193.321034] Fixing recursive fault but reboot is needed!
[  193.327763] dvb-usb: Sony PlayTV successfully deinitialized and disconnected.
[  193.602989] usb 1-1: new high-speed USB device number 6 using ehci-pci
[  193.764756] usb 1-1: New USB device found, idVendor=1415, idProduct=0003, bcdDevice= 1.00
[  193.764761] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  193.764764] usb 1-1: Product: SCEH-0036
[  193.764766] usb 1-1: Manufacturer: SONY
[  193.764767] usb 1-1: SerialNumber: ALR001L49K
[  193.765252] dvb-usb: found a 'Sony PlayTV' in warm state.
[  193.765441] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[  193.765514] dvbdev: DVB: registering new adapter (Sony PlayTV)
[  193.765520] usb 1-1: media controller created
[  193.766273] dvbdev: dvb_create_media_entity: media entity 'dvb-demux' registered.
[  194.029167] usb 1-1: DVB: registering adapter 0 frontend 0 (DiBcom 7000PC)...
[  194.029191] dvbdev: dvb_create_media_entity: media entity 'DiBcom 7000PC' registered.
[  194.262725] dib0070: DiB0070: successfully identified
[  194.263618] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[  194.263997] dvbdev: DVB: registering new adapter (Sony PlayTV)
[  194.264017] usb 1-1: media controller created
[  194.265415] dvbdev: dvb_create_media_entity: media entity 'dvb-demux' registered.
[  194.428084] usb 1-1: DVB: registering adapter 1 frontend 0 (DiBcom 7000PC)...
[  194.428107] dvbdev: dvb_create_media_entity: media entity 'DiBcom 7000PC' registered.
[  194.666781] dib0070: DiB0070: successfully identified
[  194.667751] Registered IR keymap rc-dib0700-rc5
[  194.668894] rc rc1: Sony PlayTV as /devices/pci0000:00/0000:00:12.2/usb1/1-1/rc/rc1
[  194.669100] rc rc1: lirc_dev: driver dib0700 registered at minor = 1, scancode receiver, no transmitter
[  194.669244] input: Sony PlayTV as /devices/pci0000:00/0000:00:12.2/usb1/1-1/rc/rc1/input31
[  194.669535] dvb-usb: schedule remote query interval to 50 msecs.
[  194.669548] dvb-usb: Sony PlayTV successfully initialized and connected.
[  194.670439] usb usb1-port5: disabled by hub (EMI?), re-enabling...
[  194.670455] usb 1-5: USB disconnect, device number 3
[  194.670462] usb 1-5.2: USB disconnect, device number 4
[  194.937965] usb 1-5.4: USB disconnect, device number 5
[  195.415056] usb 1-5: new high-speed USB device number 7 using ehci-pci
[  195.572889] usb 1-5: New USB device found, idVendor=05e3, idProduct=0606, bcdDevice= 7.02
[  195.572901] usb 1-5: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[  195.572908] usb 1-5: Product: USB2.0 Hub
[  195.574718] hub 1-5:1.0: USB hub found
[  195.575188] hub 1-5:1.0: 4 ports detected
[  195.863044] usb 1-5.2: new full-speed USB device number 8 using ehci-pci
[  195.973288] usb 1-5.2: New USB device found, idVendor=062a, idProduct=4101, bcdDevice= 2.05
[  195.973295] usb 1-5.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  195.973298] usb 1-5.2: Product: 2.4G Keyboard Mouse
[  195.973301] usb 1-5.2: Manufacturer: MOSART Semi.
[  195.975365] input: MOSART Semi. 2.4G Keyboard Mouse as /devices/pci0000:00/0000:00:12.2/usb1/1-5/1-5.2/1-5.2:1.0/0003:062A:4101.0005/input/input32
[  196.035331] hid-generic 0003:062A:4101.0005: input,hidraw0: USB HID v1.10 Keyboard [MOSART Semi. 2.4G Keyboard Mouse] on usb-0000:00:12.2-5.2/input0
[  196.037673] input: MOSART Semi. 2.4G Keyboard Mouse as /devices/pci0000:00/0000:00:12.2/usb1/1-5/1-5.2/1-5.2:1.1/0003:062A:4101.0006/input/input33
[  196.095433] input: MOSART Semi. 2.4G Keyboard Mouse Consumer Control as /devices/pci0000:00/0000:00:12.2/usb1/1-5/1-5.2/1-5.2:1.1/0003:062A:4101.0006/input/input34
[  196.095803] input: MOSART Semi. 2.4G Keyboard Mouse System Control as /devices/pci0000:00/0000:00:12.2/usb1/1-5/1-5.2/1-5.2:1.1/0003:062A:4101.0006/input/input35
[  196.096131] input: MOSART Semi. 2.4G Keyboard Mouse as /devices/pci0000:00/0000:00:12.2/usb1/1-5/1-5.2/1-5.2:1.1/0003:062A:4101.0006/input/input36
[  196.096895] hid-generic 0003:062A:4101.0006: input,hiddev0,hidraw1: USB HID v1.10 Mouse [MOSART Semi. 2.4G Keyboard Mouse] on usb-0000:00:12.2-5.2/input1
[  196.179054] usb 1-5.4: new full-speed USB device number 9 using ehci-pci
[  196.291035] usb 1-5.4: New USB device found, idVendor=046d, idProduct=c52e, bcdDevice=15.00
[  196.291047] usb 1-5.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  196.291054] usb 1-5.4: Product: USB Receiver
[  196.291060] usb 1-5.4: Manufacturer: Logitech
[  196.298302] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:12.2/usb1/1-5/1-5.4/1-5.4:1.0/0003:046D:C52E.0007/input/input37
[  196.355409] hid-generic 0003:046D:C52E.0007: input,hidraw2: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:12.2-5.4/input0
[  196.358417] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:12.2/usb1/1-5/1-5.4/1-5.4:1.1/0003:046D:C52E.0008/input/input38
[  196.415464] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:12.2/usb1/1-5/1-5.4/1-5.4:1.1/0003:046D:C52E.0008/input/input39
[  196.415774] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:12.2/usb1/1-5/1-5.4/1-5.4:1.1/0003:046D:C52E.0008/input/input40
[  196.416477] hid-generic 0003:046D:C52E.0008: input,hiddev1,hidraw3: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:12.2-5.4/input1

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

* Re: Sony PlayTV Dual Tuner- dvb_usb_dib0700
  2021-08-14  1:10   ` Andrew Goff
@ 2021-08-14  6:43     ` Andrew Goff
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Goff @ 2021-08-14  6:43 UTC (permalink / raw)
  To: Sean Young; +Cc: linux-media

Further to below I had been thinking that after a scan sometimes my
system would crash but it seems the usb devices became disabled and
therefore i could not use the mouse or keyboard.
When I do the test remotely I can do further tests, I had not
previously noted the correlation of this behaviour.

After a reboot it is the first scan that causes disabling of the hub,
EMI issue which I don't get on Ubuntu 16.04. Using either adapter0 or
1 creates this error.
Closing the terminal and doing a new scan on either adapter
successfully completes without any further errors.


On Sat, 14 Aug 2021 at 11:10, Andrew Goff <goffa72@gmail.com> wrote:
>
> Hi Sean,
>
> I'll have a go at using bisection.
>
> Attached is the output of dmesg, when I started a scan of adapter1 the
> following occurred -
>
> usb usb1-port1: disabled by hub (EMI?), re-enabling...
>
> and when I closed the terminal window the USB ports re-enabled.
>
>
>
> On Fri, 13 Aug 2021 at 18:54, Sean Young <sean@mess.org> wrote:
> >
> > Hi Andrew,
> >
> > On Fri, Aug 13, 2021 at 10:21:04AM +1000, Andrew Goff wrote:
> > > Hi, I hope this is the right place for posting this.
> > >
> > > I have the above TV tuner / capture device which has been working well
> > > in Ubuntu 16.04. I've decided to update the OS to Ubuntu 20.04 with a
> > > fresh install on a different disk and haven't been able to get this
> > > device working.
> > >
> > > Ubuntu 21.04, 18.04 have also been tested with the same results. On a
> > > fresh install of 16.04 this device works well.
> > >
> > > It seems something has changed between 16.04 (kernel 4.15.0-142) and
> > > 18.04 (kernel 5.4.0-42).
> > >
> > > In /etc/modprobe.d/dvb.conf
> > > # Sony Play TV
> > > options dvb-usb-dib0700 adapter_nr=5,6 force_lna_activation=1
> > >
> > > This has been tested with different variations of the above without success.
> > >
> > > When using w_scan with a file manager open I've noticed if scanning
> > > adapter6 I could see the folder named adapter5 disappear. I then
> > > opened up the adapter6 folder and two of the four files had
> > > disappeared. When the scan finished the files/folder reappeared,
> > > however the device then became unusable.
> > >
> > > 'modinfo dvb_usb_dib0700 | grep depends' yields the following
> > >
> > > For Ubuntu 18.04
> > > depends:
> > > dib7000m,dib9000,dibx000_common,dvb-usb,dib0090,dib0070,dib3000mc,rc-core
> > >
> > > For Ubuntu 16.04
> > > depends:        dib7000m,dvb-usb,dib0090,dib0070,dib3000mc,rc-core
> > >
> > > So something has changed in the driver?
> > >
> > > Please let me know if any further information is required to help fix this.
> >
> > This does sound like a regression, but we'll have to figure out what
> > caused this. First of all, is there any output in dmesg when the device
> > does not work?
> >
> > Secondly, the best way to track this down is using bisection. Is this
> > something you could do? This would be enormously helpful.
> >
> > https://www.kernel.org/doc/html/latest/admin-guide/bug-bisect.html
> >
> > Thanks,
> >
> > Sean

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

end of thread, other threads:[~2021-08-14  6:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-13  0:21 Sony PlayTV Dual Tuner- dvb_usb_dib0700 Andrew Goff
2021-08-13  8:54 ` Sean Young
2021-08-14  1:10   ` Andrew Goff
2021-08-14  6:43     ` Andrew Goff

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