Re: Intel SST and HP ElitePad 1000 G2

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Pierre-Louis,

I've download your t100-v4.3-24bit branch, then I've patched it with my changes
and I've deployed it in the tablet. I've copied the bytcr-rt5640 from UCM master
branch in the /usr/share/alsa/ucm tablet directory, but after rebooting I have no
sound.

Attached you can find the dmesg log and the .config used to generate the kernel,
maybe any option has to be enabled...

Regards,
Jorge
________________________________________
From: Pierre-Louis Bossart [pierre-louis.bossart@xxxxxxxxxxxxxxx]
Sent: Monday, November 23, 2015 6:02 PM
To: Jorge Fernandez Monteagudo; alsa-devel@xxxxxxxxxxxxxxxx
Subject: Re:  Intel SST and HP ElitePad 1000 G2

On 11/23/15 9:13 AM, Jorge Fernandez Monteagudo wrote:
> Hi,
>
> I've been able to get the audio working in the HP ElitePad 1000G2 tablet.
> Attached the patch I've used in a 4.2.5 to get it working.

Thanks for sharing and good to hear that you have audio working. I have
no idea why BIOS folks keep inventing new (and illegal) ACPI _HID values...

We may need to use the same tricks as in sst-acpi to find out which
string to use for .codec_name based on which _HID is handled by the ACPI
subsystem instead of a hard-coded value.

Note that we are trying to move away from this older driver to a newer
one based on DPCM that would also support BYT-CR devices and MinnowMax
Board. It's not ready yet for upstream but if you want to add those
changes to the newer version and test it'd be great. See
https://github.com/plbossart/sound.git t100-v4.3-24bit and matching UCM
files at https://github.com/plbossart/UCM

