You are not logged in.

#1 2017-06-13 12:59:12

ledersofa
Member
Registered: 2017-06-13
Posts: 6

MicroSD card reader not recognized on Asus E200HA

Hi!
Recently I bought an Asus E200HA notebook. It has only 32GB internal storage so I want to use a micro sd card as a secondary storage.
Arch works fine on this notebook and everything is working, except the card reader.

Dmesg shows nothing when I insert or remove a micro sd card and it seems that the system doesn't recognize the card reader of my notebook.

lsusb:

Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
Bus 001 Device 003: ID 13d3:3496 IMC Networks 
Bus 001 Device 002: ID 0bda:57ed Realtek Semiconductor Corp. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

lspci -nn:

00:00.0 Host bridge [0600]: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series SoC Transaction Register [8086:2280] (rev 36)
00:02.0 VGA compatible controller [0300]: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series PCI Configuration Registers [8086:22b0] (rev 36)
00:0b.0 Signal processing controller [1180]: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series Power Management Controller [8086:22dc] (rev 36)
00:14.0 USB controller [0c03]: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series USB xHCI Controller [8086:22b5] (rev 36)
00:1a.0 Encryption controller [1080]: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series Trusted Execution Engine [8086:2298] (rev 36)
00:1c.0 PCI bridge [0604]: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series PCI Express Port #1 [8086:22c8] (rev 36)
00:1f.0 ISA bridge [0601]: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series PCU [8086:229c] (rev 36)
01:00.0 Network controller [0280]: Qualcomm Atheros QCA9377 802.11ac Wireless Network Adapter [168c:0042] (rev 31)

uname -a:

Linux arch 4.11.3-1-ARCH #1 SMP PREEMPT Sun May 28 10:40:17 CEST 2017 x86_64 GNU/Linux

And on /dev I only find the system itself on mmcblk0 and no other storage device (no sda, hda or another mmcblk).

I already tried modprobe ohci_hcd but without any effects and now I'm a bit clueless because I don't know where else I should look and there aren't too many informations to that notebook on the internet.

It seems that there are some problems with that card reader and the linux kernel because drivers aren't already working (seen on a debian howto for kernel 4.7).

I hope you can help me getting that card reader working. Thanks!

Offline

#2 2017-06-13 13:14:36

R00KIE
Forum Fellow
From: Between a computer and a chair
Registered: 2008-09-14
Posts: 4,734

Re: MicroSD card reader not recognized on Asus E200HA

What does the debian howto for kernel 4.7 say? Does it mention any kernel modules or say anything about the hardware? Can you post the link to that howto?

Post the full output of dmesg as it might contain clues as to why it isn't working.


R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K

Offline

#3 2017-06-14 21:31:02

ledersofa
Member
Registered: 2017-06-13
Posts: 6

Re: MicroSD card reader not recognized on Asus E200HA

Here you find the debian tutorial: Installing Debian On Asus E200HA

It says not much about the card reader. Only:

Kernels 4.7.1 and 4.7.2 sometimes work, but sometimes they freeze. Kernels 4.7.3-4.7.10 freeze when inserting a card. Kernels 4.8 and 4.9 don't detect them and kernel 4.6.7 doesn't seem to work either.

So maybe downgrading the kernel to 4.7.1 could work but that's no option I think.

Full dmesg output after a fresh boot:

[    0.000000] Linux version 4.11.3-1-ARCH (builduser@tobias) (gcc version 7.1.1 20170516 (GCC) ) #1 SMP PREEMPT Sun May 28 10:40:17 CEST 2017
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/mmcblk0p3 rw quiet
[    0.000000] x86/fpu: x87 FPU will use FXSAVE
[    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-0x000000001effffff] usable
[    0.000000] BIOS-e820: [mem 0x000000001f000000-0x00000000201fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000020200000-0x0000000079e2efff] usable
[    0.000000] BIOS-e820: [mem 0x0000000079e2f000-0x0000000079e5efff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000079e5f000-0x000000007a185fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007a186000-0x000000007ae74fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007ae75000-0x000000007b839fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007b83a000-0x000000007b8aafff] type 20
[    0.000000] BIOS-e820: [mem 0x000000007b8ab000-0x000000007bffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000e3ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fea00000-0x00000000feafffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed03000-0x00000000fed03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed06000-0x00000000fed06fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed08000-0x00000000fed09fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1cfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fedbffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffa00000-0x00000000ffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.40 by American Megatrends
[    0.000000] efi:  ESRT=0x7b836098  ACPI=0x7a1ca000  ACPI 2.0=0x7a1ca000  SMBIOS=0x7b1a1000  SMBIOS 3.0=0x7b1a0000 
[    0.000000] SMBIOS 3.0.0 present.
[    0.000000] DMI: ASUSTeK COMPUTER INC. E200HA/E200HA, BIOS E200HA.303 12/21/2016
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x7c000 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 000000000 mask F80000000 write-back
[    0.000000]   1 base 07E000000 mask FFE000000 uncachable
[    0.000000]   2 base 07D000000 mask FFF000000 uncachable
[    0.000000]   3 base 07C800000 mask FFF800000 uncachable
[    0.000000]   4 base 07C400000 mask FFFC00000 uncachable
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
[    0.000000] esrt: Reserving ESRT space from 0x000000007b836098 to 0x000000007b8360d0.
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576
[    0.000000] BRK [0x02d42000, 0x02d42fff] PGTABLE
[    0.000000] BRK [0x02d43000, 0x02d43fff] PGTABLE
[    0.000000] BRK [0x02d44000, 0x02d44fff] PGTABLE
[    0.000000] BRK [0x02d45000, 0x02d45fff] PGTABLE
[    0.000000] BRK [0x02d46000, 0x02d46fff] PGTABLE
[    0.000000] BRK [0x02d47000, 0x02d47fff] PGTABLE
[    0.000000] Secure boot could not be determined
[    0.000000] RAMDISK: [mem 0x37327000-0x3798afff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x000000007A1CA000 000024 (v02 _ASUS_)
[    0.000000] ACPI: XSDT 0x000000007A1CA0A8 0000D4 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x000000007A1E37B8 00010C (v05 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 0x000000007A1CA210 0195A2 (v02 _ASUS_ Notebook 01072009 INTL 20120913)
[    0.000000] ACPI: FACS 0x000000007AE74F80 000040
[    0.000000] ACPI: APIC 0x000000007A1E38C8 000084 (v03 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x000000007A1E3950 000044 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.000000] ACPI: FIDT 0x000000007A1E3998 00009C (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.000000] ACPI: MCFG 0x000000007A1E3A38 00003C (v01 _ASUS_ Notebook 01072009 MSFT 00000097)
[    0.000000] ACPI: SSDT 0x000000007A1E3A78 004012 (v01 DptfTb DptfTab  00001000 INTL 20120913)
[    0.000000] ACPI: SSDT 0x000000007A1E7A90 000654 (v01 CpuDpf CpuDptf  00001000 INTL 20120913)
[    0.000000] ACPI: SSDT 0x000000007A1E80E8 000058 (v01 LowPM  LowPwrM  00001000 INTL 20120913)
[    0.000000] ACPI: UEFI 0x000000007A1E8140 000042 (v01 _ASUS_ Notebook 00000000      00000000)
[    0.000000] ACPI: HPET 0x000000007A1E8188 000038 (v01 _ASUS_ Notebook 01072009 AMI. 00000005)
[    0.000000] ACPI: SSDT 0x000000007A1E81C0 000763 (v01 PmRef  CpuPm    00003000 INTL 20120913)
[    0.000000] ACPI: SSDT 0x000000007A1E8928 000290 (v01 PmRef  Cpu0Tst  00003000 INTL 20120913)
[    0.000000] ACPI: SSDT 0x000000007A1E8BB8 00017A (v01 PmRef  ApTst    00003000 INTL 20120913)
[    0.000000] ACPI: SSDT 0x000000007A1E8D38 00043A (v01 Intel_ Tpm2Tabl 00001000 INTL 20120913)
[    0.000000] ACPI: TPM2 0x000000007A1E9178 000034 (v03                 00000000      00000000)
[    0.000000] ACPI: LPIT 0x000000007A1E91B0 000104 (v01 _ASUS_ Notebook 00000005 MSFT 0100000D)
[    0.000000] ACPI: BCFG 0x000000007A1E92B8 000139 (v01 INTEL  BATTCONF 00000001 INTL 00000000)
[    0.000000] ACPI: PRAM 0x000000007A1E93F8 000030 (v01                 00000001      00000000)
[    0.000000] ACPI: BGRT 0x000000007A1E9428 000038 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.000000] ACPI: CSRT 0x000000007A1E9460 00014C (v00 INTEL  LANFORDC 00000005 MSFT 0100000D)
[    0.000000] ACPI: WDAT 0x000000007A1E95B0 000104 (v01                 00000000      00000000)
[    0.000000] ACPI: MSDM 0x0000000079E5BF18 000055 (v03 _ASUS_ Notebook 00000000 ASUS 00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000007bffffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x7a180000-0x7a184fff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x000000007bffffff]
[    0.000000]   Normal   empty
[    0.000000]   Device   empty
[    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-0x000000001effffff]
[    0.000000]   node   0: [mem 0x0000000020200000-0x0000000079e2efff]
[    0.000000]   node   0: [mem 0x0000000079e5f000-0x000000007a185fff]
[    0.000000]   node   0: [mem 0x000000007b8ab000-0x000000007bffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000007bffffff]
[    0.000000] On node 0 totalpages: 497223
[    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: 7872 pages used for memmap
[    0.000000]   DMA32 zone: 493227 pages, LIFO batch:31
[    0.000000] Reserving Intel graphics memory at 0x000000007ce00000-0x000000007edfffff
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-114
[    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 0x1f000000-0x201fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x79e2f000-0x79e5efff]
[    0.000000] PM: Registered nosave memory: [mem 0x7a186000-0x7ae74fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7ae75000-0x7b839fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7b83a000-0x7b8aafff]
[    0.000000] e820: [mem 0x7ee00000-0xdfffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] percpu: Embedded 35 pages/cpu @ffff880077400000 s103256 r8192 d31912 u524288
[    0.000000] pcpu-alloc: s103256 r8192 d31912 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: 489265
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/mmcblk0p3 rw quiet
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 1889888K/1988892K available (6483K kernel code, 1090K rwdata, 2016K rodata, 1304K init, 904K bss, 99004K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	Build-time adjustment of leaf fanout to 64.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=4.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
[    0.000000] NR_IRQS:8448 nr_irqs:1024 16
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Detected 1440.000 MHz processor
[    0.000019] Calibrating delay loop (skipped), value calculated using timer frequency.. 2881.00 BogoMIPS (lpj=4800000)
[    0.000025] pid_max: default: 32768 minimum: 301
[    0.000055] ACPI: Core revision 20170119
[    0.042959] ACPI: 8 ACPI AML tables successfully acquired and loaded
[    0.043417] Security Framework initialized
[    0.043422] Yama: becoming mindful.
[    0.043697] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.044953] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.046962] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.046977] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.047438] CPU: Physical Processor ID: 0
[    0.047442] CPU: Processor Core ID: 0
[    0.047449] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.047451] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.047461] mce: CPU supports 6 MCE banks
[    0.047479] CPU0: Thermal monitoring enabled (TM1)
[    0.047485] process: using mwait in idle threads
[    0.047491] Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
[    0.047494] Last level dTLB entries: 4KB 256, 2MB 16, 4MB 16, 1GB 0
[    0.047841] Freeing SMP alternatives memory: 24K
[    0.053347] ftrace: allocating 25536 entries in 100 pages
[    0.070215] smpboot: Max logical packages: 1
[    0.071802] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[    0.103908] TSC deadline timer enabled
[    0.103915] smpboot: CPU0: Intel(R) Atom(TM) x5-Z8350  CPU @ 1.44GHz (family: 0x6, model: 0x4c, stepping: 0x4)
[    0.116690] Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, 8-deep LBR, full-width counters, Intel PMU driver.
[    0.116715] ... version:                3
[    0.116716] ... bit width:              40
[    0.116718] ... generic registers:      2
[    0.116720] ... value mask:             000000ffffffffff
[    0.116721] ... max period:             0000007fffffffff
[    0.116723] ... fixed-purpose events:   3
[    0.116724] ... event mask:             0000000700000003
[    0.136952] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.143343] smp: Bringing up secondary CPUs ...
[    0.170043] x86: Booting SMP configuration:
[    0.170047] .... node  #0, CPUs:      #1 #2 #3
[    0.473476] smp: Brought up 1 node, 4 CPUs
[    0.473476] smpboot: Total of 4 processors activated (11531.64 BogoMIPS)
[    0.474154] sched_clock: Marking stable (473333286, 0)->(484683300, -11350014)
[    0.474841] devtmpfs: initialized
[    0.474969] x86/mm: Memory block size: 128MB
[    0.484095] PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes)
[    0.484098] PM: Registering ACPI NVS region [mem 0x7a186000-0x7ae74fff] (13561856 bytes)
[    0.484736] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.484758] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.484904] pinctrl core: initialized pinctrl subsystem
[    0.484993] RTC time: 21:14:44, date: 06/14/17
[    0.485250] NET: Registered protocol family 16
[    0.486512] cpuidle: using governor ladder
[    0.486607] cpuidle: using governor menu
[    0.486612] PCCT header not found.
[    0.486660] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.486663] ACPI: bus type PCI registered
[    0.486666] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.486803] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.486810] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.486814] PCI: MMCONFIG for 0000 [bus00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000) (size reduced!)
[    0.486834] PCI: Using configuration type 1 for base access
[    0.488969] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.489609] ACPI: Added _OSI(Module Device)
[    0.489612] ACPI: Added _OSI(Processor Device)
[    0.489614] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.489616] ACPI: Added _OSI(Processor Aggregator Device)
[    0.521835] ACPI: Dynamic OEM Table Load:
[    0.521854] ACPI: SSDT 0xFFFF8800745FD000 00059C (v01 PmRef  Cpu0Ist  00003000 INTL 20120913)
[    0.522510] ACPI: Dynamic OEM Table Load:
[    0.522523] ACPI: SSDT 0xFFFF8800747B7400 0003A5 (v01 PmRef  Cpu0Cst  00003001 INTL 20120913)
[    0.523700] ACPI: Dynamic OEM Table Load:
[    0.523712] ACPI: SSDT 0xFFFF8800747B1800 00015F (v01 PmRef  ApIst    00003000 INTL 20120913)
[    0.524282] ACPI: Dynamic OEM Table Load:
[    0.524294] ACPI: SSDT 0xFFFF8800745F5840 00008D (v01 PmRef  ApCst    00003000 INTL 20120913)
[    0.528247] ACPI: Interpreter enabled
[    0.528300] ACPI: (supports S0 S4 S5)
[    0.528303] ACPI: Using IOAPIC for interrupt routing
[    0.528383] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.530735] ACPI: Power Resource [P12T] (off)
[    0.533050] ACPI: Power Resource [ID3C] (off)
[    0.535785] ACPI: Power Resource [USBC] (on)
[    0.548583] ACPI: Power Resource [CLK3] (on)
[    0.548698] ACPI: Power Resource [CLK4] (on)
[    0.560746] ACPI: Power Resource [CLK2] (on)
[    0.560864] ACPI: Power Resource [CLK0] (on)
[    0.560982] ACPI: Power Resource [CLK1] (on)
[    0.561953] ACPI: Power Resource [CLK0] (on)
[    0.562072] ACPI: Power Resource [CLK1] (on)
[    0.573316] ACPI: Power Resource [P28X] (off)
[    0.573428] ACPI: Power Resource [P18X] (off)
[    0.573531] ACPI: Power Resource [P12X] (off)
[    0.573639] ACPI: Power Resource [P28P] (off)
[    0.573742] ACPI: Power Resource [P18P] (off)
[    0.573853] ACPI: Power Resource [P19X] (off)
[    0.573961] ACPI: Power Resource [P06X] (off)
[    0.574064] ACPI: Power Resource [P28T] (off)
[    0.574171] ACPI: Power Resource [P18D] (off)
[    0.574276] ACPI: Power Resource [P18T] (off)
[    0.574397] ACPI: Power Resource [P3P3] (off)
[    0.574510] ACPI: Power Resource [P28W] (off)
[    0.574625] ACPI: Power Resource [P18W] (off)
[    0.574729] ACPI: Power Resource [P12W] (off)
[    0.574838] ACPI: Power Resource [P33W] (off)
[    0.574953] ACPI: Power Resource [P33X] (off)
[    0.583770] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.583784] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.584354] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.584358] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.584394] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    0.585732] PCI host bridge to bus 0000:00
[    0.585738] pci_bus 0000:00: root bus resource [io  0x0070-0x0077]
[    0.585742] pci_bus 0000:00: root bus resource [io  0x0000-0x006f window]
[    0.585746] pci_bus 0000:00: root bus resource [io  0x0078-0x0cf7 window]
[    0.585749] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.585753] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.585756] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    0.585760] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
[    0.585763] pci_bus 0000:00: root bus resource [mem 0x20000000-0x201fffff window]
[    0.585767] pci_bus 0000:00: root bus resource [mem 0x7ce00001-0x7ee00000 window]
[    0.585770] pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window]
[    0.585774] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.585790] pci 0000:00:00.0: [8086:2280] type 00 class 0x060000
[    0.586392] pci 0000:00:02.0: [8086:22b0] type 00 class 0x030000
[    0.586424] pci 0000:00:02.0: reg 0x10: [mem 0x90000000-0x90ffffff 64bit]
[    0.586441] pci 0000:00:02.0: reg 0x18: [mem 0x80000000-0x8fffffff 64bit pref]
[    0.586453] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.586830] pci 0000:00:0b.0: [8086:22dc] type 00 class 0x118000
[    0.586861] pci 0000:00:0b.0: reg 0x10: [mem 0x91639000-0x91639fff 64bit]
[    0.587302] pci 0000:00:14.0: [8086:22b5] type 00 class 0x0c0330
[    0.587335] pci 0000:00:14.0: reg 0x10: [mem 0x91600000-0x9160ffff 64bit]
[    0.587451] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.587788] pci 0000:00:1a.0: [8086:2298] type 00 class 0x108000
[    0.587815] pci 0000:00:1a.0: reg 0x10: [mem 0x91500000-0x915fffff]
[    0.587830] pci 0000:00:1a.0: reg 0x14: [mem 0x91400000-0x914fffff]
[    0.587936] pci 0000:00:1a.0: PME# supported from D0 D3hot
[    0.588408] pci 0000:00:1c.0: [8086:22c8] type 01 class 0x060400
[    0.590015] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.590649] pci 0000:00:1f.0: [8086:229c] type 00 class 0x060100
[    0.592200] pci 0000:01:00.0: [168c:0042] type 00 class 0x028000
[    0.592535] pci 0000:01:00.0: reg 0x10: [mem 0x91200000-0x913fffff 64bit]
[    0.594377] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.603949] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.604038] pci 0000:00:1c.0:   bridge window [mem 0x91200000-0x913fffff]
[    0.615263] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 11 12) *0, disabled.
[    0.615437] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 12) *0, disabled.
[    0.615614] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 12) *0, disabled.
[    0.615789] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 12) *0, disabled.
[    0.615959] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 12) *0, disabled.
[    0.616129] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 12) *0, disabled.
[    0.616298] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 12) *0, disabled.
[    0.616467] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 12) *0, disabled.
[    0.660480] dw_dmac INTL9C60:00: DesignWare DMA Controller, 8 channels
[    0.693827] dw_dmac INTL9C60:01: DesignWare DMA Controller, 8 channels
[    0.694210] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.694215] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.694222] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.694224] vgaarb: loaded
[    0.694378] Registered efivars operations
[    0.723216] PCI: Using ACPI for IRQ routing
[    0.725937] PCI: pci_cache_line_size set to 64 bytes
[    0.726287] Expanded resource reserved due to conflict with PCI Bus 0000:00
[    0.726293] e820: reserve RAM buffer [mem 0x0008f000-0x0008ffff]
[    0.726296] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.726299] e820: reserve RAM buffer [mem 0x1f000000-0x1fffffff]
[    0.726301] e820: reserve RAM buffer [mem 0x79e2f000-0x7bffffff]
[    0.726303] e820: reserve RAM buffer [mem 0x7a186000-0x7bffffff]
[    0.726507] NetLabel: Initializing
[    0.726509] NetLabel:  domain hash size = 128
[    0.726511] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.726545] NetLabel:  unlabeled traffic allowed by default
[    0.727210] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.727222] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[    0.729305] clocksource: Switched to clocksource hpet
[    0.753956] VFS: Disk quotas dquot_6.6.0
[    0.754008] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.754207] pnp: PnP ACPI init
[    0.754573] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.754579] system 00:00: [io  0x0400-0x047f] could not be reserved
[    0.754583] system 00:00: [io  0x0500-0x05fe] has been reserved
[    0.754593] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.754778] pnp 00:01: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.756405] system 00:02: [io  0x0240-0x0259] has been reserved
[    0.756414] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.760150] system 00:03: [mem 0x91637000-0x91637fff] has been reserved
[    0.760155] system 00:03: [mem 0x91635000-0x91635fff] has been reserved
[    0.760159] system 00:03: [mem 0x91624000-0x91624fff] has been reserved
[    0.760163] system 00:03: [mem 0x91622000-0x91622fff] has been reserved
[    0.760167] system 00:03: [mem 0x91620000-0x91620fff] has been reserved
[    0.760171] system 00:03: [mem 0x9161e000-0x9161efff] has been reserved
[    0.760175] system 00:03: [mem 0x9161c000-0x9161cfff] has been reserved
[    0.760179] system 00:03: [mem 0x9161a000-0x9161afff] has been reserved
[    0.760183] system 00:03: [mem 0x91618000-0x91618fff] has been reserved
[    0.760187] system 00:03: [mem 0x91633000-0x91633fff] has been reserved
[    0.760191] system 00:03: [mem 0x91631000-0x91631fff] has been reserved
[    0.760195] system 00:03: [mem 0x9162f000-0x9162ffff] has been reserved
[    0.760199] system 00:03: [mem 0x9162d000-0x9162dfff] has been reserved
[    0.760203] system 00:03: [mem 0x9162b000-0x9162bfff] has been reserved
[    0.760207] system 00:03: [mem 0x91629000-0x91629fff] has been reserved
[    0.760211] system 00:03: [mem 0x91627000-0x91627fff] has been reserved
[    0.760215] system 00:03: [mem 0x91625000-0x91625fff] has been reserved
[    0.760224] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.760355] system 00:04: [mem 0xe0000000-0xefffffff] could not be reserved
[    0.760360] system 00:04: [mem 0xfea00000-0xfeafffff] has been reserved
[    0.760364] system 00:04: [mem 0xfed01000-0xfed01fff] has been reserved
[    0.760368] system 00:04: [mem 0xfed03000-0xfed03fff] has been reserved
[    0.760372] system 00:04: [mem 0xfed06000-0xfed06fff] has been reserved
[    0.760375] system 00:04: [mem 0xfed08000-0xfed09fff] has been reserved
[    0.760380] system 00:04: [mem 0xfed80000-0xfedbffff] could not be reserved
[    0.760384] system 00:04: [mem 0xfed1c000-0xfed1cfff] has been reserved
[    0.760388] system 00:04: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.760396] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.760787] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.762511] pnp: PnP ACPI: found 6 devices
[    0.772997] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.773150] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.773220] pci 0000:00:1c.0:   bridge window [mem 0x91200000-0x913fffff]
[    0.773351] pci_bus 0000:00: resource 4 [io  0x0070-0x0077]
[    0.773355] pci_bus 0000:00: resource 5 [io  0x0000-0x006f window]
[    0.773359] pci_bus 0000:00: resource 6 [io  0x0078-0x0cf7 window]
[    0.773362] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.773366] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    0.773370] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    0.773373] pci_bus 0000:00: resource 10 [mem 0x000e0000-0x000fffff window]
[    0.773377] pci_bus 0000:00: resource 11 [mem 0x20000000-0x201fffff window]
[    0.773380] pci_bus 0000:00: resource 12 [mem 0x7ce00001-0x7ee00000 window]
[    0.773384] pci_bus 0000:00: resource 13 [mem 0x80000000-0xdfffffff window]
[    0.773388] pci_bus 0000:01: resource 1 [mem 0x91200000-0x913fffff]
[    0.773736] NET: Registered protocol family 2
[    0.774089] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[    0.774182] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
[    0.774289] TCP: Hash tables configured (established 16384 bind 16384)
[    0.774374] UDP hash table entries: 1024 (order: 3, 32768 bytes)
[    0.774404] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
[    0.774515] NET: Registered protocol family 1
[    0.774554] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.775222] PCI: CLS 64 bytes, default 64
[    0.775348] Unpacking initramfs...
[    0.965730] Freeing initrd memory: 6544K
[    0.965808] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x14c1baf3789, max_idle_ns: 440795266465 ns
[    0.965861] clocksource: Switched to clocksource tsc
[    0.966146] Scanning for low memory corruption every 60 seconds
[    0.967573] Initialise system trusted keyrings
[    0.967705] workingset: timestamp_bits=40 max_order=19 bucket_order=0
[    0.970777] zbud: loaded
[    0.972358] Key type asymmetric registered
[    0.972394] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    0.972471] io scheduler noop registered
[    0.972473] io scheduler deadline registered
[    0.972550] io scheduler cfq registered (default)
[    0.972553] io scheduler mq-deadline registered
[    0.974647] pcieport 0000:00:1c.0: Signaling PME with IRQ 297
[    0.974765] efifb: probing for efifb
[    0.974802] efifb: framebuffer at 0x80000000, using 1920k, total 1920k
[    0.974805] efifb: mode is 800x600x32, linelength=3200, pages=1
[    0.974806] efifb: scrolling: redraw
[    0.974810] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.979142] Console: switching to colour frame buffer device 100x37
[    0.983220] fb0: EFI VGA frame buffer device
[    0.983240] intel_idle: MWAIT substates: 0x33000020
[    0.983243] intel_idle: v0.4.1 model 0x4C
[    0.983624] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.987709] GHES: HEST is not enabled!
[    0.987942] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.008464] 00:01: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    1.011363] Linux agpgart interface v0.103
[    1.014265] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    1.014330] rtc_cmos 00:05: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    1.014359] intel_pstate: Intel P-state driver initializing
[    1.015947] ledtrig-cpu: registered to indicate activity on CPUs
[    1.017862] NET: Registered protocol family 10
[    1.043658] Segment Routing with IPv6
[    1.043794] NET: Registered protocol family 17
[    1.047556] microcode: sig=0x406c4, pf=0x1, revision=0x40a
[    1.048540] microcode: Microcode Update Driver: v2.2.
[    1.051676] registered taskstats version 1
[    1.051722] Loading compiled-in X.509 certificates
[    1.051840] zswap: loaded using pool lzo/zbud
[    1.054045]   Magic number: 5:448:247
[    1.054126] gpio gpiochip0: hash matches
[    1.054311] rtc_cmos 00:05: setting system clock to 2017-06-14 21:14:45 UTC (1497474885)
[    1.054505] PM: Hibernation image not present or could not be loaded.
[    1.059819] Freeing unused kernel memory: 1304K
[    1.059825] Write protecting the kernel read-only data: 10240k
[    1.062226] Freeing unused kernel memory: 1696K
[    1.062893] Freeing unused kernel memory: 32K
[    1.179283] random: systemd-tmpfile: uninitialized urandom read (16 bytes read)
[    1.184697] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.184860] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.187625] random: udevadm: uninitialized urandom read (16 bytes read)
[    1.187692] random: udevadm: uninitialized urandom read (16 bytes read)
[    1.203648] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.203809] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.203885] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.205189] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.205340] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.301694] sdhci: Secure Digital Host Controller Interface driver
[    1.301697] sdhci: Copyright(c) Pierre Ossman
[    1.318572] mmc0: SDHCI controller on ACPI [80860F14:00] using ADMA
[    1.335440] ACPI: bus type USB registered
[    1.335509] usbcore: registered new interface driver usbfs
[    1.335542] usbcore: registered new interface driver hub
[    1.335618] usbcore: registered new device driver usb
[    1.336262] mmc1: SDHCI controller on ACPI [80860F14:03] using ADMA
[    1.343908] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.343925] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    1.345357] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x01509810
[    1.345372] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    1.345893] hub 1-0:1.0: USB hub found
[    1.345923] hub 1-0:1.0: 7 ports detected
[    1.347802] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.347814] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    1.348227] hub 2-0:1.0: USB hub found
[    1.348256] hub 2-0:1.0: 6 ports detected
[    1.467565] mmc0: new HS200 MMC card at address 0001
[    1.474616] mmcblk0: mmc0:0001 HBG4a2 29.1 GiB 
[    1.475306] mmcblk0boot0: mmc0:0001 HBG4a2 partition 1 4.00 MiB
[    1.475925] mmcblk0boot1: mmc0:0001 HBG4a2 partition 2 4.00 MiB
[    1.476614] mmcblk0rpmb: mmc0:0001 HBG4a2 partition 3 4.00 MiB
[    1.481365]  mmcblk0: p1 p2 p3 p4
[    1.514829] random: fast init done
[    1.606456] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Opts: (null)
[    1.665995] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    1.757788] ip_tables: (C) 2000-2006 Netfilter Core Team
[    1.764467] systemd[1]: systemd 232 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[    1.764837] systemd[1]: Detected architecture x86-64.
[    1.766554] systemd[1]: Set hostname to <arch>.
[    1.914276] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    1.915272] systemd[1]: Created slice User and Session Slice.
[    1.915647] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    1.915753] systemd[1]: Listening on LVM2 metadata daemon socket.
[    1.915793] systemd[1]: Reached target Remote File Systems.
[    1.915914] systemd[1]: Listening on Journal Socket.
[    1.916078] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    1.932694] usb 1-3: new full-speed USB device number 3 using xhci_hcd
[    1.947759] EXT4-fs (mmcblk0p3): re-mounted. Opts: discard
[    2.141229] systemd-journald[174]: Received request to flush runtime journal from PID 1
[    2.176013] usb 1-4: new full-speed USB device number 4 using xhci_hcd
[    2.190137] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    2.190147] ACPI: Power Button [PWRB]
[    2.197340] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[    2.197350] ACPI: Sleep Button [SLPB]
[    2.197980] ACPI: AC Adapter [ADP1] (on-line)
[    2.205390] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
[    2.205399] ACPI: Lid Switch [LID]
[    2.205621] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    2.205627] ACPI: Power Button [PWRF]
[    2.220839] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    2.230580] proc_thermal 0000:00:0b.0: enabling device (0000 -> 0002)
[    2.231256] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[    2.231360] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[    2.271915] 8086228A:00: ttyS1 at MMIO 0x91621000 (irq = 39, base_baud = 2764800) is a 16550A
[    2.283194] input: Asus Wireless Radio Control as /devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input4
[    2.299653] 8086228A:01: ttyS2 at MMIO 0x9161f000 (irq = 40, base_baud = 2764800) is a 16550A
[    2.355713] intel_sst_acpi 808622A8:00: No matching machine driver found
[    2.445595] Bluetooth: Core ver 2.22
[    2.445645] NET: Registered protocol family 31
[    2.445647] Bluetooth: HCI device and connection manager initialized
[    2.445654] Bluetooth: HCI socket layer initialized
[    2.445658] Bluetooth: L2CAP socket layer initialized
[    2.445669] Bluetooth: SCO socket layer initialized
[    2.445822] [drm] Memory usable by graphics device = 2048M
[    2.445827] checking generic (80000000 1e0000) vs hw (80000000 10000000)
[    2.445829] fb: switching to inteldrmfb from EFI VGA
[    2.445896] Console: switching to colour dummy device 80x25
[    2.446160] [drm] Replacing VGA console driver
[    2.446340] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    2.446342] [drm] Driver supports precise vblank timestamp query.
[    2.448592] wmi: Mapper loaded
[    2.450174] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    2.453482] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[    2.453629] thermal LNXTHERM:00: registered as thermal_zone5
[    2.453631] ACPI: Thermal Zone [TZ00] (0 C)
[    2.460773] usbcore: registered new interface driver btusb
[    2.484947] [drm] Initialized i915 1.6.0 20170123 for 0000:00:02.0 on minor 0
[    2.486475] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    2.489501] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5
[    2.489636] [drm] HDaudio controller not detected, using LPE audio instead

