You are not logged in.

#1 2018-12-22 14:17:07

gab00
Member
Registered: 2018-12-22
Posts: 8

Usb Dac/Amp - Alsa config

Hello guys, first thread here.
I've been using arch for a couple of months, still trying to learn a lot of stuff I'm not yet aware of.

I'm an audiophile (even if I don't like this term at all) and wanted to connect my new Questyle CMA400i to my computer. After messing around with pulse and alsa for the entire morning, I feel like i need some help.

dmesg | tail -f

[   33.455579] audit: type=1131 audit(1545486664.232:28): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  946.949247] audit: type=1130 audit(1545487577.726:29): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  946.949256] audit: type=1131 audit(1545487577.726:30): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  991.517004] usb 2-5: USB disconnect, device number 3
[ 1006.811615] usb 2-5: new high-speed USB device number 5 using xhci_hcd
[ 1006.952278] usb 2-5: New USB device found, idVendor=20b1, idProduct=307c, bcdDevice= 6.f3
[ 1006.952282] usb 2-5: New USB device strings: Mfr=1, Product=3, SerialNumber=0
[ 1006.952285] usb 2-5: Product: xCORE USB Audio 2.0
[ 1006.952287] usb 2-5: Manufacturer: XMOS
[ 1006.964187] usb 2-5: 1:3 : unsupported format bits 0x100000000

aplay -l

