Проблемы с звуковой картой

redix
А здесь были?
Был, в списке звуковых карт она есть, а вот в списке драйверов её нету.
Есть cs4281 например, мне нужен драйвер именно 4280?
Что означают вот эти строки из lsmod | grep snd?
snd_cs46xx             81920  0
snd_ac97_codec        118784  1 snd_cs46xx
То что драйвер cs 46xx уже установлен? Если да то подходит ли он к моей карте, и если да то то почему она не работает?
Или вот эта строка из lspci
05:01.0 Multimedia audio controller: Cirrus Logic CS 4614/22/24/30 [CrystalClear SoundFusion Audio Accelerator] (rev 01)
почему там CS 4614/22/24/30? На самом деле она такая? Или всё-таки 4280?
Ничего не понимаю :(
Вообщем, что мне нужно делать?
Mishka
Вообщем, что мне нужно делать?
Почитай это ....... и обрати внимание на последний пост ... Solution here ... попробуй...
PS... и вдогонку это ....
Ошибки не исчезают с опытом - они просто умнеют
snd_cs46xx             81920  0
snd_ac97_codec        118784  1 snd_cs46xx
Система пытается этими модулями оживить карту.
Посмотрел /usr/lib/modules/4.5.4-1-ARCH/build/sound/pci/Kconfig, обнаружил
config SND_CS4281
        tristate "Cirrus Logic (Sound Fusion) CS4281"
        select SND_OPL3_LIB
        select SND_RAWMIDI
        select SND_AC97_CODEC
        help
          Say Y here to include support for Cirrus Logic CS4281 chips.

          To compile this driver as a module, choose M here: the module
          will be called snd-cs4281.
Т.е. в принципе среди модулей можно поискать... да вот же он:
snd-cs4281.ko.gz │ 10198│May 12 02:23

/usr/lib/modules/4.5.4-1-ARCH/kernel/sound/pci

Если и этот не заработает, тогда проще выкинуть.
Вообщем скажу прямо.
Я не понял ничего! Ни что мне нужно найти для этой карты, ни где я это могу найти и как это установить!
Ссылки все на Английском в котором я плох + помимо нужной информации (которая думаю всё-же там есть) ещё куча того до чего мне ещё далеко.
В linux вообще я так-же полный 0.
Создавал тему в разделе для новичков (перенесли суда), видно очень крутых новичков.
Но всё таки спасибо что уделили время.
Кстати, а как определено что она не работает?
Если другая звуковая встала как дефолтная, весь звук будет идти через неё, даже если эта карта рабочая. Что бы было проще и нагляднее, советую поставить pavucontrol и для начала выбрать эту звуковую карту (при наличии) как основную для воспроизведения.
Если её нет, сделать от рута rmmod snd_cs46xx а затем insmod snd-cs4281 и опять посмотреть в pavucontrol.
Velesich
Кстати, а как определено что она не работает?
Я ни как это не определял, я только сказал что в alsamixer в окне выбора звуковой карты её нет, ну и соответственно звука с неё быть не могло.
Установил pavucontrol, там карты тоже нет.
Звук идёт с "Встроенное аудио Аналоговый стерео" Линейный выход.
Velesich
сделать от рута rmmod snd_cs46xx а затем insmod snd-cs4281 и опять посмотреть в pavucontrol.
[[email protected] michael]# rmmod snd_cs46xx
rmmod: ERROR: Module snd_cs46xx is not currently loaded
[[email protected] michael]# insmod snd-cs4281
insmod: ERROR: could not load module snd-cs4281: No such file or directory
[[email protected] michael]#

Velesich
и опять посмотреть в pavucontrol.
pavucontrol тут не приделах, пульс это высоко-уровневая прога! и она не будет видеть того что не видит алса.
где действительно нужно смотреть, появилось или нет, так это в /proc/asound

Velesich
а затем insmod snd-cs4281
поправлю, нужно modprobe snd-cs4281

Mishka
[[email protected] michael]# rmmod snd_cs46xx
rmmod: ERROR: Module snd_cs46xx is not currently loaded
а вот это действительно не понятно.
Псевдографический инсталлятор Arch Linux ver. 3.8.2
Благодарности принимаются на ЯД 410012815723874
nafanja
Mishka
[[email protected] michael]# rmmod snd_cs46xx
rmmod: ERROR: Module snd_cs46xx is not currently loaded

а вот это действительно не понятно.
Этот модуль ни один компонент системы и не использует ….. счетчик то равен нулю …. и скорее всего этот модуль загружен с ошибкой (когда счетчик равен нулю, то нормально загруженный модуль должен быть успешно выгружен)
Mishka
[[email protected] ~]$ lsmod | grep snd
snd_cs46xx 81920 0
Можно попробовать этот модуль насильно вручную выгрузить rmmod -v -f snd_cs46xx и затем попробовать снова загрузить modprobe -v snd_cs46xx
И желательно посмотреть выводы
- dmesg
- sudo lspci -vv (в части Audio device)
- cat /proc/modules | grep snd_cs46xx ..... (а возможно и другой модуль, который будет приведен в выводе lspci -vv)
- cat /proc/asound/oss/sndstat ….... (если строки в секции "Card config:" перечислены внутри скобок, это означает, что устройство было сконфигурировано, но не обнаружено)
Ошибки не исчезают с опытом - они просто умнеют
vasek
Можно попробовать этот модуль насильно вручную выгрузить rmmod -v -f snd_cs46xx и затем попробовать снова загрузить modprobe -v snd_cs46xx
После rmmod -v -f snd_cs46xx ничего не происходит, а после modprobe вот что:
[[email protected] michael]# modprobe -v snd_cs46xx
insmod /lib/modules/4.5.4-1-ARCH/kernel/sound/pci/cs46xx/snd-cs46xx.ko.gz

vasek
dmesg

[[email protected] michael]# dmesg
[    0.000000] Linux version 4.5.4-1-ARCH ([email protected]) (gcc version 6.1.1 20160501 (GCC) ) #1 SMP PREEMPT Wed May 11 22:21:28 CEST 2016
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=b13b9f26-ce81-4d18-aa6d-c57c3c453fe5 rw quiet
[    0.000000] x86/fpu: Legacy x87 FPU detected.
[    0.000000] x86/fpu: Using 'lazy' FPU context switches.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e4000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000df76ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000df770000-0x00000000df787fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000df788000-0x00000000df7dbfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000df7dc000-0x00000000dfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffe00000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000019fffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.6 present.
[    0.000000] DMI: System manufacturer System Product Name/P7H55, BIOS 0901    11/12/2010
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x1a0000 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-CFFFF write-protect
[    0.000000]   D0000-DFFFF uncachable
[    0.000000]   E0000-E7FFF write-through
[    0.000000]   E8000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask F00000000 write-back
[    0.000000]   1 base 100000000 mask F80000000 write-back
[    0.000000]   2 base 180000000 mask FE0000000 write-back
[    0.000000]   3 base 0E0000000 mask FE0000000 uncachable
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT
[    0.000000] e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0xdf770 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ffff8800000ff780]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576
[    0.000000] BRK [0x01b4a000, 0x01b4afff] PGTABLE
[    0.000000] BRK [0x01b4b000, 0x01b4bfff] PGTABLE
[    0.000000] BRK [0x01b4c000, 0x01b4cfff] PGTABLE
[    0.000000] BRK [0x01b4d000, 0x01b4dfff] PGTABLE
[    0.000000] BRK [0x01b4e000, 0x01b4efff] PGTABLE
[    0.000000] BRK [0x01b4f000, 0x01b4ffff] PGTABLE
[    0.000000] RAMDISK: [mem 0x37942000-0x37c98fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000FBA20 000024 (v02 ACPIAM)
[    0.000000] ACPI: XSDT 0x00000000DF770100 000054 (v01 111210 XSDT1155 20101112 MSFT 00000097)
[    0.000000] ACPI: FACP 0x00000000DF770290 0000F4 (v03 111210 FACP1155 20101112 MSFT 00000097)
[    0.000000] ACPI: DSDT 0x00000000DF7704A0 009463 (v01 A1590  A1590001 00000001 INTL 20060113)
[    0.000000] ACPI: FACS 0x00000000DF788000 000040
[    0.000000] ACPI: FACS 0x00000000DF788000 000040
[    0.000000] ACPI: APIC 0x00000000DF770390 0000CC (v01 111210 APIC1155 20101112 MSFT 00000097)
[    0.000000] ACPI: MCFG 0x00000000DF770460 00003C (v01 111210 OEMMCFG  20101112 MSFT 00000097)
[    0.000000] ACPI: OEMB 0x00000000DF788040 000072 (v01 111210 OEMB1155 20101112 MSFT 00000097)
[    0.000000] ACPI: HPET 0x00000000DF779910 000038 (v01 111210 OEMHPET  20101112 MSFT 00000097)
[    0.000000] ACPI: SSDT 0x00000000DF7898E0 000363 (v01 DpgPmm CpuPm    00000012 INTL 20060113)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000019fffffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x19fff8000-0x19fffbfff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000019fffffff]
[    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-0x00000000df76ffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000019fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000019fffffff]
[    0.000000] On node 0 totalpages: 1570574
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3998 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 14238 pages used for memmap
[    0.000000]   DMA32 zone: 911216 pages, LIFO batch:31
[    0.000000]   Normal zone: 10240 pages used for memmap
[    0.000000]   Normal zone: 655360 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] IOAPIC[0]: apic_id 6, version 32, 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 high 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: 0x8086a701 base: 0xfed00000
[    0.000000] smpboot: Allowing 16 CPUs, 12 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-0x000e3fff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e4000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xdf770000-0xdf787fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdf788000-0xdf7dbfff]
[    0.000000] PM: Registered nosave memory: [mem 0xdf7dc000-0xdfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xffdfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xffe00000-0xffffffff]
[    0.000000] e820: [mem 0xe0000000-0xfedfffff] 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:16 nr_node_ids:1
[    0.000000] PERCPU: Embedded 32 pages/cpu @ffff88019fc00000 s92952 r8192 d29928 u131072
[    0.000000] pcpu-alloc: s92952 r8192 d29928 u131072 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 1546011
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=b13b9f26-ce81-4d18-aa6d-c57c3c453fe5 rw quiet
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 6100524K/6282296K available (5864K kernel code, 971K rwdata, 1860K rodata, 1204K init, 1156K bss, 181772K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, 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=16.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=16
[    0.000000] NR_IRQS:8448 nr_irqs:552 16
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3077.554 MHz processor
[    0.000030] Calibrating delay loop (skipped), value calculated using timer frequency.. 6157.57 BogoMIPS (lpj=10258513)
[    0.000032] pid_max: default: 32768 minimum: 301
[    0.000039] ACPI: Core revision 20160108
[    0.005798] ACPI: 2 ACPI AML tables successfully acquired and loaded

[    0.005830] Security Framework initialized
[    0.005832] Yama: becoming mindful.
[    0.006253] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.007912] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.008666] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.008676] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.008928] CPU: Physical Processor ID: 0
[    0.008930] CPU: Processor Core ID: 0
[    0.008934] mce: CPU supports 9 MCE banks
[    0.008943] CPU0: Thermal monitoring enabled (TM1)
[    0.008949] process: using mwait in idle threads
[    0.008953] Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7
[    0.008953] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[    0.009236] Freeing SMP alternatives memory: 24K (ffffffff81a21000 - ffffffff81a27000)
[    0.033153] ftrace: allocating 23133 entries in 91 pages
[    0.041996] Switched APIC routing to physical flat.
[    0.042357] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.179148] smpboot: CPU0: Intel(R) Core(TM) i3 CPU         540  @ 3.07GHz (family: 0x6, model: 0x25, stepping: 0x5)
[    0.179170] Performance Events: PEBS fmt1+, 16-deep LBR, Westmere events, Intel PMU driver.
[    0.179185] perf_event_intel: CPUID marked event: 'bus cycles' unavailable
[    0.179188] ... version:                3
[    0.179189] ... bit width:              48
[    0.179189] ... generic registers:      4
[    0.179190] ... value mask:             0000ffffffffffff
[    0.179191] ... max period:             000000007fffffff
[    0.179192] ... fixed-purpose events:   3
[    0.179193] ... event mask:             000000070000000f
[    0.209171] x86: Booting SMP configuration:
[    0.209175] .... node  #0, CPUs:        #1
[    0.211749] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.219170]   #2  #3
[    0.231501] x86: Booted up 1 node, 4 CPUs
[    0.231506] smpboot: Total of 4 processors activated (24630.28 BogoMIPS)
[    0.233852] devtmpfs: initialized
[    0.236679] PM: Registering ACPI NVS region [mem 0xdf788000-0xdf7dbfff] (344064 bytes)
[    0.236754] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.236816] pinctrl core: initialized pinctrl subsystem
[    0.236858] RTC time: 19:31:35, date: 06/02/16
[    0.236959] NET: Registered protocol family 16
[    0.245819] cpuidle: using governor ladder
[    0.259150] cpuidle: using governor menu
[    0.259214] ACPI: bus type PCI registered
[    0.259218] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.259300] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.259302] PCI: not using MMCONFIG
[    0.259303] PCI: Using configuration type 1 for base access
[    0.272622] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.272807] ACPI: Added _OSI(Module Device)
[    0.272809] ACPI: Added _OSI(Processor Device)
[    0.272810] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.272811] ACPI: Added _OSI(Processor Aggregator Device)
[    0.273728] ACPI: Executed 1 blocks of module-level executable AML code
[    0.276211] ACPI: Dynamic OEM Table Load:
[    0.276219] ACPI: SSDT 0xFFFF880198134000 001340 (v01 DpgPmm P001Ist  00000011 INTL 20060113)
[    0.276542] ACPI: Dynamic OEM Table Load:
[    0.276545] ACPI: SSDT 0xFFFF880197E22000 0004D5 (v01 PmRef  P001Cst  00003001 INTL 20060113)
[    0.276935] ACPI: Interpreter enabled
[    0.276952] ACPI: (supports S0 S1 S3 S4 S5)
[    0.276953] ACPI: Using IOAPIC for interrupt routing
[    0.276976] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.277733] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in ACPI motherboard resources
[    0.277738] pmd_set_huge: Cannot satisfy [mem 0xf8000000-0xf8200000] with a huge-page mapping due to MTRR override.
[    0.277845] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.282602] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.282607] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.282733] acpi PNP0A08:00: _OSC: platform does not support [PCIeCapability]
[    0.282795] acpi PNP0A08:00: _OSC: not requesting control; platform does not support [PCIeCapability]
[    0.282798] acpi PNP0A08:00: _OSC: OS requested [PCIeHotplug PME AER PCIeCapability]
[    0.282799] acpi PNP0A08:00: _OSC: platform willing to grant [PCIeHotplug PME AER]
[    0.282801] acpi PNP0A08:00: _OSC failed (AE_SUPPORT); disabling ASPM
[    0.282808] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    0.282998] PCI host bridge to bus 0000:00
[    0.283000] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.283002] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.283003] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.283005] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff window]
[    0.283006] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xf7ffffff window]
[    0.283007] pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfed8ffff window]
[    0.283009] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.283016] pci 0000:00:00.0: [8086:0040] type 00 class 0x060000
[    0.283033] DMAR: BIOS has allocated no shadow GTT; disabling IOMMU for graphics
[    0.283095] pci 0000:00:01.0: [8086:0041] type 01 class 0x060400
[    0.283123] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.283156] pci 0000:00:01.0: System wakeup disabled by ACPI
[    0.283206] pci 0000:00:1a.0: [8086:3b3c] type 00 class 0x0c0320
[    0.283221] pci 0000:00:1a.0: reg 0x10: [mem 0xf3ffe000-0xf3ffe3ff]
[    0.283291] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.283326] pci 0000:00:1a.0: System wakeup disabled by ACPI
[    0.283359] pci 0000:00:1b.0: [8086:3b56] type 00 class 0x040300
[    0.283372] pci 0000:00:1b.0: reg 0x10: [mem 0xf3ff8000-0xf3ffbfff 64bit]
[    0.283430] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.283492] pci 0000:00:1c.0: [8086:3b42] type 01 class 0x060400
[    0.283541] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.283576] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    0.283610] pci 0000:00:1c.4: [8086:3b4a] type 01 class 0x060400
[    0.283662] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.283697] pci 0000:00:1c.4: System wakeup disabled by ACPI
[    0.283730] pci 0000:00:1c.5: [8086:3b4c] type 01 class 0x060400
[    0.283782] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.283818] pci 0000:00:1c.5: System wakeup disabled by ACPI
[    0.283852] pci 0000:00:1d.0: [8086:3b34] type 00 class 0x0c0320
[    0.283866] pci 0000:00:1d.0: reg 0x10: [mem 0xf3ffd000-0xf3ffd3ff]
[    0.283936] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.283971] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    0.284001] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
[    0.284067] pci 0000:00:1e.0: System wakeup disabled by ACPI
[    0.284099] pci 0000:00:1f.0: [8086:3b06] type 00 class 0x060100
[    0.284241] pci 0000:00:1f.2: [8086:3b20] type 00 class 0x01018f
[    0.284252] pci 0000:00:1f.2: reg 0x10: [io  0xac00-0xac07]
[    0.284258] pci 0000:00:1f.2: reg 0x14: [io  0xa880-0xa883]
[    0.284264] pci 0000:00:1f.2: reg 0x18: [io  0xa800-0xa807]
[    0.284270] pci 0000:00:1f.2: reg 0x1c: [io  0xa480-0xa483]
[    0.284276] pci 0000:00:1f.2: reg 0x20: [io  0xa400-0xa40f]
[    0.284282] pci 0000:00:1f.2: reg 0x24: [io  0xa080-0xa08f]
[    0.284359] pci 0000:00:1f.3: [8086:3b30] type 00 class 0x0c0500
[    0.284371] pci 0000:00:1f.3: reg 0x10: [mem 0xf3ffc000-0xf3ffc0ff 64bit]
[    0.284388] pci 0000:00:1f.3: reg 0x20: [io  0x0400-0x041f]
[    0.284456] pci 0000:00:1f.5: [8086:3b26] type 00 class 0x010185
[    0.284466] pci 0000:00:1f.5: reg 0x10: [io  0xbc00-0xbc07]
[    0.284472] pci 0000:00:1f.5: reg 0x14: [io  0xb880-0xb883]
[    0.284479] pci 0000:00:1f.5: reg 0x18: [io  0xb800-0xb807]
[    0.284485] pci 0000:00:1f.5: reg 0x1c: [io  0xb480-0xb483]
[    0.284491] pci 0000:00:1f.5: reg 0x20: [io  0xb400-0xb40f]
[    0.284497] pci 0000:00:1f.5: reg 0x24: [io  0xb080-0xb08f]
[    0.284600] pci 0000:01:00.0: [10de:0e23] type 00 class 0x030000
[    0.284609] pci 0000:01:00.0: reg 0x10: [mem 0xf4000000-0xf5ffffff]
[    0.284618] pci 0000:01:00.0: reg 0x14: [mem 0xe8000000-0xefffffff 64bit pref]
[    0.284626] pci 0000:01:00.0: reg 0x1c: [mem 0xe4000000-0xe7ffffff 64bit pref]
[    0.284631] pci 0000:01:00.0: reg 0x24: [io  0xcc00-0xcc7f]
[    0.284637] pci 0000:01:00.0: reg 0x30: [mem 0xf7b00000-0xf7b7ffff pref]
[    0.284705] pci 0000:01:00.1: [10de:0beb] type 00 class 0x040300
[    0.284714] pci 0000:01:00.1: reg 0x10: [mem 0xf7bfc000-0xf7bfffff]
[    0.284809] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.284811] pci 0000:00:01.0:   bridge window [io  0xc000-0xcfff]
[    0.284814] pci 0000:00:01.0:   bridge window [mem 0xf4000000-0xf7bfffff]
[    0.284816] pci 0000:00:01.0:   bridge window [mem 0xe4000000-0xefffffff 64bit pref]
[    0.284849] pci 0000:00:1c.0: PCI bridge to [bus 04]
[    0.284908] pci 0000:03:00.0: [1106:0415] type 00 class 0x010185
[    0.284925] pci 0000:03:00.0: reg 0x10: [io  0xec00-0xec07]
[    0.284936] pci 0000:03:00.0: reg 0x14: [io  0xe880-0xe883]
[    0.284946] pci 0000:03:00.0: reg 0x18: [io  0xe800-0xe807]
[    0.284957] pci 0000:03:00.0: reg 0x1c: [io  0xe480-0xe483]
[    0.284967] pci 0000:03:00.0: reg 0x20: [io  0xe400-0xe40f]
[    0.284987] pci 0000:03:00.0: reg 0x30: [mem 0xf7df0000-0xf7dfffff pref]
[    0.285044] pci 0000:03:00.0: supports D1 D2
[    0.285045] pci 0000:03:00.0: PME# supported from D1 D2 D3hot
[    0.289160] pci 0000:00:1c.4: PCI bridge to [bus 03]
[    0.289167] pci 0000:00:1c.4:   bridge window [io  0xe000-0xefff]
[    0.289172] pci 0000:00:1c.4:   bridge window [mem 0xf7d00000-0xf7dfffff]
[    0.289257] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
[    0.289274] pci 0000:02:00.0: reg 0x10: [io  0xd800-0xd8ff]
[    0.289299] pci 0000:02:00.0: reg 0x18: [mem 0xf2fff000-0xf2ffffff 64bit pref]
[    0.289314] pci 0000:02:00.0: reg 0x20: [mem 0xf2ff8000-0xf2ffbfff 64bit pref]
[    0.289325] pci 0000:02:00.0: reg 0x30: [mem 0xf7cf0000-0xf7cfffff pref]
[    0.289395] pci 0000:02:00.0: supports D1 D2
[    0.289397] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.295827] pci 0000:00:1c.5: PCI bridge to [bus 02]
[    0.295834] pci 0000:00:1c.5:   bridge window [io  0xd000-0xdfff]
[    0.295839] pci 0000:00:1c.5:   bridge window [mem 0xf7c00000-0xf7cfffff]
[    0.295847] pci 0000:00:1c.5:   bridge window [mem 0xf2f00000-0xf2ffffff 64bit pref]
[    0.295911] pci 0000:05:01.0: [1013:6003] type 00 class 0x040100
[    0.295925] pci 0000:05:01.0: reg 0x10: [mem 0xf7fff000-0xf7ffffff]
[    0.295932] pci 0000:05:01.0: reg 0x14: [mem 0xf7e00000-0xf7efffff]
[    0.295990] pci 0000:05:01.0: supports D1 D2
[    0.295991] pci 0000:05:01.0: PME# supported from D0 D1 D2 D3hot
[    0.296052] pci 0000:00:1e.0: PCI bridge to [bus 05] (subtractive decode)
[    0.296056] pci 0000:00:1e.0:   bridge window [mem 0xf7e00000-0xf7ffffff]
[    0.296061] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
[    0.296062] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
[    0.296064] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    0.296065] pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000dffff window] (subtractive decode)
[    0.296067] pci 0000:00:1e.0:   bridge window [mem 0xe0000000-0xf7ffffff window] (subtractive decode)
[    0.296068] pci 0000:00:1e.0:   bridge window [mem 0xfc000000-0xfed8ffff window] (subtractive decode)
[    0.296592] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 7 *10 11 12 14 15)
[    0.296632] ACPI: PCI Interrupt Link [LNKB] (IRQs *5)
[    0.296670] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 6 7 10 11 12 14 15)
[    0.296709] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 7 10 11 12 14 15) *0, disabled.
[    0.296748] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 7 10 11 12 14 15) *0, disabled.
[    0.296787] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 6 7 10 *11 12 14 15)
[    0.296826] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 6 7 10 11 12 14 *15)
[    0.296865] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 6 7 10 11 12 *14 15)
[    0.296908] ACPI: Enabled 3 GPEs in block 00 to 3F
[    0.296989] vgaarb: setting as boot device: PCI:0000:01:00.0
[    0.296991] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.296993] vgaarb: loaded
[    0.296994] vgaarb: bridge control possible 0000:01:00.0
[    0.297065] PCI: Using ACPI for IRQ routing
[    0.298195] PCI: Discovered peer bus 3f
[    0.298196] PCI: root bus 3f: using default resources
[    0.298197] PCI: Probing PCI hardware (bus 3f)
[    0.298218] ACPI: \: failed to evaluate _DSM (0x1001)
[    0.298219] PCI host bridge to bus 0000:3f
[    0.298221] pci_bus 0000:3f: root bus resource [io  0x0000-0xffff]
[    0.298222] pci_bus 0000:3f: root bus resource [mem 0x00000000-0xfffffffff]
[    0.298224] pci_bus 0000:3f: No busn resource found for root bus, will use [bus 3f-ff]
[    0.298226] pci_bus 0000:3f: busn_res: can not insert [bus 3f-ff] under domain [bus 00-ff] (conflicts with (null) [bus 00-ff])
[    0.298230] pci 0000:3f:00.0: [8086:2c61] type 00 class 0x060000
[    0.298267] pci 0000:3f:00.1: [8086:2d01] type 00 class 0x060000
[    0.298302] pci 0000:3f:02.0: [8086:2d10] type 00 class 0x060000
[    0.298338] pci 0000:3f:02.1: [8086:2d11] type 00 class 0x060000
[    0.298372] pci 0000:3f:02.2: [8086:2d12] type 00 class 0x060000
[    0.298406] pci 0000:3f:02.3: [8086:2d13] type 00 class 0x060000
[    0.298446] pci_bus 0000:3f: busn_res: [bus 3f-ff] end is updated to 3f
[    0.298448] pci_bus 0000:3f: busn_res: can not insert [bus 3f] under domain [bus 00-ff] (conflicts with (null) [bus 00-ff])
[    0.298450] PCI: pci_cache_line_size set to 64 bytes
[    0.298490] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[    0.298491] e820: reserve RAM buffer [mem 0xdf770000-0xdfffffff]
[    0.298586] NetLabel: Initializing
[    0.298588] NetLabel:  domain hash size = 128
[    0.298588] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.298599] NetLabel:  unlabeled traffic allowed by default
[    0.298621] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.298625] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.300650] clocksource: Switched to clocksource hpet
[    0.305707] VFS: Disk quotas dquot_6.6.0
[    0.305730] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.305836] pnp: PnP ACPI init
[    0.305912] system 00:00: [mem 0xfed14000-0xfed19fff] has been reserved
[    0.305916] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.305974] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.306120] system 00:02: [io  0x0290-0x029f] has been reserved
[    0.306123] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.306256] system 00:03: [io  0x04d0-0x04d1] has been reserved
[    0.306258] system 00:03: [io  0x0800-0x087f] could not be reserved
[    0.306260] system 00:03: [io  0x0500-0x057f] has been reserved
[    0.306262] system 00:03: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.306263] system 00:03: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.306265] system 00:03: [mem 0xfed40000-0xfed8ffff] has been reserved
[    0.306267] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.306350] system 00:04: [mem 0xffc00000-0xffdfffff] has been reserved
[    0.306353] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.306498] pnp 00:05: [dma 0 disabled]
[    0.306547] pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.306624] system 00:06: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.306627] system 00:06: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.306629] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.306699] system 00:07: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.306702] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.306855] system 00:08: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.306857] system 00:08: [mem 0x000c0000-0x000cffff] could not be reserved
[    0.306859] system 00:08: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.306860] system 00:08: [mem 0x00100000-0xdfffffff] could not be reserved
[    0.306862] system 00:08: [mem 0xfed90000-0xffffffff] could not be reserved
[    0.306864] system 00:08: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.306956] pnp: PnP ACPI: found 9 devices
[    0.312957] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.312976] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 04] add_size 1000
[    0.312978] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04] add_size 200000 add_align 100000
[    0.312980] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 04] add_size 200000 add_align 100000
[    0.312998] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] res_to_dev_res add_size 200000 min_align 100000
[    0.313000] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x002fffff] res_to_dev_res add_size 200000 min_align 100000
[    0.313001] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    0.313003] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    0.313005] pci 0000:00:1c.0: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    0.313006] pci 0000:00:1c.0: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    0.313011] pci 0000:00:1c.0: BAR 14: assigned [mem 0xe0000000-0xe01fffff]
[    0.313015] pci 0000:00:1c.0: BAR 15: assigned [mem 0xe0200000-0xe03fffff 64bit pref]
[    0.313017] pci 0000:00:1c.0: BAR 13: assigned [io  0x1000-0x1fff]
[    0.313019] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.313021] pci 0000:00:01.0:   bridge window [io  0xc000-0xcfff]
[    0.313024] pci 0000:00:01.0:   bridge window [mem 0xf4000000-0xf7bfffff]
[    0.313026] pci 0000:00:01.0:   bridge window [mem 0xe4000000-0xefffffff 64bit pref]
[    0.313029] pci 0000:00:1c.0: PCI bridge to [bus 04]
[    0.313031] pci 0000:00:1c.0:   bridge window [io  0x1000-0x1fff]
[    0.313034] pci 0000:00:1c.0:   bridge window [mem 0xe0000000-0xe01fffff]
[    0.313037] pci 0000:00:1c.0:   bridge window [mem 0xe0200000-0xe03fffff 64bit pref]
[    0.313042] pci 0000:00:1c.4: PCI bridge to [bus 03]
[    0.313043] pci 0000:00:1c.4:   bridge window [io  0xe000-0xefff]
[    0.313047] pci 0000:00:1c.4:   bridge window [mem 0xf7d00000-0xf7dfffff]
[    0.313053] pci 0000:00:1c.5: PCI bridge to [bus 02]
[    0.313055] pci 0000:00:1c.5:   bridge window [io  0xd000-0xdfff]
[    0.313058] pci 0000:00:1c.5:   bridge window [mem 0xf7c00000-0xf7cfffff]
[    0.313061] pci 0000:00:1c.5:   bridge window [mem 0xf2f00000-0xf2ffffff 64bit pref]
[    0.313066] pci 0000:00:1e.0: PCI bridge to [bus 05]
[    0.313069] pci 0000:00:1e.0:   bridge window [mem 0xf7e00000-0xf7ffffff]
[    0.313076] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.313077] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.313079] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.313080] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff window]
[    0.313082] pci_bus 0000:00: resource 8 [mem 0xe0000000-0xf7ffffff window]
[    0.313083] pci_bus 0000:00: resource 9 [mem 0xfc000000-0xfed8ffff window]
[    0.313085] pci_bus 0000:01: resource 0 [io  0xc000-0xcfff]
[    0.313086] pci_bus 0000:01: resource 1 [mem 0xf4000000-0xf7bfffff]
[    0.313087] pci_bus 0000:01: resource 2 [mem 0xe4000000-0xefffffff 64bit pref]
[    0.313089] pci_bus 0000:04: resource 0 [io  0x1000-0x1fff]
[    0.313090] pci_bus 0000:04: resource 1 [mem 0xe0000000-0xe01fffff]
[    0.313092] pci_bus 0000:04: resource 2 [mem 0xe0200000-0xe03fffff 64bit pref]
[    0.313093] pci_bus 0000:03: resource 0 [io  0xe000-0xefff]
[    0.313094] pci_bus 0000:03: resource 1 [mem 0xf7d00000-0xf7dfffff]
[    0.313096] pci_bus 0000:02: resource 0 [io  0xd000-0xdfff]
[    0.313097] pci_bus 0000:02: resource 1 [mem 0xf7c00000-0xf7cfffff]
[    0.313099] pci_bus 0000:02: resource 2 [mem 0xf2f00000-0xf2ffffff 64bit pref]
[    0.313100] pci_bus 0000:05: resource 1 [mem 0xf7e00000-0xf7ffffff]
[    0.313102] pci_bus 0000:05: resource 4 [io  0x0000-0x0cf7 window]
[    0.313103] pci_bus 0000:05: resource 5 [io  0x0d00-0xffff window]
[    0.313105] pci_bus 0000:05: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.313106] pci_bus 0000:05: resource 7 [mem 0x000d0000-0x000dffff window]
[    0.313107] pci_bus 0000:05: resource 8 [mem 0xe0000000-0xf7ffffff window]
[    0.313109] pci_bus 0000:05: resource 9 [mem 0xfc000000-0xfed8ffff window]
[    0.313111] pci_bus 0000:3f: resource 4 [io  0x0000-0xffff]
[    0.313112] pci_bus 0000:3f: resource 5 [mem 0x00000000-0xfffffffff]
[    0.313137] NET: Registered protocol family 2
[    0.313319] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    0.313446] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.313622] TCP: Hash tables configured (established 65536 bind 65536)
[    0.313659] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    0.313686] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    0.313762] NET: Registered protocol family 1
[    0.314079] pci 0000:01:00.0: Video device with shadowed ROM
[    0.314099] PCI: CLS 32 bytes, default 64
[    0.314144] Unpacking initramfs...
[    0.364402] Freeing initrd memory: 3420K (ffff880037942000 - ffff880037c99000)
[    0.364413] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.364415] software IO TLB [mem 0xdb770000-0xdf770000] (64MB) mapped at [ffff8800db770000-ffff8800df76ffff]
[    0.364576] Scanning for low memory corruption every 60 seconds
[    0.364938] futex hash table entries: 4096 (order: 6, 262144 bytes)
[    0.365224] Initialise system trusted keyring
[    0.366629] zbud: loaded
[    0.366854] Key type big_key registered
[    0.367052] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[    0.367081] io scheduler noop registered
[    0.367083] io scheduler deadline registered
[    0.367109] io scheduler cfq registered (default)
[    0.367328] pcieport 0000:00:1c.0: enabling device (0104 -> 0107)
[    0.367572] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.367577] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.367588] vesafb: mode is 1280x1024x32, linelength=5120, pages=0
[    0.367589] vesafb: scrolling: redraw
[    0.367591] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.367609] vesafb: framebuffer at 0xe5000000, mapped to 0xffffc90001000000, using 5120k, total 5120k
[    0.492772] Console: switching to colour frame buffer device 160x64
[    0.618608] fb0: VESA VGA frame buffer device
[    0.618622] intel_idle: MWAIT substates: 0x1120
[    0.618623] intel_idle: v0.4.1 model 0x25
[    0.618624] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.618772] GHES: HEST is not enabled!
[    0.618835] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.639375] 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.639755] Linux agpgart interface v0.103
[    0.640127] rtc_cmos 00:01: RTC can wake from S4
[    0.640254] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[    0.640279] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    0.640301] ledtrig-cpu: registered to indicate activity on CPUs
[    0.640718] NET: Registered protocol family 10
[    0.640938] NET: Registered protocol family 17
[    0.641098] microcode: CPU0 sig=0x20655, pf=0x2, revision=0x2
[    0.641102] microcode: CPU1 sig=0x20655, pf=0x2, revision=0x2
[    0.641108] microcode: CPU2 sig=0x20655, pf=0x2, revision=0x2
[    0.641115] microcode: CPU3 sig=0x20655, pf=0x2, revision=0x2
[    0.641190] microcode: Microcode Update Driver: v2.01 <[email protected]>, Peter Oruba
[    0.641816] registered taskstats version 1
[    0.641842] Loading compiled-in X.509 certificates
[    0.641879] zswap: loaded using pool lzo/zbud
[    0.642354]   Magic number: 4:642:545
[    0.642507] rtc_cmos 00:01: setting system clock to 2016-06-02 19:31:36 UTC (1464895896)
[    0.642568] PM: Hibernation image not present or could not be loaded.
[    0.643589] Freeing unused kernel memory: 1204K (ffffffff818f4000 - ffffffff81a21000)
[    0.643590] Write protecting the kernel read-only data: 8192k
[    0.643804] Freeing unused kernel memory: 268K (ffff8800015bd000 - ffff880001600000)
[    0.644279] Freeing unused kernel memory: 188K (ffff8800017d1000 - ffff880001800000)
[    0.651142] random: systemd-tmpfile urandom read with 1 bits of entropy available
[    0.676090] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    0.678506] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.678546] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.682277] ACPI: bus type USB registered
[    0.682312] usbcore: registered new interface driver usbfs
[    0.682324] usbcore: registered new interface driver hub
[    0.682368] usbcore: registered new device driver usb
[    0.682437] SCSI subsystem initialized
[    0.682875] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.683136] ehci-pci: EHCI PCI platform driver
[    0.683316] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    0.683326] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    0.683340] ehci-pci 0000:00:1a.0: debug port 2
[    0.688023] ehci-pci 0000:00:1a.0: cache line size of 32 is not supported
[    0.688040] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf3ffe000
[    0.688125] libata version 3.00 loaded.
[    0.688717] pata_via 0000:03:00.0: version 0.3.4
[    0.689163] scsi host0: pata_via
[    0.689456] scsi host1: pata_via
[    0.689510] ata1: PATA max UDMA/133 cmd 0xec00 ctl 0xe880 bmdma 0xe400 irq 16
[    0.689511] ata2: PATA max UDMA/133 cmd 0xe800 ctl 0xe480 bmdma 0xe408 irq 16
[    0.697332] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    0.697554] hub 1-0:1.0: USB hub found
[    0.697561] hub 1-0:1.0: 2 ports detected
[    0.697783] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    0.697789] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    0.697799] ehci-pci 0000:00:1d.0: debug port 2
[    0.701716] ehci-pci 0000:00:1d.0: cache line size of 32 is not supported
[    0.701732] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf3ffd000
[    0.710711] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    0.710949] hub 2-0:1.0: USB hub found
[    0.710955] hub 2-0:1.0: 2 ports detected
[    0.711059] ata_piix 0000:00:1f.2: version 2.13
[    0.711139] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[    0.711947] scsi host2: ata_piix
[    0.712053] scsi host3: ata_piix
[    0.712098] ata3: SATA max UDMA/133 cmd 0xac00 ctl 0xa880 bmdma 0xa400 irq 21
[    0.712102] ata4: SATA max UDMA/133 cmd 0xa800 ctl 0xa480 bmdma 0xa408 irq 21
[    0.712198] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
[    0.712802] scsi host4: ata_piix
[    0.712898] scsi host5: ata_piix
[    0.712936] ata5: SATA max UDMA/133 cmd 0xbc00 ctl 0xb880 bmdma 0xb400 irq 21
[    0.712938] ata6: SATA max UDMA/133 cmd 0xb800 ctl 0xb480 bmdma 0xb408 irq 21
[    1.004051] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    1.020706] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    1.036073] ata5: SATA link down (SStatus 0 SControl 300)
[    1.046823] ata6: SATA link down (SStatus 0 SControl 300)
[    1.128349] hub 1-1:1.0: USB hub found
[    1.128432] hub 1-1:1.0: 6 ports detected
[    1.144590] hub 2-1:1.0: USB hub found
[    1.144684] hub 2-1:1.0: 8 ports detected
[    1.367363] tsc: Refined TSC clocksource calibration: 3077.388 MHz
[    1.367367] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2c5bd7658a1, max_idle_ns: 440795334713 ns
[    1.394020] usb 1-1.2: new low-speed USB device number 3 using ehci-pci
[    1.410671] usb 2-1.3: new high-speed USB device number 3 using ehci-pci
[    1.484137] ata3.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.484152] ata3.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.487359] ata4.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.487372] ata4.01: SATA link down (SStatus 0 SControl 300)
[    1.489296] ata3.00: ATA-8: ST3500413AS, JC45, max UDMA/133
[    1.489302] ata3.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    1.489314] ata3.01: ATAPI: Optiarc DVD RW AD-5260S, 1.00, max UDMA/100
[    1.489989] ata4.00: ATA-8: WDC WD5000AAKS-00UU3A0, 01.03B01, max UDMA/133
[    1.489995] ata4.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    1.493664] ata4.00: configured for UDMA/133
[    1.494233] ata3.00: configured for UDMA/133
[    1.498997] ata3.01: configured for UDMA/100
[    1.500245] scsi 2:0:0:0: Direct-Access     ATA      ST3500413AS      JC45 PQ: 0 ANSI: 5
[    1.532559] scsi 2:0:1:0: CD-ROM            Optiarc  DVD RW AD-5260S  1.00 PQ: 0 ANSI: 5
[    1.541953] scsi 3:0:0:0: Direct-Access     ATA      WDC WD5000AAKS-0 3B01 PQ: 0 ANSI: 5
[    1.574611] sd 2:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[    1.574634] sd 3:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[    1.574659] sd 2:0:0:0: [sda] Write Protect is off
[    1.574661] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.574684] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.574699] sd 3:0:0:0: [sdb] Write Protect is off
[    1.574701] sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    1.574724] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.585702] sr 2:0:1:0: [sr0] scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
[    1.585708] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.585867] sr 2:0:1:0: Attached scsi CD-ROM sr0
[    1.601181]  sdb: sdb1 sdb2 < sdb5 >
[    1.602112] sd 3:0:0:0: [sdb] Attached SCSI disk
[    1.606533]  sda: sda1 sda2 sda3
[    1.628173] sd 2:0:0:0: [sda] Attached SCSI disk
[    1.650612] usb 2-1.5: new low-speed USB device number 4 using ehci-pci
[    1.718643] hidraw: raw HID events driver (C) Jiri Kosina
[    1.722411] usbcore: registered new interface driver usbhid
[    1.722413] usbhid: USB HID core driver
[    1.722918] input: Razer Razer 1600dpi 3 button optical mouse as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:1532:0003.0001/input/input2
[    1.722962] hid-generic 0003:1532:0003.0001: input,hidraw0: USB HID v1.10 Mouse [Razer Razer 1600dpi 3 button optical mouse] on usb-0000:00:1a.0-1.2/input0
[    1.750707] input: CHESEN USB Keyboard as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.0/0003:0A81:0101.0002/input/input3
[    1.803980] hid-generic 0003:0A81:0101.0002: input,hidraw1: USB HID v1.10 Keyboard [CHESEN USB Keyboard] on usb-0000:00:1d.0-1.5/input0
[    1.810726] input: CHESEN USB Keyboard as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.1/0003:0A81:0101.0003/input/input4
[    1.864073] hid-generic 0003:0A81:0101.0003: input,hidraw2: USB HID v1.10 Device [CHESEN USB Keyboard] on usb-0000:00:1d.0-1.5/input1
[    2.367445] clocksource: Switched to clocksource tsc
[    3.693926] floppy0: no floppy controllers found
[    3.838731] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[    4.226317] random: nonblocking pool is initialized
[    4.374450] ip_tables: (C) 2000-2006 Netfilter Core Team
[    4.407970] systemd[1]: systemd 229 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[    4.408106] systemd[1]: Detected architecture x86-64.
[    4.408524] systemd[1]: Set hostname to <archlinux>.
[    5.044686] systemd[1]: Reached target Encrypted Volumes.
[    5.044828] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    5.044867] systemd[1]: Listening on Journal Socket.
[    5.044881] systemd[1]: Reached target Remote File Systems.
[    5.044901] systemd[1]: Listening on udev Kernel Socket.
[    5.044922] systemd[1]: Listening on Journal Socket (/dev/log).
[    5.044944] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    5.044974] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    5.074021] systemd[1]: Created slice System Slice.
[    5.100578] systemd[1]: Mounting Temporary Directory...
[    5.100996] systemd[1]: Starting Journal Service...
[    5.101094] systemd[1]: Created slice system-dhcpcd.slice.
[    5.140672] systemd[1]: Starting Apply Kernel Variables...
[    5.141059] systemd[1]: Mounting Debug File System...
[    5.141426] systemd[1]: Mounting POSIX Message Queue File System...
[    5.145892] systemd[1]: Mounting Configuration File System...
[    5.146239] systemd[1]: Starting Setup Virtual Console...
[    5.146338] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    5.146394] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    5.146780] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[    5.146798] systemd[1]: Reached target Swap.
[    5.147329] systemd[1]: Mounting Huge Pages File System...
[    5.147401] systemd[1]: Listening on udev Control Socket.
[    5.147450] systemd[1]: Listening on LVM2 metadata daemon socket.
[    5.147920] systemd[1]: Starting Remount Root and Kernel File Systems...
[    5.148054] systemd[1]: Created slice system-getty.slice.
[    5.153092] systemd[1]: Listening on Process Core Dump Socket.
[    5.153170] systemd[1]: Created slice User and Session Slice.
[    5.153184] systemd[1]: Reached target Slices.
[    5.153230] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    5.153241] systemd[1]: Reached target Paths.
[    5.221613] systemd[1]: Mounted Configuration File System.
[    5.221648] systemd[1]: Mounted Debug File System.
[    5.225472] systemd[1]: Mounted POSIX Message Queue File System.
[    5.225505] systemd[1]: Mounted Huge Pages File System.
[    5.225526] systemd[1]: Mounted Temporary Directory.
[    5.228641] EXT4-fs (sda2): re-mounted. Opts: data=ordered
[    5.229352] systemd[1]: Started Remount Root and Kernel File Systems.
[    5.257233] systemd[1]: Starting Load/Save Random Seed...
[    5.263359] systemd[1]: Starting udev Coldplug all Devices...
[    5.316143] systemd[1]: Started Load/Save Random Seed.
[    5.340907] systemd[1]: Started Create list of required static device nodes for the current kernel.
[    5.353921] systemd[1]: Starting Create Static Device Nodes in /dev...
[    5.358404] systemd[1]: Started Apply Kernel Variables.
[    5.675537] systemd[1]: Started udev Coldplug all Devices.
[    5.719259] systemd[1]: Started Create Static Device Nodes in /dev.
[    5.719362] systemd[1]: Reached target Local File Systems (Pre).
[    5.719888] systemd[1]: Starting udev Kernel Device Manager...
[    5.817306] systemd[1]: Started Setup Virtual Console.
[    6.180047] systemd[1]: Started udev Kernel Device Manager.
[    6.334268] systemd[1]: Started Journal Service.
[    6.490446] systemd-journald[178]: Received request to flush runtime journal from PID 1
[    6.710553] ACPI Warning: SystemIO range 0x0000000000000828-0x000000000000082F conflicts with OpRegion 0x0000000000000800-0x000000000000084F (\PMRG) (20160108/utaddress-255)
[    6.710560] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    6.710565] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x000000000000054F (\_SB.PCI0.SBRG.ASOC.GPS1) (20160108/utaddress-255)
[    6.710569] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    6.710570] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x000000000000053F (\GPS0) (20160108/utaddress-255)
[    6.710574] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x000000000000054F (\_SB.PCI0.SBRG.ASOC.GPS1) (20160108/utaddress-255)
[    6.710577] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    6.710579] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x000000000000053F (\GPS0) (20160108/utaddress-255)
[    6.710582] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x000000000000054F (\_SB.PCI0.SBRG.ASOC.GPS1) (20160108/utaddress-255)
[    6.710586] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    6.710587] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    6.714238] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5
[    6.714243] ACPI: Power Button [PWRB]
[    6.714284] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input6
[    6.714286] ACPI: Power Button [PWRF]
[    6.719757] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    6.731753] ACPI Warning: SystemIO range 0x0000000000000400-0x000000000000041F conflicts with OpRegion 0x0000000000000400-0x000000000000040F (\SMRG) (20160108/utaddress-255)
[    6.731760] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    7.332988] mousedev: PS/2 mouse device common for all mice
[    7.398272] snd_hda_intel 0000:01:00.1: Disabling MSI
[    7.398281] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[    7.583835] input: PC Speaker as /devices/platform/pcspkr/input/input7
[    7.738443] snd_hda_codec_via hdaudioC0D0: autoconfig for VT1708S: line_outs=4 (0x1c/0x19/0x22/0x23/0x0) type:line
[    7.738448] snd_hda_codec_via hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    7.738451] snd_hda_codec_via hdaudioC0D0:    hp_outs=1 (0x1d/0x0/0x0/0x0/0x0)
[    7.738453] snd_hda_codec_via hdaudioC0D0:    mono: mono_out=0x0
[    7.738456] snd_hda_codec_via hdaudioC0D0:    dig-out=0x20/0x21
[    7.738458] snd_hda_codec_via hdaudioC0D0:    inputs:
[    7.738460] snd_hda_codec_via hdaudioC0D0:      Rear Mic=0x1a
[    7.738463] snd_hda_codec_via hdaudioC0D0:      Front Mic=0x1e
[    7.738465] snd_hda_codec_via hdaudioC0D0:      Line=0x1b
[    7.738467] snd_hda_codec_via hdaudioC0D0:      CD=0x1f
[    7.747749] input: HDA Intel MID Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[    7.747817] input: HDA Intel MID Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[    7.747880] input: HDA Intel MID Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[    7.747943] input: HDA Intel MID Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[    7.748005] input: HDA Intel MID Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[    7.748068] input: HDA Intel MID Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
[    7.748129] input: HDA Intel MID Line Out Side as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
[    7.748193] input: HDA Intel MID Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input16
[    7.934025] FUJITSU Extended Socket Network Device Driver - version 1.0 - Copyright (c) 2015 FUJITSU LIMITED
[    7.951940] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    7.951953] r8169 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
[    7.952367] r8169 0000:02:00.0 eth0: RTL8168d/8111d at 0xffffc90000e76000, 20:cf:30:b4:e1:b8, XID 083000c0 IRQ 26
[    7.952371] r8169 0000:02:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    7.982097] iTCO_vendor_support: vendor-support=0
[    8.124067] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input17
[    8.124143] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input18
[    8.124215] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input19
[    8.124289] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input20
[    8.149976] fuse init (API version 7.24)
[    8.173252] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    8.173293] iTCO_wdt: Found a H55 TCO device (Version=2, TCOBASE=0x0860)
[    8.173391] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    8.186051] r8169 0000:02:00.0 enp2s0: renamed from eth0
[    8.353945] [drm] Initialized drm 1.1.0 20060810
[    8.365227] media: Linux media interface: v0.10
[    8.390394] Linux video capture interface: v2.00
[    8.416888] usbcore: registered new interface driver snd-usb-audio
[    8.426494] snd_cs46xx 0000:05:01.0: Direct firmware load for cs46xx/cwc4630 failed with error -2
[    8.426500] snd_cs46xx 0000:05:01.0: firmware load error [cwc4630]
[    8.427873] snd_cs46xx: probe of 0000:05:01.0 failed with error -2
[    8.450426] kvm: VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL does not work properly. Using workaround
[    8.600935] uvcvideo: Found UVC 1.00 device Webcam C110 (046d:0829)
[    8.605259] uvcvideo 2-1.3:1.0: Entity type for entity Processing 2 was not initialized!
[    8.605264] uvcvideo 2-1.3:1.0: Entity type for entity Extension 6 was not initialized!
[    8.605267] uvcvideo 2-1.3:1.0: Entity type for entity Camera 1 was not initialized!
[    8.605371] input: Webcam C110 as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.0/input/input21
[    8.605453] usbcore: registered new interface driver uvcvideo
[    8.605455] USB Video Class driver (1.1.1)
[    8.962735] nvidia: module license 'NVIDIA' taints kernel.
[    8.962741] Disabling lock debugging due to kernel taint
[    8.969076] EXT4-fs (sda1): mounting ext2 file system using the ext4 subsystem
[    8.973939] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
[    8.974024] nvidia-nvlink: Nvlink Core is being initialized, major device number 246
[    8.974042] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  364.19  Tue Apr 19 14:44:55 PDT 2016
[    9.012943] EXT4-fs (sda1): mounted filesystem without journal. Opts: block_validity,barrier,user_xattr,acl
[    9.055810] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  364.19  Tue Apr 19 14:15:03 PDT 2016
[    9.063520] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[    9.121698] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: data=ordered
[    9.684895] r8169 0000:02:00.0 enp2s0: link down
[    9.684896] r8169 0000:02:00.0 enp2s0: link down
[    9.684950] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
[    9.866941] floppy0: no floppy controllers found
[   11.514907] NVRM: Your system is not currently configured to drive a VGA console
[   11.514911] NVRM: on the primary VGA device. The NVIDIA Linux graphics driver
[   11.514913] NVRM: requires the use of a text-mode VGA console. Use of other console
[   11.514915] NVRM: drivers including, but not limited to, vesafb, may result in
[   11.514916] NVRM: corruption and stability problems, and is not supported.
[   11.515644] nvidia-modeset: Allocated GPU:0 (GPU-f79202bd-5f3f-1140-82f5-9c7435a84e5d) @ PCI:0000:01:00.0
[   12.163240] r8169 0000:02:00.0 enp2s0: link up
[   12.163258] IPv6: ADDRCONF(NETDEV_CHANGE): enp2s0: link becomes ready
[   34.158975] usb 2-1.3: reset high-speed USB device number 3 using ehci-pci
[  101.616802] snd_cs46xx 0000:05:01.0: Direct firmware load for cs46xx/cwc4630 failed with error -2
[  101.616806] snd_cs46xx 0000:05:01.0: firmware load error [cwc4630]
[  101.617254] snd_cs46xx: probe of 0000:05:01.0 failed with error -2