[    2.489779] [drm] Initialized i915 1.6.0 20170123 for 0000:00:02.0 on minor 0
[    2.500756] media: Linux media interface: v0.10
[    2.516091] fbcon: inteldrmfb (fb0) is primary device
[    2.519531] Linux video capture interface: v2.00
[    2.557345] uvcvideo: Found UVC 1.00 device USB2.0 VGA UVC WebCam (0bda:57ed)
[    2.560588] uvcvideo 1-1:1.0: Entity type for entity Extension 4 was not initialized!
[    2.560592] uvcvideo 1-1:1.0: Entity type for entity Processing 2 was not initialized!
[    2.560595] uvcvideo 1-1:1.0: Entity type for entity Camera 1 was not initialized!
[    2.560755] input: USB2.0 VGA UVC WebCam as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/input/input6
[    2.560835] usbcore: registered new interface driver uvcvideo
[    2.560836] USB Video Class driver (1.1.1)
[    2.609952] ath10k_pci 0000:01:00.0: enabling device (0000 -> 0002)
[    2.616250] ath10k_pci 0000:01:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
[    2.618836] i2c_designware 808622C1:06: I2C bus managed by PUNIT
[    2.691529] Adding 5086184k swap on /dev/mmcblk0p4.  Priority:-1 extents:1 across:5086184k SSDscFS
[    2.719406] i2c_designware 808622C1:06: punit semaphore timed out, resetting
[    2.719419] i2c_designware 808622C1:06: PUNIT SEM: 2
[    2.719421] ------------[ cut here ]------------
[    2.719432] WARNING: CPU: 2 PID: 186 at drivers/i2c/busses/i2c-designware-baytrail.c:106 baytrail_i2c_acquire+0x16d/0x1f0 [i2c_designware_platform]
[    2.719433] Modules linked in: ath10k_pci(+) ath10k_core ath uvcvideo videobuf2_vmalloc mac80211 videobuf2_memops videobuf2_v4l2 videobuf2_core videodev media cfg80211 btusb btrtl thermal btbcm btintel wmi bluetooth rfkill extcon_intel_int3496 intel_hid extcon_core sparse_keymap snd_intel_sst_acpi snd_intel_sst_core i915 snd_soc_sst_atom_hifi2_platform snd_soc_sst_match snd_soc_core snd_compress snd_pcm_dmaengine snd_pcm snd_timer drm_kms_helper snd i2c_designware_platform(+) soundcore i2c_designware_core spi_pxa2xx_platform ac97_bus 8250_dw drm tpm_crb intel_gtt soc_button_array syscopyarea sysfillrect mei_txe sysimgblt processor_thermal_device dptf_power int3406_thermal int3400_thermal asus_wireless lpc_ich fb_sys_fops video acpi_thermal_rel mei shpchp i2c_algo_bit int3403_thermal intel_soc_dts_iosf
[    2.719490]  int340x_thermal_zone tpm_tis tpm_tis_core tpm ac acpi_pad button sch_fq_codel ip_tables x_tables ext4 crc16 jbd2 fscrypto mbcache mmc_block xhci_pci xhci_hcd usbcore usb_common sdhci_acpi sdhci led_class mmc_core
[    2.719514] CPU: 2 PID: 186 Comm: systemd-udevd Not tainted 4.11.3-1-ARCH #1
[    2.719515] Hardware name: ASUSTeK COMPUTER INC. E200HA/E200HA, BIOS E200HA.303 12/21/2016
[    2.719517] Call Trace:
[    2.719527]  dump_stack+0x63/0x81
[    2.719532]  __warn+0xcb/0xf0
[    2.719536]  warn_slowpath_null+0x1d/0x20
[    2.719540]  baytrail_i2c_acquire+0x16d/0x1f0 [i2c_designware_platform]
[    2.719545]  ? __clk_create_clk.part.34+0x99/0xb0
[    2.719549]  i2c_dw_acquire_lock+0x1f/0x50 [i2c_designware_core]
[    2.719552]  i2c_dw_init+0x1e/0x610 [i2c_designware_core]
[    2.719555]  i2c_dw_probe+0x35/0x1d0 [i2c_designware_core]
[    2.719559]  dw_i2c_plat_probe+0x292/0x580 [i2c_designware_platform]
[    2.719563]  platform_drv_probe+0x3b/0xa0
[    2.719567]  driver_probe_device+0x106/0x450
[    2.719571]  __driver_attach+0xa4/0xe0
[    2.719574]  ? driver_probe_device+0x450/0x450
[    2.719576]  bus_for_each_dev+0x6e/0xb0
[    2.719580]  driver_attach+0x1e/0x20
[    2.719582]  bus_add_driver+0x1d0/0x270
[    2.719585]  ? 0xffffffffa035e000
[    2.719588]  driver_register+0x60/0xe0
[    2.719590]  ? 0xffffffffa035e000
[    2.719592]  __platform_driver_register+0x36/0x40
[    2.719596]  dw_i2c_init_driver+0x17/0x1000 [i2c_designware_platform]
[    2.719600]  do_one_initcall+0x50/0x1a0
[    2.719605]  do_init_module+0x5f/0x1eb
[    2.719609]  load_module+0x260a/0x2ae0
[    2.719616]  SyS_init_module+0x173/0x1b0
[    2.719619]  ? SyS_init_module+0x173/0x1b0
[    2.719623]  do_syscall_64+0x54/0xc0
[    2.719627]  entry_SYSCALL64_slow_path+0x25/0x25
[    2.719629] RIP: 0033:0x7f126ec6f82a
[    2.719631] RSP: 002b:00007ffd69281d18 EFLAGS: 00000246 ORIG_RAX: 00000000000000af
[    2.719633] RAX: ffffffffffffffda RBX: 000055e750ac68c0 RCX: 00007f126ec6f82a
[    2.719635] RDX: 00007f126f35dcb5 RSI: 0000000000005248 RDI: 000055e750eff4f0
[    2.719636] RBP: 00007f126f35dcb5 R08: 00000000000000bb R09: 00000000000000c2
[    2.719638] R10: 0000000000000000 R11: 0000000000000246 R12: 000055e750eff4f0
[    2.719639] R13: 000055e750aceaa0 R14: 0000000000020000 R15: 000055e74ebf0622
[    2.719643] ---[ end trace 4769e8eda1c1cf39 ]---
[    2.719646] i2c_designware 808622C1:06: couldn't acquire bus ownership
[    2.719684] i2c_designware: probe of 808622C1:06 failed with error -110
[    2.736738] hidraw: raw HID events driver (C) Jiri Kosina
[    2.799776] ACPI: Battery Slot [BATC] (battery present)
[    2.822433] input: PC Speaker as /devices/platform/pcspkr/input/input7
[    2.897862] SSE version of gcm_enc/dec engaged.
[    2.911678] ath10k_pci 0000:01:00.0: qca9377 hw1.1 target 0x05020001 chip_id 0x003821ff sub 1a3b:2b31
[    2.911683] ath10k_pci 0000:01:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 0 testmode 0
[    2.912684] ath10k_pci 0000:01:00.0: firmware ver WLAN.TF.1.0-00267-1 api 5 features ignore-otp crc32 79cea2c7
[    2.992311] ath10k_pci 0000:01:00.0: board_file api 2 bmi_id N/A crc32 93da0176
[    3.000882] i8042: PNP: No PS/2 controller found.
[    3.114162] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    3.114164] Bluetooth: BNEP filters: protocol multicast
[    3.114171] Bluetooth: BNEP socket layer initialized
[    3.117382] asus 0018:0B05:8585.0001: Fixing up Asus notebook report descriptor
[    3.117910] input: PDEC3393:00 0B05:8585 as /devices/pci0000:00/808622C1:00/i2c-0/i2c-PDEC3393:00/0018:0B05:8585.0001/input/input8
[    3.119540] asus 0018:0B05:8585.0001: input,hidraw0: I2C HID v1.00 Keyboard [PDEC3393:00 0B05:8585] on i2c-PDEC3393:00
[    3.121729] input: FTE1000:00 0B05:0101 as /devices/pci0000:00/808622C1:02/i2c-2/i2c-FTE1000:00/0018:0B05:0101.0002/input/input9
[    3.123461] asus 0018:0B05:0101.0002: input,hidraw1: I2C HID v1.00 Mouse [FTE1000:00 0B05:0101] on i2c-FTE1000:00
[    3.213131] mousedev: PS/2 mouse device common for all mice
[    3.353772] intel_rapl: Found RAPL domain package
[    3.353775] intel_rapl: Found RAPL domain core
[    3.709634] Console: switching to colour frame buffer device 170x48
[    3.734341] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    3.802562] input: Intel HDMI/DP LPE Audio HDMI/DP as /devices/pci0000:00/0000:00:02.0/hdmi-lpe-audio/sound/card0/input10
[    4.848805] ath10k_pci 0000:01:00.0: htt-ver 3.1 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1
[    4.856123] ath: EEPROM regdomain: 0x6a
[    4.856127] ath: EEPROM indicates we should expect a direct regpair map
[    4.856131] ath: Country alpha2 being used: 00
[    4.856133] ath: Regpair used: 0x6a
[    4.874549] ath10k_pci 0000:01:00.0 wlp1s0: renamed from wlan0
[    7.118582] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready
[   12.112094] wlp1s0: associated
[   12.112143] IPv6: ADDRCONF(NETDEV_CHANGE): wlp1s0: link becomes ready
[   24.474941] random: crng init done
[  521.633847] perf: interrupt took too long (2588 > 2500), lowering kernel.perf_event_max_sample_rate to 77100