**** List of PLAYBACK Hardware Devices ****
card 0: x20 [xCORE USB Audio 2.0], device 0: USB Audio [USB Audio]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: HDMI [HDA Intel HDMI], device 3: HDMI 0 [HDMI 0]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: HDMI [HDA Intel HDMI], device 7: HDMI 1 [HDMI 1]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: HDMI [HDA Intel HDMI], device 8: HDMI 2 [HDMI 2]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: HDMI [HDA Intel HDMI], device 9: HDMI 3 [HDMI 3]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: HDMI [HDA Intel HDMI], device 10: HDMI 4 [HDMI 4]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 2: PCH [HDA Intel PCH], device 0: ALC1150 Analog [ALC1150 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 2: PCH [HDA Intel PCH], device 1: ALC1150 Digital [ALC1150 Digital]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

/etc/asound.conf

pcm.!default {
	type  hw
	card x20
}

ctl.!default {
	type hw
	card x20
}

Please, help me to properly config this, I don't really want to switch back to other OSs.

Thanks in advance
Have a good day!

Offline

#2 2018-12-22 15:19:49

judd1
Member
Registered: 2015-09-04
Posts: 260

Re: Usb Dac/Amp - Alsa config

Welcome gab00 !

Have you installed pavucontrol

?


This isn't right. This isn't even wrong.
-- Wolfgang Pauli --

Offline

#3 2018-12-22 15:31:18

gab00
Member
Registered: 2018-12-22
Posts: 8

Re: Usb Dac/Amp - Alsa config

judd1 wrote:

Welcome gab00 !

Have you installed pavucontrol

?

Thanks for the welcome judd1!
Haven't yet, I've removed all my configs in order to start from scratch. Is mine a good starting point? (based on the snippets I've posted earlier)
I will try with pavucontrol and edit this comment with updates! Thanks!

UPDATE: I've reinstalled pulse and pavucontrol, now it works, yet pavucontrol can't run (Looking for pulseaudio but not finding it...)

Last edited by gab00 (2018-12-22 17:48:31)

Offline

#4 2018-12-22 18:42:06

judd1
Member
Registered: 2015-09-04
Posts: 260

Re: Usb Dac/Amp - Alsa config

$ systemctl --user status pulseaudio

?

You can also give the output by console of:

$ pavucontrol

?

and full dmesg ?

Last edited by judd1 (2018-12-22 18:54:22)


This isn't right. This isn't even wrong.
-- Wolfgang Pauli --

Offline

#5 2019-01-19 14:42:26

gab00
Member
Registered: 2018-12-22
Posts: 8

Re: Usb Dac/Amp - Alsa config

judd1 wrote:
$ systemctl --user status pulseaudio

?

You can also give the output by console of:

$ pavucontrol

?

and full dmesg ?


Sorry for the late, actually back at this now.
I've came across the "workaround solution" after installing pavucontrol. So thanks judd1!

My cofing files are still the same as above, but I need some steps to make it work.
After turning on the computer I will turn on the amp/dac. Once the device is initialized I need to type the following commands:

1-

pulseaudio -k

2-

pulseaudio 

3-Lauch pavucontrol (and eventually close it)

Once all these steps are done the headphone amp/dac works properly.


Issue is that I need to manually type those commands to init the system, which is not fine.
Also, the output bitrate is the stock 44.1kHz, while my system can process up to 384kHz! A solution for this would be actually nice.

Output of systemctl --user status pulseaudio:

 pulseaudio.service - Sound Service
   Loaded: loaded (/usr/lib/systemd/user/pulseaudio.service; disabled; vendor preset: enabled)
   Active: failed (Result: exit-code) since Sat 2019-01-19 13:05:58 CET; 3h 37min ago
  Process: 657 ExecStart=/usr/bin/pulseaudio --daemonize=no (code=exited, status=1/FAILURE)
 Main PID: 657 (code=exited, status=1/FAILURE)

Jan 19 13:05:58 ws systemd[568]: pulseaudio.service: Service RestartSec=100ms expired, scheduling restart.
Jan 19 13:05:58 ws systemd[568]: pulseaudio.service: Scheduled restart job, restart counter is at 5.
Jan 19 13:05:58 ws systemd[568]: Stopped Sound Service.
Jan 19 13:05:58 ws systemd[568]: pulseaudio.service: Start request repeated too quickly.
Jan 19 13:05:58 ws systemd[568]: pulseaudio.service: Failed with result 'exit-code'.
Jan 19 13:05:58 ws systemd[568]: Failed to start Sound Service.

And here's the dmesg output:

[    0.000000] Linux version 4.20.0-arch1-1-ARCH (builduser@heftig-29859) (gcc version 8.2.1 20181127 (GCC)) #1 SMP PREEMPT Mon Dec 24 03:00:40 UTC 2018
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=8cc40b84-9775-4d6a-a886-95bf78531ce1 rw quiet
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000b9026fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000b9027000-0x00000000b902dfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000b902e000-0x00000000b9478fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000b9479000-0x00000000b98c6fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000b98c7000-0x00000000cc663fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000cc664000-0x00000000cc86bfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000cc86c000-0x00000000cc880fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000cc881000-0x00000000ccdc1fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000ccdc2000-0x00000000cdffefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000cdfff000-0x00000000cdffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000cf000000-0x00000000df1fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000021fdfffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: ASUS All Series/SABERTOOTH Z87, BIOS 1007 05/17/2013
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3497.963 MHz processor
[    0.001472] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.001473] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.001478] last_pfn = 0x21fe00 max_arch_pfn = 0x400000000
[    0.001481] MTRR default type: uncachable
[    0.001482] MTRR fixed ranges enabled:
[    0.001483]   00000-9FFFF write-back
[    0.001483]   A0000-BFFFF uncachable
[    0.001484]   C0000-CFFFF write-protect
[    0.001484]   D0000-E7FFF uncachable
[    0.001485]   E8000-FFFFF write-protect
[    0.001485] MTRR variable ranges enabled:
[    0.001486]   0 base 0000000000 mask 7E00000000 write-back
[    0.001487]   1 base 0200000000 mask 7FE0000000 write-back
[    0.001487]   2 base 00E0000000 mask 7FE0000000 uncachable
[    0.001488]   3 base 00D0000000 mask 7FF0000000 uncachable
[    0.001489]   4 base 00CF000000 mask 7FFF000000 uncachable
[    0.001489]   5 base 021FE00000 mask 7FFFE00000 uncachable
[    0.001490]   6 disabled
[    0.001490]   7 disabled
[    0.001490]   8 disabled
[    0.001491]   9 disabled
[    0.002433] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.002590] total RAM covered: 7918M
[    0.002786] Found optimal setting for mtrr clean up
[    0.002787]  gran_size: 64K 	chunk_size: 32M 	num_reg: 7  	lose cover RAM: 0G
[    0.003544] e820: update [mem 0xcf000000-0xffffffff] usable ==> reserved
[    0.003547] last_pfn = 0xce000 max_arch_pfn = 0x400000000
[    0.009180] found SMP MP-table at [mem 0x000fd7a0-0x000fd7af] mapped at [(____ptrval____)]
[    0.015643] check: Scanning 1 areas for low memory corruption
[    0.015644] Base memory trampoline at [(____ptrval____)] 97000 size 24576
[    0.015646] Using GB pages for direct mapping
[    0.015648] BRK [0x178601000, 0x178601fff] PGTABLE
[    0.015650] BRK [0x178602000, 0x178602fff] PGTABLE
[    0.015650] BRK [0x178603000, 0x178603fff] PGTABLE
[    0.015670] BRK [0x178604000, 0x178604fff] PGTABLE
[    0.015672] BRK [0x178605000, 0x178605fff] PGTABLE
[    0.015768] BRK [0x178606000, 0x178606fff] PGTABLE
[    0.015787] BRK [0x178607000, 0x178607fff] PGTABLE
[    0.015826] BRK [0x178608000, 0x178608fff] PGTABLE
[    0.015854] BRK [0x178609000, 0x178609fff] PGTABLE
[    0.015867] BRK [0x17860a000, 0x17860afff] PGTABLE
[    0.015895] BRK [0x17860b000, 0x17860bfff] PGTABLE
[    0.015940] BRK [0x17860c000, 0x17860cfff] PGTABLE
[    0.015977] RAMDISK: [mem 0x37111000-0x3787ffff]
[    0.015981] ACPI: Early table checksum verification disabled
[    0.017655] ACPI: RSDP 0x00000000000F0490 000024 (v02 ALASKA)
[    0.017658] ACPI: XSDT 0x00000000CC870080 000074 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.017661] ACPI: FACP 0x00000000CC87C640 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
[    0.017665] ACPI: DSDT 0x00000000CC870188 00C4B1 (v02 ALASKA A M I    00000024 INTL 20091112)
[    0.017667] ACPI: FACS 0x00000000CCDC0080 000040
[    0.017669] ACPI: APIC 0x00000000CC87C750 000092 (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.017670] ACPI: FPDT 0x00000000CC87C7E8 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.017672] ACPI: SSDT 0x00000000CC87C830 000539 (v01 PmRef  Cpu0Ist  00003000 INTL 20051117)
[    0.017674] ACPI: SSDT 0x00000000CC87CD70 000AD8 (v01 PmRef  CpuPm    00003000 INTL 20051117)
[    0.017676] ACPI: MCFG 0x00000000CC87D848 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
[    0.017677] ACPI: HPET 0x00000000CC87D888 000038 (v01 ALASKA A M I    01072009 AMI. 00000005)
[    0.017679] ACPI: SSDT 0x00000000CC87D8C0 00036D (v01 SataRe SataTabl 00001000 INTL 20091112)
[    0.017681] ACPI: SSDT 0x00000000CC87DC30 00329E (v01 SaSsdt SaSsdt   00003000 INTL 20091112)
[    0.017683] ACPI: BGRT 0x00000000CC880F28 000038 (v00 ALASKA A M I    01072009 AMI  00010013)
[    0.017688] ACPI: Local APIC address 0xfee00000
[    0.017745] No NUMA configuration found
[    0.017746] Faking a node at [mem 0x0000000000000000-0x000000021fdfffff]
[    0.017749] NODE_DATA(0) allocated [mem 0x21fdfc000-0x21fdfffff]
[    0.017763] Zone ranges:
[    0.017764]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.017765]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.017765]   Normal   [mem 0x0000000100000000-0x000000021fdfffff]
[    0.017766]   Device   empty
[    0.017767] Movable zone start for each node
[    0.017767] Early memory node ranges
[    0.017768]   node   0: [mem 0x0000000000001000-0x000000000009cfff]
[    0.017768]   node   0: [mem 0x0000000000100000-0x00000000b9026fff]
[    0.017769]   node   0: [mem 0x00000000b902e000-0x00000000b9478fff]
[    0.017769]   node   0: [mem 0x00000000b98c7000-0x00000000cc663fff]
[    0.017770]   node   0: [mem 0x00000000cdfff000-0x00000000cdffffff]
[    0.017770]   node   0: [mem 0x0000000100000000-0x000000021fdfffff]
[    0.017938] Zeroed struct page in unavailable ranges: 15956 pages
[    0.017939] Initmem setup node 0 [mem 0x0000000000001000-0x000000021fdfffff]
[    0.017940] On node 0 totalpages: 2015148
[    0.017941]   DMA zone: 64 pages used for memmap
[    0.017941]   DMA zone: 21 pages reserved
[    0.017942]   DMA zone: 3996 pages, LIFO batch:0
[    0.018288]   DMA32 zone: 13001 pages used for memmap
[    0.018288]   DMA32 zone: 832016 pages, LIFO batch:63
[    0.031312]   Normal zone: 18424 pages used for memmap
[    0.031314]   Normal zone: 1179136 pages, LIFO batch:63
[    0.048910] Reserving Intel graphics memory at [mem 0xcf200000-0xdf1fffff]
[    0.048978] ACPI: PM-Timer IO Port: 0x1808
[    0.048980] ACPI: Local APIC address 0xfee00000
[    0.048985] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.048994] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[    0.048996] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.048997] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.048998] ACPI: IRQ0 used by override.
[    0.048998] ACPI: IRQ9 used by override.
[    0.048999] Using ACPI (MADT) for SMP configuration information
[    0.049000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.049005] [Firmware Bug]: TSC_DEADLINE disabled due to Errata; please update microcode to version: 0x22 (or later)
[    0.049006] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.049019] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.049020] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
[    0.049021] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.049021] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.049021] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.049022] PM: Registered nosave memory: [mem 0xb9027000-0xb902dfff]
[    0.049023] PM: Registered nosave memory: [mem 0xb9479000-0xb98c6fff]
[    0.049024] PM: Registered nosave memory: [mem 0xcc664000-0xcc86bfff]
[    0.049025] PM: Registered nosave memory: [mem 0xcc86c000-0xcc880fff]
[    0.049025] PM: Registered nosave memory: [mem 0xcc881000-0xccdc1fff]
[    0.049025] PM: Registered nosave memory: [mem 0xccdc2000-0xcdffefff]
[    0.049026] PM: Registered nosave memory: [mem 0xce000000-0xceffffff]
[    0.049027] PM: Registered nosave memory: [mem 0xcf000000-0xdf1fffff]
[    0.049027] PM: Registered nosave memory: [mem 0xdf200000-0xf7ffffff]
[    0.049028] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.049028] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
[    0.049028] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.049029] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.049029] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
[    0.049030] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
[    0.049030] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.049030] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[    0.049031] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.049031] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.049032] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.049033] [mem 0xdf200000-0xf7ffffff] available for PCI devices
[    0.049034] Booting paravirtualized kernel on bare hardware
[    0.049036] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.128349] random: get_random_bytes called from start_kernel+0x95/0x54e with crng_init=0
[    0.128353] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:8 nr_node_ids:1
[    0.128529] percpu: Embedded 45 pages/cpu @(____ptrval____) s147456 r8192 d28672 u262144
[    0.128533] pcpu-alloc: s147456 r8192 d28672 u262144 alloc=1*2097152
[    0.128533] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.128546] Built 1 zonelists, mobility grouping on.  Total pages: 1983638
[    0.128547] Policy zone: Normal
[    0.128548] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=8cc40b84-9775-4d6a-a886-95bf78531ce1 rw quiet
[    0.132201] Calgary: detecting Calgary via BIOS EBDA area
[    0.132202] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.151899] Memory: 7829728K/8060592K available (12293K kernel code, 1268K rwdata, 3728K rodata, 1532K init, 3936K bss, 230864K reserved, 0K cma-reserved)
[    0.152015] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.152019] Kernel/User page tables isolation: enabled
[    0.152031] ftrace: allocating 35812 entries in 140 pages
[    0.162264] rcu: Preemptible hierarchical RCU implementation.
[    0.162265] rcu: 	CONFIG_RCU_FANOUT set to non-default value of 32.
[    0.162265] rcu: 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.162266] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
[    0.162266] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.162267] 	Tasks RCU enabled.
[    0.162268] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.162268] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.163316] NR_IRQS: 20736, nr_irqs: 488, preallocated irqs: 16
[    0.163461] rcu: 	Offload RCU callbacks from CPUs: (none).
[    0.163498] Console: colour dummy device 80x25
[    0.163502] printk: console [tty0] enabled
[    0.163515] ACPI: Core revision 20181003
[    0.163651] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.163657] hpet clockevent registered
[    0.163660] APIC: Switch to symmetric I/O mode setup
[    0.164024] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.180328] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x326bcc4341d, max_idle_ns: 440795205847 ns
[    0.180336] Calibrating delay loop (skipped), value calculated using timer frequency.. 6998.42 BogoMIPS (lpj=11659876)
[    0.180337] pid_max: default: 32768 minimum: 301
[    0.180359] LSM: Security Framework initializing
[    0.180360] Yama: becoming mindful.
[    0.180363] AppArmor: AppArmor disabled by boot time parameter
[    0.181397] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.181944] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.181972] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.181990] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.182153] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.182153] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.182157] mce: CPU supports 9 MCE banks
[    0.182163] CPU0: Thermal monitoring enabled (TM1)
[    0.182173] process: using mwait in idle threads
[    0.182176] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
[    0.182176] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
[    0.182177] Spectre V2 : Mitigation: Full generic retpoline
[    0.182178] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.182178] Speculative Store Bypass: Vulnerable
[    0.182299] Freeing SMP alternatives memory: 28K
[    0.186995] smpboot: CPU0: Intel(R) Core(TM) i7-4770K CPU @ 3.50GHz (family: 0x6, model: 0x3c, stepping: 0x3)
[    0.203679] Performance Events: PEBS fmt2+, Haswell events, 16-deep LBR, full-width counters, Intel PMU driver.
[    0.203711] ... version:                3
[    0.203711] ... bit width:              48
[    0.203712] ... generic registers:      4
[    0.203712] ... value mask:             0000ffffffffffff
[    0.203713] ... max period:             00007fffffffffff
[    0.203713] ... fixed-purpose events:   3
[    0.203713] ... event mask:             000000070000000f
[    0.210344] rcu: Hierarchical SRCU implementation.
[    0.233788] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.240348] smp: Bringing up secondary CPUs ...
[    0.280351] x86: Booting SMP configuration:
[    0.280352] .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
[    0.520762] smp: Brought up 1 node, 8 CPUs
[    0.520762] smpboot: Max logical packages: 1
[    0.520762] smpboot: Total of 8 processors activated (55989.38 BogoMIPS)
[    0.523890] devtmpfs: initialized
[    0.523890] x86/mm: Memory block size: 128MB
[    0.524103] PM: Registering ACPI NVS region [mem 0xb9027000-0xb902dfff] (28672 bytes)
[    0.524103] PM: Registering ACPI NVS region [mem 0xcc881000-0xccdc1fff] (5509120 bytes)
[    0.524103] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.524103] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    0.524103] pinctrl core: initialized pinctrl subsystem
[    0.524103] RTC time: 12:05:34, date: 01/19/19
[    0.524103] NET: Registered protocol family 16
[    0.524103] audit: initializing netlink subsys (disabled)
[    0.524103] audit: type=2000 audit(1547899533.359:1): state=initialized audit_enabled=0 res=1
[    0.527011] cpuidle: using governor ladder
[    0.527011] cpuidle: using governor menu
[    0.527023] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.527023] ACPI: bus type PCI registered
[    0.527024] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.527072] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.527074] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.527079] PCI: Using configuration type 1 for base access
[    0.527090] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[    0.527825] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.527825] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.527825] ACPI: Added _OSI(Module Device)
[    0.527825] ACPI: Added _OSI(Processor Device)
[    0.527825] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.527825] ACPI: Added _OSI(Processor Aggregator Device)
[    0.527825] ACPI: Added _OSI(Linux-Dell-Video)
[    0.527825] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.535929] ACPI: 5 ACPI AML tables successfully acquired and loaded
[    0.537537] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.537922] ACPI: Dynamic OEM Table Load:
[    0.537922] ACPI: SSDT 0xFFFF9050D6134400 0003D3 (v01 PmRef  Cpu0Cst  00003001 INTL 20051117)
[    0.537922] ACPI: Dynamic OEM Table Load:
[    0.537922] ACPI: SSDT 0xFFFF9050D64BC000 0005AA (v01 PmRef  ApIst    00003000 INTL 20051117)
[    0.540413] ACPI: Dynamic OEM Table Load:
[    0.540415] ACPI: SSDT 0xFFFF9050D6150000 000119 (v01 PmRef  ApCst    00003000 INTL 20051117)
[    0.541670] ACPI: EC: EC started
[    0.541671] ACPI: EC: interrupt blocked
[    0.541685] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as first EC
[    0.541686] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x1e, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.541687] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions
[    0.541688] ACPI: Interpreter enabled
[    0.541708] ACPI: (supports S0 S3 S4 S5)
[    0.541708] ACPI: Using IOAPIC for interrupt routing
[    0.541731] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.541961] ACPI: Enabled 8 GPEs in block 00 to 3F
[    0.549577] ACPI: Power Resource [FN00] (off)
[    0.549637] ACPI: Power Resource [FN01] (off)
[    0.549695] ACPI: Power Resource [FN02] (off)
[    0.549754] ACPI: Power Resource [FN03] (off)
[    0.549812] ACPI: Power Resource [FN04] (off)
[    0.550549] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.550553] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.550757] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME]
[    0.550892] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability LTR]
[    0.550893] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.551271] PCI host bridge to bus 0000:00
[    0.551273] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.551274] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.551275] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.551276] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.551277] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.551277] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.551278] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.551279] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[    0.551280] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    0.551281] pci_bus 0000:00: root bus resource [mem 0xdf200000-0xfeafffff window]
[    0.551282] pci_bus 0000:00: root bus resource [bus 00-3e]
[    0.551288] pci 0000:00:00.0: [8086:0c00] type 00 class 0x060000
[    0.551362] pci 0000:00:01.0: [8086:0c01] type 01 class 0x060400
[    0.551392] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.551495] pci 0000:00:02.0: [8086:0412] type 00 class 0x030000
[    0.551503] pci 0000:00:02.0: reg 0x10: [mem 0xf7800000-0xf7bfffff 64bit]
[    0.551507] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.551511] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.551578] pci 0000:00:03.0: [8086:0c0c] type 00 class 0x040300
[    0.551585] pci 0000:00:03.0: reg 0x10: [mem 0xf7e34000-0xf7e37fff 64bit]
[    0.551672] pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330
[    0.551689] pci 0000:00:14.0: reg 0x10: [mem 0xf7e20000-0xf7e2ffff 64bit]
[    0.551738] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.551800] pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000
[    0.551818] pci 0000:00:16.0: reg 0x10: [mem 0xf7e3f000-0xf7e3f00f 64bit]
[    0.551871] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.551938] pci 0000:00:19.0: [8086:153b] type 00 class 0x020000
[    0.551953] pci 0000:00:19.0: reg 0x10: [mem 0xf7e00000-0xf7e1ffff]
[    0.551959] pci 0000:00:19.0: reg 0x14: [mem 0xf7e3d000-0xf7e3dfff]
[    0.551965] pci 0000:00:19.0: reg 0x18: [io  0xf080-0xf09f]
[    0.552013] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[    0.552077] pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320
[    0.552095] pci 0000:00:1a.0: reg 0x10: [mem 0xf7e3c000-0xf7e3c3ff]
[    0.552166] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.552234] pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300
[    0.552251] pci 0000:00:1b.0: reg 0x10: [mem 0xf7e30000-0xf7e33fff 64bit]
[    0.552309] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.552372] pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400
[    0.552432] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.552538] pci 0000:00:1c.3: [8086:8c16] type 01 class 0x060400
[    0.552601] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.552704] pci 0000:00:1c.7: [8086:8c1e] type 01 class 0x060400
[    0.552766] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
[    0.552869] pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320
[    0.552888] pci 0000:00:1d.0: reg 0x10: [mem 0xf7e3b000-0xf7e3b3ff]
[    0.552960] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.553029] pci 0000:00:1f.0: [8086:8c44] type 00 class 0x060100
[    0.553180] pci 0000:00:1f.2: [8086:8c02] type 00 class 0x010601
[    0.553193] pci 0000:00:1f.2: reg 0x10: [io  0xf0d0-0xf0d7]
[    0.553198] pci 0000:00:1f.2: reg 0x14: [io  0xf0c0-0xf0c3]
[    0.553204] pci 0000:00:1f.2: reg 0x18: [io  0xf0b0-0xf0b7]
[    0.553210] pci 0000:00:1f.2: reg 0x1c: [io  0xf0a0-0xf0a3]
[    0.553215] pci 0000:00:1f.2: reg 0x20: [io  0xf060-0xf07f]
[    0.553221] pci 0000:00:1f.2: reg 0x24: [mem 0xf7e3a000-0xf7e3a7ff]
[    0.553249] pci 0000:00:1f.2: PME# supported from D3hot
[    0.553308] pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500
[    0.553323] pci 0000:00:1f.3: reg 0x10: [mem 0xf7e39000-0xf7e390ff 64bit]
[    0.553339] pci 0000:00:1f.3: reg 0x20: [io  0xf040-0xf05f]
[    0.553429] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.553476] acpiphp: Slot [1] registered
[    0.553480] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.553538] pci 0000:03:00.0: [1b21:0612] type 00 class 0x010601
[    0.553560] pci 0000:03:00.0: reg 0x10: [io  0xe050-0xe057]
[    0.553570] pci 0000:03:00.0: reg 0x14: [io  0xe040-0xe043]
[    0.553580] pci 0000:03:00.0: reg 0x18: [io  0xe030-0xe037]
[    0.553590] pci 0000:03:00.0: reg 0x1c: [io  0xe020-0xe023]
[    0.553599] pci 0000:03:00.0: reg 0x20: [io  0xe000-0xe01f]
[    0.553609] pci 0000:03:00.0: reg 0x24: [mem 0xf7d00000-0xf7d001ff]
[    0.553746] pci 0000:00:1c.3: PCI bridge to [bus 03]
[    0.553748] pci 0000:00:1c.3:   bridge window [io  0xe000-0xefff]
[    0.553751] pci 0000:00:1c.3:   bridge window [mem 0xf7d00000-0xf7dfffff]
[    0.553809] pci 0000:04:00.0: [1b21:0612] type 00 class 0x010601
[    0.553831] pci 0000:04:00.0: reg 0x10: [io  0xd050-0xd057]
[    0.553841] pci 0000:04:00.0: reg 0x14: [io  0xd040-0xd043]
[    0.553851] pci 0000:04:00.0: reg 0x18: [io  0xd030-0xd037]
[    0.553861] pci 0000:04:00.0: reg 0x1c: [io  0xd020-0xd023]
[    0.553870] pci 0000:04:00.0: reg 0x20: [io  0xd000-0xd01f]
[    0.553880] pci 0000:04:00.0: reg 0x24: [mem 0xf7c00000-0xf7c001ff]
[    0.554012] pci 0000:00:1c.7: PCI bridge to [bus 04]
[    0.554014] pci 0000:00:1c.7:   bridge window [io  0xd000-0xdfff]
[    0.554016] pci 0000:00:1c.7:   bridge window [mem 0xf7c00000-0xf7cfffff]
[    0.554621] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[    0.554666] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[    0.554711] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 11 12 *14 15)
[    0.554755] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11 12 14 *15)
[    0.554800] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[    0.554844] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[    0.554888] ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 5 6 7 10 11 12 14 15)
[    0.554931] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 *4 5 6 7 10 11 12 14 15)
[    0.555276] ACPI: EC: interrupt unblocked
[    0.555281] ACPI: EC: event unblocked
[    0.555285] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x1e, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.555286] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions and events
[    0.555341] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.555341] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.555341] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.555341] vgaarb: loaded
[    0.555341] ACPI: bus type USB registered
[    0.555341] usbcore: registered new interface driver usbfs
[    0.555341] usbcore: registered new interface driver hub
[    0.555341] usbcore: registered new device driver usb
[    0.555341] pps_core: LinuxPPS API ver. 1 registered
[    0.555341] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.555341] PTP clock support registered
[    0.555341] EDAC MC: Ver: 3.0.0
[    0.555341] PCI: Using ACPI for IRQ routing
[    0.555341] PCI: pci_cache_line_size set to 64 bytes
[    0.555341] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
[    0.555341] e820: reserve RAM buffer [mem 0xb9027000-0xbbffffff]
[    0.555341] e820: reserve RAM buffer [mem 0xb9479000-0xbbffffff]
[    0.555341] e820: reserve RAM buffer [mem 0xcc664000-0xcfffffff]
[    0.555341] e820: reserve RAM buffer [mem 0xce000000-0xcfffffff]
[    0.555341] e820: reserve RAM buffer [mem 0x21fe00000-0x21fffffff]
[    0.557000] NetLabel: Initializing
[    0.557000] NetLabel:  domain hash size = 128
[    0.557000] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.557000] NetLabel:  unlabeled traffic allowed by default
[    0.557016] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.557019] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.558022] clocksource: Switched to clocksource tsc-early
[    0.564288] VFS: Disk quotas dquot_6.6.0
[    0.564300] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.564340] pnp: PnP ACPI init
[    0.564403] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.564407] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.564563] system 00:01: [io  0x0680-0x069f] has been reserved
[    0.564564] system 00:01: [io  0xffff] has been reserved
[    0.564566] system 00:01: [io  0xffff] has been reserved
[    0.564567] system 00:01: [io  0xffff] has been reserved
[    0.564569] system 00:01: [io  0x1c00-0x1cfe] has been reserved
[    0.564570] system 00:01: [io  0x1d00-0x1dfe] has been reserved
[    0.564572] system 00:01: [io  0x1e00-0x1efe] has been reserved
[    0.564573] system 00:01: [io  0x1f00-0x1ffe] has been reserved
[    0.564574] system 00:01: [io  0x1800-0x18fe] has been reserved
[    0.564575] system 00:01: [io  0x164e-0x164f] has been reserved
[    0.564578] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.564594] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.564631] system 00:03: [io  0x1854-0x1857] has been reserved
[    0.564633] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.564706] system 00:04: [io  0x0290-0x029f] has been reserved
[    0.564709] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.564748] system 00:05: [io  0x04d0-0x04d1] has been reserved
[    0.564750] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.565115] system 00:06: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.565116] system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.565117] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.565118] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.565119] system 00:06: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.565120] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.565121] system 00:06: [mem 0xfed90000-0xfed93fff] has been reserved
[    0.565122] system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.565123] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[    0.565125] system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.565126] system 00:06: [mem 0xf7fef000-0xf7feffff] has been reserved
[    0.565127] system 00:06: [mem 0xf7ff0000-0xf7ff0fff] has been reserved
[    0.565129] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.565372] pnp: PnP ACPI: found 7 devices
[    0.570687] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.570709] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.570714] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.570721] pci 0000:00:1c.3: PCI bridge to [bus 03]
[    0.570723] pci 0000:00:1c.3:   bridge window [io  0xe000-0xefff]
[    0.570726] pci 0000:00:1c.3:   bridge window [mem 0xf7d00000-0xf7dfffff]
[    0.570732] pci 0000:00:1c.7: PCI bridge to [bus 04]
[    0.570733] pci 0000:00:1c.7:   bridge window [io  0xd000-0xdfff]
[    0.570736] pci 0000:00:1c.7:   bridge window [mem 0xf7c00000-0xf7cfffff]
[    0.570742] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.570743] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.570744] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.570745] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff window]
[    0.570746] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff window]
[    0.570747] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff window]
[    0.570748] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff window]
[    0.570749] pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff window]
[    0.570750] pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff window]
[    0.570751] pci_bus 0000:00: resource 13 [mem 0xdf200000-0xfeafffff window]
[    0.570752] pci_bus 0000:03: resource 0 [io  0xe000-0xefff]
[    0.570753] pci_bus 0000:03: resource 1 [mem 0xf7d00000-0xf7dfffff]
[    0.570754] pci_bus 0000:04: resource 0 [io  0xd000-0xdfff]
[    0.570755] pci_bus 0000:04: resource 1 [mem 0xf7c00000-0xf7cfffff]
[    0.570843] NET: Registered protocol family 2
[    0.570960] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes)
[    0.570982] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    0.571066] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.571189] TCP: Hash tables configured (established 65536 bind 65536)
[    0.571213] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    0.571234] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    0.571278] NET: Registered protocol family 1
[    0.571282] NET: Registered protocol family 44
[    0.571289] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.591758] pci 0000:00:1a.0: quirk_usb_early_handoff+0x0/0x6ad took 19842 usecs
[    0.611755] pci 0000:00:1d.0: quirk_usb_early_handoff+0x0/0x6ad took 19518 usecs
[    0.611766] PCI: CLS 64 bytes, default 64
[    0.611789] Unpacking initramfs...
[    0.687758] Freeing initrd memory: 7612K
[    0.687764] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.687766] software IO TLB: mapped [mem 0xc8664000-0xcc664000] (64MB)
[    0.687884] check: Scanning for low memory corruption every 60 seconds
[    0.688282] Initialise system trusted keyrings
[    0.688290] Key type blacklist registered
[    0.688324] workingset: timestamp_bits=41 max_order=21 bucket_order=0
[    0.689168] zbud: loaded
[    0.707734] Key type asymmetric registered
[    0.707735] Asymmetric key parser 'x509' registered
[    0.707742] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[    0.707770] io scheduler noop registered
[    0.707771] io scheduler deadline registered
[    0.707792] io scheduler cfq registered (default)
[    0.707793] io scheduler mq-deadline registered
[    0.707793] io scheduler kyber registered
[    0.707818] io scheduler bfq registered
[    0.708315] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.708372] vesafb: mode is 1920x1080x32, linelength=7680, pages=0
[    0.708373] vesafb: scrolling: redraw
[    0.708374] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.708384] vesafb: framebuffer at 0xe0000000, mapped to 0x0000000044304686, using 8128k, total 8128k
[    0.708411] fbcon: Deferring console take-over
[    0.708412] fb0: VESA VGA frame buffer device
[    0.708421] intel_idle: MWAIT substates: 0x42120
[    0.708421] intel_idle: v0.4.1 model 0x3C
[    0.708620] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.708679] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.708685] ACPI: Power Button [PWRB]
[    0.708712] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.708721] ACPI: Power Button [PWRF]
[    0.709504] thermal LNXTHERM:00: registered as thermal_zone0
[    0.709505] ACPI: Thermal Zone [TZ00] (28 C)
[    0.709715] thermal LNXTHERM:01: registered as thermal_zone1
[    0.709716] ACPI: Thermal Zone [TZ01] (30 C)
[    0.709914] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.710833] usbcore: registered new interface driver usbserial_generic
[    0.710837] usbserial: USB Serial support registered for generic
[    0.710851] rtc_cmos 00:02: RTC can wake from S4
[    0.710964] rtc_cmos 00:02: registered as rtc0
[    0.710973] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    0.711007] intel_pstate: Intel P-state driver initializing
[    0.711500] ledtrig-cpu: registered to indicate activity on CPUs
[    0.712114] NET: Registered protocol family 10
[    0.723718] Segment Routing with IPv6
[    0.723735] NET: Registered protocol family 17
[    0.724134] RAS: Correctable Errors collector initialized.
[    0.724178] microcode: sig=0x306c3, pf=0x2, revision=0x9
[    0.724290] microcode: Microcode Update Driver: v2.2.
[    0.724298] sched_clock: Marking stable (724106375, 180098)->(836713650, -112427177)
[    0.724508] registered taskstats version 1
[    0.724514] Loading compiled-in X.509 certificates
[    0.726764] Loaded X.509 cert 'Build time autogenerated kernel key: 607bf7b41813a10b7fecf0eb8d5fb1179fd6fddf'
[    0.726781] zswap: loaded using pool lzo/zbud
[    0.730850] Key type big_key registered
[    0.731346]   Magic number: 3:182:77
[    0.731450] rtc_cmos 00:02: setting system clock to 2019-01-19 12:05:34 UTC (1547899534)
[    0.732347] Freeing unused decrypted memory: 2040K
[    0.732588] Freeing unused kernel image memory: 1532K
[    0.758414] Write protecting the kernel read-only data: 18432k
[    0.759223] Freeing unused kernel image memory: 2016K
[    0.759417] Freeing unused kernel image memory: 368K
[    0.775955] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.775956] x86/mm: Checking user space page tables
[    0.782090] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.782091] Run /init as init process
[    0.791128] fbcon: Taking over console
[    0.791178] Console: switching to colour frame buffer device 240x67
[    0.941696] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.942635] ehci-pci: EHCI PCI platform driver
[    0.942798] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    0.942806] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    0.942817] ehci-pci 0000:00:1a.0: debug port 2
[    0.946710] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    0.946721] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7e3c000
[    0.946962] SCSI subsystem initialized
[    0.952661] libata version 3.00 loaded.
[    0.954904] ahci 0000:00:1f.2: version 3.0
[    0.955064] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x17 impl SATA mode
[    0.955066] ahci 0000:00:1f.2: flags: 64bit ncq led clo pio slum part ems apst 
[    0.958444] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    0.958477] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.20
[    0.958479] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.958480] usb usb1: Product: EHCI Host Controller
[    0.958481] usb usb1: Manufacturer: Linux 4.20.0-arch1-1-ARCH ehci_hcd
[    0.958481] usb usb1: SerialNumber: 0000:00:1a.0
[    0.958599] hub 1-0:1.0: USB hub found
[    0.958604] hub 1-0:1.0: 2 ports detected
[    0.958724] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.958729] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    0.959775] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
[    0.959779] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    0.959893] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.20
[    0.959894] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.959895] usb usb2: Product: xHCI Host Controller
[    0.959896] usb usb2: Manufacturer: Linux 4.20.0-arch1-1-ARCH xhci-hcd
[    0.959897] usb usb2: SerialNumber: 0000:00:14.0
[    0.959974] hub 2-0:1.0: USB hub found
[    0.959985] hub 2-0:1.0: 14 ports detected
[    0.960729] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.960731] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    0.960732] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    0.960734] xhci_hcd 0000:00:14.0: Host supports USB 3.0  SuperSpeed
[    0.960736] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 4
[    0.960746] ehci-pci 0000:00:1d.0: debug port 2
[    0.960756] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.20
[    0.960757] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.960758] usb usb3: Product: xHCI Host Controller
[    0.960759] usb usb3: Manufacturer: Linux 4.20.0-arch1-1-ARCH xhci-hcd
[    0.960759] usb usb3: SerialNumber: 0000:00:14.0
[    0.960841] hub 3-0:1.0: USB hub found
[    0.960850] hub 3-0:1.0: 6 ports detected
[    0.964654] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    0.964663] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7e3b000
[    0.978465] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    0.978506] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.20
[    0.978508] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.978510] usb usb4: Product: EHCI Host Controller
[    0.978511] usb usb4: Manufacturer: Linux 4.20.0-arch1-1-ARCH ehci_hcd
[    0.978513] usb usb4: SerialNumber: 0000:00:1d.0
[    0.978708] hub 4-0:1.0: USB hub found
[    0.978714] hub 4-0:1.0: 2 ports detected
[    0.985902] scsi host0: ahci
[    0.986105] scsi host1: ahci
[    0.986254] scsi host2: ahci
[    0.986398] scsi host3: ahci
[    0.986557] scsi host4: ahci
[    0.986710] scsi host5: ahci
[    0.986792] ata1: SATA max UDMA/133 abar m2048@0xf7e3a000 port 0xf7e3a100 irq 24
[    0.986795] ata2: SATA max UDMA/133 abar m2048@0xf7e3a000 port 0xf7e3a180 irq 24
[    0.986796] ata3: SATA max UDMA/133 abar m2048@0xf7e3a000 port 0xf7e3a200 irq 24
[    0.986797] ata4: DUMMY
[    0.986799] ata5: SATA max UDMA/133 abar m2048@0xf7e3a000 port 0xf7e3a300 irq 24
[    0.986800] ata6: DUMMY
[    0.986996] ahci 0000:03:00.0: SSS flag set, parallel bus scan disabled
[    0.987029] ahci 0000:03:00.0: AHCI 0001.0200 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[    0.987033] ahci 0000:03:00.0: flags: 64bit ncq sntf stag led clo pmp pio slum part ccc 
[    0.987311] scsi host6: ahci
[    0.987434] scsi host7: ahci
[    0.987502] ata7: SATA max UDMA/133 abar m512@0xf7d00000 port 0xf7d00100 irq 26
[    0.987505] ata8: SATA max UDMA/133 abar m512@0xf7d00000 port 0xf7d00180 irq 26
[    0.987673] ahci 0000:04:00.0: SSS flag set, parallel bus scan disabled
[    0.987706] ahci 0000:04:00.0: AHCI 0001.0200 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[    0.987709] ahci 0000:04:00.0: flags: 64bit ncq sntf stag led clo pmp pio slum part ccc sxs 
[    0.987990] scsi host8: ahci
[    0.988159] scsi host9: ahci
[    0.988227] ata9: SATA max UDMA/133 abar m512@0xf7c00000 port 0xf7c00100 irq 27
[    0.988230] ata10: SATA max UDMA/133 abar m512@0xf7c00000 port 0xf7c00180 irq 27
[    1.287078] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    1.287083] usb 2-3: new full-speed USB device number 2 using xhci_hcd
[    1.298002] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.298203] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.298232] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.298649] ata2.00: ATA-9: M4-CT064M4SSD2, 070H, max UDMA/100
[    1.298655] ata2.00: 125045424 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    1.299396] ata2.00: configured for UDMA/100
[    1.300168] ACPI BIOS Error (bug): Could not resolve [\_SB.PCI0.SAT0.SPT2._GTF.DSSP], AE_NOT_FOUND (20181003/psargs-330)
[    1.300188] ACPI Error: Method parse/execution failed \_SB.PCI0.SAT0.SPT2._GTF, AE_NOT_FOUND (20181003/psparse-516)
[    1.300318] ata3.00: supports DRM functions and may not be fully accessible
[    1.301383] ata7: SATA link down (SStatus 0 SControl 300)
[    1.301392] ata3.00: ATA-11: Samsung SSD 860 EVO 250GB, RVT01B6Q, max UDMA/133
[    1.301399] ata3.00: 488397168 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    1.302048] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.302053] ata9: SATA link down (SStatus 0 SControl 300)
[    1.302805] ACPI BIOS Error (bug): Could not resolve [\_SB.PCI0.SAT0.SPT4._GTF.DSSP], AE_NOT_FOUND (20181003/psargs-330)
[    1.302824] ACPI Error: Method parse/execution failed \_SB.PCI0.SAT0.SPT4._GTF, AE_NOT_FOUND (20181003/psparse-516)
[    1.302847] ata5.00: ATAPI: HL-DT-ST BD-RE  BH16NS40, 1.00, max UDMA/100
[    1.303718] ACPI BIOS Error (bug): Could not resolve [\_SB.PCI0.SAT0.SPT4._GTF.DSSP], AE_NOT_FOUND (20181003/psargs-330)
[    1.303733] ACPI Error: Method parse/execution failed \_SB.PCI0.SAT0.SPT4._GTF, AE_NOT_FOUND (20181003/psparse-516)
[    1.303755] ata5.00: configured for UDMA/100
[    1.304244] ACPI BIOS Error (bug): Could not resolve [\_SB.PCI0.SAT0.SPT2._GTF.DSSP], AE_NOT_FOUND (20181003/psargs-330)
[    1.304263] ACPI Error: Method parse/execution failed \_SB.PCI0.SAT0.SPT2._GTF, AE_NOT_FOUND (20181003/psparse-516)
[    1.304387] ata3.00: supports DRM functions and may not be fully accessible
[    1.305573] ata1.00: ATA-8: WDC WD15EARS-60MVWB0, 51.0AB51, max UDMA/100
[    1.305579] ata1.00: 2930277168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    1.307046] usb 4-1: new high-speed USB device number 2 using ehci-pci
[    1.307745] ata3.00: configured for UDMA/133
[    1.313366] ata1.00: configured for UDMA/100
[    1.313819] scsi 0:0:0:0: Direct-Access     ATA      WDC WD15EARS-60M AB51 PQ: 0 ANSI: 5
[    1.314875] scsi 1:0:0:0: Direct-Access     ATA      M4-CT064M4SSD2   070H PQ: 0 ANSI: 5
[    1.315861] scsi 2:0:0:0: Direct-Access     ATA      Samsung SSD 860  1B6Q PQ: 0 ANSI: 5
[    1.317165] scsi 4:0:0:0: CD-ROM            HL-DT-ST BD-RE  BH16NS40  1.00 PQ: 0 ANSI: 5
[    1.429417] usb 2-3: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=12.07
[    1.429424] usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.429428] usb 2-3: Product: USB Receiver
[    1.429431] usb 2-3: Manufacturer: Logitech
[    1.434181] usb 1-1: New USB device found, idVendor=8087, idProduct=8008, bcdDevice= 0.04
[    1.434187] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.434641] hub 1-1:1.0: USB hub found
[    1.434801] hub 1-1:1.0: 6 ports detected
[    1.441181] hidraw: raw HID events driver (C) Jiri Kosina
[    1.446703] usbcore: registered new interface driver usbhid
[    1.446704] usbhid: USB HID core driver
[    1.449583] sd 0:0:0:0: [sda] 2930277168 512-byte logical blocks: (1.50 TB/1.36 TiB)
[    1.449585] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    1.449593] ata3.00: Enabling discard_zeroes_data
[    1.449595] sd 0:0:0:0: [sda] Write Protect is off
[    1.449596] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.449626] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.449636] logitech-djreceiver 0003:046D:C52B.0003: hiddev0,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-3/input2
[    1.449646] sd 1:0:0:0: [sdb] 125045424 512-byte logical blocks: (64.0 GB/59.6 GiB)
[    1.449657] sd 1:0:0:0: [sdb] Write Protect is off
[    1.449659] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    1.449667] sd 2:0:0:0: [sdc] 488397168 512-byte logical blocks: (250 GB/233 GiB)
[    1.449676] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.449677] sd 2:0:0:0: [sdc] Write Protect is off
[    1.449679] sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    1.449695] sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.449807] ata3.00: Enabling discard_zeroes_data
[    1.450142]  sdb: sdb1
[    1.450219]  sdc: sdc1 sdc2 sdc3 sdc4
[    1.450417] sd 1:0:0:0: [sdb] Attached SCSI disk
[    1.450432] ata3.00: Enabling discard_zeroes_data
[    1.451524] sr 4:0:0:0: [sr0] scsi3-mmc drive: 24x/16x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.451526] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.451541] sd 2:0:0:0: [sdc] supports TCG Opal
[    1.451543] sd 2:0:0:0: [sdc] Attached SCSI disk
[    1.451702] sr 4:0:0:0: Attached scsi CD-ROM sr0
[    1.457412] usb 4-1: New USB device found, idVendor=8087, idProduct=8000, bcdDevice= 0.04
[    1.457413] usb 4-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.457548] hub 4-1:1.0: USB hub found
[    1.457656] hub 4-1:1.0: 8 ports detected
[    1.461067]  sda: sda1 sda2
[    1.461339] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.524406] random: fast init done
[    1.553697] usb 2-6: new full-speed USB device number 3 using xhci_hcd
[    1.561568] input: Logitech Unifying Device. Wireless PID:4069 Keyboard as /devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3:1.2/0003:046D:C52B.0003/0003:046D:4069.0004/input/input2
[    1.561611] input: Logitech Unifying Device. Wireless PID:4069 Mouse as /devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3:1.2/0003:046D:C52B.0003/0003:046D:4069.0004/input/input3
[    1.561670] input: Logitech Unifying Device. Wireless PID:4069 Consumer Control as /devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3:1.2/0003:046D:C52B.0003/0003:046D:4069.0004/input/input4
[    1.561703] input: Logitech Unifying Device. Wireless PID:4069 System Control as /devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3:1.2/0003:046D:C52B.0003/0003:046D:4069.0004/input/input5
[    1.561793] hid-generic 0003:046D:4069.0004: input,hidraw1: USB HID v1.11 Keyboard [Logitech Unifying Device. Wireless PID:4069] on usb-0000:00:14.0-3:1
[    1.657359] input: Logitech MX Master 2S as /devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3:1.2/0003:046D:C52B.0003/0003:046D:4069.0004/input/input9
[    1.657463] logitech-hidpp-device 0003:046D:4069.0004: input,hidraw1: USB HID v1.11 Keyboard [Logitech MX Master 2S] on usb-0000:00:14.0-3:1
[    1.677302] ata8: SATA link down (SStatus 0 SControl 300)
[    1.695616] usb 2-6: New USB device found, idVendor=2516, idProduct=0014, bcdDevice= 1.11
[    1.695621] usb 2-6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.695624] usb 2-6: Product: Quickfire TKL Nkeys
[    1.695627] usb 2-6: Manufacturer: CM Storm
[    1.697901] input: CM Storm Quickfire TKL Nkeys as /devices/pci0000:00/0000:00:14.0/usb2/2-6/2-6:1.0/0003:2516:0014.0005/input/input10
[    1.707074] tsc: Refined TSC clocksource calibration: 3497.971 MHz
[    1.707087] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x326bd454de9, max_idle_ns: 440795352833 ns
[    1.707125] clocksource: Switched to clocksource tsc
[    1.753913] hid-generic 0003:2516:0014.0005: input,hidraw2: USB HID v1.10 Keyboard [CM Storm Quickfire TKL Nkeys] on usb-0000:00:14.0-6/input0
[    1.755342] input: CM Storm Quickfire TKL Nkeys Consumer Control as /devices/pci0000:00/0000:00:14.0/usb2/2-6/2-6:1.1/0003:2516:0014.0006/input/input11
[    1.810389] input: CM Storm Quickfire TKL Nkeys System Control as /devices/pci0000:00/0000:00:14.0/usb2/2-6/2-6:1.1/0003:2516:0014.0006/input/input12
[    1.810407] input: CM Storm Quickfire TKL Nkeys Keyboard as /devices/pci0000:00/0000:00:14.0/usb2/2-6/2-6:1.1/0003:2516:0014.0006/input/input13
[    1.810457] hid-generic 0003:2516:0014.0006: input,hidraw3: USB HID v1.10 Keyboard [CM Storm Quickfire TKL Nkeys] on usb-0000:00:14.0-6/input1
[    1.990575] ata10: SATA link down (SStatus 0 SControl 300)
[    2.501309] EXT4-fs (sdc3): mounted filesystem with ordered data mode. Opts: (null)
[    2.590783] systemd[1]: systemd 240 running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[    2.607145] systemd[1]: Detected architecture x86-64.
[    2.610831] systemd[1]: Set hostname to <ws>.
[    2.657094] systemd[1]: /usr/lib/systemd/system/auditd.service:12: PIDFile= references path below legacy directory /var/run/, updating /var/run/auditd.pid → /run/auditd.pid; please update the unit file accordingly.
[    2.686756] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    2.686829] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    2.688165] systemd[1]: Created slice system-getty.slice.
[    2.688315] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    2.688351] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    2.688429] systemd[1]: Listening on Journal Socket (/dev/log).
[    2.699025] EXT4-fs (sdc3): re-mounted. Opts: (null)
[    2.710490] random: lvm: uninitialized urandom read (4 bytes read)
[    2.710755] random: systemd-random-: uninitialized urandom read (512 bytes read)
[    2.711555] audit: type=1130 audit(1547899536.475:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.712455] audit: type=1130 audit(1547899536.475:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.720831] audit: type=1130 audit(1547899536.485:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.732306] audit: type=1130 audit(1547899536.495:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.734296] audit: type=1130 audit(1547899536.499:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.739760] systemd-journald[345]: Received request to flush runtime journal from PID 1
[    2.742666] audit: type=1130 audit(1547899536.505:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.780679] audit: type=1130 audit(1547899536.545:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.836723] audit: type=1130 audit(1547899536.599:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.870675] ACPI Warning: SystemIO range 0x0000000000001828-0x000000000000182F conflicts with OpRegion 0x0000000000001800-0x000000000000187F (\PMIO) (20181003/utaddress-213)
[    2.870679] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    2.870681] ACPI Warning: SystemIO range 0x0000000000001C40-0x0000000000001C4F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20181003/utaddress-213)
[    2.870683] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    2.870684] ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20181003/utaddress-213)
[    2.870686] ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20181003/utaddress-213)
[    2.870688] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    2.870688] ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20181003/utaddress-213)
[    2.870690] ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20181003/utaddress-213)
[    2.870692] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    2.870692] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    2.870877] input: PC Speaker as /devices/platform/pcspkr/input/input14
[    2.871428] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[    2.871429] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    2.871430] RAPL PMU: hw unit of domain package 2^-14 Joules
[    2.871431] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    2.871431] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    2.874448] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[    2.874449] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    2.874673] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    2.890760] iTCO_vendor_support: vendor-support=0
[    2.892556] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    2.892599] iTCO_wdt: Found a Lynx Point TCO device (Version=2, TCOBASE=0x1860)
[    2.892840] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    2.893749] mousedev: PS/2 mouse device common for all mice
[    2.895115] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[    2.897651] Linux agpgart interface v0.103
[    2.899441] cryptd: max_cpu_qlen set to 1000
[    2.902425] asus_wmi: ASUS WMI generic driver loaded
[    2.906121] asus_wmi: Initialization: 0x0
[    2.906160] asus_wmi: BIOS WMI version: 0.9
[    2.906207] asus_wmi: SFUN value: 0x0
[    2.906564] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input15
[    2.906677] asus_wmi: Number of fans: 1
[    2.918910] AVX2 version of gcm_enc/dec engaged.
[    2.918912] AES CTR mode by8 optimization enabled
[    2.924164] Adding 12582908k swap on /dev/sdc2.  Priority:-2 extents:1 across:12582908k SSFS
[    2.925567] intel-spi intel-spi: s25fl064k (8192 Kbytes)
[    2.938037] Creating 1 MTD partitions on "intel-spi":
[    2.938040] 0x000000000000-0x000000800000 : "BIOS"
[    2.968351] audit: type=1130 audit(1547899536.732:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.969880] e1000e 0000:00:19.0 0000:00:19.0 (uninitialized): registered PHC clock
[    2.978541] snd_hda_codec_realtek hdaudioC1D0: ALC1150: SKU not ready 0x00000000
[    2.979098] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC1150: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
[    2.979099] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    2.979100] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    2.979101] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[    2.979102] snd_hda_codec_realtek hdaudioC1D0:    dig-out=0x11/0x1e
[    2.979103] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[    2.979104] snd_hda_codec_realtek hdaudioC1D0:      Front Mic=0x19
[    2.979105] snd_hda_codec_realtek hdaudioC1D0:      Rear Mic=0x18
[    2.979106] snd_hda_codec_realtek hdaudioC1D0:      Line=0x1a
[    2.993158] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card1/input16
[    2.993762] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input17
[    2.993815] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input18
[    2.993865] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card1/input19
[    2.993923] input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card1/input20
[    2.993975] input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card1/input21
[    2.994043] input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card1/input22
[    2.994114] input: HDA Intel PCH Line Out Side as /devices/pci0000:00/0000:00:1b.0/sound/card1/input23
[    2.994184] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input24
[    3.003776] VFIO - User Level meta-driver version: 0.3
[    3.006860] EXT4-fs (sdc1): mounted filesystem with ordered data mode. Opts: (null)
[    3.010582] EXT4-fs (sdc4): mounted filesystem with ordered data mode. Opts: (null)
[    3.053233] intel_rapl: Found RAPL domain package
[    3.053236] intel_rapl: Found RAPL domain core
[    3.053237] intel_rapl: Found RAPL domain uncore
[    3.053238] intel_rapl: Found RAPL domain dram
[    3.064039] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 74:d0:2b:2c:ae:74
[    3.064046] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[    3.064083] e1000e 0000:00:19.0 eth0: MAC: 11, PHY: 12, PBA No: FFFFFF-0FF
[    3.065952] e1000e 0000:00:19.0 eno1: renamed from eth0
[    3.090967] random: dbus-daemon: uninitialized urandom read (12 bytes read)
[    3.147154] checking generic (e0000000 7f0000) vs hw (e0000000 10000000)
[    3.147166] fb0: switching to inteldrmfb from VESA VGA
[    3.147180] Console: switching to colour dummy device 80x25
[    3.147257] [drm] Replacing VGA console driver
[    3.148007] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    3.148007] [drm] Driver supports precise vblank timestamp query.
[    3.148197] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    3.319494] [drm] Initialized i915 1.6.0 20180921 for 0000:00:02.0 on minor 0
[    3.320717] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    3.320846] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input25
[    3.321036] snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    3.322013] IPv6: ADDRCONF(NETDEV_UP): eno1: link is not ready
[    3.349060] fbcon: inteldrmfb (fb0) is primary device
[    3.366748] Console: switching to colour frame buffer device 240x67
[    3.385875] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    3.424827] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input26
[    3.424877] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input27
[    3.424917] input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input28
[    3.424959] input: HDA Intel HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.0/sound/card0/input29
[    3.424997] input: HDA Intel HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.0/sound/card0/input30
[    3.533927] IPv6: ADDRCONF(NETDEV_UP): eno1: link is not ready
[    5.020962] e1000e: eno1 NIC Link is Up 100 Mbps Full Duplex, Flow Control: Rx/Tx
[    5.020966] e1000e 0000:00:19.0 eno1: 10/100 speed: disabling TSO
[    5.020998] IPv6: ADDRCONF(NETDEV_CHANGE): eno1: link becomes ready
[    6.907341] random: crng init done
[    6.907357] random: 7 urandom warning(s) missed due to ratelimiting
[   14.013176] kauditd_printk_skb: 17 callbacks suppressed
[   14.013180] audit: type=1131 audit(1547899547.775:28): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   19.255262] audit: type=1006 audit(1547899553.019:29): pid=528 uid=0 old-auid=4294967295 auid=1000 tty=tty1 old-ses=4294967295 ses=1 res=1
[   19.272936] audit: type=1130 audit(1547899553.035:30): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   19.277568] audit: type=1006 audit(1547899553.042:31): pid=568 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[   19.305165] audit: type=1130 audit(1547899553.069:32): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   21.324525] audit: type=1130 audit(1547899555.089:33): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   33.348656] audit: type=1131 audit(1547899567.112:34): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  114.385294] logitech-hidpp-device 0003:046D:4069.0004: HID++ 4.5 device connected.
[  361.346985] usb 2-5: new high-speed USB device number 4 using xhci_hcd
[  361.487520] usb 2-5: New USB device found, idVendor=20b1, idProduct=307c, bcdDevice= 6.f3
[  361.487527] usb 2-5: New USB device strings: Mfr=1, Product=3, SerialNumber=0
[  361.487531] usb 2-5: Product: xCORE USB Audio 2.0
[  361.487535] usb 2-5: Manufacturer: XMOS
[  361.557479] usb 2-5: 1:3 : unsupported format bits 0x100000000
[  361.567131] usbcore: registered new interface driver snd-usb-audio
[  905.644501] audit: type=1130 audit(1547900439.409:35): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  905.644514] audit: type=1131 audit(1547900439.409:36): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'

