Table of Contents
Digigram VX222e Isn't Seen in Arch Linux
A radio station I'm working on has a machine with a Digigram VX222e connected to it.
According to the Digigram site, and ALSA, the sound card is supported by ALSA. Unfortunately, it doesn't appear to be detected as a sound card. Reading online, it requires some firmware, but it appears that my system has the proper firmware installed.
The VX222e is a PCIe card, but it appears to be PCI on the card with a PCIe to PCI bridge. According to Digigram's support site, they made a hardware change in March of 2017, and I suspect that this might be the problem.
lspci -vv
Notable is the pcilib: sysfs_read_vpd: read failed: Input/output error
error, which reading online suggests has to do with bad firmware on the card. Given that the card needs firmware loaded before it will be an audio interface, I suspect this expected behavior.
03:00.0 PCI bridge: PLX Technology, Inc. PEX 8111 PCI Express-to-PCI Bridge (rev 21) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Interrupt: pin A routed to IRQ 3 NUMA node: 0 Bus: primary=03, secondary=04, subordinate=04, sec-latency=32 I/O behind bridge: 0000e000-0000efff [size=4K] Memory behind bridge: fde00000-fdefffff [size=1M] Prefetchable memory behind bridge: fdd00000-fddfffff [size=1M] Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR- BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [60] Express (v1) PCI-Express to PCI/PCI-X Bridge, MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0 ExtTag- AttnBtn- AttnInd- PwrInd- RBE- SlotPowerLimit 25.000W DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- BrConfRtry- MaxPayload 128 bytes, MaxReadReq 512 bytes DevSta: CorrErr- UncorrErr+ FatalErr- UnsuppReq+ AuxPwr- TransPend- LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <1us, L1 <16us ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp- LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk+ ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt- Capabilities: [100 v1] Power Budgeting <?> Kernel modules: shpchp 04:04.0 Multimedia audio controller: PLX Technology, Inc. PCI9056 32-bit 66MHz PCI <-> IOBus Bridge Subsystem: Digigram Device ba41 Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 32, Cache Line Size: 64 bytes Interrupt: pin A routed to IRQ 3 NUMA node: 0 Region 0: Memory at fdeff000 (32-bit, non-prefetchable) [size=512] Region 1: I/O ports at ec00 [size=256] Region 2: I/O ports at ef00 [size=128] Capabilities: [40] Power Management version 0 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [48] #00 [0000] Capabilities: [4c] Vital Product Data pcilib: sysfs_read_vpd: read failed: Input/output error
dmesg
[ 0.000000] Linux version 4.9.40-rt30-1-rt (sam@mothership) (gcc version 7.1.1 20170630 (GCC) ) #1 SMP PREEMPT RT Tue Aug 15 12:50:26 PDT 2017 [ 0.000000] Command line: BOOT_IMAGE=../vmlinuz-linux-rt root=/dev/sda2 rw net.ifnames=0 initrd=../initramfs-linux-rt.img [ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers' [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009f7ff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009f800-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000afdeffff] usable [ 0.000000] BIOS-e820: [mem 0x00000000afdf0000-0x00000000afdf2fff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x00000000afdf3000-0x00000000afdfffff] ACPI data [ 0.000000] BIOS-e820: [mem 0x00000000afe00000-0x00000000afefffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000022effffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.4 present. [ 0.000000] DMI: Gigabyte Technology Co., Ltd. GA-78LMT-USB3 6.0/GA-78LMT-USB3 6.0, BIOS F2 11/25/2014 [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable [ 0.000000] AGP: No AGP bridge found [ 0.000000] e820: last_pfn = 0x22f000 max_arch_pfn = 0x400000000 [ 0.000000] MTRR default type: uncachable [ 0.000000] MTRR fixed ranges enabled: [ 0.000000] 00000-9FFFF write-back [ 0.000000] A0000-BFFFF uncachable [ 0.000000] C0000-C7FFF write-protect [ 0.000000] C8000-FFFFF uncachable [ 0.000000] MTRR variable ranges enabled: [ 0.000000] 0 base 000000000000 mask FFFF80000000 write-back [ 0.000000] 1 base 000080000000 mask FFFFE0000000 write-back [ 0.000000] 2 base 0000A0000000 mask FFFFF0000000 write-back [ 0.000000] 3 base 0000AFE00000 mask FFFFFFE00000 uncachable [ 0.000000] 4 disabled [ 0.000000] 5 disabled [ 0.000000] 6 disabled [ 0.000000] 7 disabled [ 0.000000] TOM2: 000000022f000000 aka 8944M [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] e820: update [mem 0xafe00000-0xffffffff] usable ==> reserved [ 0.000000] e820: last_pfn = 0xafdf0 max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000f5ed0-0x000f5edf] mapped at [ffff8800000f5ed0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Base memory trampoline at [ffff880000098000] 98000 size 28672 [ 0.000000] Using GB pages for direct mapping [ 0.000000] BRK [0x01fbf000, 0x01fbffff] PGTABLE [ 0.000000] BRK [0x01fc0000, 0x01fc0fff] PGTABLE [ 0.000000] BRK [0x01fc1000, 0x01fc1fff] PGTABLE [ 0.000000] BRK [0x01fc2000, 0x01fc2fff] PGTABLE [ 0.000000] RAMDISK: [mem 0x7f46d000-0x7fffffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F78E0 000014 (v00 GBT ) [ 0.000000] ACPI: RSDT 0x00000000AFDF3000 000040 (v01 GBT GBTUACPI 42302E31 GBTU 01010101) [ 0.000000] ACPI: FACP 0x00000000AFDF3080 000074 (v01 GBT GBTUACPI 42302E31 GBTU 01010101) [ 0.000000] ACPI: DSDT 0x00000000AFDF3100 00683B (v01 GBT GBTUACPI 00001000 MSFT 03000000) [ 0.000000] ACPI: FACS 0x00000000AFDF0000 000040 [ 0.000000] ACPI: MSDM 0x00000000AFDF9A00 000055 (v03 GBT GBTUACPI 42302E31 GBTU 01010101) [ 0.000000] ACPI: HPET 0x00000000AFDF9A80 000038 (v01 GBT GBTUACPI 42302E31 GBTU 00000098) [ 0.000000] ACPI: MCFG 0x00000000AFDF9AC0 00003C (v01 GBT GBTUACPI 42302E31 GBTU 01010101) [ 0.000000] ACPI: TAMG 0x00000000AFDF9B00 000022 (v01 GBT GBT B0 5455312E BG?? 00000101) [ 0.000000] ACPI: APIC 0x00000000AFDF9940 0000BC (v01 GBT GBTUACPI 42302E31 GBTU 01010101) [ 0.000000] ACPI: SSDT 0x00000000AFDF9BA0 001158 (v01 AMD POWERNOW 00000001 AMD 00000001) [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000022effffff] [ 0.000000] NODE_DATA(0) allocated [mem 0x22eff9000-0x22effdfff] [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff] [ 0.000000] Normal [mem 0x0000000100000000-0x000000022effffff] [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x00000000afdeffff] [ 0.000000] node 0: [mem 0x0000000100000000-0x000000022effffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000022effffff] [ 0.000000] On node 0 totalpages: 1961358 [ 0.000000] DMA zone: 64 pages used for memmap [ 0.000000] DMA zone: 22 pages reserved [ 0.000000] DMA zone: 3998 pages, LIFO batch:0 [ 0.000000] DMA32 zone: 11192 pages used for memmap [ 0.000000] DMA32 zone: 716272 pages, LIFO batch:31 [ 0.000000] Normal zone: 19392 pages used for memmap [ 0.000000] Normal zone: 1241088 pages, LIFO batch:31 [ 0.000000] ACPI: PM-Timer IO Port: 0x4008 [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] dfl dfl lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] dfl dfl lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] dfl dfl lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] dfl dfl lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] dfl dfl lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 2, version 33, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level) [ 0.000000] ACPI: IRQ0 used by override. [ 0.000000] ACPI: IRQ9 used by override. [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] ACPI: HPET id: 0x10b9a201 base: 0xfed00000 [ 0.000000] smpboot: Allowing 8 CPUs, 2 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xafdf0000-0xafdf2fff] [ 0.000000] PM: Registered nosave memory: [mem 0xafdf3000-0xafdfffff] [ 0.000000] PM: Registered nosave memory: [mem 0xafe00000-0xafefffff] [ 0.000000] PM: Registered nosave memory: [mem 0xaff00000-0xdfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfebfffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xffffffff] [ 0.000000] e820: [mem 0xaff00000-0xdfffffff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on bare hardware [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns [ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1 [ 0.000000] percpu: Embedded 116 pages/cpu @ffff880226a00000 s435968 r8192 d30976 u524288 [ 0.000000] pcpu-alloc: s435968 r8192 d30976 u524288 alloc=1*2097152 [ 0.000000] pcpu-alloc: [0] 0 1 2 3 [0] 4 5 6 7 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1930688 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=../vmlinuz-linux-rt root=/dev/sda2 rw net.ifnames=0 initrd=../initramfs-linux-rt.img [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] AGP: Checking aperture... [ 0.000000] AGP: No AGP bridge found [ 0.000000] AGP: Node 0: aperture [bus addr 0xa4000000-0xa5ffffff] (32MB) [ 0.000000] Aperture pointing to e820 RAM. Ignoring. [ 0.000000] AGP: Your BIOS doesn't leave an aperture memory hole [ 0.000000] AGP: Please enable the IOMMU option in the BIOS setup [ 0.000000] AGP: This costs you 64MB of RAM [ 0.000000] AGP: Mapping aperture over RAM [mem 0xa4000000-0xa7ffffff] (65536KB) [ 0.000000] PM: Registered nosave memory: [mem 0xa4000000-0xa7ffffff] [ 0.000000] Memory: 7559176K/7845432K available (6728K kernel code, 1015K rwdata, 2688K rodata, 1640K init, 1144K bss, 286256K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1 [ 0.000000] Preemptible hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=8 [ 0.000000] NR_IRQS:8448 nr_irqs:488 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns [ 0.000000] hpet clockevent registered [ 0.000000] tsc: Fast TSC calibration using PIT [ 0.000000] tsc: Detected 3515.783 MHz processor [ 0.000005] Calibrating delay loop (skipped), value calculated using timer frequency.. 7034.54 BogoMIPS (lpj=11719276) [ 0.000006] pid_max: default: 32768 minimum: 301 [ 0.000016] ACPI: Core revision 20160831 [ 0.002540] ACPI: 2 ACPI AML tables successfully acquired and loaded [ 0.002564] Security Framework initialized [ 0.002565] Yama: becoming mindful. [ 0.003483] Dentry cache hash table entries: 1048576 (order: 12, 16777216 bytes) [ 0.007070] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.007977] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.007985] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.008273] CPU: Physical Processor ID: 0 [ 0.008273] CPU: Processor Core ID: 0 [ 0.008275] mce: CPU supports 7 MCE banks [ 0.008280] LVT offset 1 assigned for vector 0xf9 [ 0.008286] Last level iTLB entries: 4KB 512, 2MB 1024, 4MB 512 [ 0.008287] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 512, 1GB 0 [ 0.008516] Freeing SMP alternatives memory: 24K (ffffffff81e99000 - ffffffff81e9f000) [ 0.064928] ftrace: allocating 24571 entries in 96 pages [ 0.732120] smpboot: Max logical packages: 2 [ 0.732633] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.869099] smpboot: CPU0: AMD FX(tm)-6300 Six-Core Processor (family: 0x15, model: 0x2, stepping: 0x0) [ 0.869103] Performance Events: Fam15h core perfctr, AMD PMU driver. [ 0.869107] ... version: 0 [ 0.869108] ... bit width: 48 [ 0.869108] ... generic registers: 6 [ 0.869109] ... value mask: 0000ffffffffffff [ 0.869110] ... max period: 00007fffffffffff [ 0.869110] ... fixed-purpose events: 0 [ 0.869111] ... event mask: 000000000000003f [ 0.915855] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter. [ 0.959111] x86: Booting SMP configuration: [ 0.959112] .... node #0, CPUs: #1 #2 #3 #4 #5 [ 1.524459] x86: Booted up 1 node, 6 CPUs [ 1.524461] smpboot: Total of 6 processors activated (42202.73 BogoMIPS) [ 1.533318] devtmpfs: initialized [ 1.533397] x86/mm: Memory block size: 128MB [ 1.536609] PM: Registering ACPI NVS region [mem 0xafdf0000-0xafdf2fff] (12288 bytes) [ 1.536687] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns [ 1.536712] futex hash table entries: 2048 (order: 6, 262144 bytes) [ 1.536792] pinctrl core: initialized pinctrl subsystem [ 1.536834] RTC time: 2:34:16, date: 08/16/17 [ 1.536948] NET: Registered protocol family 16 [ 1.537210] cpuidle: using governor ladder [ 1.537256] cpuidle: using governor menu [ 1.537321] ACPI: bus type PCI registered [ 1.537323] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 1.537408] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000) [ 1.537410] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820 [ 1.537421] PCI: Using configuration type 1 for base access [ 1.538756] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.538757] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.539040] ACPI: Added _OSI(Module Device) [ 1.539040] ACPI: Added _OSI(Processor Device) [ 1.539041] ACPI: Added _OSI(3.0 _SCP Extensions) [ 1.539042] ACPI: Added _OSI(Processor Aggregator Device) [ 1.545431] ACPI: Interpreter enabled [ 1.545447] ACPI: (supports S0 S3 S4 S5) [ 1.545448] ACPI: Using IOAPIC for interrupt routing [ 1.545506] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.549855] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.549860] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] [ 1.549863] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.550101] PCI host bridge to bus 0000:00 [ 1.550103] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.550104] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.550105] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.550107] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window] [ 1.550108] pci_bus 0000:00: root bus resource [mem 0xd0000000-0xfebfffff window] [ 1.550109] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.550117] pci 0000:00:00.0: [1022:9600] type 00 class 0x060000 [ 1.550128] pci 0000:00:00.0: [Firmware Bug]: reg 0x1c: invalid BAR (can't size) [ 1.550224] pci 0000:00:01.0: [1022:9602] type 01 class 0x060400 [ 1.550324] pci 0000:00:04.0: [1022:9604] type 01 class 0x060400 [ 1.550358] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold [ 1.550404] pci 0000:00:04.0: System wakeup disabled by ACPI [ 1.550445] pci 0000:00:05.0: [1022:9605] type 01 class 0x060400 [ 1.550478] pci 0000:00:05.0: PME# supported from D0 D3hot D3cold [ 1.550523] pci 0000:00:05.0: System wakeup disabled by ACPI [ 1.550565] pci 0000:00:06.0: [1022:9606] type 01 class 0x060400 [ 1.550597] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold [ 1.550642] pci 0000:00:06.0: System wakeup disabled by ACPI [ 1.550699] pci 0000:00:11.0: [1002:4390] type 00 class 0x01018f [ 1.550715] pci 0000:00:11.0: reg 0x10: [io 0xff00-0xff07] [ 1.550723] pci 0000:00:11.0: reg 0x14: [io 0xfe00-0xfe03] [ 1.550732] pci 0000:00:11.0: reg 0x18: [io 0xfd00-0xfd07] [ 1.550741] pci 0000:00:11.0: reg 0x1c: [io 0xfc00-0xfc03] [ 1.550749] pci 0000:00:11.0: reg 0x20: [io 0xfb00-0xfb0f] [ 1.550758] pci 0000:00:11.0: reg 0x24: [mem 0xfe02f000-0xfe02f3ff] [ 1.550778] pci 0000:00:11.0: set SATA to AHCI mode [ 1.550884] pci 0000:00:12.0: [1002:4397] type 00 class 0x0c0310 [ 1.550896] pci 0000:00:12.0: reg 0x10: [mem 0xfe02e000-0xfe02efff] [ 1.550993] pci 0000:00:12.0: System wakeup disabled by ACPI [ 1.551036] pci 0000:00:12.1: [1002:4398] type 00 class 0x0c0310 [ 1.551048] pci 0000:00:12.1: reg 0x10: [mem 0xfe02d000-0xfe02dfff] [ 1.551162] pci 0000:00:12.1: System wakeup disabled by ACPI [ 1.551208] pci 0000:00:12.2: [1002:4396] type 00 class 0x0c0320 [ 1.551224] pci 0000:00:12.2: reg 0x10: [mem 0xfe02c000-0xfe02c0ff] [ 1.551301] pci 0000:00:12.2: supports D1 D2 [ 1.551302] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot [ 1.551347] pci 0000:00:12.2: System wakeup disabled by ACPI [ 1.551395] pci 0000:00:13.0: [1002:4397] type 00 class 0x0c0310 [ 1.551407] pci 0000:00:13.0: reg 0x10: [mem 0xfe02b000-0xfe02bfff] [ 1.551503] pci 0000:00:13.0: System wakeup disabled by ACPI [ 1.551547] pci 0000:00:13.1: [1002:4398] type 00 class 0x0c0310 [ 1.551560] pci 0000:00:13.1: reg 0x10: [mem 0xfe02a000-0xfe02afff] [ 1.551656] pci 0000:00:13.1: System wakeup disabled by ACPI [ 1.551700] pci 0000:00:13.2: [1002:4396] type 00 class 0x0c0320 [ 1.551716] pci 0000:00:13.2: reg 0x10: [mem 0xfe029000-0xfe0290ff] [ 1.551793] pci 0000:00:13.2: supports D1 D2 [ 1.551794] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot [ 1.551839] pci 0000:00:13.2: System wakeup disabled by ACPI [ 1.551888] pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500 [ 1.552044] pci 0000:00:14.1: [1002:439c] type 00 class 0x01018a [ 1.552058] pci 0000:00:14.1: reg 0x10: [io 0x0000-0x0007] [ 1.552066] pci 0000:00:14.1: reg 0x14: [io 0x0000-0x0003] [ 1.552075] pci 0000:00:14.1: reg 0x18: [io 0x0000-0x0007] [ 1.552083] pci 0000:00:14.1: reg 0x1c: [io 0x0000-0x0003] [ 1.552092] pci 0000:00:14.1: reg 0x20: [io 0xfa00-0xfa0f] [ 1.552111] pci 0000:00:14.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.552112] pci 0000:00:14.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.552113] pci 0000:00:14.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.552114] pci 0000:00:14.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.552215] pci 0000:00:14.2: [1002:4383] type 00 class 0x040300 [ 1.552235] pci 0000:00:14.2: reg 0x10: [mem 0xfe024000-0xfe027fff 64bit] [ 1.552299] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold [ 1.552343] pci 0000:00:14.2: System wakeup disabled by ACPI [ 1.552387] pci 0000:00:14.3: [1002:439d] type 00 class 0x060100 [ 1.552527] pci 0000:00:14.4: [1002:4384] type 01 class 0x060401 [ 1.552602] pci 0000:00:14.4: System wakeup disabled by ACPI [ 1.552644] pci 0000:00:14.5: [1002:4399] type 00 class 0x0c0310 [ 1.552657] pci 0000:00:14.5: reg 0x10: [mem 0xfe028000-0xfe028fff] [ 1.552753] pci 0000:00:14.5: System wakeup disabled by ACPI [ 1.552799] pci 0000:00:18.0: [1022:1600] type 00 class 0x060000 [ 1.552877] pci 0000:00:18.1: [1022:1601] type 00 class 0x060000 [ 1.552952] pci 0000:00:18.2: [1022:1602] type 00 class 0x060000 [ 1.553027] pci 0000:00:18.3: [1022:1603] type 00 class 0x060000 [ 1.553105] pci 0000:00:18.4: [1022:1604] type 00 class 0x060000 [ 1.553179] pci 0000:00:18.5: [1022:1605] type 00 class 0x060000 [ 1.553296] pci 0000:01:05.0: [1002:9616] type 00 class 0x030000 [ 1.553303] pci 0000:01:05.0: reg 0x10: [mem 0xd0000000-0xdfffffff pref] [ 1.553307] pci 0000:01:05.0: reg 0x14: [io 0xce00-0xceff] [ 1.553311] pci 0000:01:05.0: reg 0x18: [mem 0xfdae0000-0xfdaeffff] [ 1.553320] pci 0000:01:05.0: reg 0x24: [mem 0xfd900000-0xfd9fffff] [ 1.553338] pci 0000:01:05.0: supports D1 D2 [ 1.553377] pci 0000:01:05.1: [1002:960f] type 00 class 0x040300 [ 1.553383] pci 0000:01:05.1: reg 0x10: [mem 0xfdafc000-0xfdafffff] [ 1.553414] pci 0000:01:05.1: supports D1 D2 [ 1.553480] pci 0000:00:01.0: PCI bridge to [bus 01] [ 1.553483] pci 0000:00:01.0: bridge window [io 0xc000-0xcfff] [ 1.553484] pci 0000:00:01.0: bridge window [mem 0xfd900000-0xfdafffff] [ 1.553487] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref] [ 1.553528] pci 0000:02:00.0: [1106:3483] type 00 class 0x0c0330 [ 1.553540] pci 0000:02:00.0: reg 0x10: [mem 0xfd6ff000-0xfd6fffff 64bit] [ 1.553596] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 1.564415] pci 0000:00:04.0: PCI bridge to [bus 02] [ 1.564419] pci 0000:00:04.0: bridge window [io 0xb000-0xbfff] [ 1.564421] pci 0000:00:04.0: bridge window [mem 0xfd600000-0xfd6fffff] [ 1.564423] pci 0000:00:04.0: bridge window [mem 0xfdf00000-0xfdffffff 64bit pref] [ 1.564483] pci 0000:03:00.0: [10b5:8111] type 01 class 0x060400 [ 1.564653] pci 0000:03:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force' [ 1.564662] pci 0000:00:05.0: PCI bridge to [bus 03-04] [ 1.564664] pci 0000:00:05.0: bridge window [io 0xe000-0xefff] [ 1.564666] pci 0000:00:05.0: bridge window [mem 0xfde00000-0xfdefffff] [ 1.564669] pci 0000:00:05.0: bridge window [mem 0xfdd00000-0xfddfffff 64bit pref] [ 1.564745] pci 0000:04:04.0: [10b5:9056] type 00 class 0x040100 [ 1.564773] pci 0000:04:04.0: reg 0x10: [mem 0xfdeff000-0xfdeff1ff] [ 1.564787] pci 0000:04:04.0: reg 0x14: [io 0xec00-0xecff] [ 1.564801] pci 0000:04:04.0: reg 0x18: [io 0xef00-0xef7f] [ 1.565008] pci 0000:03:00.0: PCI bridge to [bus 04] [ 1.565013] pci 0000:03:00.0: bridge window [io 0xe000-0xefff] [ 1.565018] pci 0000:03:00.0: bridge window [mem 0xfde00000-0xfdefffff] [ 1.565023] pci 0000:03:00.0: bridge window [mem 0xfdd00000-0xfddfffff pref] [ 1.565075] pci 0000:05:00.0: [10ec:8168] type 00 class 0x020000 [ 1.565089] pci 0000:05:00.0: reg 0x10: [io 0xde00-0xdeff] [ 1.565108] pci 0000:05:00.0: reg 0x18: [mem 0xfdcff000-0xfdcfffff 64bit] [ 1.565120] pci 0000:05:00.0: reg 0x20: [mem 0xfdbfc000-0xfdbfffff 64bit pref] [ 1.565187] pci 0000:05:00.0: supports D1 D2 [ 1.565188] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 1.572383] pci 0000:00:06.0: PCI bridge to [bus 05] [ 1.572386] pci 0000:00:06.0: bridge window [io 0xd000-0xdfff] [ 1.572388] pci 0000:00:06.0: bridge window [mem 0xfdc00000-0xfdcfffff] [ 1.572391] pci 0000:00:06.0: bridge window [mem 0xfdb00000-0xfdbfffff 64bit pref] [ 1.572444] pci 0000:06:06.0: [1102:0004] type 00 class 0x040100 [ 1.572460] pci 0000:06:06.0: reg 0x10: [io 0x0000-0x003f] [ 1.572539] pci 0000:06:06.0: supports D1 D2 [ 1.572585] pci 0000:06:06.1: [1102:7003] type 00 class 0x098000 [ 1.572599] pci 0000:06:06.1: reg 0x10: [io 0x0000-0x0007] [ 1.572677] pci 0000:06:06.1: supports D1 D2 [ 1.572722] pci 0000:06:06.2: [1102:4001] type 00 class 0x0c0010 [ 1.572742] pci 0000:06:06.2: reg 0x10: [mem 0x00000000-0x000007ff] [ 1.572754] pci 0000:06:06.2: reg 0x14: [mem 0xfd8fc000-0xfd8fffff] [ 1.572845] pci 0000:06:06.2: supports D1 D2 [ 1.572846] pci 0000:06:06.2: PME# supported from D0 D1 D2 D3hot [ 1.572935] pci 0000:00:14.4: PCI bridge to [bus 06] (subtractive decode) [ 1.572938] pci 0000:00:14.4: bridge window [io 0xa000-0xafff] [ 1.572941] pci 0000:00:14.4: bridge window [mem 0xfd800000-0xfd8fffff] [ 1.572945] pci 0000:00:14.4: bridge window [mem 0xfd700000-0xfd7fffff pref] [ 1.572946] pci 0000:00:14.4: bridge window [io 0x0000-0x0cf7 window] (subtractive decode) [ 1.572947] pci 0000:00:14.4: bridge window [io 0x0d00-0xffff window] (subtractive decode) [ 1.572949] pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode) [ 1.572950] pci 0000:00:14.4: bridge window [mem 0x000c0000-0x000dffff window] (subtractive decode) [ 1.572951] pci 0000:00:14.4: bridge window [mem 0xd0000000-0xfebfffff window] (subtractive decode) [ 1.573189] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 11) *0, disabled. [ 1.573232] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 11) *0, disabled. [ 1.573275] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 11) *0, disabled. [ 1.573316] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11) *0, disabled. [ 1.573357] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11) *0, disabled. [ 1.573398] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11) *0, disabled. [ 1.573440] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 5 6 7 10 11) *0, disabled. [ 1.573481] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 6 7 10 11) *0, disabled. [ 1.574202] vgaarb: setting as boot device: PCI:0000:01:05.0 [ 1.574203] vgaarb: device added: PCI:0000:01:05.0,decodes=io+mem,owns=io+mem,locks=none [ 1.574206] vgaarb: loaded [ 1.574207] vgaarb: bridge control possible 0000:01:05.0 [ 1.574313] PCI: Using ACPI for IRQ routing [ 1.582732] PCI: pci_cache_line_size set to 64 bytes [ 1.582803] e820: reserve RAM buffer [mem 0x0009f800-0x0009ffff] [ 1.582804] e820: reserve RAM buffer [mem 0xafdf0000-0xafffffff] [ 1.582805] e820: reserve RAM buffer [mem 0x22f000000-0x22fffffff] [ 1.582913] NetLabel: Initializing [ 1.582914] NetLabel: domain hash size = 128 [ 1.582914] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.582926] NetLabel: unlabeled traffic allowed by default [ 1.582997] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0 [ 1.583000] hpet0: 4 comparators, 32-bit 14.318180 MHz counter [ 1.585065] clocksource: Switched to clocksource hpet [ 1.594175] VFS: Disk quotas dquot_6.6.0 [ 1.594191] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.594271] pnp: PnP ACPI init [ 1.594335] pnp 00:00: disabling [io 0x0010-0x001f] because it overlaps 0000:06:06.0 BAR 0 [io 0x0000-0x003f] [ 1.594337] pnp 00:00: disabling [io 0x0022-0x003f] because it overlaps 0000:06:06.0 BAR 0 [io 0x0000-0x003f] [ 1.594379] system 00:00: [io 0x04d0-0x04d1] has been reserved [ 1.594380] system 00:00: [io 0x0220-0x0225] has been reserved [ 1.594381] system 00:00: [io 0x0290-0x0294] has been reserved [ 1.594385] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active) [ 1.594654] system 00:01: [io 0x4100-0x411f] has been reserved [ 1.594656] system 00:01: [io 0x0228-0x022f] has been reserved [ 1.594657] system 00:01: [io 0x040b] has been reserved [ 1.594658] system 00:01: [io 0x04d6] has been reserved [ 1.594659] system 00:01: [io 0x0c00-0x0c01] has been reserved [ 1.594661] system 00:01: [io 0x0c14] has been reserved [ 1.594662] system 00:01: [io 0x0c50-0x0c52] has been reserved [ 1.594663] system 00:01: [io 0x0c6c-0x0c6d] has been reserved [ 1.594664] system 00:01: [io 0x0c6f] has been reserved [ 1.594666] system 00:01: [io 0x0cd0-0x0cd1] has been reserved [ 1.594667] system 00:01: [io 0x0cd2-0x0cd3] has been reserved [ 1.594668] system 00:01: [io 0x0cd4-0x0cdf] has been reserved [ 1.594670] system 00:01: [io 0x4000-0x40fe] has been reserved [ 1.594671] system 00:01: [io 0x4210-0x4217] has been reserved [ 1.594672] system 00:01: [io 0x0b00-0x0b0f] has been reserved [ 1.594673] system 00:01: [io 0x0b10-0x0b1f] has been reserved [ 1.594675] system 00:01: [io 0x0b20-0x0b3f] has been reserved [ 1.594676] system 00:01: [mem 0x00000000-0x00000fff window] could not be reserved [ 1.594678] system 00:01: [mem 0xfee00400-0xfee00fff window] has been reserved [ 1.594680] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active) [ 1.594820] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active) [ 1.595127] pnp 00:03: Plug and Play ACPI device, IDs PNP0501 (active) [ 1.595339] pnp 00:04: Plug and Play ACPI device, IDs PNP0400 (active) [ 1.595494] system 00:05: [mem 0xe0000000-0xefffffff] has been reserved [ 1.595496] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active) [ 1.595678] system 00:06: [mem 0x000cec00-0x000cffff] has been reserved [ 1.595680] system 00:06: [mem 0x000f0000-0x000f7fff] could not be reserved [ 1.595681] system 00:06: [mem 0x000f8000-0x000fbfff] could not be reserved [ 1.595682] system 00:06: [mem 0x000fc000-0x000fffff] could not be reserved [ 1.595684] system 00:06: [mem 0xafdf0000-0xafdfffff] could not be reserved [ 1.595685] system 00:06: [mem 0xffff0000-0xffffffff] has been reserved [ 1.595687] system 00:06: [mem 0x00000000-0x0009ffff] could not be reserved [ 1.595688] system 00:06: [mem 0x00100000-0xafdeffff] could not be reserved [ 1.595689] system 00:06: [mem 0xafe00000-0xafefffff] has been reserved [ 1.595690] system 00:06: [mem 0xaff00000-0xafffffff] could not be reserved [ 1.595692] system 00:06: [mem 0xb0000000-0xcfffffff] has been reserved [ 1.595693] system 00:06: [mem 0xfec00000-0xfec00fff] could not be reserved [ 1.595694] system 00:06: [mem 0xfee00000-0xfee00fff] could not be reserved [ 1.595696] system 00:06: [mem 0xfff80000-0xfffeffff] has been reserved [ 1.595698] system 00:06: Plug and Play ACPI device, IDs PNP0c01 (active) [ 1.595712] pnp: PnP ACPI: found 7 devices [ 1.602938] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.602962] pci 0000:00:01.0: PCI bridge to [bus 01] [ 1.602964] pci 0000:00:01.0: bridge window [io 0xc000-0xcfff] [ 1.602966] pci 0000:00:01.0: bridge window [mem 0xfd900000-0xfdafffff] [ 1.602968] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref] [ 1.602971] pci 0000:00:04.0: PCI bridge to [bus 02] [ 1.602972] pci 0000:00:04.0: bridge window [io 0xb000-0xbfff] [ 1.602974] pci 0000:00:04.0: bridge window [mem 0xfd600000-0xfd6fffff] [ 1.602976] pci 0000:00:04.0: bridge window [mem 0xfdf00000-0xfdffffff 64bit pref] [ 1.602979] pci 0000:03:00.0: PCI bridge to [bus 04] [ 1.602982] pci 0000:03:00.0: bridge window [io 0xe000-0xefff] [ 1.602988] pci 0000:03:00.0: bridge window [mem 0xfde00000-0xfdefffff] [ 1.602993] pci 0000:03:00.0: bridge window [mem 0xfdd00000-0xfddfffff pref] [ 1.603001] pci 0000:00:05.0: PCI bridge to [bus 03-04] [ 1.603003] pci 0000:00:05.0: bridge window [io 0xe000-0xefff] [ 1.603005] pci 0000:00:05.0: bridge window [mem 0xfde00000-0xfdefffff] [ 1.603006] pci 0000:00:05.0: bridge window [mem 0xfdd00000-0xfddfffff 64bit pref] [ 1.603009] pci 0000:00:06.0: PCI bridge to [bus 05] [ 1.603010] pci 0000:00:06.0: bridge window [io 0xd000-0xdfff] [ 1.603012] pci 0000:00:06.0: bridge window [mem 0xfdc00000-0xfdcfffff] [ 1.603014] pci 0000:00:06.0: bridge window [mem 0xfdb00000-0xfdbfffff 64bit pref] [ 1.603019] pci 0000:06:06.2: BAR 0: assigned [mem 0xfd800000-0xfd8007ff] [ 1.603024] pci 0000:06:06.0: BAR 0: assigned [io 0xa000-0xa03f] [ 1.603028] pci 0000:06:06.0: BAR 0: error updating (0x00a001 != 0x008001) [ 1.603091] pci 0000:06:06.1: BAR 0: assigned [io 0xa040-0xa047] [ 1.603095] pci 0000:06:06.1: BAR 0: error updating (0x00a041 != 0x008041) [ 1.603156] pci 0000:00:14.4: PCI bridge to [bus 06] [ 1.603158] pci 0000:00:14.4: bridge window [io 0xa000-0xafff] [ 1.603162] pci 0000:00:14.4: bridge window [mem 0xfd800000-0xfd8fffff] [ 1.603165] pci 0000:00:14.4: bridge window [mem 0xfd700000-0xfd7fffff pref] [ 1.603171] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] [ 1.603172] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] [ 1.603173] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] [ 1.603174] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000dffff window] [ 1.603175] pci_bus 0000:00: resource 8 [mem 0xd0000000-0xfebfffff window] [ 1.603176] pci_bus 0000:01: resource 0 [io 0xc000-0xcfff] [ 1.603177] pci_bus 0000:01: resource 1 [mem 0xfd900000-0xfdafffff] [ 1.603178] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref] [ 1.603180] pci_bus 0000:02: resource 0 [io 0xb000-0xbfff] [ 1.603181] pci_bus 0000:02: resource 1 [mem 0xfd600000-0xfd6fffff] [ 1.603182] pci_bus 0000:02: resource 2 [mem 0xfdf00000-0xfdffffff 64bit pref] [ 1.603183] pci_bus 0000:03: resource 0 [io 0xe000-0xefff] [ 1.603184] pci_bus 0000:03: resource 1 [mem 0xfde00000-0xfdefffff] [ 1.603185] pci_bus 0000:03: resource 2 [mem 0xfdd00000-0xfddfffff 64bit pref] [ 1.603186] pci_bus 0000:04: resource 0 [io 0xe000-0xefff] [ 1.603187] pci_bus 0000:04: resource 1 [mem 0xfde00000-0xfdefffff] [ 1.603188] pci_bus 0000:04: resource 2 [mem 0xfdd00000-0xfddfffff pref] [ 1.603189] pci_bus 0000:05: resource 0 [io 0xd000-0xdfff] [ 1.603190] pci_bus 0000:05: resource 1 [mem 0xfdc00000-0xfdcfffff] [ 1.603191] pci_bus 0000:05: resource 2 [mem 0xfdb00000-0xfdbfffff 64bit pref] [ 1.603192] pci_bus 0000:06: resource 0 [io 0xa000-0xafff] [ 1.603193] pci_bus 0000:06: resource 1 [mem 0xfd800000-0xfd8fffff] [ 1.603194] pci_bus 0000:06: resource 2 [mem 0xfd700000-0xfd7fffff pref] [ 1.603195] pci_bus 0000:06: resource 4 [io 0x0000-0x0cf7 window] [ 1.603196] pci_bus 0000:06: resource 5 [io 0x0d00-0xffff window] [ 1.603197] pci_bus 0000:06: resource 6 [mem 0x000a0000-0x000bffff window] [ 1.603198] pci_bus 0000:06: resource 7 [mem 0x000c0000-0x000dffff window] [ 1.603199] pci_bus 0000:06: resource 8 [mem 0xd0000000-0xfebfffff window] [ 1.603253] NET: Registered protocol family 2 [ 1.603424] TCP established hash table entries: 65536 (order: 7, 524288 bytes) [ 1.603696] TCP bind hash table entries: 65536 (order: 9, 3670016 bytes) [ 1.604565] TCP: Hash tables configured (established 65536 bind 65536) [ 1.604626] UDP hash table entries: 4096 (order: 7, 524288 bytes) [ 1.604767] UDP-Lite hash table entries: 4096 (order: 7, 524288 bytes) [ 1.604945] NET: Registered protocol family 1 [ 1.604953] pci 0000:00:01.0: MSI quirk detected; subordinate MSI disabled [ 1.971885] pci 0000:01:05.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 1.972081] PCI: CLS 64 bytes, default 64 [ 1.972141] Unpacking initramfs... [ 2.142011] Freeing initrd memory: 11852K (ffff88007f46d000 - ffff880080000000) [ 2.142015] PCI-DMA: Disabling AGP. [ 2.142084] PCI-DMA: aperture base @ a4000000 size 65536 KB [ 2.142084] PCI-DMA: using GART IOMMU. [ 2.142086] PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture [ 2.146251] perf: AMD NB counters detected [ 2.146417] LVT offset 0 assigned for vector 0x400 [ 2.146488] perf: AMD IBS detected (0x000000ff) [ 2.146543] Scanning for low memory corruption every 60 seconds [ 2.147344] Initialise system trusted keyrings [ 2.147488] workingset: timestamp_bits=40 max_order=21 bucket_order=0 [ 2.149567] zbud: loaded [ 2.150106] Key type asymmetric registered [ 2.150144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.150195] io scheduler noop registered [ 2.150195] io scheduler deadline registered [ 2.150228] io scheduler cfq registered (default) [ 2.150787] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.150793] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.151161] GHES: HEST is not enabled! [ 2.151243] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 2.171854] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.172259] Linux agpgart interface v0.103 [ 2.172845] rtc_cmos 00:02: RTC can wake from S4 [ 2.172959] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0 [ 2.173035] rtc_cmos 00:02: alarms up to one month, 242 bytes nvram, hpet irqs [ 2.173241] NET: Registered protocol family 10 [ 2.173477] NET: Registered protocol family 17 [ 2.173936] microcode: CPU0: patch_level=0x06000822 [ 2.173944] microcode: CPU1: patch_level=0x06000822 [ 2.173954] microcode: CPU2: patch_level=0x06000822 [ 2.173961] microcode: CPU3: patch_level=0x06000822 [ 2.173964] microcode: CPU4: patch_level=0x06000822 [ 2.173971] microcode: CPU5: patch_level=0x06000822 [ 2.174009] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba [ 2.174147] registered taskstats version 1 [ 2.174154] Loading compiled-in X.509 certificates [ 2.174167] zswap: loaded using pool lzo/zbud [ 2.174450] Magic number: 13:452:561 [ 2.174520] rtc_cmos 00:02: setting system clock to 2017-08-16 02:34:16 UTC (1502850856) [ 2.174556] PM: Hibernation image not present or could not be loaded. [ 2.175884] Freeing unused kernel memory: 1640K (ffffffff81cff000 - ffffffff81e99000) [ 2.175885] Write protecting the kernel read-only data: 12288k [ 2.176500] Freeing unused kernel memory: 1448K (ffff880001696000 - ffff880001800000) [ 2.179077] Freeing unused kernel memory: 1408K (ffff880001aa0000 - ffff880001c00000) [ 2.245623] i8042: PNP: No PS/2 controller found. Probing ports directly. [ 2.262334] SCSI subsystem initialized [ 2.276601] ACPI: bus type USB registered [ 2.276626] usbcore: registered new interface driver usbfs [ 2.276640] usbcore: registered new interface driver hub [ 2.276683] usbcore: registered new device driver usb [ 2.279457] i8042: Failed to disable AUX port, but continuing anyway... Is this a SiS? [ 2.279458] i8042: If AUX port is really absent please use the 'i8042.noaux' option [ 2.281004] libata version 3.00 loaded. [ 2.286901] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 2.289077] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 2.289078] Warning! ehci_hcd should always be loaded before uhci_hcd and ohci_hcd, not after [ 2.290701] ehci-pci: EHCI PCI platform driver [ 2.291260] scsi host0: pata_atiixp [ 2.291396] scsi host1: pata_atiixp [ 2.291455] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xfa00 irq 14 [ 2.291456] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xfa08 irq 15 [ 2.291859] ehci-pci 0000:00:12.2: EHCI Host Controller [ 2.291874] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 1 [ 2.291879] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround [ 2.291889] ehci-pci 0000:00:12.2: debug port 1 [ 2.291979] ehci-pci 0000:00:12.2: irq 17, io mem 0xfe02c000 [ 2.305038] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00 [ 2.305267] hub 1-0:1.0: USB hub found [ 2.305276] hub 1-0:1.0: 6 ports detected [ 2.305558] xhci_hcd 0000:02:00.0: xHCI Host Controller [ 2.305566] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2 [ 2.305574] ahci 0000:00:11.0: version 3.0 [ 2.305668] xhci_hcd 0000:02:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x00000090 [ 2.305877] ahci 0000:00:11.0: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl SATA mode [ 2.305879] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part ccc [ 2.306030] hub 2-0:1.0: USB hub found [ 2.306039] hub 2-0:1.0: 1 port detected [ 2.306261] xhci_hcd 0000:02:00.0: xHCI Host Controller [ 2.306266] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 3 [ 2.306293] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM. [ 2.306656] hub 3-0:1.0: USB hub found [ 2.306667] hub 3-0:1.0: 4 ports detected [ 2.307076] scsi host2: ahci [ 2.307205] scsi host3: ahci [ 2.308765] scsi host4: ahci [ 2.310503] scsi host5: ahci [ 2.310673] ata3: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f100 irq 22 [ 2.310675] ata4: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f180 irq 22 [ 2.310678] ata5: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f200 irq 22 [ 2.310680] ata6: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f280 irq 22 [ 2.311318] ehci-pci 0000:00:13.2: EHCI Host Controller [ 2.311362] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 4 [ 2.311366] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround [ 2.311378] ehci-pci 0000:00:13.2: debug port 1 [ 2.311464] ehci-pci 0000:00:13.2: irq 19, io mem 0xfe029000 [ 2.321711] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00 [ 2.321892] hub 4-0:1.0: USB hub found [ 2.321898] hub 4-0:1.0: 6 ports detected [ 2.323517] ohci-pci: OHCI PCI platform driver [ 2.323789] ohci-pci 0000:00:12.0: OHCI PCI host controller [ 2.323823] ohci-pci 0000:00:12.0: new USB bus registered, assigned bus number 5 [ 2.323905] ohci-pci 0000:00:12.0: irq 16, io mem 0xfe02e000 [ 2.382601] hub 5-0:1.0: USB hub found [ 2.382611] hub 5-0:1.0: 3 ports detected [ 2.382949] ohci-pci 0000:00:12.1: OHCI PCI host controller [ 2.382955] ohci-pci 0000:00:12.1: new USB bus registered, assigned bus number 6 [ 2.383025] ohci-pci 0000:00:12.1: irq 16, io mem 0xfe02d000 [ 2.442582] hub 6-0:1.0: USB hub found [ 2.442593] hub 6-0:1.0: 3 ports detected [ 2.442903] ohci-pci 0000:00:13.0: OHCI PCI host controller [ 2.442909] ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 7 [ 2.443009] ohci-pci 0000:00:13.0: irq 18, io mem 0xfe02b000 [ 2.502600] hub 7-0:1.0: USB hub found [ 2.502610] hub 7-0:1.0: 3 ports detected [ 2.502933] ohci-pci 0000:00:13.1: OHCI PCI host controller [ 2.502937] ohci-pci 0000:00:13.1: new USB bus registered, assigned bus number 8 [ 2.503009] ohci-pci 0000:00:13.1: irq 18, io mem 0xfe02a000 [ 2.548513] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 2.562576] hub 8-0:1.0: USB hub found [ 2.562586] hub 8-0:1.0: 3 ports detected [ 2.562893] ohci-pci 0000:00:14.5: OHCI PCI host controller [ 2.562900] ohci-pci 0000:00:14.5: new USB bus registered, assigned bus number 9 [ 2.562963] ohci-pci 0000:00:14.5: irq 18, io mem 0xfe028000 [ 2.622586] hub 9-0:1.0: USB hub found [ 2.622595] hub 9-0:1.0: 2 ports detected [ 2.624761] ata6: SATA link down (SStatus 0 SControl 300) [ 2.624798] ata5: SATA link down (SStatus 0 SControl 300) [ 2.628355] usb 2-1: new high-speed USB device number 2 using xhci_hcd [ 2.760265] hub 2-1:1.0: USB hub found [ 2.760461] hub 2-1:1.0: 4 ports detected [ 2.781781] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 2.785116] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 2.786821] ata4.00: ATA-8: ST32000644NS, SN11, max UDMA/133 [ 2.786823] ata4.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32) [ 2.787032] ata4.00: failed to enable Sense Data Reporting, Emask 0x1 [ 2.788987] ata3.00: ATA-9: TEAM L5 LITE SSD 120GB, P1222A, max UDMA/133 [ 2.788989] ata3.00: 234441648 sectors, multi 1: LBA48 NCQ (depth 31/32), AA [ 2.789155] ata4.00: failed to enable Sense Data Reporting, Emask 0x1 [ 2.789157] ata4.00: configured for UDMA/133 [ 2.800361] ata3.00: configured for UDMA/133 [ 2.800731] scsi 2:0:0:0: Direct-Access ATA TEAM L5 LITE SSD 2A PQ: 0 ANSI: 5 [ 2.872308] scsi 3:0:0:0: Direct-Access ATA ST32000644NS SN11 PQ: 0 ANSI: 5 [ 2.898337] usb 5-1: new full-speed USB device number 2 using ohci-pci [ 2.958641] sd 2:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/112 GiB) [ 2.958684] sd 3:0:0:0: [sdb] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB) [ 2.958745] sd 2:0:0:0: [sda] Write Protect is off [ 2.958746] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 2.958757] sd 3:0:0:0: [sdb] Write Protect is off [ 2.958759] sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00 [ 2.958780] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 2.958803] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 2.959717] sda: sda1 sda2 [ 2.960125] sd 2:0:0:0: [sda] Attached SCSI disk [ 2.981912] sdb: sdb1 [ 2.982349] sd 3:0:0:0: [sdb] Attached SCSI disk [ 3.088554] hidraw: raw HID events driver (C) Jiri Kosina [ 3.099601] random: lvm: uninitialized urandom read (4 bytes read) [ 3.102812] usbcore: registered new interface driver usbhid [ 3.102813] usbhid: USB HID core driver [ 3.108785] logitech-djreceiver 0003:046D:C52B.0003: hiddev0,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:12.0-1/input2 [ 3.114744] device-mapper: uevent: version 1.0.3 [ 3.114984] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com [ 3.123045] random: lvm: uninitialized urandom read (2 bytes read) [ 3.161725] tsc: Refined TSC clocksource calibration: 3515.548 MHz [ 3.161735] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32acb130b9c, max_idle_ns: 440795370420 ns [ 3.230864] input: Logitech K400 as /devices/pci0000:00/0000:00:12.0/usb5/5-1/5-1:1.2/0003:046D:C52B.0003/0003:046D:404B.0004/input/input1 [ 3.230914] logitech-hidpp-device 0003:046D:404B.0004: input,hidraw1: USB HID v1.11 Keyboard [Logitech K400] on usb-0000:00:12.0-1:1 [ 3.671692] usb 5-2: new low-speed USB device number 3 using ohci-pci [ 3.912664] random: fast init done [ 3.922017] hid-generic 0003:0764:0501.0005: hiddev0,hidraw2: USB HID v1.10 Device [CPS CP685AVR-G] on usb-0000:00:12.0-2/input0 [ 4.175234] clocksource: Switched to clocksource tsc [ 4.244982] usb 1-3: new high-speed USB device number 4 using ehci-pci [ 4.784951] usb 6-1: new full-speed USB device number 2 using ohci-pci [ 4.962696] usb 6-1: config 1 has an invalid interface number: 4 but max is 3 [ 4.962700] usb 6-1: config 1 has no interface number 3 [ 5.348326] floppy0: no floppy controllers found [ 5.732917] SGI XFS with ACLs, security attributes, realtime, no debug enabled [ 5.734681] XFS (sda2): Mounting V5 Filesystem [ 5.763150] XFS (sda2): Starting recovery (logdev: internal) [ 5.769870] XFS (sda2): Ending recovery (logdev: internal) [ 5.863650] ip_tables: (C) 2000-2006 Netfilter Core Team [ 5.866969] systemd[1]: systemd 234 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN default-hierarchy=hybrid) [ 5.867125] systemd[1]: Detected architecture x86-64. [ 5.868412] systemd[1]: Set hostname to <ktah-exciter>. [ 5.937182] systemd[1]: Listening on udev Control Socket. [ 5.937474] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 5.938064] systemd[1]: Created slice System Slice. [ 5.938468] systemd[1]: Created slice system-systemd\x2dfsck.slice. [ 5.938689] systemd[1]: Reached target Remote File Systems. [ 5.939044] systemd[1]: Created slice User and Session Slice. [ 5.939937] systemd[1]: Mounting POSIX Message Queue File System... [ 6.084018] systemd-journald[254]: Received request to flush runtime journal from PID 1 [ 6.088256] systemd-journald[254]: File /var/log/journal/d23239522f3b44dbaa03ddd71660851c/system.journal corrupted or uncleanly shut down, renaming and replacing. [ 6.121021] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2 [ 6.121024] ACPI: Power Button [PWRB] [ 6.121102] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3 [ 6.121104] ACPI: Power Button [PWRF] [ 6.123257] wmi: Mapper loaded [ 6.131625] acpi_cpufreq: overriding BIOS provided _PSD data [ 6.136463] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 [ 6.141748] FUJITSU Extended Socket Network Device Driver - version 1.1 - Copyright (c) 2015 FUJITSU LIMITED [ 6.142241] parport_pc 00:04: reported by Plug and Play ACPI [ 6.144170] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE] [ 6.215394] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded [ 6.215408] r8169 0000:05:00.0: can't disable ASPM; OS doesn't have ASPM control [ 6.240709] ACPI Warning: SystemIO range 0x0000000000000B00-0x0000000000000B08 conflicts with OpRegion 0x0000000000000B00-0x0000000000000B0F (\SOR1) (20160831/utaddress-247) [ 6.240720] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 6.245671] r8169 0000:05:00.0 eth0: RTL8168g/8111g at 0xffffc900014e5000, 1c:1b:0d:ad:a7:00, XID 0c000800 IRQ 28 [ 6.245673] r8169 0000:05:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko] [ 6.246927] [drm] Initialized [ 6.250300] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver v0.05 [ 6.255588] sp5100_tco: PCI Vendor ID: 0x1002, Device ID: 0x4385, Revision ID: 0x3c [ 6.255607] sp5100_tco: failed to find MMIO address, giving up. [ 6.320349] [drm] radeon kernel modesetting enabled. [ 6.334136] AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de> [ 6.334138] AMD IOMMUv2 functionality not available on this system [ 6.350360] CRAT table not found [ 6.350361] Finished initializing topology ret=0 [ 6.350379] kfd kfd: Initialized module [ 6.359970] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:05.1/sound/card1/input4 [ 6.366269] [drm] initializing kernel modesetting (RS780 0x1002:0x9616 0x1458:0xD000 0x00). [ 6.366304] [drm] register mmio base: 0xFDAE0000 [ 6.366305] [drm] register mmio size: 65536 [ 6.366860] ATOM BIOS: B27732 [ 6.366950] radeon 0000:01:05.0: VRAM: 512M 0x00000000C0000000 - 0x00000000DFFFFFFF (512M used) [ 6.366954] radeon 0000:01:05.0: GTT: 512M 0x00000000A0000000 - 0x00000000BFFFFFFF [ 6.366967] [drm] Detected VRAM RAM=512M, BAR=256M [ 6.366969] [drm] RAM width 32bits DDR [ 6.370414] [TTM] Zone kernel: Available graphics memory: 3820750 kiB [ 6.370415] [TTM] Zone dma32: Available graphics memory: 2097152 kiB [ 6.370416] [TTM] Initializing pool allocator [ 6.371370] [TTM] Initializing DMA pool allocator [ 6.372755] [drm] radeon: 512M of VRAM memory ready [ 6.372756] [drm] radeon: 512M of GTT memory ready. [ 6.372776] [drm] Loading RS780 Microcode [ 6.375520] [drm] radeon: power management initialized [ 6.375524] [drm] GART: num cpu pages 131072, num gpu pages 131072 [ 6.386601] [drm] PCIE GART of 512M enabled (table at 0x00000000C0040000). [ 6.386626] radeon 0000:01:05.0: WB enabled [ 6.386629] radeon 0000:01:05.0: fence driver on ring 0 use gpu addr 0x00000000a0000c00 and cpu addr 0xffff880223b26c00 [ 6.386630] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [ 6.386631] [drm] Driver supports precise vblank timestamp query. [ 6.386632] radeon 0000:01:05.0: radeon: MSI limited to 32-bit [ 6.386675] [drm] radeon: irq initialized. [ 6.388104] Emu10k1_gameport 0000:06:06.1: Refused to change power state, currently in D3 [ 6.401458] firewire_ohci 0000:06:06.2: failed to reset ohci card [ 6.402507] usb 6-1: 1:1: cannot get freq at ep 0x1 [ 6.403847] gameport gameport0: EMU10K1 is pci0000:06:06.1/gameport0, io 0xa040, speed 771kHz [ 6.410272] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 6.416200] snd_emu10k1 0000:06:06.0: enabling device (0000 -> 0001) [ 6.417902] [drm] ring test on 0 succeeded in 0 usecs [ 6.418048] [drm] ib test on ring 0 succeeded in 0 usecs [ 6.422489] usb 6-1: 1:2: cannot get freq at ep 0x1 [ 6.423755] snd_emu10k1 0000:06:06.0: Installing spdif_bug patch: SB Audigy 2 ZS [SB0350] [ 6.438453] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC892: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line [ 6.438455] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) [ 6.438457] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0) [ 6.438458] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0 [ 6.438459] snd_hda_codec_realtek hdaudioC0D0: dig-out=0x11/0x0 [ 6.438460] snd_hda_codec_realtek hdaudioC0D0: inputs: [ 6.438461] snd_hda_codec_realtek hdaudioC0D0: Front Mic=0x19 [ 6.438463] snd_hda_codec_realtek hdaudioC0D0: Rear Mic=0x18 [ 6.438464] snd_hda_codec_realtek hdaudioC0D0: Line=0x1a [ 6.446526] usb 6-1: 2:1: cannot get freq at ep 0x82 [ 6.457807] [drm] Radeon Display Connectors [ 6.457808] [drm] Connector 0: [ 6.457809] [drm] VGA-1 [ 6.457810] [drm] DDC: 0x7e40 0x7e40 0x7e44 0x7e44 0x7e48 0x7e48 0x7e4c 0x7e4c [ 6.457811] [drm] Encoders: [ 6.457811] [drm] CRT1: INTERNAL_KLDSCP_DAC1 [ 6.457812] [drm] Connector 1: [ 6.457813] [drm] DVI-D-1 [ 6.457814] [drm] HPD1 [ 6.457819] [drm] DDC: 0x7e50 0x7e50 0x7e54 0x7e54 0x7e58 0x7e58 0x7e5c 0x7e5c [ 6.457819] [drm] Encoders: [ 6.457820] [drm] DFP1: INTERNAL_KLDSCP_LVTMA [ 6.482643] AVX version of gcm_enc/dec engaged. [ 6.482644] AES CTR mode by8 optimization enabled [ 6.492316] [drm] fb mappable at 0xD0141000 [ 6.492317] [drm] vram apper at 0xD0000000 [ 6.492318] [drm] size 7680000 [ 6.492319] [drm] fb depth is 24 [ 6.492320] [drm] pitch is 6400 [ 6.496058] input: HDA ATI SB Front Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input6 [ 6.497712] usbcore: registered new interface driver snd-usb-audio [ 6.497950] fbcon: radeondrmfb (fb0) is primary device [ 6.502235] input: HDA ATI SB Rear Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input7 [ 6.507509] input: HDA ATI SB Line as /devices/pci0000:00/0000:00:14.2/sound/card0/input8 [ 6.525801] input: HDA ATI SB Line Out as /devices/pci0000:00/0000:00:14.2/sound/card0/input9 [ 6.526597] Console: switching to colour frame buffer device 200x75 [ 6.530380] input: HDA ATI SB Front Headphone as /devices/pci0000:00/0000:00:14.2/sound/card0/input10 [ 6.530495] radeon 0000:01:05.0: fb0: radeondrmfb frame buffer device [ 6.551785] [drm] Initialized radeon 2.49.0 20080528 for 0000:01:05.0 on minor 0 [ 6.554973] kvm: Nested Virtualization enabled [ 6.554976] kvm: Nested Paging enabled [ 6.585281] EDAC MC: Ver: 3.0.0 [ 6.596418] MCE: In-kernel MCE decoding enabled. [ 6.607496] EDAC amd64: DRAM ECC disabled. [ 6.607504] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load. Either enable ECC checking or force module loading by setting 'ecc_enable_override'. (Note that use of the override may cause unknown side effects.) [ 6.626201] mousedev: PS/2 mouse device common for all mice [ 6.637782] ppdev: user-space parallel port driver [ 6.846230] EXT4-fs (sda1): mounting ext2 file system using the ext4 subsystem [ 6.857603] EXT4-fs (sda1): mounted filesystem without journal. Opts: block_validity,barrier,user_xattr,acl [ 6.875506] XFS (dm-1): Mounting V5 Filesystem [ 7.028227] XFS (dm-1): Ending clean mount [ 7.097026] microcode: CPU0: new patch_level=0x0600084f [ 7.111862] microcode: CPU1: new patch_level=0x0600084f [ 7.126523] microcode: CPU2: new patch_level=0x0600084f [ 7.217322] r8169 0000:05:00.0 eth0: link down [ 7.217403] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 7.217914] r8169 0000:05:00.0 eth0: link down [ 7.441406] snd_emu10k1 0000:06:06.0: AC'97 0 does not respond - RESET [ 7.441420] snd_emu10k1 0000:06:06.0: AC'97 0 access is not valid [0xffffffff], removing mixer. [ 7.443633] snd_emu10k1: probe of 0000:06:06.0 failed with error -5 [ 9.188076] floppy0: no floppy controllers found [ 10.004038] r8169 0000:05:00.0 eth0: link up [ 10.004052] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 10.121152] systemd-journald[254]: File /var/log/journal/d23239522f3b44dbaa03ddd71660851c/user-1000.journal corrupted or uncleanly shut down, renaming and replacing. [ 10.172372] usb 5-2: USB disconnect, device number 3 [ 10.351255] random: crng init done [ 12.607764] usb 5-2: new low-speed USB device number 4 using ohci-pci [ 12.862277] hid-generic 0003:0764:0501.0006: hiddev0,hidraw2: USB HID v1.10 Device [CPS CP685AVR-G] on usb-0000:00:12.0-2/input0 [60600.235576] usb usb6-port1: disabled by hub (EMI?), re-enabling... [60600.235589] usb 6-1: USB disconnect, device number 2 [60600.523026] usb 6-1: new full-speed USB device number 3 using ohci-pci [60600.701427] usb 6-1: config 1 has an invalid interface number: 4 but max is 3 [60600.701428] usb 6-1: config 1 has no interface number 3 [60600.728419] usb 6-1: 1:1: cannot get freq at ep 0x1 [60600.734408] usb 6-1: 1:2: cannot get freq at ep 0x1 [60600.742415] usb 6-1: 2:1: cannot get freq at ep 0x82 [60679.748626] vlc[11416]: segfault at 7f3b1cc1a008 ip 00007f3b58e89686 sp 00007f3b39ca68a0 error 4 in libc-2.25.so[7f3b58e10000+19d000] [70542.170936] pci 0000:04:04.0: invalid large VPD tag 35 at offset 0 [70542.171221] r8169 0000:05:00.0: invalid short VPD tag 00 at offset 1
/proc/asound/cards
0 [SB ]: HDA-Intel - HDA ATI SB HDA ATI SB at 0xfe024000 irq 16 1 [HDMI ]: HDA-Intel - HDA ATI HDMI HDA ATI HDMI at 0xfdafc000 irq 19 2 [Alpha ]: USB-Audio - Lexicon Alpha Lexicon Lexicon Alpha at usb-0000:00:12.1-1, full speed
ALSA packages installed
[sam@system ~]$ pacman -Q | grep -i alsa alsa-firmware 1.0.29-1 alsa-lib 1.1.4.1-1 alsa-plugins 1.1.4-1 alsa-tools 1.1.3-1 alsa-utils 1.1.4-1 zita-alsa-pcmi 0.2.0-3
Things I Have Tried So Far
- Updated kernel to 4.12.8
- loaded snd-vx222 by hand