Offline

#4 2017-06-15 08:12:48

seth
Member
Registered: 2012-09-03
Posts: 49,951

Re: MicroSD card reader not recognized on Asus E200HA

Does "dmesg -w" produce any output when you slot a card?
Does it work when booting with a slotted card?

From images, that looks like a regular SD slot - did you try an actual low class SD card (in case it's just not compatible with your card)
SD is actually <= 1GB, 1.1 <= 2GB on FAT16
SDHC <= 32GB on FAT32
Anything above is SDXC - given the eMMC seems wired on SDHC I assume the external card reader doesn't support that.

Offline

#5 2017-06-15 08:33:24

ledersofa
Member
Registered: 2017-06-13
Posts: 6

Re: MicroSD card reader not recognized on Asus E200HA

No, there's no output when I slot a card. And the same when I boot with a slotted card.

It seems to be a normal microSD card reader...
I've tried a 2GB microSD card and a new 32GB microSDHC card. And always the same - nothing.
But both are shown in the BIOS, so the hardware should support them.

Offline

#6 2017-06-15 13:34:07

seth
Member
Registered: 2012-09-03
Posts: 49,951

Re: MicroSD card reader not recognized on Asus E200HA

Can you control the USB behavior in the BIOS, notably hand offs?

Offline

#7 2017-06-16 17:56:29

R00KIE
Forum Fellow
From: Between a computer and a chair
Registered: 2008-09-14
Posts: 4,734

Re: MicroSD card reader not recognized on Asus E200HA

The only thinks that jumps at the eye is the kernel warning about something related to i2c.

Can you also post the output of 'lsusb -v' and 'lsusb -t' to see if we can identify without doubt the card reader?


R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K

Offline

#8 2017-06-16 19:49:10

ledersofa
Member
Registered: 2017-06-13
Posts: 6

Re: MicroSD card reader not recognized on Asus E200HA

Unfortunately the BIOS is fairly simple, so there's no option to control the USB. There are only a few functions and a boot override where I saw the sd card.

Output of lsusb -v:

Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Couldn't open device, some information will be missing
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               3.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 
  bDeviceProtocol         3 
  bMaxPacketSize0         9
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0003 3.0 root hub
  bcdDevice            4.11
  iManufacturer           3 
  iProduct                2 
  iSerial                 1 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           31
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0004  1x 4 bytes
        bInterval              12
        bMaxBurst               0

Bus 001 Device 003: ID 13d3:3496 IMC Networks 
Couldn't open device, some information will be missing
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass          224 Wireless
  bDeviceSubClass         1 Radio Frequency
  bDeviceProtocol         1 Bluetooth
  bMaxPacketSize0        64
  idVendor           0x13d3 IMC Networks
  idProduct          0x3496 
  bcdDevice            0.01
  iManufacturer           0 
  iProduct                0 
  iSerial                 0 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength          177
    bNumInterfaces          2
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower              100mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           3
      bInterfaceClass       224 Wireless
      bInterfaceSubClass      1 Radio Frequency
      bInterfaceProtocol      1 Bluetooth
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0010  1x 16 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x02  EP 2 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass       224 Wireless
      bInterfaceSubClass      1 Radio Frequency
      bInterfaceProtocol      1 Bluetooth
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0000  1x 0 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x03  EP 3 OUT
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0000  1x 0 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       1
      bNumEndpoints           2
      bInterfaceClass       224 Wireless
      bInterfaceSubClass      1 Radio Frequency
      bInterfaceProtocol      1 Bluetooth
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0009  1x 9 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x03  EP 3 OUT
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0009  1x 9 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       2
      bNumEndpoints           2
      bInterfaceClass       224 Wireless
      bInterfaceSubClass      1 Radio Frequency
      bInterfaceProtocol      1 Bluetooth
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0011  1x 17 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x03  EP 3 OUT
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0011  1x 17 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       3
      bNumEndpoints           2
      bInterfaceClass       224 Wireless
      bInterfaceSubClass      1 Radio Frequency
      bInterfaceProtocol      1 Bluetooth
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0019  1x 25 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x03  EP 3 OUT
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0019  1x 25 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       4
      bNumEndpoints           2
      bInterfaceClass       224 Wireless
      bInterfaceSubClass      1 Radio Frequency
      bInterfaceProtocol      1 Bluetooth
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0021  1x 33 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x03  EP 3 OUT
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0021  1x 33 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       5
      bNumEndpoints           2
      bInterfaceClass       224 Wireless
      bInterfaceSubClass      1 Radio Frequency
      bInterfaceProtocol      1 Bluetooth
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0031  1x 49 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x03  EP 3 OUT
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0031  1x 49 bytes
        bInterval               1

Bus 001 Device 002: ID 0bda:57ed Realtek Semiconductor Corp. 
Couldn't open device, some information will be missing
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass          239 Miscellaneous Device
  bDeviceSubClass         2 
  bDeviceProtocol         1 Interface Association
  bMaxPacketSize0        64
  idVendor           0x0bda Realtek Semiconductor Corp.
  idProduct          0x57ed 
  bcdDevice            0.01
  iManufacturer           3 
  iProduct                1 
  iSerial                 2 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength          434
    bNumInterfaces          2
    bConfigurationValue     1
    iConfiguration          4 
    bmAttributes         0x80
      (Bus Powered)
    MaxPower              500mA
    Interface Association:
      bLength                 8
      bDescriptorType        11
      bFirstInterface         0
      bInterfaceCount         2
      bFunctionClass         14 Video
      bFunctionSubClass       3 Video Interface Collection
      bFunctionProtocol       0 
      iFunction               5 
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      1 Video Control
      bInterfaceProtocol      0 
      iInterface              5 
      VideoControl Interface Descriptor:
        bLength                13
        bDescriptorType        36
        bDescriptorSubtype      1 (HEADER)
        bcdUVC               1.00
        wTotalLength           78
        dwClockFrequency       15.000000MHz
        bInCollection           1
        baInterfaceNr( 0)       1
      VideoControl Interface Descriptor:
        bLength                18
        bDescriptorType        36
        bDescriptorSubtype      2 (INPUT_TERMINAL)
        bTerminalID             1
        wTerminalType      0x0201 Camera Sensor
        bAssocTerminal          0
        iTerminal               0 
        wObjectiveFocalLengthMin      0
        wObjectiveFocalLengthMax      0
        wOcularFocalLength            0
        bControlSize                  3
        bmControls           0x0000000e
          Auto-Exposure Mode
          Auto-Exposure Priority
          Exposure Time (Absolute)
      VideoControl Interface Descriptor:
        bLength                11
        bDescriptorType        36
        bDescriptorSubtype      5 (PROCESSING_UNIT)
      Warning: Descriptor too short
        bUnitID                 2
        bSourceID               1
        wMaxMultiplier          0
        bControlSize            2
        bmControls     0x0000177f
          Brightness
          Contrast
          Hue
          Saturation
          Sharpness
          Gamma
          White Balance Temperature
          Backlight Compensation
          Gain
          Power Line Frequency
          White Balance Temperature, Auto
        iProcessing             0 
        bmVideoStandards     0x 9
          None
          SECAM - 625/50
      VideoControl Interface Descriptor:
        bLength                 9
        bDescriptorType        36
        bDescriptorSubtype      3 (OUTPUT_TERMINAL)
        bTerminalID             3
        wTerminalType      0x0101 USB Streaming
        bAssocTerminal          0
        bSourceID               4
        iTerminal               0 
      VideoControl Interface Descriptor:
        bLength                27
        bDescriptorType        36
        bDescriptorSubtype      6 (EXTENSION_UNIT)
        bUnitID                 4
        guidExtensionCode         {8ca72912-b447-9440-b0ce-db07386fb938}
        bNumControl             2
        bNrPins                 1
        baSourceID( 0)          2
        bControlSize            2
        bmControls( 0)       0x00
        bmControls( 1)       0x06
        iExtension              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0010  1x 16 bytes
        bInterval               6
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       0
      bNumEndpoints           0
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      VideoStreaming Interface Descriptor:
        bLength                            14
        bDescriptorType                    36
        bDescriptorSubtype                  1 (INPUT_HEADER)
        bNumFormats                         1
        wTotalLength                      197
        bEndPointAddress                  129
        bmInfo                              0
        bTerminalLink                       3
        bStillCaptureMethod                 1
        bTriggerSupport                     1
        bTriggerUsage                       0
        bControlSize                        1
        bmaControls( 0)                    27
      VideoStreaming Interface Descriptor:
        bLength                            27
        bDescriptorType                    36
        bDescriptorSubtype                  4 (FORMAT_UNCOMPRESSED)
        bFormatIndex                        1
        bNumFrameDescriptors                5
        guidFormat                            {59555932-0000-1000-8000-00aa00389b71}
        bBitsPerPixel                      16
        bDefaultFrameIndex                  1
        bAspectRatioX                       0
        bAspectRatioY                       0
        bmInterlaceFlags                 0x00
          Interlaced stream or variable: No
          Fields per frame: 2 fields
          Field 1 first: No
          Field pattern: Field 1 only
          bCopyProtect                      0
      VideoStreaming Interface Descriptor:
        bLength                            30
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         1
        bmCapabilities                   0x01
          Still image supported
        wWidth                            640
        wHeight                           480
        dwMinBitRate                147456000
        dwMaxBitRate                147456000
        dwMaxVideoFrameBufferSize      614400
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  1
        dwFrameInterval( 0)            333333
      VideoStreaming Interface Descriptor:
        bLength                            30
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         2
        bmCapabilities                   0x01
          Still image supported
        wWidth                            160
        wHeight                           120
        dwMinBitRate                  9216000
        dwMaxBitRate                  9216000
        dwMaxVideoFrameBufferSize       38400
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  1
        dwFrameInterval( 0)            333333
      VideoStreaming Interface Descriptor:
        bLength                            30
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         3
        bmCapabilities                   0x01
          Still image supported
        wWidth                            176
        wHeight                           144
        dwMinBitRate                 12165120
        dwMaxBitRate                 12165120
        dwMaxVideoFrameBufferSize       50688
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  1
        dwFrameInterval( 0)            333333
      VideoStreaming Interface Descriptor:
        bLength                            30
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         4
        bmCapabilities                   0x01
          Still image supported
        wWidth                            320
        wHeight                           240
        dwMinBitRate                 36864000
        dwMaxBitRate                 36864000
        dwMaxVideoFrameBufferSize      153600
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  1
        dwFrameInterval( 0)            333333
      VideoStreaming Interface Descriptor:
        bLength                            30
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         5
        bmCapabilities                   0x01
          Still image supported
        wWidth                            352
        wHeight                           288
        dwMinBitRate                 48660480
        dwMaxBitRate                 48660480
        dwMaxVideoFrameBufferSize      202752
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  1
        dwFrameInterval( 0)            333333
      VideoStreaming Interface Descriptor:
        bLength                             6
        bDescriptorType                    36
        bDescriptorSubtype                 13 (COLORFORMAT)
        bColorPrimaries                     1 (BT.709,sRGB)
        bTransferCharacteristics            1 (BT.709)
        bMatrixCoefficients                 4 (SMPTE 170M (BT.601))
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       1
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x0080  1x 128 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       2
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       3
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x0400  1x 1024 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       4
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x0b00  2x 768 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       5
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x0c00  2x 1024 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       6
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x1380  3x 896 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       7
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x1400  3x 1024 bytes
        bInterval               1

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Couldn't open device, some information will be missing
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 
  bDeviceProtocol         1 Single TT
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0002 2.0 root hub
  bcdDevice            4.11
  iManufacturer           3 
  iProduct                2 
  iSerial                 1 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0004  1x 4 bytes
        bInterval              12

Output of lsusb -t:

/:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/6p, 5000M
/:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/7p, 480M
    |__ Port 1: Dev 2, If 1, Class=Video, Driver=uvcvideo, 480M
    |__ Port 1: Dev 2, If 0, Class=Video, Driver=uvcvideo, 480M
    |__ Port 3: Dev 3, If 0, Class=Wireless, Driver=btusb, 12M
    |__ Port 3: Dev 3, If 1, Class=Wireless, Driver=btusb, 12M

But where is the card reader? It seems like that it's not detected.

Offline

#9 2017-06-16 20:07:29

seth
Member
Registered: 2012-09-03
Posts: 49,951

Re: MicroSD card reader not recognized on Asus E200HA

It's not there - an i2c wired/controlled card reader is odd (to me) but possible.
You could runtime check the bus with i2cdetect from "pacman -S i2c-tools"

Google cooked up that once upon a time it was required to force a quirk on sdhci to enable the reader:

sdhci.debug_quirks=0x8000

But it's claimed to be obsolete with https://lkml.org/lkml/2015/9/15/394 *shrug*

Offline

#10 2017-06-17 11:20:18

R00KIE
Forum Fellow
From: Between a computer and a chair
Registered: 2008-09-14
Posts: 4,734

Re: MicroSD card reader not recognized on Asus E200HA

The thing is sdhci seems to imply it would be a pci device and lspci does not show anything that looks like it could be a typical pci card reader. If it was connected over usb it should just work. I don't know if sdhci can use something connected over i2c but who knows.

It might be a red herring but the i2c problem seems to be the only place to look at for now. It is somewhat plausible that the card reader is connected over some kind of serial interface, some chinese tv boxes and some android boxes with atom cpus have the wireless card connected over some serial interface so I guess the same could be true for the card reader.


R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K

Offline

#11 2017-06-17 12:06:43

ledersofa
Member
Registered: 2017-06-13
Posts: 6

Re: MicroSD card reader not recognized on Asus E200HA

It's a really cheap notebook so I think everything can be possible.

'i2cdetect -l' detects nothing. But that could be caused by the i2c problems. On each boot I see these messages (bus ownership and i2c problems) for a few seconds until booting continues.

After searching for some hardware data I read some reviews on amazon. The few people using arch / linux on this notebook have the same problems (no audio output (a problem with alsa and cherrytrail CPUs), no backlight control and card reader issues).
One guy wrote that he uses linux mint and that everything works fine on it, but no note about the card reader. Just tried the live version of linux mint (Linux mint 4.4.0-53-generic #74-Ubuntu x86_64) and the internal storage is detected (mmcblk0) but no sd card again. Also no messages on dmesg when I insert or remove a sd card.
The only difference I found were the interfaces i2c-0 ... i2c-13 in /dev. Nothing like that in arch but in linux mint.

Another guy (also using arch on this notebook) wrote that the keyboard is a i2c hid keyboard. So if this is true, the i2c connection must somehow work because the keyboard just works fine?

Last edited by ledersofa (2017-06-17 12:09:38)

Offline

#12 2017-06-17 12:34:18

seth
Member
Registered: 2012-09-03
Posts: 49,951

Re: MicroSD card reader not recognized on Asus E200HA

There're https://bugzilla.redhat.com/show_bug.cgi?id=1377534 and https://bugs.launchpad.net/ubuntu/+sour … ug/1625440 - both assign that backtrace to failing WiFi/BT ... (those devices are though listed in your lspci/lsusb)

Edit: ceterm censeo - you do have the intel-ucode package installed and enabled?

Last edited by seth (2017-06-17 12:43:59)

Offline

#13 2017-06-17 12:56:15

ledersofa
Member
Registered: 2017-06-13
Posts: 6

Re: MicroSD card reader not recognized on Asus E200HA

Intel ucode is installed and enabled: 'dmesg | grep microcode'

[    1.047686] microcode: sig=0x406c4, pf=0x1, revision=0x40a
[    1.048701] microcode: Microcode Update Driver: v2.2.

WiFi always worked fine and connects automatically each time I boot. BT is not installed on this notebook so I added a small BT USB dongle which does the job.

Offline

Board footer

Powered by FluxBB