Last edited by gab00 (2019-01-19 14:44:01)

Offline

#6 2019-01-21 10:02:03

judd1
Member
Registered: 2015-09-04
Posts: 260

Re: Usb Dac/Amp - Alsa config

https://wiki.archlinux.org/index.php/Ad … chitecture

alsactl store

?

Last edited by judd1 (2019-01-21 10:04:17)


This isn't right. This isn't even wrong.
-- Wolfgang Pauli --

Offline

#7 2019-01-21 10:16:47

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,415

Re: Usb Dac/Amp - Alsa config

What exactly are you booting into, what kind of session? How are you logging in? What do you use for playback? What's the output of

sudo fuser -v /dev/snd/*

during this? FWIW most audiophile probably don't want to use pulse, how ever it can certainly be configured to satisfy those needs, whatever that may mean. But we currently have too little information about your intended setup end goal.

Also, the output bitrate is the stock 44.1kHz, while my system can process up to 384kHz! A solution for this would be actually nice.

Is the actual source you are using at 384KHz ? If not it makes absolutely no sense to upsample that, you'd only burn CPU cycles for no reason and you'd alter the signal from it's original source, which usually isn't something you want happening (at least that's what I'd usually associate with people that mention they are "audiophiles", that they want their sources to be played back unaltered and bit perfect).

Last edited by V1del (2019-01-21 12:44:12)

Online

#8 2019-01-21 17:23:02

gab00
Member
Registered: 2018-12-22
Posts: 8

Re: Usb Dac/Amp - Alsa config

alsactl: state_lock:125: file /var/lib/alsa/asound.state lock error: File exists
V1del wrote:

What do you use for playback? What's the output of
sudo fuser -v /dev/snd/*

USER        PID ACCESS COMMAND
/dev/snd/controlC0:  gab        2750 F.... pulseaudio
/dev/snd/controlC1:  gab        2750 F.... pulseaudio
/dev/snd/controlC2:  gab        2750 F.... pulseaudio
V1del wrote:

What exactly are you booting into, what kind of session? How are you logging in?

I am booting into a tty, then login (dont have any DM) and manually type

startx

(sometimes I dont even need to have a graphical env for my tasks) into i3-gaps.

V1del wrote:

probably don't want to use pulse

I am still not able to comprehend the whole sound Architecture, until then I just use most common solutions, what do you suggesto to use instead of pulse?

V1del wrote:

Is the actual source you are using at 384KHz ?

Yes V1del, am aware of all bottlenecks, my source is spotify right now, which is able to put out a 320kbps bitrate.

V1del wrote:

your intended setup end goal

I'd love to make alsa play higher bitrate audio and I need to find a way to not just repeat this steps:

1-pulseaudio -k
2-pulseaudio
3-launch pavucontrol

everytime I want to play music from headphones.

(I havent' tried yet, but I guess that if I want to switch back to my monitor embedded speakers I'll need to mess around with the config too).

Offline

#9 2019-01-21 19:46:29

Ropid
Member
Registered: 2015-03-09
Posts: 1,069

Re: Usb Dac/Amp - Alsa config

Pulseaudio has sample rate and bit depth settings in "/etc/pulse/daemon.conf" or in your home in "~/.config/pulse/daemon.conf". Pulseaudio will ask ALSA to configure your hardware to those values, you don't have to worry about learning how ALSA's config works. About what settings ALSA thinks your hardware is supporting, you can check inside the files you find with this command:

ls -1 /proc/asound/card*/codec#*