>
> Basically in this tablet the rt5640 realtek audio codec is identified with
> INTCCFFD. I don't know how to share 'byt-rt5640.c' with two identifiers
> because I had to change:
>
> @@ -186,7 +194,7 @@
>               .stream_name = "Audio",
>               .cpu_dai_name = "baytrail-pcm-audio",
>               .codec_dai_name = "rt5640-aif1",
> -             .codec_name = "i2c-10EC5640:00",
> +             .codec_name = "i2c-INTCCFFD:00",
>               .platform_name = "baytrail-pcm-audio",
>               .dai_fmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_NB_NF |
>                          SND_SOC_DAIFMT_CBS_CFS,
>
> but the correct will be to two both of them.
>
> Regards
>
> ________________________________________
> From: alsa-devel-bounces@xxxxxxxxxxxxxxxx [alsa-devel-bounces@xxxxxxxxxxxxxxxx] On Behalf Of Jorge Fernandez Monteagudo [jorgefm@xxxxxxxxx]
> Sent: Friday, November 20, 2015 4:27 PM
> To: alsa-devel@xxxxxxxxxxxxxxxx
> Subject:  Intel SST and HP ElitePad 1000 G2
>
> Hi,
>
> This is my first email in this list, and my last chance to make my tablet
> audio system work
>
> I'm trying to get my tablet audio system working but I'm run out of ideas.
> The HP ElitePad 1000 G2 it's an Atom Z3795 1.60GHz Bay Trail-T tablet.
>
> I'm using a kernel 4.2.5 with all the SST configs enabled:
>
> CONFIG_SND_SST_MFLD_PLATFORM=m
> CONFIG_SND_SST_IPC=m
> CONFIG_SND_SST_IPC_ACPI=m
> CONFIG_SND_SOC_INTEL_SST=m
> CONFIG_SND_SOC_INTEL_SST_ACPI=m
> CONFIG_SND_SOC_INTEL_HASWELL=m
> CONFIG_SND_SOC_INTEL_BAYTRAIL=m
> CONFIG_SND_SOC_INTEL_HASWELL_MACH=m
> CONFIG_SND_SOC_INTEL_BYT_RT5640_MACH=m
> CONFIG_SND_SOC_INTEL_BYT_MAX98090_MACH=m
> CONFIG_SND_SOC_INTEL_BROADWELL_MACH=m
> CONFIG_SND_SOC_INTEL_BYTCR_RT5640_MACH=m
> CONFIG_SND_SOC_INTEL_CHT_BSW_RT5672_MACH=m
> CONFIG_SND_SOC_INTEL_CHT_BSW_RT5645_MACH=m
> CONFIG_SND_SOC_INTEL_CHT_BSW_MAX98090_TI_MACH=m
> # CONFIG_SND_SOC_QCOM is not set
> # CONFIG_SND_SOC_XTFPGA_I2S is not set
> CONFIG_SND_SOC_I2C_AND_SPI=m
>
> I've follow the same steps as the installation for Asus T100TA
> https://wiki.debian.org/InstallingDebianOn/Asus/T100TA
>
> and finally I only get the dmesg traces:
>
> sst-acpi 80860F28:00: No matching ASoC machine driver found
> intel-sst-acpi 80860F28:00: No matching machine driver found
>
>  From the 'dsdt.dsl' I can see:
>
>          Device (I2C2)
>          {
>              Name (_ADR, Zero)  // _ADR: Address
>              Name (_HID, "80860F41" /* Intel Baytrail I2C Host Controller */)  // _HID: Hardware ID
>              Name (_CID, "80860F41" /* Intel Baytrail I2C Host Controller */)  // _CID: Compatible ID
>              Name (_DEP, Package (0x01)  // _DEP: Dependencies
>              {
>                  PEPD
>              })
>              Name (_DDN, "Intel(R) I2C Controller #2 - 80860F42")  // _DDN: DOS Device Name
>              Name (_UID, 0x02)  // _UID: Unique ID
>              Name (RBUF, ResourceTemplate ()
>              {
>                  Memory32Fixed (ReadWrite,
>                      0x00000000,         // Address Base
>                      0x00001000,         // Address Length
>                      _Y12)
>                  Interrupt (ResourceConsumer, Level, ActiveLow, Exclusive, ,, )
>                  {
>                      0x00000021,
>                  }
>                  FixedDMA (0x0012, 0x0002, Width32bit, )
>                  FixedDMA (0x0013, 0x0003, Width32bit, )
>              })
>              Method (_HRV, 0, NotSerialized)  // _HRV: Hardware Revision
>              {
>                  Return (SOCS) /* \SOCS */
>              }
>
>              Method (_CRS, 0, NotSerialized)  // _CRS: Current Resource Settings
>              {
>                  CreateDWordField (RBUF, \_SB.I2C2._Y12._BAS, B0BA)  // _BAS: Base Address
>                  CreateDWordField (RBUF, \_SB.I2C2._Y12._LEN, B0LN)  // _LEN: Length
>                  Store (I20A, B0BA) /* \_SB_.I2C2._CRS.B0BA */
>                  Store (I20L, B0LN) /* \_SB_.I2C2._CRS.B0LN */
>                  Return (RBUF) /* \_SB_.I2C2.RBUF */
>              }
>
>              Method (_STA, 0, NotSerialized)  // _STA: Status
>              {
>                  If (LOr (LEqual (I20A, Zero), LEqual (L22D, One)))
>                  {
>                      Return (Zero)
>                  }
>
>                  Return (0x0F)
>              }
>
>              Method (_PS3, 0, NotSerialized)  // _PS3: Power State 3
>              {
>                  Or (PSAT, 0x03, PSAT) /* \_SB_.I2C2.PSAT */
>                  Or (PSAT, Zero, PSAT) /* \_SB_.I2C2.PSAT */
>              }
>
>              Method (_PS0, 0, NotSerialized)  // _PS0: Power State 0
>              {
>                  And (PSAT, 0xFFFFFFFC, PSAT) /* \_SB_.I2C2.PSAT */
>                  Or (PSAT, Zero, PSAT) /* \_SB_.I2C2.PSAT */
>              }
>
>              OperationRegion (KEYS, SystemMemory, I21A, 0x0100)
>              Field (KEYS, DWordAcc, NoLock, WriteAsZeros)
>              {
>                  Offset (0x84),
>                  PSAT,   32
>              }
>
>              Device (RTEK)
>              {
>                  Name (_ADR, Zero)  // _ADR: Address
>                  Name (_HID, "INTCCFFD")  // _HID: Hardware ID
>                  Name (_CID, "INTCCFFD")  // _CID: Compatible ID
>                  Name (_DDN, "RTEK Codec Controller ")  // _DDN: DOS Device Name
>                  Name (_UID, 0x02)  // _UID: Unique ID
>                  Method (_CRS, 0, NotSerialized)  // _CRS: Current Resource Settings
>                  {
>                      Name (SBUF, ResourceTemplate ()
>                      {
>                          I2cSerialBus (0x001C, ControllerInitiated, 0x00061A80,
>                              AddressingMode7Bit, "\\_SB.I2C2",
>                              0x00, ResourceConsumer, ,
>                              )
>                          GpioInt (Edge, ActiveBoth, SharedAndWake, PullNone, 0x0000,
>                              "\\_SB.GPO2", 0x00, ResourceConsumer, ,
>                              )
>                              {   // Pin list
>                                  0x000E
>                              }
>                          GpioInt (Edge, ActiveBoth, SharedAndWake, PullNone, 0x0000,
>                              "\\_SB.GPO0", 0x00, ResourceConsumer, ,
>                              )
>                              {   // Pin list
>                                  0x0003
>                              }
>                          GpioInt (Edge, ActiveBoth, SharedAndWake, PullNone, 0x0000,
>                              "\\_SB.GPO0", 0x00, ResourceConsumer, ,
>                              )
>                              {   // Pin list
>                                  0x0000
>                              }
>                          GpioIo (Shared, PullDefault, 0x0000, 0x0000, IoRestrictionInputOnly,
>                              "\\_SB.GPO2", 0x00, ResourceConsumer, ,
>                              )
>                              {   // Pin list
>                                  0x000E
>                              }
>                          GpioIo (Shared, PullDefault, 0x0000, 0x0000, IoRestrictionInputOnly,
>                              "\\_SB.GPO0", 0x00, ResourceConsumer, ,
>                              )
>                              {   // Pin list
>                                  0x0003,
>                                  0x0000
>                              }
>                      })
>                      Return (SBUF) /* \_SB_.I2C2.RTEK._CRS.SBUF */
>                  }
>
> What am I missing? I suppose I need some changes in the kernel sources but I don't know
> where to start. Any help is welcome
>
> Regards,
> Jorge
>
> Este mensaje se dirige exclusivamente a su destinatario y puede contener información privilegiada o CONFIDENCIAL. Si no es vd. el destinatario indicado, queda notificado de que la utilización, divulgación y/o copia sin autorización está prohibida en virtud de la legislación vigente. Si ha recibido este mensaje por error, le rogamos que nos lo comunique inmediatamente por esta misma vía y proceda a su destrucción.
>
> This message is intended exclusively for its addressee and may contain information that is CONFIDENTIAL and protected by professional privilege.
> If you are not the intended recipient you are hereby notified that any dissemination, copy or disclosure of this communication is strictly prohibited by law. If this message has been received in error, please immediately notify us via e-mail and delete it.
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@xxxxxxxxxxxxxxxx
> http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
>
>
>
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@xxxxxxxxxxxxxxxx
> http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
>

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.3.0 (ldaproot@wsi-jorge) (gcc version 4.9.2 (Debian 4.9.2-10) ) #1 SMP Tue Nov 24 08:33:27 CET 2015
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.3.0 root=UUID=2c61e9ac-a622-4a84-b060-b1b9d0a68824 ro quiet
[    0.000000] x86/fpu: Legacy x87 FPU detected.
[    0.000000] x86/fpu: Using 'lazy' FPU context switches.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000000090000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000200fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000020100000-0x00000000b863afff] usable
[    0.000000] BIOS-e820: [mem 0x00000000b863b000-0x00000000b883afff] type 20
[    0.000000] BIOS-e820: [mem 0x00000000b883b000-0x00000000b8f3afff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000b8f3b000-0x00000000b903afff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000b903b000-0x00000000b907afff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000b907b000-0x00000000b9ffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffc00000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.31 by INSYDE Corp.
[    0.000000] efi:  ACPI 2.0=0xb907a014  ESRT=0xb88d2a18  SMBIOS=0xb8f3a000 
[    0.000000] esrt: Reserving ESRT space from 0x00000000b88d2a18 to 0x00000000b88d2aa0.
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: Hewlett-Packard HP ElitePad 1000 G2/2157, BIOS L84 Ver. 01.23 08/28/2014
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0FFC00000 mask FFFC00000 write-protect
[    0.000000]   1 base 000000000 mask F80000000 write-back
[    0.000000]   2 base 080000000 mask FC0000000 write-back
[    0.000000]   3 base 0BC000000 mask FFC000000 uncachable
[    0.000000]   4 base 0BB000000 mask FFF000000 uncachable
[    0.000000]   5 base 0BAE00000 mask FFFE00000 uncachable
[    0.000000]   6 base 0BAD00000 mask FFFF00000 uncachable
[    0.000000]   7 base 100000000 mask FC0000000 write-back
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
[    0.000000] e820: last_pfn = 0xba000 max_arch_pfn = 0x400000000
[    0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] BRK [0x01b25000, 0x01b25fff] PGTABLE
[    0.000000] BRK [0x01b26000, 0x01b26fff] PGTABLE
[    0.000000] BRK [0x01b27000, 0x01b27fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x13fe00000-0x13fffffff]
[    0.000000]  [mem 0x13fe00000-0x13fffffff] page 2M
[    0.000000] BRK [0x01b28000, 0x01b28fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x120000000-0x13fdfffff]
[    0.000000]  [mem 0x120000000-0x13fdfffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0x1fffffff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0x1fffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x20100000-0xb863afff]
[    0.000000]  [mem 0x20100000-0x201fffff] page 4k
[    0.000000]  [mem 0x20200000-0xb85fffff] page 2M
[    0.000000]  [mem 0xb8600000-0xb863afff] page 4k
[    0.000000] BRK [0x01b29000, 0x01b29fff] PGTABLE
[    0.000000] BRK [0x01b2a000, 0x01b2afff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0xb907b000-0xb9ffffff]
[    0.000000]  [mem 0xb907b000-0xb91fffff] page 4k
[    0.000000]  [mem 0xb9200000-0xb9ffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x100000000-0x11fffffff]
[    0.000000]  [mem 0x100000000-0x11fffffff] page 2M
[    0.000000] RAMDISK: [mem 0x362b0000-0x3714ffff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000B907A014 000024 (v02 HPQOEM)
[    0.000000] ACPI: XSDT 0x00000000B9057188 0000DC (v01 HPQOEM SLIC-MPC 00000003      01000013)
[    0.000000] ACPI: FACP 0x00000000B9073000 00010C (v05 HPQOEM SLIC-MPC 00000003 HP   00040000)
[    0.000000] ACPI: DSDT 0x00000000B9063000 00B17A (v02 HPQOEM SLIC-MPC 00000003 ACPI 00040000)
[    0.000000] ACPI: FACS 0x00000000B8FE2000 000040
[    0.000000] ACPI: TCPA 0x00000000B9079000 000032 (v02 HPQOEM INSYDE   00000000 HP   00040000)
[    0.000000] ACPI: UEFI 0x00000000B9078000 000236 (v01 HPQOEM INSYDE   00000001 HP   00040000)
[    0.000000] ACPI: MSDM 0x00000000B9077000 000055 (v03 HPQOEM SLIC-MPC 00000001 HP   00040000)
[    0.000000] ACPI: SSDT 0x00000000B9076000 000501 (v01 HPQOEM WMITable 00001000 ACPI 00040000)
[    0.000000] ACPI: UEFI 0x00000000B9075000 000042 (v01 HPQOEM INSYDE   00000000 HP   00040000)
[    0.000000] ACPI: DBG2 0x00000000B9074000 000072 (v00 HPQOEM INSYDE   00000003 HP   00040000)
[    0.000000] ACPI: HPET 0x00000000B9072000 000038 (v01 HPQOEM INSYDE   00000003 HP   00040000)
[    0.000000] ACPI: LPIT 0x00000000B9071000 000104 (v01 HPQOEM INSYDE   00000003 HP   00040000)
[    0.000000] ACPI: APIC 0x00000000B9070000 00006C (v03 HPQOEM SLIC-MPC 00000003 HP   00040000)
[    0.000000] ACPI: MCFG 0x00000000B906F000 00003C (v01 HPQOEM INSYDE   00000003 HP   00040000)
[    0.000000] ACPI: SSDT 0x00000000B9062000 0005FC (v01 HPQOEM CpuDptf  00000003 ACPI 00040000)
[    0.000000] ACPI: SSDT 0x00000000B9060000 0017F4 (v01 HPQOEM DptfTab  00000003 ACPI 00040000)
[    0.000000] ACPI: SSDT 0x00000000B905F000 000058 (v01 HPQOEM LowPwrM  00000003 ACPI 00040000)
[    0.000000] ACPI: SSDT 0x00000000B905E000 0000FF (v01 HPQOEM SoCDptf  00000003 ACPI 00040000)
[    0.000000] ACPI: SSDT 0x00000000B905D000 00043A (v01 HPQOEM INSYDE   00001000 ACPI 00040000)
[    0.000000] ACPI: TPM2 0x00000000B905C000 000034 (v03 HPQOEM INSYDE   00000000 HP   00040000)
[    0.000000] ACPI: SSDT 0x00000000B905B000 000763 (v01 HPQOEM INSYDE   00003000 ACPI 00040000)
[    0.000000] ACPI: SSDT 0x00000000B905A000 000290 (v01 HPQOEM INSYDE   00003000 ACPI 00040000)
[    0.000000] ACPI: SSDT 0x00000000B9059000 00017A (v01 HPQOEM INSYDE   00003000 ACPI 00040000)
[    0.000000] ACPI: FPDT 0x00000000B9056000 000044 (v01 HPQOEM SLIC-MPC 00000001 HP   00040000)
[    0.000000] ACPI: CSRT 0x00000000B9055000 00014C (v00 HPQOEM INSYDE   00000005 HP   00040000)
[    0.000000] ACPI: BGRT 0x00000000B9058000 000038 (v01 HPQOEM INSYDE   00000001 HP   00040000)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x13fff9000-0x13fffcfff]
[    0.000000]  [ffffea0000000000-ffffea0004ffffff] PMD -> [ffff88013b600000-ffff88013f5fffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000013fffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000008efff]
[    0.000000]   node   0: [mem 0x0000000000090000-0x000000000009dfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000001fffffff]
[    0.000000]   node   0: [mem 0x0000000020100000-0x00000000b863afff]
[    0.000000]   node   0: [mem 0x00000000b907b000-0x00000000b9ffffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000013fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000013fffffff]
[    0.000000] On node 0 totalpages: 1021020
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 22 pages reserved
[    0.000000]   DMA zone: 3996 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 11795 pages used for memmap
[    0.000000]   DMA32 zone: 754880 pages, LIFO batch:31
[    0.000000]   Normal zone: 4096 pages used for memmap
[    0.000000]   Normal zone: 262144 pages, LIFO batch:31
[    0.000000] x86/hpet: Will disable the HPET for this platform because it's not reliable
[    0.000000] Reserving Intel graphics stolen memory at 0xbaf00000-0xbeefffff
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-86
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x20000000-0x200fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xb863b000-0xb883afff]
[    0.000000] PM: Registered nosave memory: [mem 0xb883b000-0xb8f3afff]
[    0.000000] PM: Registered nosave memory: [mem 0xb8f3b000-0xb903afff]
[    0.000000] PM: Registered nosave memory: [mem 0xb903b000-0xb907afff]
[    0.000000] PM: Registered nosave memory: [mem 0xba000000-0xbaefffff]
[    0.000000] PM: Registered nosave memory: [mem 0xbaf00000-0xbeefffff]
[    0.000000] PM: Registered nosave memory: [mem 0xbef00000-0xe00f7fff]
[    0.000000] PM: Registered nosave memory: [mem 0xe00f8000-0xe00f8fff]
[    0.000000] PM: Registered nosave memory: [mem 0xe00f9000-0xfed00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed01000-0xfed01fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed02000-0xffbfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xffc00000-0xffffffff]
[    0.000000] e820: [mem 0xbef00000-0xe00f7fff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] PERCPU: Embedded 32 pages/cpu @ffff88013fc00000 s93912 r8192 d28968 u524288
[    0.000000] pcpu-alloc: s93912 r8192 d28968 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 1005043
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.3.0 root=UUID=2c61e9ac-a622-4a84-b060-b1b9d0a68824 ro quiet
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 3882996K/4084080K available (5382K kernel code, 1099K rwdata, 1896K rodata, 1248K init, 840K bss, 201084K reserved, 0K cma-reserved)
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	Build-time adjustment of leaf fanout to 64.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=4.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
[    0.000000] NR_IRQS:33024 nr_irqs:1024 16
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] Maximum core-clock to bus-clock ratio: 0xc
[    0.000000] Resolved frequency ID: 2, frequency: 133200 KHz
[    0.000000] TSC runs at 1598400 KHz
[    0.000000] lapic_timer_frequency = 532800
[    0.000000] tsc: Detected 1598.400 MHz processor
[    0.000045] Calibrating delay loop (skipped), value calculated using timer frequency.. 3196.80 BogoMIPS (lpj=6393600)
[    0.000051] pid_max: default: 32768 minimum: 301
[    0.000072] ACPI: Core revision 20150818
[    0.034602] ACPI: 10 ACPI AML tables successfully acquired and loaded
[    0.036568] Security Framework initialized
[    0.036577] Yama: becoming mindful.
[    0.036593] AppArmor: AppArmor disabled by boot time parameter
[    0.037159] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.039457] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.040535] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.040551] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.041022] Initializing cgroup subsys io
[    0.041040] Initializing cgroup subsys memory
[    0.041064] Initializing cgroup subsys devices
[    0.041072] Initializing cgroup subsys freezer
[    0.041078] Initializing cgroup subsys net_cls
[    0.041087] Initializing cgroup subsys perf_event
[    0.041095] Initializing cgroup subsys net_prio
[    0.041132] CPU: Physical Processor ID: 0
[    0.041136] CPU: Processor Core ID: 0
[    0.041142] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.041145] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.047124] mce: CPU supports 6 MCE banks
[    0.047139] CPU0: Thermal monitoring enabled (TM1)
[    0.047145] process: using mwait in idle threads
[    0.047153] Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
[    0.047156] Last level dTLB entries: 4KB 128, 2MB 16, 4MB 16, 1GB 0
[    0.047535] Freeing SMP alternatives memory: 20K (ffffffff81a4c000 - ffffffff81a51000)
[    0.048988] Ignoring BGRT: invalid status 0 (expected 1)
[    0.052996] ftrace: allocating 23086 entries in 91 pages
[    0.068458] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.108192] TSC deadline timer enabled
[    0.108198] smpboot: CPU0: Intel(R) Atom(TM) CPU  Z3795  @ 1.60GHz (family: 0x6, model: 0x37, stepping: 0x8)
[    0.108245] Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, full-width counters, Intel PMU driver.
[    0.108264] ... version:                3
[    0.108267] ... bit width:              40
[    0.108269] ... generic registers:      2
[    0.108272] ... value mask:             000000ffffffffff
[    0.108274] ... max period:             000000ffffffffff
[    0.108277] ... fixed-purpose events:   3
[    0.108279] ... event mask:             0000000700000003
[    0.109545] x86: Booting SMP configuration:
[    0.109551] .... node  #0, CPUs:      #1
[    0.128727] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.129014]  #2 #3
[    0.167210] x86: Booted up 1 node, 4 CPUs
[    0.167216] smpboot: Total of 4 processors activated (12787.20 BogoMIPS)
[    0.168321] devtmpfs: initialized
[    0.176911] PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes)
[    0.176917] PM: Registering ACPI NVS region [mem 0xb8f3b000-0xb903afff] (1048576 bytes)
[    0.177166] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.177369] pinctrl core: initialized pinctrl subsystem
[    0.177762] NET: Registered protocol family 16
[    0.188621] cpuidle: using governor ladder
[    0.200637] cpuidle: using governor menu
[    0.200788] ACPI: bus type PCI registered
[    0.200794] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.200980] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
[    0.200986] PCI: not using MMCONFIG
[    0.200989] PCI: Using configuration type 1 for base access
[    0.213539] ACPI: Added _OSI(Module Device)
[    0.213545] ACPI: Added _OSI(Processor Device)
[    0.213548] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.213551] ACPI: Added _OSI(Processor Aggregator Device)
[    0.234397] ACPI: Dynamic OEM Table Load:
[    0.234421] ACPI: SSDT 0xFFFF88013A642000 0003D7 (v01 PmRef  Cpu0Ist  00003000 INTL 20130117)
[    0.235764] ACPI: Dynamic OEM Table Load:
[    0.235783] ACPI: SSDT 0xFFFF88013A641000 000433 (v01 PmRef  Cpu0Cst  00003001 INTL 20130117)
[    0.237764] ACPI: Dynamic OEM Table Load:
[    0.237782] ACPI: SSDT 0xFFFF88013A640000 00015F (v01 PmRef  ApIst    00003000 INTL 20130117)
[    0.239068] ACPI: Dynamic OEM Table Load:
[    0.239086] ACPI: SSDT 0xFFFF88013A643640 00008D (v01 PmRef  ApCst    00003000 INTL 20130117)
[    0.242164] ACPI: Interpreter enabled
[    0.242181] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150818/hwxface-580)
[    0.242193] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150818/hwxface-580)
[    0.242203] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150818/hwxface-580)
[    0.242232] ACPI: (supports S0 S4 S5)
[    0.242236] ACPI: Using IOAPIC for interrupt routing
[    0.242326] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
[    0.247138] [Firmware Info]: PCI: MMCONFIG at [mem 0xe0000000-0xe3ffffff] not reserved in ACPI motherboard resources
[    0.247144] PCI: not using MMCONFIG
[    0.247152] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.249981] ACPI: Power Resource [USBC] (on)
[    0.250794] ACPI: Power Resource [WWPR] (off)
[    0.257716] ACPI: Power Resource [PLPE] (on)
[    0.264841] ACPI: Power Resource [CLK0] (on)
[    0.264960] ACPI: Power Resource [CLK1] (on)
[    0.265243] ACPI: Power Resource [P28X] (off)
[    0.265356] ACPI: Power Resource [P18X] (off)
[    0.268274] ACPI: Power Resource [TCPR] (off)
[    0.276196] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.276210] acpi PNP0A08:00: _OSC: OS supports [ASPM ClockPM Segments MSI]
[    0.276330] \_SB_.PCI0:_OSC invalid UUID
[    0.276334] _OSC request data:1 1e 0 
[    0.276344] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[    0.276701] acpi PNP0A08:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[    0.277026] PCI host bridge to bus 0000:00
[    0.277035] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.277041] pci_bus 0000:00: root bus resource [io  0x0070-0x0077]
[    0.277046] pci_bus 0000:00: root bus resource [io  0x0000-0x006f window]
[    0.277051] pci_bus 0000:00: root bus resource [io  0x0078-0x0cf7 window]
[    0.277056] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.277062] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.277067] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    0.277072] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
[    0.277077] pci_bus 0000:00: root bus resource [mem 0xd0c00000-0xd0ffffff window]
[    0.277082] pci_bus 0000:00: root bus resource [mem 0xbaf00001-0xbef00000 window]
[    0.277088] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xd08ffffe window]
[    0.277104] pci 0000:00:00.0: [8086:0f00] type 00 class 0x060000
[    0.277302] pci 0000:00:02.0: [8086:0f31] type 00 class 0x030000
[    0.277329] pci 0000:00:02.0: reg 0x10: [mem 0xd0000000-0xd03fffff]
[    0.277345] pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff pref]
[    0.277360] pci 0000:00:02.0: reg 0x20: [io  0x1000-0x1007]
[    0.277560] pci 0000:00:14.0: [8086:0f35] type 00 class 0x0c0330
[    0.277595] pci 0000:00:14.0: reg 0x10: [mem 0xd0800000-0xd080ffff 64bit]
[    0.277657] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.277830] pci 0000:00:1a.0: [8086:0f18] type 00 class 0x108000
[    0.277868] pci 0000:00:1a.0: reg 0x10: [mem 0xd0700000-0xd07fffff]
[    0.277883] pci 0000:00:1a.0: reg 0x14: [mem 0xd0600000-0xd06fffff]
[    0.277961] pci 0000:00:1a.0: PME# supported from D0 D3hot
[    0.278127] pci 0000:00:1f.0: [8086:0f1c] type 00 class 0x060100
[    0.279183] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.279370] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.279554] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.279738] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.279926] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.280109] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.280292] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.280474] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.290712] vgaarb: setting as boot device: PCI:0000:00:02.0
[    0.290719] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.290723] vgaarb: loaded
[    0.290726] vgaarb: bridge control possible 0000:00:02.0
[    0.291085] PCI: Using ACPI for IRQ routing
[    0.291092] PCI: pci_cache_line_size set to 64 bytes
[    0.291115] Expanded resource reserved due to conflict with PCI Bus 0000:00
[    0.291120] e820: reserve RAM buffer [mem 0x0008f000-0x0008ffff]
[    0.291125] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.291128] e820: reserve RAM buffer [mem 0xb863b000-0xbbffffff]
[    0.291132] e820: reserve RAM buffer [mem 0xba000000-0xbbffffff]
[    0.291506] clocksource: Switched to clocksource refined-jiffies
[    0.306187] pnp: PnP ACPI init
[    0.306337] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.306502] system 00:01: [io  0x0680-0x069f] has been reserved
[    0.306509] system 00:01: [io  0x0400-0x047f] has been reserved
[    0.306515] system 00:01: [io  0x0500-0x05fe] has been reserved
[    0.306521] system 00:01: [io  0x0600-0x061f] has been reserved
[    0.306527] system 00:01: [io  0x164e-0x164f] has been reserved
[    0.306534] system 00:01: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.306542] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.306796] pnp 00:02: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.309646] pnp: PnP ACPI: found 3 devices
[    0.319483] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.319517] clocksource: Switched to clocksource acpi_pm
[    0.319539] pci_bus 0000:00: resource 4 [io  0x0070-0x0077]
[    0.319544] pci_bus 0000:00: resource 5 [io  0x0000-0x006f window]
[    0.319549] pci_bus 0000:00: resource 6 [io  0x0078-0x0cf7 window]
[    0.319555] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.319560] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    0.319565] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    0.319570] pci_bus 0000:00: resource 10 [mem 0x000e0000-0x000fffff window]
[    0.319575] pci_bus 0000:00: resource 11 [mem 0xd0c00000-0xd0ffffff window]
[    0.319580] pci_bus 0000:00: resource 12 [mem 0xbaf00001-0xbef00000 window]
[    0.319584] pci_bus 0000:00: resource 13 [mem 0xc0000000-0xd08ffffe window]
[    0.319752] NET: Registered protocol family 2
[    0.320168] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    0.320346] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    0.320539] TCP: Hash tables configured (established 32768 bind 32768)
[    0.320617] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.320666] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.320886] NET: Registered protocol family 1
[    0.320929] pci 0000:00:02.0: Video device with shadowed ROM
[    0.321021] PCI: CLS 0 bytes, default 64
[    0.321151] Unpacking initramfs...
[    0.880359] Freeing initrd memory: 14976K (ffff8800362b0000 - ffff880037150000)
[    0.880453] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.880461] software IO TLB [mem 0xb2a7e000-0xb6a7e000] (64MB) mapped at [ffff8800b2a7e000-ffff8800b6a7dfff]
[    0.880736] microcode: CPU0 sig=0x30678, pf=0x2, revision=0x825
[    0.880749] microcode: CPU1 sig=0x30678, pf=0x2, revision=0x825
[    0.880771] microcode: CPU2 sig=0x30678, pf=0x2, revision=0x825
[    0.880794] microcode: CPU3 sig=0x30678, pf=0x2, revision=0x825
[    0.880931] microcode: Microcode Update Driver: v2.00 <tigran@xxxxxxxxxxxxxxxxxxxx>, Peter Oruba
[    0.881138] simple-framebuffer simple-framebuffer.0: framebuffer at 0xc0000000, 0x8ca000 bytes, mapped to 0xffffc90001000000
[    0.881145] simple-framebuffer simple-framebuffer.0: format=a8r8g8b8, mode=1920x1200x32, linelength=7680
[    0.899058] Console: switching to colour frame buffer device 240x75
[    0.916704] simple-framebuffer simple-framebuffer.0: fb0: simplefb registered!
[    0.917444] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.917525] audit: initializing netlink subsys (disabled)
[    0.917565] audit: type=2000 audit(1448363494.915:1): initialized
[    0.918294] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.918346] zbud: loaded
[    0.918653] VFS: Disk quotas dquot_6.6.0
[    0.918703] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.920041] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    0.920138] io scheduler noop registered
[    0.920145] io scheduler deadline registered
[    0.920183] io scheduler cfq registered (default)
[    0.920338] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.920359] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.920437] intel_idle: MWAIT substates: 0x33000020
[    0.920441] intel_idle: v0.4 model 0x37
[    0.920444] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.921014] GHES: HEST is not enabled!
[    0.921193] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.941359] 00:02: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.942765] hpet: number irqs doesn't agree with number of timers
[    0.942818] Linux agpgart interface v0.103
[    0.942933] AMD IOMMUv2 driver by Joerg Roedel <jroedel@xxxxxxx>
[    0.942937] AMD IOMMUv2 functionality not available on this system
[    0.944327] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    1.882745] tsc: Refined TSC clocksource calibration: 1599.999 MHz
[    1.882761] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x171023f09ff, max_idle_ns: 440795233615 ns
[    1.980213] i8042: No controller found
[    1.981883] mousedev: PS/2 mouse device common for all mice
[    1.983215] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
[    1.983268] rtc_cmos 00:00: alarms up to one month, y3k, 242 bytes nvram
[    1.983307] Intel P-state driver initializing.
[    1.984303] ledtrig-cpu: registered to indicate activity on CPUs
[    1.988247] NET: Registered protocol family 10
[    1.990257] mip6: Mobile IPv6
[    1.990284] NET: Registered protocol family 17
[    1.990326] mpls_gso: MPLS GSO support
[    1.994627] registered taskstats version 1
[    1.994664] zswap: loaded using pool lzo/zbud
[    1.997045] rtc_cmos 00:00: setting system clock to 2015-11-24 11:11:36 UTC (1448363496)
[    1.997403] PM: Hibernation image not present or could not be loaded.
[    1.998985] Freeing unused kernel memory: 1248K (ffffffff81914000 - ffffffff81a4c000)
[    1.998991] Write protecting the kernel read-only data: 8192k
[    2.002196] Freeing unused kernel memory: 752K (ffff880001544000 - ffff880001600000)
[    2.003578] Freeing unused kernel memory: 152K (ffff8800017da000 - ffff880001800000)
[    2.045864] systemd-udevd[76]: starting version 215
[    2.046697] random: systemd-udevd urandom read with 1 bits of entropy available
[    2.062754] sdhci: Secure Digital Host Controller Interface driver
[    2.062758] sdhci: Copyright(c) Pierre Ossman
[    2.064172] sdhci-acpi 80860F14:00: No vmmc regulator found
[    2.064178] sdhci-acpi 80860F14:00: No vqmmc regulator found
[    2.067412] hidraw: raw HID events driver (C) Jiri Kosina
[    2.067531] mmc0: SDHCI controller on ACPI [80860F14:00] using ADMA
[    2.068771] sdhci-acpi INT33BB:00: No vmmc regulator found
[    2.068776] sdhci-acpi INT33BB:00: No vqmmc regulator found
[    2.072246] mmc1: SDHCI controller on ACPI [INT33BB:00] using ADMA
[    2.072475] sdhci-acpi 80860F14:01: failed to setup card detect gpio
[    2.073480] sdhci-acpi 80860F14:01: No vmmc regulator found
[    2.073483] sdhci-acpi 80860F14:01: No vqmmc regulator found
[    2.076965] mmc2: SDHCI controller on ACPI [80860F14:01] using ADMA
[    2.084949] [Firmware Bug]: No valid trip found
[    2.088615] ACPI: bus type USB registered
[    2.088673] usbcore: registered new interface driver usbfs
[    2.088697] usbcore: registered new interface driver hub
[    2.088754] usbcore: registered new device driver usb
[    2.091580] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    2.091597] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    2.092193] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00009810
[    2.092204] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    2.092483] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    2.092488] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.092491] usb usb1: Product: xHCI Host Controller
[    2.092494] usb usb1: Manufacturer: Linux 4.3.0 xhci-hcd
[    2.092497] usb usb1: SerialNumber: 0000:00:14.0
[    2.093027] hub 1-0:1.0: USB hub found
[    2.093050] hub 1-0:1.0: 6 ports detected
[    2.094056] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    2.094067] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    2.094147] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    2.094151] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.094154] usb usb2: Product: xHCI Host Controller
[    2.094157] usb usb2: Manufacturer: Linux 4.3.0 xhci-hcd
[    2.094160] usb usb2: SerialNumber: 0000:00:14.0
[    2.094510] hub 2-0:1.0: USB hub found
[    2.094534] hub 2-0:1.0: 1 port detected
[    2.176456] mmc0: MAN_BKOPS_EN bit is not set
[    2.197610] mmc0: new HS200 MMC card at address 0001
[    2.201089] mmcblk0: mmc0:0001 MCG8GC 58.2 GiB 
[    2.202247] mmcblk0boot0: mmc0:0001 MCG8GC partition 1 4.00 MiB
[    2.204299] mmcblk0boot1: mmc0:0001 MCG8GC partition 2 4.00 MiB
[    2.210174]  mmcblk0: p1 p2
[    2.402972] usb 1-2: new high-speed USB device number 2 using xhci_hcd
[    2.532145] usb 1-2: New USB device found, idVendor=0424, idProduct=9514
[    2.532150] usb 1-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.534460] hub 1-2:1.0: USB hub found
[    2.534927] hub 1-2:1.0: 5 ports detected
[    2.823886] usb 1-2.1: new high-speed USB device number 3 using xhci_hcd
[    2.885800] clocksource: Switched to clocksource tsc
[    2.929551] usb 1-2.1: New USB device found, idVendor=0424, idProduct=ec00
[    2.929559] usb 1-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.929564] usb 1-2.1: Product: LAN9514
[    2.929568] usb 1-2.1: Manufacturer: SMSC
[    2.929572] usb 1-2.1: SerialNumber: 000160000
[    3.020151] usb 1-2.2: new low-speed USB device number 4 using xhci_hcd
[    3.136055] usb 1-2.2: New USB device found, idVendor=046d, idProduct=c312
[    3.136076] usb 1-2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.136091] usb 1-2.2: Product: USB Multimedia Keyboard
[    3.136103] usb 1-2.2: Manufacturer: LITEON Technology
[    3.136752] usb 1-2.2: ep 0x81 - rounding interval to 128 microframes, ep desc says 192 microframes
[    3.145510] usbcore: registered new interface driver usbhid
[    3.145516] usbhid: USB HID core driver
[    3.147670] input: LITEON Technology USB Multimedia Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2.2/1-2.2:1.0/0003:046D:C312.0001/input/input0
[    3.200938] hid-generic 0003:046D:C312.0001: input,hidraw0: USB HID v1.10 Keyboard [LITEON Technology USB Multimedia Keyboard] on usb-0000:00:14.0-2.2/input0
[    3.288056] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[    3.567267] fuse init (API version 7.23)
[    3.641199] systemd-udevd[180]: starting version 215
[    3.756534] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[    3.756544] ACPI: Sleep Button [PWRB]
[    3.759441] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
[    3.759723] ACPI: Lid Switch [LID0]
[    3.759847] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    3.759854] ACPI: Power Button [PWRF]
[    3.770082] ACPI: AC Adapter [ACAD] (off-line)
[    3.866510] EXT4-fs (mmcblk0p2): re-mounted. Opts: errors=remount-ro
[    3.869714] [drm] Initialized drm 1.1.0 20060810
[    3.904051] [drm] Memory usable by graphics device = 2048M
[    3.904059] checking generic (c0000000 8ca000) vs hw (c0000000 10000000)
[    3.904062] fb: switching to inteldrmfb from simple
[    3.904132] Console: switching to colour dummy device 80x25
[    3.904342] [drm] Replacing VGA console driver
[    3.905513] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    3.905520] [drm] Driver supports precise vblank timestamp query.
[    3.911992] dw_dmac INTL9C60:00: DesignWare DMA Controller, 8 channels
[    3.916691] dw_dmac INTL9C60:01: DesignWare DMA Controller, 8 channels
[    3.929047] EFI Variables Facility v0.08 2004-May-17
[    3.933611] input: PC Speaker as /devices/platform/pcspkr/input/input4
[    3.938930] Error: Driver 'pcspkr' is already registered, aborting...
[    3.945904] SSE version of gcm_enc/dec engaged.
[    3.960434] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    3.994540] iTCO_vendor_support: vendor-support=0
[    3.998637] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    3.998805] iTCO_wdt: Found a Bay Trail SoC TCO device (Version=3, TCOBASE=0x0460)
[    3.999476] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    4.004181] FAT-fs (mmcblk0p1): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
[    4.006207] fbcon: inteldrmfb (fb0) is primary device
[    4.007743] i2c_hid i2c-SMO91D0:00: failed to change power setting.
[    4.008229] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    4.008725] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5
[    4.008876] [drm] Initialized i915 1.6.0 20150731 for 0000:00:02.0 on minor 0
[    4.010313] i2c_hid i2c-SMO91D0:00: failed to retrieve report from device.
[    4.010695] i2c_hid i2c-SMO91D0:00: failed to retrieve report from device.
[    4.010871] i2c_hid i2c-SMO91D0:00: failed to retrieve report from device.
[    4.011332] i2c_hid i2c-SMO91D0:00: failed to retrieve report from device.
[    4.011500] i2c_hid i2c-SMO91D0:00: failed to retrieve report from device.
[    4.011707] i2c_hid i2c-SMO91D0:00: failed to retrieve report from device.
[    4.011919] i2c_hid i2c-SMO91D0:00: failed to retrieve report from device.
[    4.012645] i2c_hid i2c-SMO91D0:00: failed to change power setting.
[    4.033692] baytrail-pcm-audio baytrail-pcm-audio: FW version: 04.05.12.02
[    4.033694] baytrail-pcm-audio baytrail-pcm-audio: Build type: 2
[    4.033696] baytrail-pcm-audio baytrail-pcm-audio: Build date: Mar 13 2014 14:17:31
[    4.039418] systemd-journald[178]: Received request to flush runtime journal from PID 1
[    4.083905] sha256_ssse3: Using SSSE3 optimized SHA-256 implementation
[    4.206139] input: ATML1000:00 03EB:8A01 as /devices/platform/80860F41:05/i2c-5/i2c-ATML1000:00/0018:03EB:8A01.0003/input/input6
[    4.206449] input: ATML1000:00 03EB:8A01 UNKNOWN as /devices/platform/80860F41:05/i2c-5/i2c-ATML1000:00/0018:03EB:8A01.0003/input/input7
[    4.206709] hid-multitouch 0018:03EB:8A01.0003: input,hidraw1: <UNKNOWN> HID v1.00 Device [ATML1000:00 03EB:8A01] on 
[    4.263445] kvm: disabled by bios
[    4.304580] kvm: disabled by bios
[    4.305694] RPC: Registered named UNIX socket transport module.
[    4.305696] RPC: Registered udp transport module.
[    4.305696] RPC: Registered tcp transport module.
[    4.305697] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    4.312396] intel_rapl: Found RAPL domain package
[    4.312399] intel_rapl: Found RAPL domain core
[    4.312832] FS-Cache: Loaded
[    4.357884] FS-Cache: Netfs 'nfs' registered for caching
[    4.393583] Installing knfsd (copyright (C) 1996 okir@xxxxxxxxxxxx).
[    4.913898] smsc95xx v1.0.4
[    4.914490] random: nonblocking pool is initialized
[    4.965428] smsc95xx 1-2.1:1.0 eth0: register 'smsc95xx' at usb-0000:00:14.0-2.1, smsc95xx USB 2.0 Ethernet, 6c:3b:e5:83:b2:68
[    4.965478] usbcore: registered new interface driver smsc95xx
[    5.333357] [drm:intel_pipe_config_compare [i915]] *ERROR* mismatch in has_drrs (expected 1, found 0)
[    5.333364] ------------[ cut here ]------------
[    5.333428] WARNING: CPU: 1 PID: 93 at drivers/gpu/drm/i915/intel_display.c:12700 intel_atomic_commit+0xccf/0x1260 [i915]()
[    5.333429] pipe state doesn't match!
[    5.333496] Modules linked in: smsc95xx usbnet mii nfsd auth_rpcgss oid_registry nfs_acl nfs lockd grace intel_rapl fscache intel_powerclamp coretemp sunrpc kvm crct10dif_pclmul joydev crc32_pclmul jitterentropy_rng sha256_ssse3 sha256_generic hid_sensor_incl_3d hid_sensor_rotation hid_sensor_accel_3d hmac hid_sensor_magn_3d hid_sensor_als hid_sensor_gyro_3d hid_sensor_trigger hid_sensor_iio_common industrialio_triggered_buffer kfifo_buf drbg industrialio ansi_cprng hid_multitouch nls_utf8 nls_cp437 vfat iTCO_wdt fat hid_sensor_hub snd_soc_sst_baytrail_pcm snd_soc_sst_ipc iTCO_vendor_support snd_soc_sst_dsp aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd pcspkr efivars snd_soc_rt5640 snd_soc_rl6231 snd_intel_sst_acpi regmap_i2c snd_intel_sst_core snd_soc_sst_mfld_platform battery
[    5.333542]  i915 drm_kms_helper evdev snd_soc_core drm lpc_ich snd_compress snd_pcm i2c_algo_bit mfd_core video dw_dmac snd_timer dw_dmac_core snd iosf_mbi soundcore snd_soc_sst_acpi i2c_designware_platform i2c_designware_core acpi_pad ac processor button fuse autofs4 ext4 crc16 mbcache jbd2 hid_generic usbhid mmc_block crc32c_intel xhci_pci xhci_hcd usbcore usb_common thermal i2c_hid hid i2c_core sdhci_acpi sdhci mmc_core
[    5.333548] CPU: 1 PID: 93 Comm: kworker/u8:2 Not tainted 4.3.0 #1
[    5.333550] Hardware name: Hewlett-Packard HP ElitePad 1000 G2/2157, BIOS L84 Ver. 01.23 08/28/2014
[    5.333560] Workqueue: events_unbound async_run_entry_fn
[    5.333566]  ffffffffa04336c8 ffffffff812c1173 ffff8801394ef9f0 ffffffff8106d881
[    5.333570]  ffff88013a48cc00 ffff8801394efa40 ffff880139d5c000 ffff88013a7f7c00
[    5.333575]  ffff88013a03f350 ffffffff8106d8fc ffffffffa0441eaa ffff880100000018
[    5.333576] Call Trace:
[    5.333586]  [<ffffffff812c1173>] ? dump_stack+0x40/0x5d
[    5.333592]  [<ffffffff8106d881>] ? warn_slowpath_common+0x81/0xb0
[    5.333596]  [<ffffffff8106d8fc>] ? warn_slowpath_fmt+0x4c/0x50
[    5.333660]  [<ffffffffa03f601d>] ? intel_dp_get_hw_state+0x5d/0x170 [i915]
[    5.333720]  [<ffffffffa03d45ef>] ? intel_atomic_commit+0xccf/0x1260 [i915]
[    5.333728]  [<ffffffffa0356f84>] ? drm_atomic_helper_check_planes+0x134/0x1b0 [drm_kms_helper]
[    5.333737]  [<ffffffffa0356572>] ? drm_atomic_helper_set_config+0x1b2/0x410 [drm_kms_helper]
[    5.333753]  [<ffffffffa02bc4de>] ? drm_mode_set_config_internal+0x5e/0xf0 [drm]
[    5.333760]  [<ffffffffa0359223>] ? restore_fbdev_mode+0xa3/0x100 [drm_kms_helper]
[    5.333767]  [<ffffffffa035afc0>] ? drm_fb_helper_restore_fbdev_mode_unlocked+0x20/0x60 [drm_kms_helper]
[    5.333773]  [<ffffffffa035b029>] ? drm_fb_helper_set_par+0x29/0x50 [drm_kms_helper]
[    5.333832]  [<ffffffffa03e9416>] ? intel_fbdev_set_par+0x16/0x60 [i915]
[    5.333838]  [<ffffffff81323621>] ? fbcon_init+0x541/0x5c0
[    5.333844]  [<ffffffff81394e83>] ? visual_init+0xc3/0x120
[    5.333848]  [<ffffffff81397172>] ? do_bind_con_driver+0x162/0x3a0
[    5.333853]  [<ffffffff81397667>] ? do_take_over_console+0xa7/0x1d0
[    5.333857]  [<ffffffff8131ea53>] ? do_fbcon_takeover+0x53/0xb0
[    5.333862]  [<ffffffff8108adb5>] ? notifier_call_chain+0x45/0x70
[    5.333867]  [<ffffffff8108b0a1>] ? __blocking_notifier_call_chain+0x41/0x60
[    5.333871]  [<ffffffff8132b1a3>] ? register_framebuffer+0x1f3/0x310
[    5.333878]  [<ffffffffa035b280>] ? drm_fb_helper_initial_config+0x230/0x3b0 [drm_kms_helper]
[    5.333883]  [<ffffffff8108c653>] ? async_run_entry_fn+0x43/0x150
[    5.333889]  [<ffffffff8108453c>] ? process_one_work+0x14c/0x3d0
[    5.333894]  [<ffffffff81084ed5>] ? worker_thread+0x65/0x460
[    5.333898]  [<ffffffff81084e70>] ? rescuer_thread+0x2f0/0x2f0
[    5.333902]  [<ffffffff81089f1f>] ? kthread+0xcf/0xf0
[    5.333906]  [<ffffffff81089e50>] ? kthread_park+0x50/0x50
[    5.333912]  [<ffffffff8153cc8f>] ? ret_from_fork+0x3f/0x70
[    5.333916]  [<ffffffff81089e50>] ? kthread_park+0x50/0x50
[    5.333919] ---[ end trace 281628bfb46b0e98 ]---
[    5.335846] Console: switching to colour frame buffer device 240x75
[    5.362840] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    5.946904] cfg80211: World regulatory domain updated:
[    5.946912] cfg80211:  DFS Master region: unset
[    5.946915] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[    5.946919] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[    5.946922] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[    5.946924] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[    5.946928] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[    5.946931] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[    5.946934] cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[    5.946937] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[    5.946939] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[    6.086240] smsc95xx 1-2.1:1.0 eth0: hardware isn't capable of remote wakeup
[    7.561784] smsc95xx 1-2.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xCDE1

Attachment: config
Description: config

_______________________________________________
Alsa-devel mailing list
Alsa-devel@xxxxxxxxxxxxxxxx
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

[Index of Archives]     [ALSA User]     [Linux Audio Users]     [Pulse Audio]     [Kernel Archive]     [Asterisk PBX]     [Photo Sharing]     [Linux Sound]     [Video 4 Linux]     [Gimp]     [Yosemite News]

  Powered by Linux