vasek
sudo lspci -vv
[[email protected] michael]# sudo lspci -vv
00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 18)
	Subsystem: ASUSTeK Computer Inc. Device 8383
	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
	Capabilities: [e0] Vendor Specific Information: Len=0c <?>
	Kernel modules: intel_agp

00:01.0 PCI bridge: Intel Corporation Core Processor PCI Express x16 Root Port (rev 18) (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: 32 bytes
	Interrupt: pin A routed to IRQ 24
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
	I/O behind bridge: 0000c000-0000cfff
	Memory behind bridge: f4000000-f7bfffff
	Prefetchable memory behind bridge: 00000000e4000000-00000000efffffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA+ MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [88] Subsystem: ASUSTeK Computer Inc. Device 8383
	Capabilities: [80] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: 00000000  Data: 0000
	Capabilities: [a0] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #2, Speed 5GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <256ns, L1 <4us
			ClockPM- Surprise- LLActRep- BwNot+ ASPMOptComp-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x16, TrErr- Train- SlotClk+ DLActive- BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #1, PowerLimit 75.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet+ LinkState-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, OBFF Not Supported ARIFwd-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [100 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=01
			Status:	NegoPending- InProgress-
	Kernel driver in use: pcieport
	Kernel modules: shpchp

00:1a.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 06) (prog-if 20 [EHCI])
	Subsystem: ASUSTeK Computer Inc. Device 8383
	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: 0
	Interrupt: pin A routed to IRQ 16
	Region 0: Memory at f3ffe000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: [50] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Debug port: BAR=1 offset=00a0
	Capabilities: [98] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: ehci-pci
	Kernel modules: ehci_pci