Check their content out with 'less' and look for sections like this:

  PCM:
    rates [0x5e0]: 44100 48000 88200 96000 192000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM

Something else, you might be confusing bit-rate and sample-rate? That 320kbps bit-rate you mention for Spotify is about the compression setting they used for their files, it's about what size the file is and how much network bandwidth it's using when it's getting streamed to you. The sample rate they used for the actual raw audio is probably 44.1 kHz or 48 kHz.

There's also "bit depth" which might be 16 bit or 24 bit.

If you can find out which sample rate and bit depth you get from Spotify, you could then set your hardware to exactly those values. Pulseaudio then won't have to do resampling and will just hand over the raw data from Spotify to your hardware without touching it.

About what kind of sample rates make sense to use in general, the 44.1 and 48 kHz settings of the hardware can already do perfect playback of all audio. There's a mathematical proof that says you can accurately do digital processing for a certain frequency if you use a sample rate of twice the frequency. The highest frequencies that humans can hear theoretically are around 20 kHz, and because of that the 44.1 kHz and 48 kHz sample rate settings can deal with things perfectly.

Offline

#10 2019-01-21 21:12:12

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,415

Re: Usb Dac/Amp - Alsa config

gab00 wrote:

I am booting into a tty, then login (dont have any DM) and manually type

startx

(sometimes I dont even need to have a graphical env for my tasks) into i3-gaps.

Can you post your .xinitrc ? I suspect it lacks the necessary default includes to properly retain the session. Once that's fixed you shouldn't have to restart pulseaudio manually anymore.

I am still not able to comprehend the whole sound Architecture, until then I just use most common solutions, what do you suggesto to use instead of pulse?

Personally I will nearly always suggest pulse, however to absolutely guarantee bit perfect playback, your original approach would've been more in line, though that has it's drawbacks, as the format absolutely has to be supported, and you cannot play back from multiple sources at a time. (And I'm fairly certain most people will not really be able to tell any difference if at all in sound quality)

You can nudge pulseaudio in this general direction by uncommenting and setting to true  the

; avoid-resampling = false

line in your /etc/pulse/daemon.conf in which case pulseaudio will do it's best to always ensure that it doesn't resample the input itself as long as supported by the hardware.

Yes V1del, am aware of all bottlenecks, my source is spotify right now, which is able to put out a 320kbps bitrate.

As already touched on by Ropid, you are confusing something here, compression bitrate and sample rate aren't the same thing. It's highly unlikely that spotify tracks go over the usual standards of 44KHz/48KHz as it simply doesn't make any sense for the sole purpose of listening/consuming audio to go any higher. As for the mathematical proof, this article should be of interest (the author is one of the primary developers of the ogg and opus encoders) to you. It makes sense to use higher sample rates during mastering as you will eventually lose information mixing many effects, but the end product to be consumed by a human is perfectly representable in the 44/48KHz range.

(I havent' tried yet, but I guess that if I want to switch back to my monitor embedded speakers I'll need to mess around with the config too).

If you decide to stay with pulseaudio, that's one of the cool things it makes trivially easy, you can seamlessly move your audio from one source to the other without heavy configuration or application restarts. pavucontrol should already provide you with these capabilities.

FWIW to properly check that pulse is doing the right thing here, you might want to post

pacmd list-sinks
pacmd list-sink-inputs

during playback.

Last edited by V1del (2019-01-21 21:17:21)

Online

#11 2019-01-22 18:54:30

gab00
Member
Registered: 2018-12-22
Posts: 8

Re: Usb Dac/Amp - Alsa config

V1del wrote:

Can you post your .xinitrc ? I suspect it lacks the necessary default includes to properly retain the session. Once that's fixed you shouldn't have to restart pulseaudio manually anymore.

exec i3


#!/bin/sh

userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/etc/X11/xinit/.Xresources
sysmodmap=/etc/X11/xinit/.Xmodmap

# merge in defaults and keymaps

if [ -f $sysresources ]; then
    xrdb -merge $sysresources
fi

if [ -f $sysmodmap ]; then
    xmodmap $sysmodmap
fi

if [ -f "$userresources" ]; then
    xrdb -merge "$userresources"
fi

if [ -f "$usermodmap" ]; then
    xmodmap "$usermodmap"
fi

# start some nice programs

if [ -d /etc/X11/xinit/xinitrc.d ] ; then
 for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
  [ -x "$f" ] && . "$f"
 done
 unset f
fi

twm &
xclock -geometry 50x50-1+1 &
termite -geometry 80x50+494+51 &
termite -geometry 80x20+494-0 &
exec termite -geometry 80x66+0+0 -name login
V1del wrote:

etc/pulse/daemon.conf

# This file is part of PulseAudio.
#
# PulseAudio is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# PulseAudio is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.

## Configuration file for the PulseAudio daemon. See pulse-daemon.conf(5) for
## more information. Default values are commented out.  Use either ; or # for
## commenting.

; daemonize = no
; fail = yes
; allow-module-loading = yes
; allow-exit = yes
; use-pid-file = yes
; system-instance = no
; local-server-type = user
; enable-shm = yes
; enable-memfd = yes
; shm-size-bytes = 0 # setting this 0 will use the system-default, usually 64 MiB
; lock-memory = no
; cpu-limit = no

; high-priority = yes
; nice-level = -11

; realtime-scheduling = yes
; realtime-priority = 5

; exit-idle-time = 20
; scache-idle-time = 20

; dl-search-path = (depends on architecture)

; load-default-script-file = yes
; default-script-file = /etc/pulse/default.pa

; log-target = auto
; log-level = notice
; log-meta = no
; log-time = no
; log-backtrace = 0

; resample-method = speex-float-1
; avoid-resampling = false
; enable-remixing = yes
; remixing-use-all-sink-channels = yes
; enable-lfe-remixing = no
; lfe-crossover-freq = 0

flat-volumes = no
; flat-volumes = yes

; rlimit-fsize = -1
; rlimit-data = -1
; rlimit-stack = -1
; rlimit-core = -1
; rlimit-as = -1
; rlimit-rss = -1
; rlimit-nproc = -1
; rlimit-nofile = 256
; rlimit-memlock = -1
; rlimit-locks = -1
; rlimit-sigpending = -1
; rlimit-msgqueue = -1
; rlimit-nice = 31
; rlimit-rtprio = 9
; rlimit-rttime = 200000

; default-sample-format = s16le
; default-sample-rate = 44100
; alternate-sample-rate = 48000
; default-sample-channels = 2
; default-channel-map = front-left,front-right

; default-fragments = 4
; default-fragment-size-msec = 25

; enable-deferred-volume = yes
; deferred-volume-safety-margin-usec = 8000
; deferred-volume-extra-delay-usec = 0
V1del wrote:

pacmd list-sinks

3 sink(s) available.
    index: 0
	name: <alsa_output.pci-0000_00_03.0.hdmi-stereo-extra2>
	driver: <module-alsa-card.c>
	flags: HARDWARE DECIBEL_VOLUME LATENCY DYNAMIC_LATENCY
	state: SUSPENDED
	suspend cause: IDLE
	priority: 9030
	volume: front-left: 65536 / 100% / 0.00 dB,   front-right: 65536 / 100% / 0.00 dB
	        balance 0.00
	base volume: 65536 / 100% / 0.00 dB
	volume steps: 65537
	muted: no
	current latency: 0.00 ms
	max request: 0 KiB
	max rewind: 0 KiB
	monitor source: 0
	sample spec: s16le 2ch 44100Hz
	channel map: front-left,front-right
	             Stereo
	used by: 0
	linked by: 0
	configured latency: 0.00 ms; range is 0.50 .. 1999.82 ms
	card: 0 <alsa_card.pci-0000_00_03.0>
	module: 6
	properties:
		alsa.resolution_bits = "16"
		device.api = "alsa"
		device.class = "sound"
		alsa.class = "generic"
		alsa.subclass = "generic-mix"
		alsa.name = "HDMI 2"
		alsa.id = "HDMI 2"
		alsa.subdevice = "0"
		alsa.subdevice_name = "subdevice #0"
		alsa.device = "8"
		alsa.card = "0"
		alsa.card_name = "HDA Intel HDMI"
		alsa.long_card_name = "HDA Intel HDMI at 0xf7e34000 irq 32"
		alsa.driver_name = "snd_hda_intel"
		device.bus_path = "pci-0000:00:03.0"
		sysfs.path = "/devices/pci0000:00/0000:00:03.0/sound/card0"
		device.bus = "pci"
		device.vendor.id = "8086"
		device.vendor.name = "Intel Corporation"
		device.product.id = "0c0c"
		device.product.name = "Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller"
		device.form_factor = "internal"
		device.string = "hdmi:0,2"
		device.buffering.buffer_size = "352768"
		device.buffering.fragment_size = "176384"
		device.access_mode = "mmap+timer"
		device.profile.name = "hdmi-stereo-extra2"
		device.profile.description = "Digital Stereo (HDMI 3)"
		device.description = "Built-in Audio Digital Stereo (HDMI 3)"
		alsa.mixer_name = "Intel Haswell HDMI"
		alsa.components = "HDA:80862807,80860101,00100000"
		module-udev-detect.discovered = "1"
		device.icon_name = "audio-card-pci"
	ports:
		hdmi-output-2: HDMI / DisplayPort 3 (priority 5700, latency offset 0 usec, available: yes)
			properties:
				device.icon_name = "video-display"
				device.product.name = "M2250D"
	active port: <hdmi-output-2>
  * index: 1
	name: <alsa_output.usb-XMOS_xCORE_USB_Audio_2.0-00.iec958-stereo>
	driver: <module-alsa-card.c>
	flags: HARDWARE DECIBEL_VOLUME LATENCY DYNAMIC_LATENCY
	state: RUNNING
	suspend cause: (none)
	priority: 9048
	volume: front-left: 65536 / 100% / 0.00 dB,   front-right: 65536 / 100% / 0.00 dB
	        balance 0.00
	base volume: 65536 / 100% / 0.00 dB
	volume steps: 65537
	muted: no
	current latency: 24.00 ms
	max request: 4 KiB
	max rewind: 4 KiB
	monitor source: 1
	sample spec: s16le 2ch 44100Hz
	channel map: front-left,front-right
	             Stereo
	used by: 1
	linked by: 1
	configured latency: 25.01 ms; range is 0.50 .. 2000.00 ms
	card: 1 <alsa_card.usb-XMOS_xCORE_USB_Audio_2.0-00>
	module: 7
	properties:
		alsa.resolution_bits = "16"
		device.api = "alsa"
		device.class = "sound"
		alsa.class = "generic"
		alsa.subclass = "generic-mix"
		alsa.name = "USB Audio"
		alsa.id = "USB Audio"
		alsa.subdevice = "0"
		alsa.subdevice_name = "subdevice #0"
		alsa.device = "0"
		alsa.card = "2"
		alsa.card_name = "xCORE USB Audio 2.0"
		alsa.long_card_name = "XMOS xCORE USB Audio 2.0 at usb-0000:00:14.0-5, high speed"
		alsa.driver_name = "snd_usb_audio"
		device.bus_path = "pci-0000:00:14.0-usb-0:5:1.0"
		sysfs.path = "/devices/pci0000:00/0000:00:14.0/usb2/2-5/2-5:1.0/sound/card2"
		udev.id = "usb-XMOS_xCORE_USB_Audio_2.0-00"
		device.bus = "usb"
		device.vendor.id = "20b1"
		device.vendor.name = "XMOS Ltd"
		device.product.id = "307c"
		device.product.name = "xCORE USB Audio 2.0"
		device.serial = "XMOS_xCORE_USB_Audio_2.0"
		device.string = "iec958:2"
		device.buffering.buffer_size = "352800"
		device.buffering.fragment_size = "176400"
		device.access_mode = "mmap+timer"
		device.profile.name = "iec958-stereo"
		device.profile.description = "Digital Stereo (IEC958)"
		device.description = "xCORE USB Audio 2.0 Digital Stereo (IEC958)"
		alsa.mixer_name = "USB Mixer"
		alsa.components = "USB20b1:307c"
		module-udev-detect.discovered = "1"
		device.icon_name = "audio-card-usb"
	ports:
		iec958-stereo-output: Digital Output (S/PDIF) (priority 0, latency offset 0 usec, available: unknown)
			properties:
				
	active port: <iec958-stereo-output>
    index: 2
	name: <alsa_output.pci-0000_00_1b.0.iec958-stereo>
	driver: <module-alsa-card.c>
	flags: HARDWARE HW_MUTE_CTRL DECIBEL_VOLUME LATENCY DYNAMIC_LATENCY
	state: SUSPENDED
	suspend cause: IDLE
	priority: 9038
	volume: front-left: 65536 / 100% / 0.00 dB,   front-right: 65536 / 100% / 0.00 dB
	        balance 0.00
	base volume: 65536 / 100% / 0.00 dB
	volume steps: 65537
	muted: no
	current latency: 0.00 ms
	max request: 0 KiB
	max rewind: 0 KiB
	monitor source: 2
	sample spec: s16le 2ch 44100Hz
	channel map: front-left,front-right
	             Stereo
	used by: 0
	linked by: 0
	configured latency: 0.00 ms; range is 0.50 .. 2000.00 ms
	card: 2 <alsa_card.pci-0000_00_1b.0>
	module: 8
	properties:
		alsa.resolution_bits = "16"
		device.api = "alsa"
		device.class = "sound"
		alsa.class = "generic"
		alsa.subclass = "generic-mix"
		alsa.name = "ALC1150 Digital"
		alsa.id = "ALC1150 Digital"
		alsa.subdevice = "0"
		alsa.subdevice_name = "subdevice #0"
		alsa.device = "1"
		alsa.card = "1"
		alsa.card_name = "HDA Intel PCH"
		alsa.long_card_name = "HDA Intel PCH at 0xf7e30000 irq 30"
		alsa.driver_name = "snd_hda_intel"
		device.bus_path = "pci-0000:00:1b.0"
		sysfs.path = "/devices/pci0000:00/0000:00:1b.0/sound/card1"
		device.bus = "pci"
		device.vendor.id = "8086"
		device.vendor.name = "Intel Corporation"
		device.product.id = "8c20"
		device.product.name = "8 Series/C220 Series Chipset High Definition Audio Controller"
		device.form_factor = "internal"
		device.string = "iec958:1"
		device.buffering.buffer_size = "352800"
		device.buffering.fragment_size = "176400"
		device.access_mode = "mmap+timer"
		device.profile.name = "iec958-stereo"
		device.profile.description = "Digital Stereo (IEC958)"
		device.description = "Built-in Audio Digital Stereo (IEC958)"
		alsa.mixer_name = "Realtek ALC1150"
		alsa.components = "HDA:10ec0900,10438560,00100001"
		module-udev-detect.discovered = "1"
		device.icon_name = "audio-card-pci"
	ports:
		iec958-stereo-output: Digital Output (S/PDIF) (priority 0, latency offset 0 usec, available: unknown)
			properties:
				
	active port: <iec958-stereo-output>
V1del wrote:

pacmd list-sink-inputs

2 sink input(s) available.
    index: 27
	driver: <protocol-native.c>
	flags: START_CORKED 
	state: CORKED
	sink: 1 <alsa_output.usb-XMOS_xCORE_USB_Audio_2.0-00.iec958-stereo>
	volume: front-left: 65536 / 100% / 0.00 dB,   front-right: 65536 / 100% / 0.00 dB
	        balance 0.00
	muted: no
	current latency: 90.29 ms
	requested latency: 25.01 ms
	sample spec: float32le 2ch 44100Hz
	channel map: front-left,front-right
	             Stereo
	resample method: speex-float-1
	module: 11
	client: 3 <AudioIPC Server>
	properties:
		media.name = "AudioStream"
		application.name = "AudioIPC Server"
		native-protocol.peer = "UNIX socket client"
		native-protocol.version = "32"
		application.process.id = "736"
		application.process.user = "gab"
		application.process.host = "ws"
		application.process.binary = "firefox"
		application.language = "en_US.UTF-8"
		window.x11.display = ":0"
		application.process.machine_id = "1d371097afd545bea26c67a0206fa5f2"
		application.process.session_id = "1"
		application.icon_name = "firefox"
		module-stream-restore.id = "sink-input-by-application-name:AudioIPC Server"
    index: 29
	driver: <protocol-native.c>
	flags: START_CORKED 
	state: RUNNING
	sink: 1 <alsa_output.usb-XMOS_xCORE_USB_Audio_2.0-00.iec958-stereo>
	volume: front-left: 65536 / 100% / 0.00 dB,   front-right: 65536 / 100% / 0.00 dB
	        balance 0.00
	muted: no
	current latency: 50.35 ms
	requested latency: 25.00 ms
	sample spec: float32le 2ch 48000Hz
	channel map: front-left,front-right
	             Stereo
	resample method: copy
	module: 11
	client: 3 <AudioIPC Server>
	properties:
		media.name = "AudioStream"
		application.name = "AudioIPC Server"
		native-protocol.peer = "UNIX socket client"
		native-protocol.version = "32"
		application.process.id = "736"
		application.process.user = "gab"
		application.process.host = "ws"
		application.process.binary = "firefox"
		application.language = "en_US.UTF-8"
		window.x11.display = ":0"
		application.process.machine_id = "1d371097afd545bea26c67a0206fa5f2"
		application.process.session_id = "1"
		application.icon_name = "firefox"
		module-stream-restore.id = "sink-input-by-application-name:AudioIPC Server"


And yeah Ropid, I wrote uncorrectly earlier, did some confusion big_smile

ls -1 /proc/asound/card*/codec#* output:

/proc/asound/card0/codec#0
/proc/asound/card1/codec#0

Output of /proc/asound/card0/codec#0:

Codec: Intel Haswell HDMI
Address: 0
AFG Function Id: 0x1 (unsol 0)
Vendor Id: 0x80862807
Subsystem Id: 0x80860101
Revision Id: 0x100000
No Modem Function Group found
Default PCM:
    rates [0x0]:
    bits [0x0]:
    formats [0x0]:
Default Amp-In caps: N/A
Default Amp-Out caps: N/A
State of AFG node 0x01:
  Power states:  D0 D3 CLKSTOP EPSS
  Power: setting=D0, actual=D0, Clock-stop-OK
GPIO: io=0, o=0, i=0, unsolicited=0, wake=0
Node 0x02 [Audio Output] wcaps 0x6611: 8-Channels Digital
  Converter: stream=0, channel=0
  Digital: Enabled GenLevel KAE
  Digital category: 0x2
  IEC Coding Type: 0x0
  PCM:
    rates [0x7f0]: 32000 44100 48000 88200 96000 176400 192000
    bits [0x1e]: 16 20 24 32
    formats [0x5]: PCM AC3
  Power states:  D0 D3 EPSS
  Power: setting=D0, actual=D0
Node 0x03 [Audio Output] wcaps 0x6611: 8-Channels Digital
  Converter: stream=0, channel=0
  Digital: Enabled KAE
  Digital category: 0x0
  IEC Coding Type: 0x0
  PCM:
    rates [0x7f0]: 32000 44100 48000 88200 96000 176400 192000
    bits [0x1e]: 16 20 24 32
    formats [0x5]: PCM AC3
  Power states:  D0 D3 EPSS
  Power: setting=D0, actual=D0
Node 0x04 [Audio Output] wcaps 0x6611: 8-Channels Digital
  Converter: stream=0, channel=0
  Digital: Enabled KAE
  Digital category: 0x0
  IEC Coding Type: 0x0
  PCM:
    rates [0x7f0]: 32000 44100 48000 88200 96000 176400 192000
    bits [0x1e]: 16 20 24 32
    formats [0x5]: PCM AC3
  Power states:  D0 D3 EPSS
  Power: setting=D0, actual=D0
Node 0x05 [Pin Complex] wcaps 0x40778d: 8-Channels Digital Amp-Out CP
  Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  Amp-Out vals:  [0x00 0x00]
  Pincap 0x0b000094: OUT Detect HBR HDMI DP
  Pin Default 0x18560010: [Jack] Digital Out at Int HDMI
    Conn = Digital, Color = Unknown
    DefAssociation = 0x1, Sequence = 0x0
  Pin-ctls: 0x00:
  Unsolicited: tag=00, enabled=0
  Power states:  D0 D3 EPSS
  Power: setting=D0, actual=D0
  Devices: 0
  Connection: 0
  In-driver Connection: 3
     0x02 0x03 0x04
Node 0x06 [Pin Complex] wcaps 0x40778d: 8-Channels Digital Amp-Out CP
  Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  Amp-Out vals:  [0x00 0x00]
  Pincap 0x0b000094: OUT Detect HBR HDMI DP
  Pin Default 0x18560020: [Jack] Digital Out at Int HDMI
    Conn = Digital, Color = Unknown
    DefAssociation = 0x2, Sequence = 0x0
  Pin-ctls: 0x00:
  Unsolicited: tag=00, enabled=0
  Power states:  D0 D3 EPSS
  Power: setting=D0, actual=D0
  Devices: 0
  Connection: 0
  In-driver Connection: 3
     0x02 0x03 0x04
Node 0x07 [Pin Complex] wcaps 0x40778d: 8-Channels Digital Amp-Out CP
  Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  Amp-Out vals:  [0x00 0x00]
  Pincap 0x0b000094: OUT Detect HBR HDMI DP
  Pin Default 0x18560030: [Jack] Digital Out at Int HDMI
    Conn = Digital, Color = Unknown
    DefAssociation = 0x3, Sequence = 0x0
  Pin-ctls: 0x40: OUT
  Unsolicited: tag=00, enabled=0
  Power states:  D0 D3 EPSS
  Power: setting=D0, actual=D0
  Devices: 0
  Connection: 3
     0x02* 0x03 0x04
Node 0x08 [Vendor Defined Widget] wcaps 0xf00000: Mono

Output of /proc/asound/card1/codec#0:

Codec: Realtek ALC1150
Address: 0
AFG Function Id: 0x1 (unsol 1)
Vendor Id: 0x10ec0900
Subsystem Id: 0x10438560
Revision Id: 0x100001
No Modem Function Group found
Default PCM:
    rates [0x5f0]: 32000 44100 48000 88200 96000 192000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
Default Amp-In caps: N/A
Default Amp-Out caps: N/A
State of AFG node 0x01:
  Power states:  D0 D1 D2 D3 CLKSTOP EPSS
  Power: setting=D0, actual=D0
GPIO: io=2, o=0, i=0, unsolicited=1, wake=0
  IO[0]: enable=0, dir=0, wake=0, sticky=0, data=0, unsol=0
  IO[1]: enable=0, dir=0, wake=0, sticky=0, data=0, unsol=0
Node 0x02 [Audio Output] wcaps 0x41d: Stereo Amp-Out
  Control: name="Front Playback Volume", index=0, device=0
    ControlAmp: chs=3, dir=Out, idx=0, ofs=0
  Device: name="ALC1150 Analog", type="Audio", device=0
  Amp-Out caps: ofs=0x57, nsteps=0x57, stepsize=0x02, mute=0
  Amp-Out vals:  [0x3c 0x3c]
  Converter: stream=0, channel=0
  PCM:
    rates [0x560]: 44100 48000 96000 192000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
  Power states:  D0 D1 D2 D3 EPSS
  Power: setting=D0, actual=D0
Node 0x03 [Audio Output] wcaps 0x41d: Stereo Amp-Out
  Control: name="Surround Playback Volume", index=0, device=0
    ControlAmp: chs=3, dir=Out, idx=0, ofs=0
  Amp-Out caps: ofs=0x57, nsteps=0x57, stepsize=0x02, mute=0
  Amp-Out vals:  [0x3c 0x3c]
  Converter: stream=0, channel=0
  PCM:
    rates [0x560]: 44100 48000 96000 192000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
  Power states:  D0 D1 D2 D3 EPSS
  Power: setting=D0, actual=D0
Node 0x04 [Audio Output] wcaps 0x41d: Stereo Amp-Out
  Control: name="Center Playback Volume", index=0, device=0
    ControlAmp: chs=1, dir=Out, idx=0, ofs=0
  Control: name="LFE Playback Volume", index=0, device=0
    ControlAmp: chs=2, dir=Out, idx=0, ofs=0
  Amp-Out caps: ofs=0x57, nsteps=0x57, stepsize=0x02, mute=0
  Amp-Out vals:  [0x3c 0x3c]
  Converter: stream=0, channel=0
  PCM:
    rates [0x560]: 44100 48000 96000 192000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
  Power states:  D0 D1 D2 D3 EPSS
  Power: setting=D0, actual=D0
Node 0x05 [Audio Output] wcaps 0x41d: Stereo Amp-Out
  Control: name="Side Playback Volume", index=0, device=0
    ControlAmp: chs=3, dir=Out, idx=0, ofs=0
  Amp-Out caps: ofs=0x57, nsteps=0x57, stepsize=0x02, mute=0
  Amp-Out vals:  [0x00 0x00]
  Converter: stream=0, channel=0
  PCM:
    rates [0x560]: 44100 48000 96000 192000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
  Power states:  D0 D1 D2 D3 EPSS
  Power: setting=D0, actual=D0
Node 0x06 [Audio Output] wcaps 0x611: Stereo Digital
  Converter: stream=5, channel=0
  Digital: Enabled
  Digital category: 0x0
  IEC Coding Type: 0x0
  PCM:
    rates [0x5f0]: 32000 44100 48000 88200 96000 192000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
  Power states:  D0 D1 D2 D3 EPSS
  Power: setting=D0, actual=D0
Node 0x07 [Vendor Defined Widget] wcaps 0xf00000: Mono
Node 0x08 [Audio Input] wcaps 0x10051b: Stereo Amp-In
  Control: name="Capture Volume", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=0, ofs=0
  Control: name="Capture Switch", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=0, ofs=0
  Device: name="ALC1150 Analog", type="Audio", device=0
  Amp-In caps: ofs=0x17, nsteps=0x3f, stepsize=0x02, mute=1
  Amp-In vals:  [0x27 0x27]
  Converter: stream=1, channel=0
  SDI-Select: 0
  PCM:
    rates [0x560]: 44100 48000 96000 192000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
  Power states:  D0 D1 D2 D3 EPSS
  Power: setting=D0, actual=D0
  Connection: 1
     0x23
Node 0x09 [Audio Input] wcaps 0x10051b: Stereo Amp-In
  Control: name="Capture Volume", index=1, device=0
    ControlAmp: chs=3, dir=In, idx=0, ofs=0
  Control: name="Capture Switch", index=1, device=0
    ControlAmp: chs=3, dir=In, idx=0, ofs=0
  Device: name="ALC1150 Alt Analog", type="Audio", device=2
  Amp-In caps: ofs=0x17, nsteps=0x3f, stepsize=0x02, mute=1
  Amp-In vals:  [0x80 0x80]
  Converter: stream=0, channel=0
  SDI-Select: 0
  PCM:
    rates [0x560]: 44100 48000 96000 192000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
  Power states:  D0 D1 D2 D3 EPSS
  Power: setting=D0, actual=D0
  Connection: 1
     0x22
Node 0x0a [Vendor Defined Widget] wcaps 0xf00000: Mono
Node 0x0b [Audio Mixer] wcaps 0x20010b: Stereo Amp-In
  Control: name="Front Mic Playback Volume", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=1, ofs=0
  Control: name="Front Mic Playback Switch", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=1, ofs=0
  Control: name="Rear Mic Playback Volume", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=0, ofs=0
  Control: name="Rear Mic Playback Switch", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=0, ofs=0
  Control: name="Line Playback Volume", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=2, ofs=0
  Control: name="Line Playback Switch", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=2, ofs=0
  Control: name="Beep Playback Volume", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=5, ofs=0
  Control: name="Beep Playback Switch", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=5, ofs=0
  Amp-In caps: ofs=0x17, nsteps=0x1f, stepsize=0x05, mute=1
  Amp-In vals:  [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80]
  Connection: 8
     0x18 0x19 0x1a 0x1b 0x14 0x15 0x16 0x17
Node 0x0c [Audio Mixer] wcaps 0x20010b: Stereo Amp-In
  Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  Amp-In vals:  [0x00 0x00] [0x80 0x80]
  Connection: 2
     0x02 0x0b
Node 0x0d [Audio Mixer] wcaps 0x20010b: Stereo Amp-In
  Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  Amp-In vals:  [0x00 0x00] [0x80 0x80]
  Connection: 2
     0x03 0x0b
Node 0x0e [Audio Mixer] wcaps 0x20010b: Stereo Amp-In
  Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  Amp-In vals:  [0x00 0x00] [0x80 0x80]
  Connection: 2
     0x04 0x0b
Node 0x0f [Audio Mixer] wcaps 0x20010b: Stereo Amp-In
  Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  Amp-In vals:  [0x00 0x00] [0x80 0x80]
  Connection: 2
     0x05 0x0b
Node 0x10 [Audio Output] wcaps 0x611: Stereo Digital
  Control: name="IEC958 Playback Con Mask", index=0, device=0
  Control: name="IEC958 Playback Pro Mask", index=0, device=0
  Control: name="IEC958 Playback Default", index=0, device=0
  Control: name="IEC958 Playback Switch", index=0, device=0
  Control: name="IEC958 Default PCM Playback Switch", index=0, device=0
  Device: name="ALC1150 Digital", type="SPDIF", device=1
  Converter: stream=5, channel=0
  Digital: Enabled
  Digital category: 0x0
  IEC Coding Type: 0x0
  PCM:
    rates [0x5f0]: 32000 44100 48000 88200 96000 192000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
  Power states:  D0 D1 D2 D3 EPSS
  Power: setting=D0, actual=D0
Node 0x11 [Pin Complex] wcaps 0x400781: Stereo Digital
  Pincap 0x00000014: OUT Detect
  Pin Default 0x99430130: [Fixed] SPDIF Out at Int ATAPI
    Conn = ATAPI, Color = Unknown
    DefAssociation = 0x3, Sequence = 0x0
    Misc = NO_PRESENCE
  Pin-ctls: 0x40: OUT
  Unsolicited: tag=00, enabled=0
  Power states:  D0 D1 D2 D3 EPSS
  Power: setting=D0, actual=D0
  Connection: 1
     0x10
Node 0x12 [Vendor Defined Widget] wcaps 0xf00000: Mono
Node 0x13 [Vendor Defined Widget] wcaps 0xf00000: Mono
Node 0x14 [Pin Complex] wcaps 0x40058d: Stereo Amp-Out
  Control: name="Front Playback Switch", index=0, device=0
    ControlAmp: chs=3, dir=Out, idx=0, ofs=0
  Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  Amp-Out vals:  [0x00 0x00]
  Pincap 0x0001003e: IN OUT HP EAPD Detect Trigger
  EAPD 0x2: EAPD
  Pin Default 0x01014010: [Jack] Line Out at Ext Rear
    Conn = 1/8, Color = Green
    DefAssociation = 0x1, Sequence = 0x0
  Pin-ctls: 0x40: OUT
  Unsolicited: tag=05, enabled=1
  Power states:  D0 D1 D2 D3 EPSS
  Power: setting=D0, actual=D0
  Connection: 1
     0x0c
Node 0x15 [Pin Complex] wcaps 0x40058d: Stereo Amp-Out
  Control: name="Surround Playback Switch", index=0, device=0
    ControlAmp: chs=3, dir=Out, idx=0, ofs=0
  Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  Amp-Out vals:  [0x00 0x00]
  Pincap 0x00000036: IN OUT Detect Trigger
  Pin Default 0x01011012: [Jack] Line Out at Ext Rear
    Conn = 1/8, Color = Black
    DefAssociation = 0x1, Sequence = 0x2
  Pin-ctls: 0x40: OUT
  Unsolicited: tag=06, enabled=1
  Power states:  D0 D1 D2 D3 EPSS
  Power: setting=D0, actual=D0
  Connection: 1
     0x0d
Node 0x16 [Pin Complex] wcaps 0x40058d: Stereo Amp-Out
  Control: name="Center Playback Switch", index=0, device=0
    ControlAmp: chs=1, dir=Out, idx=0, ofs=0
  Control: name="LFE Playback Switch", index=0, device=0
    ControlAmp: chs=2, dir=Out, idx=0, ofs=0
  Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  Amp-Out vals:  [0x00 0x00]
  Pincap 0x00000036: IN OUT Detect Trigger
  Pin Default 0x01016011: [Jack] Line Out at Ext Rear
    Conn = 1/8, Color = Orange
    DefAssociation = 0x1, Sequence = 0x1
  Pin-ctls: 0x40: OUT
  Unsolicited: tag=07, enabled=1
  Power states:  D0 D1 D2 D3 EPSS
  Power: setting=D0, actual=D0
  Connection: 1
     0x0e
Node 0x17 [Pin Complex] wcaps 0x40058d: Stereo Amp-Out
  Control: name="Side Playback Switch", index=0, device=0
    ControlAmp: chs=3, dir=Out, idx=0, ofs=0
  Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  Amp-Out vals:  [0x80 0x80]
  Pincap 0x00000036: IN OUT Detect Trigger
  Pin Default 0x01012014: [Jack] Line Out at Ext Rear
    Conn = 1/8, Color = Grey
    DefAssociation = 0x1, Sequence = 0x4
  Pin-ctls: 0x40: OUT
  Unsolicited: tag=08, enabled=1
  Power states:  D0 D1 D2 D3 EPSS
  Power: setting=D0, actual=D0
  Connection: 1
     0x0f
Node 0x18 [Pin Complex] wcaps 0x40058f: Stereo Amp-In Amp-Out
  Control: name="Rear Mic Boost Volume", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=0, ofs=0
  Amp-In caps: ofs=0x00, nsteps=0x03, stepsize=0x27, mute=0
  Amp-In vals:  [0x00 0x00]
  Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  Amp-Out vals:  [0x80 0x80]
  Pincap 0x00003736: IN OUT Detect Trigger
    Vref caps: HIZ 50 GRD 80 100
  Pin Default 0x01a19050: [Jack] Mic at Ext Rear
    Conn = 1/8, Color = Pink
    DefAssociation = 0x5, Sequence = 0x0
  Pin-ctls: 0x24: IN VREF_80
  Unsolicited: tag=03, enabled=1
  Power states:  D0 D1 D2 D3 EPSS
  Power: setting=D0, actual=D0
  Connection: 5
     0x0c* 0x0d 0x0e 0x0f 0x26
Node 0x19 [Pin Complex] wcaps 0x40058f: Stereo Amp-In Amp-Out
  Control: name="Front Mic Boost Volume", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=0, ofs=0
  Amp-In caps: ofs=0x00, nsteps=0x03, stepsize=0x27, mute=0
  Amp-In vals:  [0x00 0x00]
  Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  Amp-Out vals:  [0x80 0x80]
  Pincap 0x0000373e: IN OUT HP Detect Trigger
    Vref caps: HIZ 50 GRD 80 100
  Pin Default 0x02a19060: [Jack] Mic at Ext Front
    Conn = 1/8, Color = Pink
    DefAssociation = 0x6, Sequence = 0x0
  Pin-ctls: 0x24: IN VREF_80
  Unsolicited: tag=02, enabled=1
  Power states:  D0 D1 D2 D3 EPSS
  Power: setting=D0, actual=D0
  Connection: 5
     0x0c* 0x0d 0x0e 0x0f 0x26
Node 0x1a [Pin Complex] wcaps 0x40058f: Stereo Amp-In Amp-Out
  Control: name="Line Boost Volume", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=0, ofs=0
  Amp-In caps: ofs=0x00, nsteps=0x03, stepsize=0x27, mute=0
  Amp-In vals:  [0x00 0x00]
  Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  Amp-Out vals:  [0x80 0x80]
  Pincap 0x00003736: IN OUT Detect Trigger
    Vref caps: HIZ 50 GRD 80 100
  Pin Default 0x0181305f: [Jack] Line In at Ext Rear
    Conn = 1/8, Color = Blue
    DefAssociation = 0x5, Sequence = 0xf
  Pin-ctls: 0x20: IN VREF_HIZ
  Unsolicited: tag=04, enabled=1
  Power states:  D0 D1 D2 D3 EPSS
  Power: setting=D0, actual=D0
  Connection: 5
     0x0c* 0x0d 0x0e 0x0f 0x26
Node 0x1b [Pin Complex] wcaps 0x40058f: Stereo Amp-In Amp-Out
  Control: name="Headphone Playback Switch", index=0, device=0
    ControlAmp: chs=3, dir=Out, idx=0, ofs=0
  Amp-In caps: ofs=0x00, nsteps=0x03, stepsize=0x27, mute=0
  Amp-In vals:  [0x00 0x00]
  Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  Amp-Out vals:  [0x00 0x00]
  Pincap 0x0001373e: IN OUT HP EAPD Detect Trigger
    Vref caps: HIZ 50 GRD 80 100
  EAPD 0x2: EAPD
  Pin Default 0x02214020: [Jack] HP Out at Ext Front
    Conn = 1/8, Color = Green
    DefAssociation = 0x2, Sequence = 0x0
  Pin-ctls: 0xc0: OUT HP VREF_HIZ
  Unsolicited: tag=01, enabled=1
  Power states:  D0 D1 D2 D3 EPSS
  Power: setting=D0, actual=D0
  Connection: 5
     0x0c 0x0d 0x0e 0x0f 0x26*
Node 0x1c [Vendor Defined Widget] wcaps 0xf00000: Mono
Node 0x1d [Vendor Defined Widget] wcaps 0xf00000: Mono
Node 0x1e [Pin Complex] wcaps 0x400781: Stereo Digital
  Pincap 0x00000014: OUT Detect
  Pin Default 0x01456140: [Jack] SPDIF Out at Ext Rear
    Conn = Optical, Color = Orange
    DefAssociation = 0x4, Sequence = 0x0
    Misc = NO_PRESENCE
  Pin-ctls: 0x40: OUT
  Unsolicited: tag=00, enabled=0
  Power states:  D0 D1 D2 D3 EPSS
  Power: setting=D0, actual=D0
  Connection: 1
     0x06
Node 0x1f [Vendor Defined Widget] wcaps 0xf00000: Mono
Node 0x20 [Vendor Defined Widget] wcaps 0xf00040: Mono
  Processing caps: benign=0, ncoeff=32
Node 0x21 [Vendor Defined Widget] wcaps 0xf00000: Mono
Node 0x22 [Audio Mixer] wcaps 0x20010b: Stereo Amp-In
  Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  Amp-In vals:  [0x80 0x80] [0x00 0x00] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80]
  Connection: 9
     0x18 0x19 0x1a 0x1b 0x14 0x15 0x16 0x17 0x0b