00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 06)
	Subsystem: ASUSTeK Computer Inc. Device 836c
	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: 32 bytes
	Interrupt: pin A routed to IRQ 25
	Region 0: Memory at f3ff8000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [50] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee00000  Data: 40d1
	Capabilities: [70] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
	Capabilities: [100 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=01
			Status:	NegoPending- InProgress-
		VC1:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=1 ArbSelect=Fixed TC/VC=02
			Status:	NegoPending- InProgress-
	Capabilities: [130 v1] Root Complex Link
		Desc:	PortNumber=0f ComponentID=00 EltType=Config
		Link0:	Desc:	TargetPort=00 TargetComponent=00 AssocRCRB- LinkType=MemMapped LinkValid+
			Addr:	00000000fed1c000
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel

00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 06) (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: 32 bytes
	Interrupt: pin A routed to IRQ 17
	Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
	I/O behind bridge: 00001000-00001fff
	Memory behind bridge: e0000000-e01fffff
	Prefetchable memory behind bridge: 00000000e0200000-00000000e03fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #1, Speed 2.5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <1us, L1 <4us
			ClockPM- Surprise- LLActRep+ BwNot- ASPMOptComp-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+
			Slot #128, PowerLimit 25.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock-
			Changed: MRL- PresDet- LinkState-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BC, TimeoutDis+, LTR-, OBFF Not Supported ARIFwd-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
		Address: 00000000  Data: 0000
	Capabilities: [90] Subsystem: ASUSTeK Computer Inc. Device 8383
	Capabilities: [a0] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: pcieport
	Kernel modules: shpchp

00:1c.4 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 5 (rev 06) (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: 32 bytes
	Interrupt: pin A routed to IRQ 17
	Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
	I/O behind bridge: 0000e000-0000efff
	Memory behind bridge: f7d00000-f7dfffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (v2) Root Port (Slot-), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #5, Speed 2.5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <1us, L1 <4us
			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-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BC, TimeoutDis+, LTR-, OBFF Not Supported ARIFwd-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
		Address: 00000000  Data: 0000
	Capabilities: [90] Subsystem: ASUSTeK Computer Inc. Device 8383
	Capabilities: [a0] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: pcieport
	Kernel modules: shpchp

00:1c.5 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 6 (rev 06) (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: 32 bytes
	Interrupt: pin B routed to IRQ 16
	Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
	I/O behind bridge: 0000d000-0000dfff
	Memory behind bridge: f7c00000-f7cfffff
	Prefetchable memory behind bridge: 00000000f2f00000-00000000f2ffffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (v2) Root Port (Slot-), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #6, Speed 2.5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <256ns, L1 <4us
			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-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BC, TimeoutDis+, LTR-, OBFF Not Supported ARIFwd-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
		Address: 00000000  Data: 0000
	Capabilities: [90] Subsystem: ASUSTeK Computer Inc. Device 8383
	Capabilities: [a0] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: pcieport
	Kernel modules: shpchp

00:1d.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 06) (prog-if 20 [EHCI])
	Subsystem: ASUSTeK Computer Inc. Device 8383
	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: 0
	Interrupt: pin A routed to IRQ 23
	Region 0: Memory at f3ffd000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: [50] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Debug port: BAR=1 offset=00a0
	Capabilities: [98] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: ehci-pci
	Kernel modules: ehci_pci

00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev a6) (prog-if 01 [Subtractive 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
	Bus: primary=00, secondary=05, subordinate=05, sec-latency=32
	Memory behind bridge: f7e00000-f7ffffff
	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] Subsystem: ASUSTeK Computer Inc. Device 8383

00:1f.0 ISA bridge: Intel Corporation H55 Chipset LPC Interface Controller (rev 06)
	Subsystem: ASUSTeK Computer Inc. Device 8383
	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: 0
	Capabilities: [e0] Vendor Specific Information: Len=10 <?>
	Kernel driver in use: lpc_ich
	Kernel modules: lpc_ich

00:1f.2 IDE interface: Intel Corporation 5 Series/3400 Series Chipset 4 port SATA IDE Controller (rev 06) (prog-if 8f [Master SecP SecO PriP PriO])
	Subsystem: ASUSTeK Computer Inc. Device 8383
	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: 0
	Interrupt: pin D routed to IRQ 21
	Region 0: I/O ports at ac00 [size=8]
	Region 1: I/O ports at a880 [size=4]
	Region 2: I/O ports at a800 [size=8]
	Region 3: I/O ports at a480 [size=4]
	Region 4: I/O ports at a400 [size=16]
	Region 5: I/O ports at a080 [size=16]
	Capabilities: [70] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [b0] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: ata_piix
	Kernel modules: ata_piix, pata_acpi, ata_generic

00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller (rev 06)
	Subsystem: ASUSTeK Computer Inc. Device 8383
	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-
	Interrupt: pin C routed to IRQ 18
	Region 0: Memory at f3ffc000 (64-bit, non-prefetchable) [size=256]
	Region 4: I/O ports at 0400 [size=32]
	Kernel modules: i2c_i801

00:1f.5 IDE interface: Intel Corporation 5 Series/3400 Series Chipset 2 port SATA IDE Controller (rev 06) (prog-if 85 [Master SecO PriO])
	Subsystem: ASUSTeK Computer Inc. Device 8383
	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: 0
	Interrupt: pin D routed to IRQ 21
	Region 0: I/O ports at bc00 [size=8]
	Region 1: I/O ports at b880 [size=4]
	Region 2: I/O ports at b800 [size=8]
	Region 3: I/O ports at b480 [size=4]
	Region 4: I/O ports at b400 [size=16]
	Region 5: I/O ports at b080 [size=16]
	Capabilities: [70] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [b0] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: ata_piix
	Kernel modules: ata_piix, pata_acpi, ata_generic

01:00.0 VGA compatible controller: NVIDIA Corporation GF104 [GeForce GTX 460 SE] (rev a1) (prog-if 00 [VGA controller])
	Subsystem: NVIDIA Corporation Device 089e
	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
	Interrupt: pin A routed to IRQ 27
	Region 0: Memory at f4000000 (32-bit, non-prefetchable) [size=32M]
	Region 1: Memory at e8000000 (64-bit, prefetchable) [size=128M]
	Region 3: Memory at e4000000 (64-bit, prefetchable) [size=64M]
	Region 5: I/O ports at cc00 [size=128]
	[virtual] Expansion ROM at f7b00000 [disabled] [size=512K]
	Capabilities: [60] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [68] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee00000  Data: 4022
	Capabilities: [78] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <4us, L1 <64us
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 75.000W
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <256ns, L1 <4us
			ClockPM+ Surprise- LLActRep- BwNot- ASPMOptComp-
		LnkCtl:	ASPM Disabled; RCB 128 bytes Disabled- CommClk+
			ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x16, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR-, OBFF Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [b4] Vendor Specific Information: Len=14 <?>
	Capabilities: [100 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=01
			Status:	NegoPending- InProgress-
	Capabilities: [128 v1] Power Budgeting <?>
	Capabilities: [600 v1] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?>
	Kernel driver in use: nvidia
	Kernel modules: nouveau, nvidia_drm, nvidia

01:00.1 Audio device: NVIDIA Corporation GF104 High Definition Audio Controller (rev a1)
	Subsystem: NVIDIA Corporation Device 089e
	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: 32 bytes
	Interrupt: pin B routed to IRQ 17
	Region 0: Memory at f7bfc000 (32-bit, non-prefetchable) [size=16K]
	Capabilities: [60] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [78] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <4us, L1 <64us
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 75.000W
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <256ns, L1 <4us
			ClockPM+ Surprise- LLActRep- BwNot- ASPMOptComp-
		LnkCtl:	ASPM Disabled; RCB 128 bytes Disabled- CommClk+
			ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x16, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR-, OBFF Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel

02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 03)
	Subsystem: ASUSTeK Computer Inc. M4A785TD Motherboard
	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: 32 bytes
	Interrupt: pin A routed to IRQ 26
	Region 0: I/O ports at d800 [size=256]
	Region 2: Memory at f2fff000 (64-bit, prefetchable) [size=4K]
	Region 4: Memory at f2ff8000 (64-bit, prefetchable) [size=16K]
	Expansion ROM at f7cf0000 [disabled] [size=64K]
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee00000  Data: 40e1
	Capabilities: [70] Express (v2) Endpoint, MSI 01
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 0.000W
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 4096 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <512ns, L1 <64us
			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-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR-, OBFF Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [ac] MSI-X: Enable- Count=4 Masked-
		Vector table: BAR=4 offset=00000000
		PBA: BAR=4 offset=00000800
	Capabilities: [cc] Vital Product Data
		Unknown large resource type 78, will not decode more.
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
	Capabilities: [140 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
	Capabilities: [160 v1] Device Serial Number 00-00-00-00-00-00-00-00
	Kernel driver in use: r8169
	Kernel modules: r8169

03:00.0 IDE interface: VIA Technologies, Inc. VT6415 PATA IDE Host Controller (prog-if 85 [Master SecO PriO])
	Subsystem: ASUSTeK Computer Inc. Motherboard
	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: 32 bytes
	Interrupt: pin A routed to IRQ 16
	Region 0: I/O ports at ec00 [size=8]
	Region 1: I/O ports at e880 [size=4]
	Region 2: I/O ports at e800 [size=8]
	Region 3: I/O ports at e480 [size=4]
	Region 4: I/O ports at e400 [size=16]
	Expansion ROM at f7df0000 [disabled] [size=64K]
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1+,D2+,D3hot+,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [70] MSI: Enable- Count=1/1 Maskable+ 64bit+
		Address: 0000000000000000  Data: 0000
		Masking: 00000000  Pending: 00000000
	Capabilities: [90] Express (v1) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			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 <64us
			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] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 14, GenCap+ CGenEn- ChkCap+ ChkEn-
	Capabilities: [130 v1] Device Serial Number 00-40-63-ff-ff-63-40-00
	Kernel driver in use: pata_via
	Kernel modules: pata_via, pata_acpi, ata_generic

05:01.0 Multimedia audio controller: Cirrus Logic CS 4614/22/24/30 [CrystalClear SoundFusion Audio Accelerator] (rev 01)
	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-
	Interrupt: pin A routed to IRQ 16
	Region 0: Memory at f7fff000 (32-bit, non-prefetchable) [size=4K]
	Region 1: Memory at f7e00000 (32-bit, non-prefetchable) [size=1M]
	Capabilities: [40] Power Management version 2
		Flags: PMEClk+ DSI+ D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel modules: snd_cs46xx

3f:00.0 Host bridge: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers (rev 05)
	Subsystem: Intel Corporation Device 8086
	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

3f:00.1 Host bridge: Intel Corporation Core Processor QuickPath Architecture System Address Decoder (rev 05)
	Subsystem: Intel Corporation Device 8086
	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

3f:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0 (rev 05)
	Subsystem: Intel Corporation Device 8086
	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

3f:02.1 Host bridge: Intel Corporation 1st Generation Core i3/5/7 Processor QPI Physical 0 (rev 05)
	Subsystem: Intel Corporation Device 8086
	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

3f:02.2 Host bridge: Intel Corporation 1st Generation Core i3/5/7 Processor Reserved (rev 05)
	Subsystem: Intel Corporation Device 8086
	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

3f:02.3 Host bridge: Intel Corporation 1st Generation Core i3/5/7 Processor Reserved (rev 05)
	Subsystem: Intel Corporation Device 8086
	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
vasek
cat /proc/modules | grep snd_cs46xx
[[email protected] michael]# cat /proc/modules | grep snd_cs46xx
snd_cs46xx 81920 0 - Live 0xffffffffa059c000
snd_ac97_codec 118784 1 snd_cs46xx, Live 0xffffffffa0374000
gameport 16384 1 snd_cs46xx, Live 0xffffffffa0334000
snd_rawmidi 28672 2 snd_cs46xx,snd_usbmidi_lib, Live 0xffffffffa02f3000
snd_pcm 86016 11 snd_cs46xx,snd_usb_audio,snd_ac97_codec,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_core, Live 0xffffffffa029e000
snd 65536 40 snd_cs46xx,snd_usb_audio,snd_usbmidi_lib,snd_hda_codec_hdmi,snd_ac97_codec,snd_hda_codec_via,snd_hda_codec_generic,snd_rawmidi,snd_seq_device,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer, Live 0xffffffffa024d000
vasek
cat /proc/asound/oss/sndstat
[[email protected] michael]# cat /proc/asound/oss/sndstat
Sound Driver:3.8.1a-980706 (ALSA emulation code)
Kernel: Linux archlinux 4.5.4-1-ARCH #1 SMP PREEMPT Wed May 11 22:21:28 CEST 2016 x86_64
Config options: 0

Installed drivers:
Type 10: ALSA emulation

Card config:
HDA Intel MID at 0xf3ff8000 irq 25
HDA NVidia at 0xf7bfc000 irq 17
Webcam C110 at usb-0000:00:1d.0-1.3, high speed

Audio devices: NOT ENABLED IN CONFIG

Synth devices: NOT ENABLED IN CONFIG

Midi devices: NOT ENABLED IN CONFIG

Timers:
31: system timer

Mixers: NOT ENABLED IN CONFIG
Я не очень понимаю что именно нужно искать в выводах этих команд, посмотрите пожалуйста.
И ещё при включении пишет вот это [ 101.616806] snd_cs46xx 0000:05:01.0: firmware load error [cwc4630], тоже самое встречается и в dmesg
Мне кажется что нужно всё-таки установить модуль для альсы, с тем что установлен явно проблемы, только вот как я не до конца понимаю.
snd_cs46xx 0000:05:01.0: Direct firmware load for cs46xx/cwc4630 failed with error -2
snd_cs46xx 0000:05:01.0: firmware load error [cwc4630]
snd_cs46xx: probe of 0000:05:01.0 failed with error -2
Насколько я понял чтобы модуль нормально загрузился и карта определилась нужен firmware (прошивка) ….... времени нет...... погугли сам....
Навскидку, что смог быстро накопать — посмотри это (выйти отсюда Back to Package ) + почитай посдедний пост на BBS …. ну и можно это ... PS... последнее похоже лишнее..... только запутает...
PSS ... попробуй погугли по фразам, приведенным в начале...

Я чудак на букву М от нехватки времени туго сооброжаю......... вообщем проверь наличие firmware из вывода
modinfo snd_cs46xx | grep firmware
firmware: cs46xx/cwcdma
firmware: cs46xx/cwcbinhack
firmware: cs46xx/cwcsnoop
firmware: cs46xx/cwcasync
firmware: cs46xx/cwc4630
..... судя по приведенным ошибкам у тебя нет только cs46xx/cwc4630 ..... но навсякий случай проверь все ....
Ошибки не исчезают с опытом - они просто умнеют
 
Зарегистрироваться или войдите чтобы оставить сообщение.