Node 0x23 [Audio Mixer] wcaps 0x20010b: Stereo Amp-In
  Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  Amp-In vals:  [0x80 0x80] [0x00 0x00] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80]
  Connection: 9
     0x18 0x19 0x1a 0x1b 0x14 0x15 0x16 0x17 0x0b
Node 0x24 [Vendor Defined Widget] wcaps 0xf00000: Mono
Node 0x25 [Audio Output] wcaps 0x41d: Stereo Amp-Out
  Control: name="Headphone Playback Volume", index=0, device=0
    ControlAmp: chs=3, dir=Out, idx=0, ofs=0
  Amp-Out caps: ofs=0x57, nsteps=0x57, stepsize=0x02, mute=0
  Amp-Out vals:  [0x3c 0x3c]
  Converter: stream=0, channel=0
  PCM:
    rates [0x560]: 44100 48000 96000 192000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
  Power states:  D0 D1 D2 D3 EPSS
  Power: setting=D0, actual=D0
Node 0x26 [Audio Mixer] wcaps 0x20010b: Stereo Amp-In
  Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  Amp-In vals:  [0x00 0x00] [0x80 0x80]
  Connection: 2
     0x25 0x0b

But yet, guys I'm probably missing the point.

What I need is the capability of "hotswapping" outputs whether it is:
1-recognizing that the dac/amp for headphones is plugged and turned on
2-switching output to other devices (eg. tv speakers through HDMI)

I've tried to change values of these:

; default-sample-rate = 44100
; alternate-sample-rate = 48000

But yet my dac says it's receiving a 41000Khz source, that's a pity. Still, as you pointed me out, I'm not so concerned about sampling rates, my main focus is to get all this working without manually init pulseaudio every single time.

Thanks a lot gus, for the support!

Offline

#12 2019-01-22 20:43:04

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,415

Re: Usb Dac/Amp - Alsa config

exec i3 as the first line in the file is wrong, that way none of the directives afterwards are executed as exec replaces the parsing shell, these directives would ensure proper session start and enable you to use pulseaudio without having to restart it manually. place the exec i3 after the last fi and before the twm directives (FWIW you could simply remove the twm and the other things that are started afterwards).


gab00 wrote:

But yet, guys I'm probably missing the point.

What I need is the capability of "hotswapping" outputs whether it is:
1-recognizing that the dac/amp for headphones is plugged and turned on
2-switching output to other devices (eg. tv speakers through HDMI)

Pulseaudio does and should do that by default already, does it not? I'm not sure how well it will react if you simply remove the headphones from your USB DAC, however if you physically unplug the USB it will fall back to one of the other devices.

Manually switching should also be easy, take a second to familiarize yourself with pavucontrol, everytime you open an application you will see it register within pavucontrol, there is a dropdown for each application indicating which device said application is currently playing back to, select a different device and the switch should happen.

Alternatively you can use pacmd on the console for this, using your current posted example you could do

pacmd move-sink-input 29 alsa_output.pci-0000_00_03.0.hdmi-stereo-extra2 #The index 29 here will change for every new application, check back on the sink-inputs output

to move the active firefox stream from your DAC to HDMI.

gab00 wrote:

I've tried to change values of these:

; default-sample-rate = 44100
; alternate-sample-rate = 48000

But yet my dac says it's receiving a 41000Khz source, that's a pity. Still, as you pointed me out, I'm not so concerned about sampling rates, my main focus is to get all this working without manually init pulseaudio every single time.

In general for any changes of these values to take effect you must remove the preceeding ; as that is evaluated as a comment. But as already mentioned, this really usually doesn't have much benefit from setting that to huge values and unnecessarily puts strain on the CPU, despite your original source being 48KHz. Any perceived improvement from changing these values are likely to be artificial or artifacting added by the necessity to resample, rather than something you will actually be able to accurately verify as an improvement. You can of course experiment and maybe you will indeed think that there's an improvement.

FWIW you might want to read through the pulseaudio wiki for explanations of a few of these options and some general introductions into pulse's capabilities..

Online

#13 2019-01-24 20:12:26

gab00
Member
Registered: 2018-12-22
Posts: 8

Re: Usb Dac/Amp - Alsa config

Yet V1del, I've tried to sample rates but my dac still displays that what it's been playing is at 44.1kHz. I've enabled resampling, but that doesn't effects.
Also, I was about to say I've finally solved my previously called as "hotswap problem", but it seems like it hasn't quite been solved unfortunately. I'd love to thank you all guys anyway.

When I log in in the tty, I turn on the dac/amp and open pavucontrol. It says "trying to establish connection with pulseaudio" and it doesn't actually connect with pulseaudio unless I kill and restart PA in place.
So...it seems we are starting this again...

Offline

#14 2019-01-25 20:29:19

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,415

Re: Usb Dac/Amp - Alsa config

After logging in and starting i3 what's the output of

systemctl --user status pulseaudio.service pulseaudio.socket
loginctl session-status
journalctl -b --user-unit=pulseaudio

Since you didn't explicitly react to it, you did see my first sentence?

Regarding the sample rate, pulse "should" (it might be, that since this is a digital sink, it will simply pass through the signal unaltered regardless) be forced to resample if you set both of these, FWIW don't go directly all the way but try something that's guaranteed to be supported but deviates from the standard like 192000

Online

Board footer

Powered by FluxBB