lkml.org 
[lkml]   [2021]   [Sep]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [Bisected Regression] OLPC XO-1.5: Internal drive and SD card (mmcblk*) gone since commit ea718c699055
From
Date
On 09/09/2021 17.14, Rob Herring wrote:
> On Thu, Sep 9, 2021 at 9:09 AM Andre Muller <andre.muller@web.de> wrote:
>>
>> On 09/09/2021 00.31, Rob Herring wrote:
>>> On Tue, Sep 7, 2021 at 10:15 PM Saravana Kannan <saravanak@google.com> wrote:
>>>>
>>>> On Tue, Sep 7, 2021 at 7:12 PM Andre Muller <andre.muller@web.de> wrote:
>>>>>
>>>>> On 08/09/2021 00.05, Saravana Kannan wrote:
>>>>>> On Sun, Sep 5, 2021 at 1:15 AM Andre Muller <andre.muller@web.de> wrote:
>>>>>>>
>>>>>>> With linux-5.13 and linux-5.14, the internal drive and SD card reader are gone from the XO-1.5. I bisected the issue to come up with ea718c699055:
>>>>>>>
>>>>>>> # first bad commit: [ea718c699055c8566eb64432388a04974c43b2ea] Revert "Revert "driver core: Set fw_devlink=on by default""
>>>>>>>
>>>>>>> The /dev/mmcblk* nodes are not generated since this patch.
>>>>>>>
>>>>>>> Please find the output of lspsi -vv and lshw below.
>>>>>>>
>>>>>>> I will be happy to provide more info and/or test patches.
>>>>>>
>>>>>> Hi Andre,
>>>>>>
>>>>>> Can you point me to the dts file in upstream that corresponds to this system?
>>>>>>
>>>>>> Also, if you can give the output of:
>>>>>> cat /sys/kernel/debug/devices_deferred
>>>>>
>>>>> Hi Saravana,
>>>>>
>>>>>
>>>>> /sys/kernel/debug/devices_deferred is empty.
>>>>> I used the last good commit b6f617.
>>>>
>>>> Sorry, I wanted that with the bad commit.
>>
>> Uh-oh, my bad...
>>
>> The bad case says
>> # cat devices_deferred
>> 0000:00:0c.0
>>
>> That's the SD Host controller.
>>
>>>>
>>>>>
>>>>> The XO-1.5 has an x86 compatible VIA C7 processor.
>>>>> It uses the VX855 chip for about all I/O tasks, including SDIO.
>>>>> I am not aware of a device tree file for it.
>>>>>
>>>>> It is a bit of a strange beast, it uses OFW to initialize the hardware and provide a FORTH shell.
>>>>> Which also is the boot manager, configured via FORTH scripts.
>>>>>
>>>>> From the linux side of the fence, dmesg's line 2 is:
>>>>>
>>>>> "OFW detected in memory, cif @ 0xff83ae68 (reserving top 8MB)"
>>>>>
>>>>> AIUI, this mechanism is used in lieu of a device tree file, like UEFI on most x86 hardware.
>>>>> But my understanding of device trees is severely limited, I might be allwrong.
>>>>
>>>> Uhh... I'm so confused. If Linux doesn't use OF, then none of the code
>>>> enabled by fw_devlink=on should be executed.
>>>
>>> Linux does, but maybe not for memory (like UEFI on arm64).
>>>
>>>> The only thing that might remotely even execute is:
>>>> efifb_add_links() in drivers/firmware/efi/efi-init.c
>>>>
>>>> If you want you can just do an early return 0; in that to see if it
>>>> makes a difference (unlikely).
>>>>
>>>> Rob, Do you know what's going on with OLPC and DT?
>>>
>>> Not really. I have an XO-1 DT dump[1]. It's probably a similar looking
>>> DT though. It's pretty ancient lacking anything we've invented for DT
>>> in the last 10 years. There's not really much to it as about the only
>>> phandle I see is for interrupts.
>>>
>>>>> Anyway, the firmware source is here:
>>>>> http://dev.laptop.org/git/users/quozl/openfirmware/
>>>>>
>>>>> This file is the closest dt-analogous thing for the XO-1.5 I can find therein:
>>>>> cpu/x86/pc/olpc/via/devices.fth
>>>>
>>>> That file is all gibberish to me.
>>>
>>> Running this on a booted system would help:
>>>
>>> dtc -f -I fs -O dts /proc/device-tree > dump.dts
>>
>> Ah, thanks. I never knew about the DT in there...
>> XO-1.5_dump.dts is attached.
>>
>>>
>>> If you don't have dtc on the system, then you'll have to zip up
>>> /proc/device-tree contents and run dtc elsewhere (or just post that).
>>>
>>>>> My machine runs the latest version:
>>>>> http://wiki.laptop.org/go/OLPC_Firmware_q3c17
>>>>>
>>>>> The XO-1.5 hardware specs are here:
>>>>> http://wiki.laptop.org/images/f/f0/CL1B_Hdwe_Design_Spec.pdf
>>>>> http://wiki.laptop.org/go/Hardware_specification_1.5
>>>>>
>>>>> Would the .config or dmesg help?
>>>>
>>>> At this point, why not? When you do send them, please send them as
>>>> attachments and not inline.
>>>>
>>>> Also, when you collect the dmesg logs, the following could help:
>>>> Enable the existing dev_dbg logs in these functions:
>>>> device_link_add()
>>>> device_links_check_suppliers()
>>>>
>>>> And add the following log to fwnode_link_add():
>>>> +++ b/drivers/base/core.c
>>>> @@ -87,6 +87,8 @@ int fwnode_link_add(struct fwnode_handle *con,
>>>> struct fwnode_handle *sup)
>>>> goto out;
>>>> }
>>>>
>>>> + pr_info("Link fwnode %pfwP as a consumer of fwnode %pfwP\n", con, sup);
>>>> +
>>>
>>
>> OK. The dmesg with debug info is attached as well (for the broken case).
>
> Humm, ACPI and DT together...
>
> Looks to me like it's waiting for the wrong interrupt-parent. The log
> says it is waiting for 'interrupt-controller@i20' which is the only
> interrupt-controller found in the DT, but the parent is the PCI bridge
> with whatever interrupt-map is pointing to. That's not clear as the
> phandle (0x767a4) doesn't exist in the DT. I suppose the parent is
> defined in ACPI?

FWIW, I attached an acpidump of the XO-1.5.
Also I prepared a dmesg for the previous, working commit, with minimal noise for diff-ing.

Hope that helps,
Andre

>
> If there's not an easy fix, just disable devlinks for x86. There's
> only one other DT platform, ce4100, and I really doubt it is even used
> at all.
>
> Rob
>

[unhandled content-type:application/octet-stream][ 0.000000] Linux version 5.12.0-rc4 (andre@xo) (gcc (Gentoo 10.3.0-r2 p3) 10.3.0, GNU ld (Gentoo 2.36.1 p5) 2.36.1) #18 Thu Sep 9 16:56:37 CEST 2021
[ 0.000000] OFW detected in memory, cif @ 0xff83ae68 (reserving top 8MB)
[ 0.000000] Reserving virtual address space above 0xff800000 (rounded to 0xff800000)
[ 0.000000] x86/fpu: x87 FPU will use FXSAVE
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e801: [mem 0x0000000000000000-0x000000000009efff] usable
[ 0.000000] BIOS-e801: [mem 0x0000000000100000-0x000000003bdfcfff] usable
[ 0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
[ 0.000000] Legacy DMI 2.1 present.
[ 0.000000] DMI: OLPC XO/XO, BIOS OLPC Ver 1.00.15 06/13/2014
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 997.412 MHz processor
[ 0.000036] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000058] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000078] last_pfn = 0x3bdfd max_arch_pfn = 0x100000
[ 0.000383] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.001580] Warning only 879MB will be used.
[ 0.001602] Use a HIGHMEM enabled kernel.
[ 0.001663] initial memory mapped: [mem 0x00000000-0x01bfffff]
[ 0.001853] ACPI: Early table checksum verification disabled
[ 0.001877] ACPI: RSDP 0x00000000000E0000 000024 (v02 OLPC )
[ 0.001903] ACPI: RSDT 0x00000000000E0040 000034 (v01 OLPC OLPC_000 30303030 OLPC 30303030)
[ 0.001939] ACPI: FACP 0x00000000000E0080 000084 (v02 OLPC OLPC_000 30303030 OLPC 30303030)
[ 0.001977] ACPI: DSDT 0x00000000000FC000 0023CE (v01 OLPC XO-1.5 00000001 INTL 20061109)
[ 0.002007] ACPI: FACS 0x00000000000E0180 000040
[ 0.002031] ACPI: DSDT 0x00000000000FC000 0023CE (v01 OLPC XO-1.5 00000001 INTL 20061109)
[ 0.002060] ACPI: APIC 0x00000000000E0200 00005A (v01 OLPC OLPC_000 30303030 OLPC 30303030)
[ 0.002090] ACPI: HPET 0x00000000000E0280 000038 (v01 OLPC OLPC_000 30303030 OLPC 30303030)
[ 0.002140] ACPI: Local APIC address 0xfee00000
[ 0.002161] 879MB LOWMEM available.
[ 0.002170] mapped low ram: 0 - 36ffe000
[ 0.002177] low ram: 0 - 36ffe000
[ 0.070425] PROM DT: Built device tree with 65536 bytes of memory.
[ 0.070441] Zone ranges:
[ 0.070447] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.070462] Normal [mem 0x0000000001000000-0x0000000036ffdfff]
[ 0.070476] Movable zone start for each node
[ 0.070483] Early memory node ranges
[ 0.070489] node 0: [mem 0x0000000000001000-0x000000000009efff]
[ 0.070500] node 0: [mem 0x0000000000100000-0x000000003bdfcfff]
[ 0.070513] Initmem setup node 0 [mem 0x0000000000001000-0x000000003bdfcfff]
[ 0.070527] On node 0 totalpages: 225180
[ 0.084102] DMA zone: 32 pages used for memmap
[ 0.084115] DMA zone: 0 pages reserved
[ 0.084123] DMA zone: 3998 pages, LIFO batch:0
[ 0.084380] Normal zone: 1728 pages used for memmap
[ 0.084389] Normal zone: 221182 pages, LIFO batch:63
[ 0.097726] Using APIC driver default
[ 0.097889] ACPI: PM-Timer IO Port: 0x408
[ 0.097903] ACPI: Local APIC address 0xfee00000
[ 0.097934] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.097964] IOAPIC[0]: apic_id 1, version 3, address 0xfec00000, GSI 0-23
[ 0.097986] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
[ 0.098001] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[ 0.098018] ACPI: IRQ0 used by override.
[ 0.098031] ACPI: IRQ9 used by override.
[ 0.098039] ACPI: IRQ10 used by override.
[ 0.098057] Using ACPI (MADT) for SMP configuration information
[ 0.098068] ACPI: HPET id: 0x11068201 base: 0xfed00000
[ 0.098279] APIC: NR_CPUS/possible_cpus limit of 1 reached. Processor 1/0x0 ignored.
[ 0.098350] [mem 0x3bdfd000-0xffffffff] available for PCI devices
[ 0.098407] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.098528] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[ 0.098545] pcpu-alloc: [0] 0
[ 0.098595] Built 1 zonelists, mobility grouping on. Total pages: 223420
[ 0.098607] Kernel command line: console=ttyS0,115200 console=tty0 fbcon=font:SUN12x22 no_console_suspend root=/dev/mmcblk0p2 video=viafb:viafb_mode=1200x900,viafb_bpp=24,viafb_active_dev=LCD,viafb_lcd_panel_id=23 reboot=acpi console=ttyS0,115200 console=tty0 fbcon=font:SUN12x22 no_console_suspend selinux=0 root=/dev/sda1 video=viafb:viafb_mode=1200x900,viafb_bpp=24,viafb_active_dev=LCD,viafb_lcd_panel_id=23 reboot=acpi rootwait debug
[ 0.100312] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
[ 0.100833] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.100880] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.125025] Memory: 883228K/900720K available (5324K kernel code, 1323K rwdata, 1892K rodata, 412K init, 420K bss, 17492K reserved, 0K cma-reserved)
[ 0.125051] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[ 0.125299] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.125489] NR_IRQS: 2304, nr_irqs: 48, preallocated irqs: 16
[ 0.126512] Console: colour dummy device 80x25
[ 0.127583] printk: console [tty0] enabled
[ 0.603235] printk: console [ttyS0] enabled
[ 0.607449] ACPI: Core revision 20210105
[ 0.611709] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[ 0.620890] APIC: Switch to symmetric I/O mode setup
[ 0.625868] Enabling APIC mode: Flat. Using 1 I/O APICs
[ 0.632054] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.680895] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1cc11496d18, max_idle_ns: 881590433962 ns
[ 0.691442] Calibrating delay loop (skipped), value calculated using timer frequency.. 1994.82 BogoMIPS (lpj=9974120)
[ 0.701444] pid_max: default: 32768 minimum: 301
[ 0.706188] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.711455] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.722041] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[ 0.727386] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[ 0.731448] CPU: Centaur VIA C7-M Processor 1000MHz (family: 0x6, model: 0xd, stepping: 0x0)
[ 0.741444] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.750002] Spectre V2 : Spectre mitigation: kernel not compiled with retpoline; no mitigation available!
[ 0.750008] Speculative Store Bypass: Vulnerable
[ 0.761443] L1TF: Kernel not compiled for PAE. No mitigation for L1TF
[ 0.771444] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
[ 0.778658] Performance Events:
[ 0.778665] core: Welcome to zhaoxin pmu!
[ 0.785468] no PMU driver, software events only.
[ 0.921788] devtmpfs: initialized
[ 0.927392] device: 'platform': device_add
[ 0.931483] PM: Adding info for No Bus:platform
[ 0.936072] bus: 'platform': registered
[ 0.939949] bus: 'cpu': registered
[ 0.941448] device: 'cpu': device_add
[ 0.945164] PM: Adding info for No Bus:cpu
[ 0.949318] bus: 'container': registered
[ 0.951447] device: 'container': device_add
[ 0.955666] PM: Adding info for No Bus:container
[ 0.962015] random: get_random_u32 called from bucket_table_alloc.isra.0+0xc2/0xe1 with crng_init=0
[ 0.962778] bus: 'workqueue': registered
[ 0.975382] device: 'workqueue': device_add
[ 0.981466] PM: Adding info for No Bus:workqueue
[ 0.986171] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.991450] futex hash table entries: 256 (order: -1, 3072 bytes, linear)
[ 1.001532] bus: 'gpio': registered
[ 1.005039] bus: 'gpio': add driver gpio_stub_drv
[ 1.011469] device class 'regulator': registering
[ 1.016260] Registering platform device 'reg-dummy'. Parent at platform
[ 1.021446] device: 'reg-dummy': device_add
[ 1.025658] bus: 'platform': add device reg-dummy
[ 1.031470] PM: Adding info for platform:reg-dummy
[ 1.036296] bus: 'platform': add driver reg-dummy
[ 1.041451] bus: 'platform': driver_probe_device: matched device reg-dummy with driver reg-dummy
[ 1.050265] bus: 'platform': really_probe: probing driver reg-dummy with device reg-dummy
[ 1.051474] device: 'regulator.0': device_add
[ 1.061494] PM: Adding info for No Bus:regulator.0
[ 1.066340] driver: 'reg-dummy': driver_bound: bound to device 'reg-dummy'
[ 1.071461] bus: 'platform': really_probe: bound device reg-dummy to driver reg-dummy
[ 1.081638] NET: Registered protocol family 16
[ 1.086623] OLPC board revision DA
[ 1.091452] Registering platform device 'olpc-ec'. Parent at platform
[ 1.097908] device: 'olpc-ec': device_add
[ 1.101460] bus: 'platform': add device olpc-ec
[ 1.106032] PM: Adding info for platform:olpc-ec
[ 1.111758] device class 'bdi': registering
[ 1.115995] device class 'pci_bus': registering
[ 1.120583] bus: 'pci': registered
[ 1.121446] device class 'backlight': registering
[ 1.126182] device class 'tty': registering
[ 1.131458] device class 'vtconsole': registering
[ 1.136199] device: 'vtcon0': device_add
[ 1.141482] PM: Adding info for No Bus:vtcon0
[ 1.145874] device class 'devlink': registering
[ 1.150443] device class 'wakeup': registering
[ 1.151490] bus: 'i2c': registered
[ 1.154906] bus: 'i2c': add driver dummy
[ 1.161468] thermal_sys: Registered thermal governor 'step_wise'
[ 1.161474] device class 'thermal': registering
[ 1.171459] cpuidle: using governor menu
[ 1.175891] ACPI: bus type PCI registered
[ 1.181448] device class 'dmi': registering
[ 1.185667] device: 'id': device_add
[ 1.189330] PM: Adding info for No Bus:id
[ 1.191480] bus: 'platform': add driver olpc-ec
[ 1.196032] bus: 'platform': driver_probe_device: matched device olpc-ec with driver olpc-ec
[ 1.201458] bus: 'platform': really_probe: probing driver olpc-ec with device olpc-ec
[ 1.212617] device: 'regulator.1': device_add
[ 1.217060] PM: Adding info for No Bus:regulator.1
[ 1.221494] driver: 'olpc-ec': driver_bound: bound to device 'olpc-ec'
[ 1.231463] bus: 'platform': really_probe: bound device olpc-ec to driver olpc-ec
[ 1.239882] PCI: Using configuration type 1 for base access
[ 1.241786] device: '0.battery': device_add
[ 1.246012] bus: 'platform': add device 0.battery
[ 1.251474] PM: Adding info for platform:0.battery
[ 1.256856] device: 'cpu0': device_add
[ 1.261456] bus: 'cpu': add device cpu0
[ 1.265330] PM: Adding info for cpu:cpu0
[ 1.277853] device: 'writeback': device_add
[ 1.281461] bus: 'workqueue': add device writeback
[ 1.286300] PM: Adding info for workqueue:writeback
[ 1.292953] cryptd: max_cpu_qlen set to 1000
[ 1.298859] device class 'block': registering
[ 1.301648] raid6: skip pq benchmark and using algorithm sse2x2
[ 1.307595] raid6: using intx1 recovery algorithm
[ 1.311484] device class 'graphics': registering
[ 1.316140] device: 'fbcon': device_add
[ 1.316185] PM: Adding info for No Bus:fbcon
[ 1.325773] ACPI: Added _OSI(Module Device)
[ 1.331446] ACPI: Added _OSI(Processor Device)
[ 1.335904] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 1.341446] ACPI: Added _OSI(Processor Aggregator Device)
[ 1.346857] ACPI: Added _OSI(Linux-Dell-Video)
[ 1.351446] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[ 1.356770] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[ 1.367373] ACPI: 1 ACPI AML tables successfully acquired and loaded
[ 1.374238] ACPI: Interpreter enabled
[ 1.377981] ACPI: (supports S0 S3 S5)
[ 1.381450] ACPI: Using IOAPIC for interrupt routing
[ 1.386515] bus: 'acpi': registered
[ 1.391454] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 1.401895] ACPI: Enabled 9 GPEs in block 00 to 0F
[ 1.406765] device: 'LNXSYSTM:00': device_add
[ 1.411457] bus: 'acpi': add device LNXSYSTM:00
[ 1.416027] PM: Adding info for acpi:LNXSYSTM:00
[ 1.420784] device: 'LNXCPU:00': device_add
[ 1.421452] bus: 'acpi': add device LNXCPU:00
[ 1.425851] PM: Adding info for acpi:LNXCPU:00
[ 1.431551] device: 'LNXSYBUS:00': device_add
[ 1.435927] bus: 'acpi': add device LNXSYBUS:00
[ 1.441463] PM: Adding info for acpi:LNXSYBUS:00
[ 1.446276] device: 'PNP0C0E:00': device_add
[ 1.451453] bus: 'acpi': add device PNP0C0E:00
[ 1.455928] PM: Adding info for acpi:PNP0C0E:00
[ 1.461910] device: 'PNP0A03:00': device_add
[ 1.466204] bus: 'acpi': add device PNP0A03:00
[ 1.470680] PM: Adding info for acpi:PNP0A03:00
[ 1.471598] device: 'device:00': device_add
[ 1.475803] bus: 'acpi': add device device:00
[ 1.481468] PM: Adding info for acpi:device:00
[ 1.486124] device: 'device:01': device_add
[ 1.491453] bus: 'acpi': add device device:01
[ 1.495850] PM: Adding info for acpi:device:01
[ 1.501662] device: 'device:02': device_add
[ 1.505875] bus: 'acpi': add device device:02
[ 1.510263] PM: Adding info for acpi:device:02
[ 1.511664] device: 'device:03': device_add
[ 1.515874] bus: 'acpi': add device device:03
[ 1.521463] PM: Adding info for acpi:device:03
[ 1.526144] device: 'device:04': device_add
[ 1.531453] bus: 'acpi': add device device:04
[ 1.535846] PM: Adding info for acpi:device:04
[ 1.541669] device: 'device:05': device_add
[ 1.545877] bus: 'acpi': add device device:05
[ 1.550264] PM: Adding info for acpi:device:05
[ 1.551585] device: 'PNP0C01:00': device_add
[ 1.555881] bus: 'acpi': add device PNP0C01:00
[ 1.561463] PM: Adding info for acpi:PNP0C01:00
[ 1.566162] device: 'device:06': device_add
[ 1.571451] bus: 'acpi': add device device:06
[ 1.575841] PM: Adding info for acpi:device:06
[ 1.581635] device: 'PNP0C02:00': device_add
[ 1.585928] bus: 'acpi': add device PNP0C02:00
[ 1.590408] PM: Adding info for acpi:PNP0C02:00
[ 1.591624] device: 'PNP0F13:00': device_add
[ 1.595916] bus: 'acpi': add device PNP0F13:00
[ 1.601463] PM: Adding info for acpi:PNP0F13:00
[ 1.606189] device: 'PNP0303:00': device_add
[ 1.611452] bus: 'acpi': add device PNP0303:00
[ 1.615929] PM: Adding info for acpi:PNP0303:00
[ 1.621587] device: 'PNP0200:00': device_add
[ 1.625883] bus: 'acpi': add device PNP0200:00
[ 1.630366] PM: Adding info for acpi:PNP0200:00
[ 1.631617] device: 'PNP0B00:00': device_add
[ 1.635907] bus: 'acpi': add device PNP0B00:00
[ 1.641463] PM: Adding info for acpi:PNP0B00:00
[ 1.646129] device: 'PNP0000:00': device_add
[ 1.651451] bus: 'acpi': add device PNP0000:00
[ 1.655928] PM: Adding info for acpi:PNP0000:00
[ 1.661612] device: 'PNP0C04:00': device_add
[ 1.665908] bus: 'acpi': add device PNP0C04:00
[ 1.671462] PM: Adding info for acpi:PNP0C04:00
[ 1.676169] device: 'PNP0100:00': device_add
[ 1.680465] bus: 'acpi': add device PNP0100:00
[ 1.681463] PM: Adding info for acpi:PNP0100:00
[ 1.686179] device: 'PNP0800:00': device_add
[ 1.691452] bus: 'acpi': add device PNP0800:00
[ 1.695927] PM: Adding info for acpi:PNP0800:00
[ 1.701783] device: 'PNP0C0F:00': device_add
[ 1.706082] bus: 'acpi': add device PNP0C0F:00
[ 1.711464] PM: Adding info for acpi:PNP0C0F:00
[ 1.716280] device: 'PNP0C0F:01': device_add
[ 1.721453] bus: 'acpi': add device PNP0C0F:01
[ 1.725928] PM: Adding info for acpi:PNP0C0F:01
[ 1.730741] device: 'PNP0C0F:02': device_add
[ 1.731453] bus: 'acpi': add device PNP0C0F:02
[ 1.735935] PM: Adding info for acpi:PNP0C0F:02
[ 1.741709] device: 'PNP0C0F:03': device_add
[ 1.746008] bus: 'acpi': add device PNP0C0F:03
[ 1.751464] PM: Adding info for acpi:PNP0C0F:03
[ 1.756282] device: 'PNP0C0F:04': device_add
[ 1.761454] bus: 'acpi': add device PNP0C0F:04
[ 1.765938] PM: Adding info for acpi:PNP0C0F:04
[ 1.771589] device: 'PNP0C0F:05': device_add
[ 1.775887] bus: 'acpi': add device PNP0C0F:05
[ 1.780368] PM: Adding info for acpi:PNP0C0F:05
[ 1.781714] device: 'PNP0C0F:06': device_add
[ 1.786012] bus: 'acpi': add device PNP0C0F:06
[ 1.791464] PM: Adding info for acpi:PNP0C0F:06
[ 1.796273] device: 'PNP0C0F:07': device_add
[ 1.801462] bus: 'acpi': add device PNP0C0F:07
[ 1.805939] PM: Adding info for acpi:PNP0C0F:07
[ 1.811601] device: 'ACPI0003:00': device_add
[ 1.815988] bus: 'acpi': add device ACPI0003:00
[ 1.820555] PM: Adding info for acpi:ACPI0003:00
[ 1.851809] device: 'PNP0C0A:00': device_add
[ 1.856107] bus: 'acpi': add device PNP0C0A:00
[ 1.860595] PM: Adding info for acpi:PNP0C0A:00
[ 1.861643] device: 'PNP0103:00': device_add
[ 1.865934] bus: 'acpi': add device PNP0103:00
[ 1.871463] PM: Adding info for acpi:PNP0103:00
[ 1.876615] device: 'PNP0C02:01': device_add
[ 1.881454] bus: 'acpi': add device PNP0C02:01
[ 1.885937] PM: Adding info for acpi:PNP0C02:01
[ 1.891740] device: 'device:07': device_add
[ 1.895953] bus: 'acpi': add device device:07
[ 1.901463] PM: Adding info for acpi:device:07
[ 1.906053] device: 'device:08': device_add
[ 1.910259] bus: 'acpi': add device device:08
[ 1.911463] PM: Adding info for acpi:device:08
[ 1.916059] device: 'XO15EC:00': device_add
[ 1.921452] bus: 'acpi': add device XO15EC:00
[ 1.925840] PM: Adding info for acpi:XO15EC:00
[ 1.931616] device: 'XO15EBK:00': device_add
[ 1.935910] bus: 'acpi': add device XO15EBK:00
[ 1.940385] PM: Adding info for acpi:XO15EBK:00
[ 1.941619] device: 'PNP0C0D:00': device_add
[ 1.945916] bus: 'acpi': add device PNP0C0D:00
[ 1.951489] PM: Adding info for acpi:PNP0C0D:00
[ 1.956338] device: 'device:09': device_add
[ 1.961453] bus: 'acpi': add device device:09
[ 1.965847] PM: Adding info for acpi:device:09
[ 1.971560] device: 'LNXVIDEO:00': device_add
[ 1.975943] bus: 'acpi': add device LNXVIDEO:00
[ 1.981464] PM: Adding info for acpi:LNXVIDEO:00
[ 1.986243] device: 'device:0a': device_add
[ 1.990448] bus: 'acpi': add device device:0a
[ 1.991463] PM: Adding info for acpi:device:0a
[ 1.996339] device: 'PNP0C01:01': device_add
[ 2.001460] bus: 'acpi': add device PNP0C01:01
[ 2.005936] PM: Adding info for acpi:PNP0C01:01
[ 2.011576] device: 'LNXSYBUS:01': device_add
[ 2.015956] bus: 'acpi': add device LNXSYBUS:01
[ 2.021463] PM: Adding info for acpi:LNXSYBUS:01
[ 2.026593] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 2.031459] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments HPX-Type3]
[ 2.038895] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[ 2.041624] acpi PNP0A03:00: host bridge window expanded to [mem 0x40000000-0xffe80000 window]; [mem 0x40000000-0xffe80000 window] ignored
[ 2.051463] device: 'pci0000:00': device_add
[ 2.055796] PM: Adding info for No Bus:pci0000:00
[ 2.061558] device: '0000:00': device_add
[ 2.065633] PM: Adding info for No Bus:0000:00
[ 2.071660] Link fwnode timer@i40 as a consumer of fwnode interrupt-controller@i20
[ 2.079298] Link fwnode serial@i3f8 as a consumer of fwnode interrupt-controller@i20
[ 2.081489] Link fwnode 8042@i60 as a consumer of fwnode interrupt-controller@i20
[ 2.091536] Link fwnode rtc@i70 as a consumer of fwnode interrupt-controller@i20
[ 2.101505] Link fwnode display@1 as a consumer of fwnode interrupt-controller@i20
[ 2.111585] Link fwnode sd@c as a consumer of fwnode interrupt-controller@i20
[ 2.118887] Link fwnode usb@10 as a consumer of fwnode interrupt-controller@i20
[ 2.121521] Link fwnode usb@10,1 as a consumer of fwnode interrupt-controller@i20
[ 2.131522] Link fwnode usb@10,2 as a consumer of fwnode interrupt-controller@i20
[ 2.141527] Link fwnode usb@10,4 as a consumer of fwnode interrupt-controller@i20
[ 2.149288] Link fwnode audio@14 as a consumer of fwnode interrupt-controller@i20
[ 2.151519] PCI host bridge to bus 0000:00
[ 2.155635] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 2.161446] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 2.171446] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 2.181446] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[ 2.188949] pci_bus 0000:00: root bus resource [mem 0x40000000-0xffe80000 window]
[ 2.191447] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 2.201502] pci 0000:00:00.0: [1106:0409] type 00 class 0x060000
[ 2.207621] device: '0000:00:00.0': device_add
[ 2.211546] bus: 'pci': add device 0000:00:00.0
[ 2.216157] PM: Adding info for pci:0000:00:00.0
[ 2.221504] pci 0000:00:00.1: [1106:1409] type 00 class 0x060000
[ 2.227602] device: '0000:00:00.1': device_add
[ 2.231527] bus: 'pci': add device 0000:00:00.1
[ 2.236141] PM: Adding info for pci:0000:00:00.1
[ 2.241498] pci 0000:00:00.2: [1106:2409] type 00 class 0x060000
[ 2.247593] device: '0000:00:00.2': device_add
[ 2.251527] bus: 'pci': add device 0000:00:00.2
[ 2.256142] PM: Adding info for pci:0000:00:00.2
[ 2.261498] pci 0000:00:00.3: [1106:3409] type 00 class 0x060000
[ 2.267595] device: '0000:00:00.3': device_add
[ 2.271546] device: 'wakeup0': device_add
[ 2.275636] bus: 'pci': add device 0000:00:00.3
[ 2.281511] PM: Adding info for pci:0000:00:00.3
[ 2.286199] pci 0000:00:00.4: [1106:4409] type 00 class 0x060000
[ 2.291517] device: '0000:00:00.4': device_add
[ 2.296063] bus: 'pci': add device 0000:00:00.4
[ 2.301505] PM: Adding info for pci:0000:00:00.4
[ 2.306191] pci 0000:00:00.5: [1106:5409] type 00 class 0x080020
[ 2.311541] device: '0000:00:00.5': device_add
[ 2.316093] bus: 'pci': add device 0000:00:00.5
[ 2.321505] PM: Adding info for pci:0000:00:00.5
[ 2.326188] pci 0000:00:00.6: [1106:6409] type 00 class 0x060000
[ 2.331525] device: '0000:00:00.6': device_add
[ 2.336073] bus: 'pci': add device 0000:00:00.6
[ 2.341511] PM: Adding info for pci:0000:00:00.6
[ 2.346205] pci 0000:00:00.7: [1106:7409] type 00 class 0x060000
[ 2.351516] device: '0000:00:00.7': device_add
[ 2.356061] bus: 'pci': add device 0000:00:00.7
[ 2.361505] PM: Adding info for pci:0000:00:00.7
[ 2.366187] pci 0000:00:01.0: [1106:5122] type 00 class 0x030000
[ 2.371461] pci 0000:00:01.0: reg 0x10: [mem 0xd0000000-0xd3ffffff pref]
[ 2.378190] pci 0000:00:01.0: reg 0x14: [mem 0xf0000000-0xf0ffffff]
[ 2.381481] pci 0000:00:01.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
[ 2.391487] pci 0000:00:01.0: supports D1 D2
[ 2.395786] device: '0000:00:01.0': device_add
[ 2.400342] device: 'wakeup1': device_add
[ 2.401515] bus: 'pci': add device 0000:00:01.0
[ 2.406119] PM: Adding info for pci:0000:00:01.0
[ 2.411547] pci 0000:00:0c.0: [1106:95d0] type 00 class 0x080501
[ 2.417592] pci 0000:00:0c.0: reg 0x10: [mem 0x80000000-0x800000ff]
[ 2.421455] pci 0000:00:0c.0: reg 0x14: [mem 0x80001000-0x800010ff]
[ 2.431455] pci 0000:00:0c.0: reg 0x18: [mem 0x80002000-0x800020ff]
[ 2.437816] pci 0000:00:0c.0: supports D1 D2
[ 2.441446] pci 0000:00:0c.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 2.448092] device: '0000:00:0c.0': device_add
[ 2.451537] bus: 'pci': add device 0000:00:0c.0
[ 2.456167] PM: Adding info for pci:0000:00:0c.0
[ 2.461528] pci 0000:00:10.0: [1106:3038] type 00 class 0x0c0300
[ 2.467609] pci 0000:00:10.0: reg 0x20: [io 0x8000-0x801f]
[ 2.471503] pci 0000:00:10.0: supports D1 D2
[ 2.475791] pci 0000:00:10.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 2.481459] device: '0000:00:10.0': device_add
[ 2.491542] device: 'wakeup2': device_add
[ 2.495638] bus: 'pci': add device 0000:00:10.0
[ 2.500267] PM: Adding info for pci:0000:00:10.0
[ 2.501511] pci 0000:00:10.1: [1106:3038] type 00 class 0x0c0300
[ 2.507592] pci 0000:00:10.1: reg 0x20: [io 0x8020-0x803f]
[ 2.511504] pci 0000:00:10.1: supports D1 D2
[ 2.515792] pci 0000:00:10.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 2.521459] device: '0000:00:10.1': device_add
[ 2.531542] device: 'wakeup3': device_add
[ 2.535629] bus: 'pci': add device 0000:00:10.1
[ 2.540261] PM: Adding info for pci:0000:00:10.1
[ 2.541511] pci 0000:00:10.2: [1106:3038] type 00 class 0x0c0300
[ 2.551496] pci 0000:00:10.2: reg 0x20: [io 0x8040-0x805f]
[ 2.557149] pci 0000:00:10.2: supports D1 D2
[ 2.561446] pci 0000:00:10.2: PME# supported from D0 D1 D2 D3hot D3cold
[ 2.568091] device: '0000:00:10.2': device_add
[ 2.571546] device: 'wakeup4': device_add
[ 2.575636] bus: 'pci': add device 0000:00:10.2
[ 2.581529] PM: Adding info for pci:0000:00:10.2
[ 2.586235] pci 0000:00:10.4: [1106:3104] type 00 class 0x0c0320
[ 2.591463] pci 0000:00:10.4: reg 0x10: [mem 0x80003000-0x800030ff]
[ 2.597846] pci 0000:00:10.4: supports D1 D2
[ 2.601446] pci 0000:00:10.4: PME# supported from D0 D1 D2 D3hot D3cold
[ 2.608096] device: '0000:00:10.4': device_add
[ 2.611542] device: 'wakeup5': device_add
[ 2.615629] bus: 'pci': add device 0000:00:10.4
[ 2.621529] PM: Adding info for pci:0000:00:10.4
[ 2.626226] pci 0000:00:11.0: [1106:8409] type 00 class 0x060100
[ 2.631567] device: '0000:00:11.0': device_add
[ 2.636131] device: 'wakeup6': device_add
[ 2.641515] bus: 'pci': add device 0000:00:11.0
[ 2.646124] PM: Adding info for pci:0000:00:11.0
[ 2.651549] pci 0000:00:11.7: [1106:a353] type 00 class 0x060000
[ 2.657638] device: '0000:00:11.7': device_add
[ 2.661531] bus: 'pci': add device 0000:00:11.7
[ 2.666142] PM: Adding info for pci:0000:00:11.7
[ 2.671520] pci 0000:00:13.0: [1106:b353] type 01 class 0x060400
[ 2.677630] device: '0000:00:13.0': device_add
[ 2.681542] device: 'wakeup7': device_add
[ 2.685641] bus: 'pci': add device 0000:00:13.0
[ 2.691528] PM: Adding info for pci:0000:00:13.0
[ 2.696232] pci 0000:00:14.0: [1106:3288] type 00 class 0x040300
[ 2.701474] pci 0000:00:14.0: reg 0x10: [mem 0x80004000-0x80007fff 64bit]
[ 2.708368] pci 0000:00:14.0: PME# supported from D0 D3hot D3cold
[ 2.711463] device: '0000:00:14.0': device_add
[ 2.716017] device: 'wakeup8': device_add
[ 2.721523] bus: 'pci': add device 0000:00:14.0
[ 2.726147] PM: Adding info for pci:0000:00:14.0
[ 2.731527] pci_bus 0000:01: extended config space not accessible
[ 2.737644] device: '0000:01': device_add
[ 2.741489] PM: Adding info for No Bus:0000:01
[ 2.746018] pci 0000:00:13.0: PCI bridge to [bus 01]
[ 2.751466] pci_bus 0000:00: on NUMA node 0
[ 2.755678] device: 'wakeup9': device_add
[ 2.762058] Registering platform device 'PNP0C04:00'. Parent at 0000:00:11.0
[ 2.769131] device: 'PNP0C04:00': device_add
[ 2.771463] bus: 'platform': add device PNP0C04:00
[ 2.776300] PM: Adding info for platform:PNP0C04:00
[ 2.781588] Registering platform device 'PNP0800:00'. Parent at 0000:00:11.0
[ 2.788658] device: 'PNP0800:00': device_add
[ 2.791458] bus: 'platform': add device PNP0800:00
[ 2.796298] PM: Adding info for platform:PNP0800:00
[ 2.801648] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[ 2.811640] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 11 12 14 15) *9
[ 2.819116] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[ 2.821636] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[ 2.831633] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[ 2.841633] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[ 2.850068] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[ 2.851633] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[ 2.861534] Registering platform device 'ACPI0003:00'. Parent at 0000:00:11.0
[ 2.871446] device: 'ACPI0003:00': device_add
[ 2.875832] bus: 'platform': add device ACPI0003:00
[ 2.881468] PM: Adding info for platform:ACPI0003:00
[ 2.911848] Registering platform device 'PNP0C0A:00'. Parent at 0000:00:11.0
[ 2.918922] device: 'PNP0C0A:00': device_add
[ 2.921462] bus: 'platform': add device PNP0C0A:00
[ 2.926289] PM: Adding info for platform:PNP0C0A:00
[ 2.931544] Registering platform device 'PNP0103:00'. Parent at 0000:00:11.0
[ 2.938609] device: 'PNP0103:00': device_add
[ 2.941458] bus: 'platform': add device PNP0103:00
[ 2.946287] PM: Adding info for platform:PNP0103:00
[ 2.951620] Registering platform device 'XO15EC:00'. Parent at pci0000:00
[ 2.958426] device: 'XO15EC:00': device_add
[ 2.961466] bus: 'platform': add device XO15EC:00
[ 2.966232] PM: Adding info for platform:XO15EC:00
[ 2.971511] Registering platform device 'XO15EBK:00'. Parent at pci0000:00
[ 2.981445] device: 'XO15EBK:00': device_add
[ 2.985741] bus: 'platform': add device XO15EBK:00
[ 2.990588] PM: Adding info for platform:XO15EBK:00
[ 2.991515] Registering platform device 'PNP0C0D:00'. Parent at pci0000:00
[ 3.001445] device: 'PNP0C0D:00': device_add
[ 3.005744] bus: 'platform': add device PNP0C0D:00
[ 3.011491] PM: Adding info for platform:PNP0C0D:00
[ 3.016617] device: 'LNXPWRBN:00': device_add
[ 3.021455] bus: 'acpi': add device LNXPWRBN:00
[ 3.026025] PM: Adding info for acpi:LNXPWRBN:00
[ 3.030723] device: 'wakeup10': device_add
[ 3.031532] bus: 'acpi': add driver ec
[ 3.035400] device: 'wakeup11': device_add
[ 3.041539] bus: 'pnp': registered
[ 3.044960] device class 'misc': registering
[ 3.049269] device: 'vga_arbiter': device_add
[ 3.051472] PM: Adding info for No Bus:vga_arbiter
[ 3.056373] pci 0000:00:01.0: vgaarb: setting as boot VGA device
[ 3.061441] pci 0000:00:01.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 3.061457] pci 0000:00:01.0: vgaarb: bridge control possible
[ 3.067219] vgaarb: loaded
[ 3.071622] device class 'scsi_host': registering
[ 3.076402] bus: 'scsi': registered
[ 3.081445] device class 'scsi_device': registering
[ 3.086347] SCSI subsystem initialized
[ 3.090107] device class 'mdio_bus': registering
[ 3.091486] bus: 'mdio_bus': registered
[ 3.095348] bus: 'mdio_bus': add driver Generic Clause 45 PHY
[ 3.101466] bus: 'mdio_bus': add driver Generic PHY
[ 3.106393] ACPI: bus type USB registered
[ 3.111469] bus: 'usb': registered
[ 3.114892] bus: 'usb': add driver usbfs
[ 3.118853] usbcore: registered new interface driver usbfs
[ 3.121448] bus: 'usb': add driver hub
[ 3.125241] usbcore: registered new interface driver hub
[ 3.131454] bus: 'usb': add driver usb
[ 3.135237] usbcore: registered new device driver usb
[ 3.141469] bus: 'serio': registered
[ 3.145064] device class 'input': registering
[ 3.151467] device class 'rtc': registering
[ 3.155682] videodev: Linux video capture interface: v2.00
[ 3.161446] device class 'video4linux': registering
[ 3.166359] device class 'dvb': registering
[ 3.171457] device class 'power_supply': registering
[ 3.176481] device class 'hwmon': registering
[ 3.180895] bus: 'mmc': registered
[ 3.181445] device class 'mmc_host': registering
[ 3.186116] bus: 'sdio': registered
[ 3.191445] device class 'leds': registering
[ 3.195766] device class 'sound': registering
[ 3.200194] Advanced Linux Sound Architecture Driver Initialized.
[ 3.201480] bus: 'hdaudio': registered
[ 3.205257] device class 'net': registering
[ 3.211492] device: 'lo': device_add
[ 3.215255] PM: Adding info for No Bus:lo
[ 3.221691] device class 'rfkill': registering
[ 3.226176] device: 'rfkill': device_add
[ 3.231470] PM: Adding info for No Bus:rfkill
[ 3.235928] PCI: Using ACPI for IRQ routing
[ 3.240127] PCI: pci_cache_line_size set to 64 bytes
[ 3.241525] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[ 3.251446] e820: reserve RAM buffer [mem 0x3bdfd000-0x3bffffff]
[ 3.258051] clocksource: Switched to clocksource tsc-early
[ 3.258051] bus: 'pnp': add driver system
[ 3.261228] pnp: PnP ACPI init
[ 3.264314] device: 'pnp0': device_add
[ 3.268107] PM: Adding info for No Bus:pnp0
[ 3.272782] device: '00:00': device_add
[ 3.276652] bus: 'pnp': add device 00:00
[ 3.280622] PM: Adding info for pnp:00:00
[ 3.284683] bus: 'pnp': driver_probe_device: matched device 00:00 with driver system
[ 3.292462] bus: 'pnp': really_probe: probing driver system with device 00:00
[ 3.299624] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
[ 3.306266] driver: 'system': driver_bound: bound to device '00:00'
[ 3.312574] bus: 'pnp': really_probe: bound device 00:00 to driver system
[ 3.319389] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 3.326283] device: '00:01': device_add
[ 3.330151] bus: 'pnp': add device 00:01
[ 3.334131] PM: Adding info for pnp:00:01
[ 3.338168] bus: 'pnp': driver_probe_device: matched device 00:01 with driver system
[ 3.345940] bus: 'pnp': really_probe: probing driver system with device 00:01
[ 3.353104] system 00:01: [mem 0xfee00000-0xfee00fff] has been reserved
[ 3.359740] system 00:01: [mem 0xfec00000-0xfec00fff] could not be reserved
[ 3.366730] driver: 'system': driver_bound: bound to device '00:01'
[ 3.373034] bus: 'pnp': really_probe: bound device 00:01 to driver system
[ 3.379841] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 3.386709] device: '00:02': device_add
[ 3.390573] bus: 'pnp': add device 00:02
[ 3.394576] PM: Adding info for pnp:00:02
[ 3.398619] pnp 00:02: Plug and Play ACPI device, IDs PNP0f13 (active)
[ 3.405221] device: '00:03': device_add
[ 3.409085] bus: 'pnp': add device 00:03
[ 3.413082] PM: Adding info for pnp:00:03
[ 3.417126] pnp 00:03: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[ 3.424427] device: '00:04': device_add
[ 3.428293] bus: 'pnp': add device 00:04
[ 3.432266] PM: Adding info for pnp:00:04
[ 3.436306] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 3.472338] device: '00:05': device_add
[ 3.476222] bus: 'pnp': add device 00:05
[ 3.480188] PM: Adding info for pnp:00:05
[ 3.484243] bus: 'pnp': driver_probe_device: matched device 00:05 with driver system
[ 3.492021] bus: 'pnp': really_probe: probing driver system with device 00:05
[ 3.499195] system 00:05: [io 0x0380-0x0387] has been reserved
[ 3.505144] system 00:05: [io 0x03e0-0x03e7] has been reserved
[ 3.511081] system 00:05: [io 0x03f8-0x03ff] has been reserved
[ 3.517027] system 00:05: [io 0x04d0-0x04d1] has been reserved
[ 3.522971] system 00:05: [io 0x0400-0x047f] has been reserved
[ 3.528911] system 00:05: [io 0x0500-0x050f] has been reserved
[ 3.534857] system 00:05: [mem 0xfed30000-0xfed300ff] has been reserved
[ 3.541503] system 00:05: [mem 0xfed30000-0xfed30fff] could not be reserved
[ 3.548480] driver: 'system': driver_bound: bound to device '00:05'
[ 3.554784] bus: 'pnp': really_probe: bound device 00:05 to driver system
[ 3.561605] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 3.568928] device: '00:06': device_add
[ 3.572809] bus: 'pnp': add device 00:06
[ 3.576785] PM: Adding info for pnp:00:06
[ 3.580824] bus: 'pnp': driver_probe_device: matched device 00:06 with driver system
[ 3.588602] bus: 'pnp': really_probe: probing driver system with device 00:06
[ 3.595767] system 00:06: [mem 0x00000000-0x0009ffff] could not be reserved
[ 3.602756] system 00:06: [mem 0x000e0000-0x000fffff] could not be reserved
[ 3.609744] system 00:06: [mem 0x00100000-0x3bffffff] could not be reserved
[ 3.616732] driver: 'system': driver_bound: bound to device '00:06'
[ 3.623037] bus: 'pnp': really_probe: bound device 00:06 to driver system
[ 3.629846] system 00:06: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 3.636678] pnp: PnP ACPI: found 7 devices
[ 3.640795] device class 'mem': registering
[ 3.645017] device: 'mem': device_add
[ 3.648731] PM: Adding info for No Bus:mem
[ 3.652931] device: 'null': device_add
[ 3.656724] PM: Adding info for No Bus:null
[ 3.660960] device: 'port': device_add
[ 3.664759] PM: Adding info for No Bus:port
[ 3.668993] device: 'zero': device_add
[ 3.672793] PM: Adding info for No Bus:zero
[ 3.677034] device: 'full': device_add
[ 3.680828] PM: Adding info for No Bus:full
[ 3.685074] device: 'random': device_add
[ 3.689037] PM: Adding info for No Bus:random
[ 3.693456] device: 'urandom': device_add
[ 3.697505] PM: Adding info for No Bus:urandom
[ 3.702026] device: 'kmsg': device_add
[ 3.705815] PM: Adding info for No Bus:kmsg
[ 3.710066] device: 'tty': device_add
[ 3.713793] PM: Adding info for No Bus:tty
[ 3.717951] device: 'console': device_add
[ 3.722008] PM: Adding info for No Bus:console
[ 3.726514] device: 'tty0': device_add
[ 3.730305] PM: Adding info for No Bus:tty0
[ 3.734553] device class 'vc': registering
[ 3.738684] device: 'vcs': device_add
[ 3.742394] PM: Adding info for No Bus:vcs
[ 3.746548] device: 'vcsu': device_add
[ 3.750339] PM: Adding info for No Bus:vcsu
[ 3.754583] device: 'vcsa': device_add
[ 3.758375] PM: Adding info for No Bus:vcsa
[ 3.762623] device: 'vcs1': device_add
[ 3.766410] PM: Adding info for No Bus:vcs1
[ 3.770647] device: 'vcsu1': device_add
[ 3.774533] PM: Adding info for No Bus:vcsu1
[ 3.778854] device: 'vcsa1': device_add
[ 3.782744] PM: Adding info for No Bus:vcsa1
[ 3.787085] device: 'tty1': device_add
[ 3.790879] PM: Adding info for No Bus:tty1
[ 3.795132] device: 'tty2': device_add
[ 3.798922] PM: Adding info for No Bus:tty2
[ 3.803169] device: 'tty3': device_add
[ 3.806982] PM: Adding info for No Bus:tty3
[ 3.811220] device: 'tty4': device_add
[ 3.815023] PM: Adding info for No Bus:tty4
[ 3.819262] device: 'tty5': device_add
[ 3.823060] PM: Adding info for No Bus:tty5
[ 3.827304] device: 'tty6': device_add
[ 3.831097] PM: Adding info for No Bus:tty6
[ 3.835342] device: 'tty7': device_add
[ 3.839131] PM: Adding info for No Bus:tty7
[ 3.843375] device: 'tty8': device_add
[ 3.847170] PM: Adding info for No Bus:tty8
[ 3.851410] device: 'tty9': device_add
[ 3.855208] PM: Adding info for No Bus:tty9
[ 3.859445] device: 'tty10': device_add
[ 3.863330] PM: Adding info for No Bus:tty10
[ 3.867659] device: 'tty11': device_add
[ 3.871547] PM: Adding info for No Bus:tty11
[ 3.875870] device: 'tty12': device_add
[ 3.879745] PM: Adding info for No Bus:tty12
[ 3.884085] device: 'tty13': device_add
[ 3.887961] PM: Adding info for No Bus:tty13
[ 3.892296] device: 'tty14': device_add
[ 3.896171] PM: Adding info for No Bus:tty14
[ 3.900493] device: 'tty15': device_add
[ 3.904378] PM: Adding info for No Bus:tty15
[ 3.908703] device: 'tty16': device_add
[ 3.912585] PM: Adding info for No Bus:tty16
[ 3.916911] device: 'tty17': device_add
[ 3.920793] PM: Adding info for No Bus:tty17
[ 3.925126] device: 'tty18': device_add
[ 3.929003] PM: Adding info for No Bus:tty18
[ 3.933333] device: 'tty19': device_add
[ 3.937210] PM: Adding info for No Bus:tty19
[ 3.941550] device: 'tty20': device_add
[ 3.945429] PM: Adding info for No Bus:tty20
[ 3.949757] device: 'tty21': device_add
[ 3.953659] PM: Adding info for No Bus:tty21
[ 3.958001] device: 'tty22': device_add
[ 3.961887] PM: Adding info for No Bus:tty22
[ 3.966210] device: 'tty23': device_add
[ 3.970087] PM: Adding info for No Bus:tty23
[ 3.974417] device: 'tty24': device_add
[ 3.978293] PM: Adding info for No Bus:tty24
[ 3.982626] device: 'tty25': device_add
[ 3.986508] PM: Adding info for No Bus:tty25
[ 3.990833] device: 'tty26': device_add
[ 3.994721] PM: Adding info for No Bus:tty26
[ 3.999044] device: 'tty27': device_add
[ 4.002926] PM: Adding info for No Bus:tty27
[ 4.007252] device: 'tty28': device_add
[ 4.011126] PM: Adding info for No Bus:tty28
[ 4.015459] device: 'tty29': device_add
[ 4.019335] PM: Adding info for No Bus:tty29
[ 4.023674] device: 'tty30': device_add
[ 4.027551] PM: Adding info for No Bus:tty30
[ 4.031892] device: 'tty31': device_add
[ 4.035770] PM: Adding info for No Bus:tty31
[ 4.040101] device: 'tty32': device_add
[ 4.043987] PM: Adding info for No Bus:tty32
[ 4.048318] device: 'tty33': device_add
[ 4.052203] PM: Adding info for No Bus:tty33
[ 4.056531] device: 'tty34': device_add
[ 4.060415] PM: Adding info for No Bus:tty34
[ 4.064750] device: 'tty35': device_add
[ 4.068626] PM: Adding info for No Bus:tty35
[ 4.072957] device: 'tty36': device_add
[ 4.076836] PM: Adding info for No Bus:tty36
[ 4.081157] device: 'tty37': device_add
[ 4.085042] PM: Adding info for No Bus:tty37
[ 4.089371] device: 'tty38': device_add
[ 4.093265] PM: Adding info for No Bus:tty38
[ 4.097592] device: 'tty39': device_add
[ 4.101477] PM: Adding info for No Bus:tty39
[ 4.105801] device: 'tty40': device_add
[ 4.109677] PM: Adding info for No Bus:tty40
[ 4.114016] device: 'tty41': device_add
[ 4.117893] PM: Adding info for No Bus:tty41
[ 4.122224] device: 'tty42': device_add
[ 4.126108] PM: Adding info for No Bus:tty42
[ 4.130432] device: 'tty43': device_add
[ 4.134318] PM: Adding info for No Bus:tty43
[ 4.138641] device: 'tty44': device_add
[ 4.142525] PM: Adding info for No Bus:tty44
[ 4.146848] device: 'tty45': device_add
[ 4.150724] PM: Adding info for No Bus:tty45
[ 4.155060] device: 'tty46': device_add
[ 4.158933] PM: Adding info for No Bus:tty46
[ 4.163271] device: 'tty47': device_add
[ 4.167151] PM: Adding info for No Bus:tty47
[ 4.171490] device: 'tty48': device_add
[ 4.175367] PM: Adding info for No Bus:tty48
[ 4.179689] device: 'tty49': device_add
[ 4.183574] PM: Adding info for No Bus:tty49
[ 4.187897] device: 'tty50': device_add
[ 4.191781] PM: Adding info for No Bus:tty50
[ 4.196114] device: 'tty51': device_add
[ 4.199995] PM: Adding info for No Bus:tty51
[ 4.204342] device: 'tty52': device_add
[ 4.208215] PM: Adding info for No Bus:tty52
[ 4.212547] device: 'tty53': device_add
[ 4.216425] PM: Adding info for No Bus:tty53
[ 4.220748] device: 'tty54': device_add
[ 4.224631] PM: Adding info for No Bus:tty54
[ 4.228955] device: 'tty55': device_add
[ 4.232845] PM: Adding info for No Bus:tty55
[ 4.237171] device: 'tty56': device_add
[ 4.241047] PM: Adding info for No Bus:tty56
[ 4.245382] device: 'tty57': device_add
[ 4.249255] PM: Adding info for No Bus:tty57
[ 4.253588] device: 'tty58': device_add
[ 4.257465] PM: Adding info for No Bus:tty58
[ 4.261796] device: 'tty59': device_add
[ 4.265679] PM: Adding info for No Bus:tty59
[ 4.270003] device: 'tty60': device_add
[ 4.273887] PM: Adding info for No Bus:tty60
[ 4.278220] device: 'tty61': device_add
[ 4.282105] PM: Adding info for No Bus:tty61
[ 4.286432] device: 'tty62': device_add
[ 4.290312] PM: Adding info for No Bus:tty62
[ 4.294646] device: 'tty63': device_add
[ 4.298523] PM: Adding info for No Bus:tty63
[ 4.337553] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 4.346582] NET: Registered protocol family 2
[ 4.351422] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
[ 4.359829] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[ 4.367689] TCP bind hash table entries: 8192 (order: 3, 32768 bytes, linear)
[ 4.374941] TCP: Hash tables configured (established 8192 bind 8192)
[ 4.381456] UDP hash table entries: 512 (order: 1, 8192 bytes, linear)
[ 4.388027] UDP-Lite hash table entries: 512 (order: 1, 8192 bytes, linear)
[ 4.395157] NET: Registered protocol family 1
[ 4.399551] device class 'ieee80211': registering
[ 4.405236] Registering platform device 'regulatory.0'. Parent at platform
[ 4.412139] device: 'regulatory.0': device_add
[ 4.416619] bus: 'platform': add device regulatory.0
[ 4.421642] PM: Adding info for platform:regulatory.0
[ 4.426916] pci 0000:00:01.0: BAR 6: assigned [mem 0x40000000-0x4000ffff pref]
[ 4.434193] pci 0000:00:13.0: PCI bridge to [bus 01]
[ 4.439194] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 4.445403] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 4.451609] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 4.458508] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000dffff window]
[ 4.465413] pci_bus 0000:00: resource 8 [mem 0x40000000-0xffe80000 window]
[ 4.472514] pci 0000:00:01.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 4.482752] pci 0000:00:10.4: CLS mismatch (32 != 64), using 64 bytes
[ 4.489233] pci 0000:00:13.0: disabling DAC on VIA PCI bridge
[ 4.495615] Registering platform device 'pcspkr'. Parent at platform
[ 4.502004] device: 'pcspkr': device_add
[ 4.505959] bus: 'platform': add device pcspkr
[ 4.510447] PM: Adding info for platform:pcspkr
[ 4.515118] Registering platform device 'platform-framebuffer.0'. Parent at platform
[ 4.522888] device: 'platform-framebuffer.0': device_add
[ 4.528229] bus: 'platform': add device platform-framebuffer.0
[ 4.534112] PM: Adding info for platform:platform-framebuffer.0
[ 4.540070] bus: 'pci': add driver iosf_mbi_pci
[ 4.544675] bus: 'acpi': add driver olpc-xo15-sci
[ 4.549427] bus: 'acpi': driver_probe_device: matched device XO15EC:00 with driver olpc-xo15-sci
[ 4.558246] bus: 'acpi': really_probe: probing driver olpc-xo15-sci with device XO15EC:00
[ 4.566484] olpc-xo15-sci XO15EC:00: Initialized, GPE = 0x1
[ 4.597278] device: 'wakeup12': device_add
[ 4.601459] driver: 'olpc-xo15-sci': driver_bound: bound to device 'XO15EC:00'
[ 4.608722] bus: 'acpi': really_probe: bound device XO15EC:00 to driver olpc-xo15-sci
[ 4.616677] bus: 'clocksource': registered
[ 4.620790] device: 'clocksource': device_add
[ 4.625195] PM: Adding info for No Bus:clocksource
[ 4.630007] device: 'clocksource0': device_add
[ 4.634488] bus: 'clocksource': add device clocksource0
[ 4.639749] PM: Adding info for clocksource:clocksource0
[ 4.645101] bus: 'platform': add driver alarmtimer
[ 4.649986] bus: 'clockevents': registered
[ 4.654132] device: 'clockevents': device_add
[ 4.658527] PM: Adding info for No Bus:clockevents
[ 4.663348] device: 'clockevent0': device_add
[ 4.667726] bus: 'clockevents': add device clockevent0
[ 4.672904] PM: Adding info for clockevents:clockevent0
[ 4.678168] device: 'broadcast': device_add
[ 4.682382] bus: 'clockevents': add device broadcast
[ 4.687379] PM: Adding info for clockevents:broadcast
[ 4.692547] bus: 'event_source': registered
[ 4.696753] device: 'software': device_add
[ 4.700871] bus: 'event_source': add device software
[ 4.705897] PM: Adding info for event_source:software
[ 4.710977] device: 'breakpoint': device_add
[ 4.715277] bus: 'event_source': add device breakpoint
[ 4.720449] PM: Adding info for event_source:breakpoint
[ 4.725709] device: 'msr': device_add
[ 4.729406] bus: 'event_source': add device msr
[ 4.733978] PM: Adding info for event_source:msr
[ 4.738637] Initialise system trusted keyrings
[ 4.743254] workingset: timestamp_bits=30 max_order=18 bucket_order=0
[ 4.879958] NET: Registered protocol family 38
[ 4.884450] xor: measuring software checksum speed
[ 4.893500] pIII_sse : 2322 MB/sec
[ 4.902113] prefetch64-sse : 2324 MB/sec
[ 4.906485] xor: using function: prefetch64-sse (2324 MB/sec)
[ 4.912258] Key type asymmetric registered
[ 4.916366] Asymmetric key parser 'x509' registered
[ 4.921264] Asymmetric key parser 'pkcs8' registered
[ 4.926262] device class 'bsg': registering
[ 4.930498] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 4.937922] io scheduler mq-deadline registered
[ 4.942798] bus: 'platform': add driver cs5535-gpio
[ 4.947745] bus: 'platform': add driver vx855_gpio
[ 4.952696] VIA Graphics Integration Chipset framebuffer 2.4 initializing
[ 4.959504] bus: 'platform': add driver viafb-i2c
[ 4.964262] bus: 'platform': add driver viafb-gpio
[ 4.969097] bus: 'pci': add driver viafb
[ 4.973066] bus: 'pci': driver_probe_device: matched device 0000:00:01.0 with driver viafb
[ 4.981357] bus: 'pci': really_probe: probing driver viafb with device 0000:00:01.0
[ 4.989835] Registering platform device 'viafb-gpio'. Parent at 0000:00:01.0
[ 4.996952] device: 'viafb-gpio': device_add
[ 5.001253] bus: 'platform': add device viafb-gpio
[ 5.006103] PM: Adding info for platform:viafb-gpio
[ 5.011032] bus: 'platform': driver_probe_device: matched device viafb-gpio with driver viafb-gpio
[ 5.020020] bus: 'platform': really_probe: probing driver viafb-gpio with device viafb-gpio
[ 5.028432] device: 'gpiochip0': device_add
[ 5.032646] bus: 'gpio': add device gpiochip0
[ 5.037044] PM: Adding info for gpio:gpiochip0
[ 5.041615] bus: 'gpio': driver_probe_device: matched device gpiochip0 with driver gpio_stub_drv
[ 5.050425] bus: 'gpio': really_probe: probing driver gpio_stub_drv with device gpiochip0
[ 5.058640] driver: 'gpio_stub_drv': driver_bound: bound to device 'gpiochip0'
[ 5.065910] bus: 'gpio': really_probe: bound device gpiochip0 to driver gpio_stub_drv
[ 5.073776] driver: 'viafb-gpio': driver_bound: bound to device 'viafb-gpio'
[ 5.080851] bus: 'platform': really_probe: bound device viafb-gpio to driver viafb-gpio
[ 5.088886] Registering platform device 'viafb-i2c'. Parent at 0000:00:01.0
[ 5.095875] device: 'viafb-i2c': device_add
[ 5.100078] bus: 'platform': add device viafb-i2c
[ 5.104826] PM: Adding info for platform:viafb-i2c
[ 5.109648] bus: 'platform': driver_probe_device: matched device viafb-i2c with driver viafb-i2c
[ 5.118463] bus: 'platform': really_probe: probing driver viafb-i2c with device viafb-i2c
[ 5.126708] device: 'i2c-0': device_add
[ 5.130577] bus: 'i2c': add device i2c-0
[ 5.134548] PM: Adding info for i2c:i2c-0
[ 5.138630] device: 'i2c-1': device_add
[ 5.142500] bus: 'i2c': add device i2c-1
[ 5.146459] PM: Adding info for i2c:i2c-1
[ 5.150513] driver: 'viafb-i2c': driver_bound: bound to device 'viafb-i2c'
[ 5.157427] bus: 'platform': really_probe: bound device viafb-i2c to driver viafb-i2c
[ 5.165287] Registering platform device 'viafb-camera'. Parent at 0000:00:01.0
[ 5.172537] device: 'viafb-camera': device_add
[ 5.177001] bus: 'platform': add device viafb-camera
[ 5.182008] PM: Adding info for platform:viafb-camera
[ 5.187095] viafb: Probing I2C bus 0x26
[ 5.220943] viafb: Probing I2C bus 0x31
[ 5.581496] tsc: Refined TSC clocksource calibration: 997.499 MHz
[ 5.587611] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1cc1b8ea335, max_idle_ns: 881590512489 ns
[ 5.597647] clocksource: Switched to clocksource tsc
[ 11.481460] viafb: Finished I2C bus probing
[ 11.961492] device: 'fb0': device_add
[ 11.969397] PM: Adding info for No Bus:fb0
[ 11.973602] fbcon: Via (fb0) is primary device
[ 11.973662] device: 'vtcon1': device_add
[ 11.973705] PM: Adding info for No Bus:vtcon1
[ 11.996938] Console: switching to colour frame buffer device 100x40
[ 12.040388] driver: 'viafb': driver_bound: bound to device '0000:00:01.0'
[ 12.047704] bus: 'pci': really_probe: bound device 0000:00:01.0 to driver viafb
[ 12.055574] bus: 'platform': add driver acpi-ged
[ 12.060572] bus: 'acpi': add driver button
[ 12.065007] bus: 'acpi': driver_probe_device: matched device PNP0C0D:00 with driver button
[ 12.073843] bus: 'acpi': really_probe: probing driver button with device PNP0C0D:00
[ 12.082051] device: 'input0': device_add
[ 12.086343] PM: Adding info for No Bus:input0
[ 12.091105] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/PNP0C0D:00/input/input0
[ 12.100873] device: 'wakeup13': device_add
[ 12.105342] device: 'wakeup13': device_unregister
[ 12.121839] ACPI: button: Lid Switch [LID]
[ 12.137655] driver: 'button': driver_bound: bound to device 'PNP0C0D:00'
[ 12.156409] bus: 'acpi': really_probe: bound device PNP0C0D:00 to driver button
[ 12.176029] bus: 'acpi': driver_probe_device: matched device LNXPWRBN:00 with driver button
[ 12.196918] bus: 'acpi': really_probe: probing driver button with device LNXPWRBN:00
[ 12.217342] device: 'input1': device_add
[ 12.233978] PM: Adding info for No Bus:input1
[ 12.250957] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[ 12.271088] device: 'wakeup13': device_add
[ 12.287758] device: 'wakeup13': device_unregister
[ 12.304716] ACPI: button: Power Button [PWRF]
[ 12.321090] driver: 'button': driver_bound: bound to device 'LNXPWRBN:00'
[ 12.340174] bus: 'acpi': really_probe: bound device LNXPWRBN:00 to driver button
[ 12.360081] bus: 'cpu': add driver processor
[ 12.376741] bus: 'cpu': driver_probe_device: matched device cpu0 with driver processor
[ 12.397377] bus: 'cpu': really_probe: probing driver processor with device cpu0
[ 12.417733] ACPI: \_PR_.CPU0: Found 4 idle states
[ 12.435313] tsc: Marking TSC unstable due to TSC halts in idle
[ 12.454237] device: 'cooling_device0': device_add
[ 12.471640] PM: Adding info for No Bus:cooling_device0
[ 12.489459] driver: 'processor': driver_bound: bound to device 'cpu0'
[ 12.508804] bus: 'cpu': really_probe: bound device cpu0 to driver processor
[ 12.528992] clocksource: Switched to clocksource hpet
[ 12.547179] bus: 'acpi': add driver thermal
[ 12.564483] bus: 'platform': add driver of_fixed_factor_clk
[ 12.583304] bus: 'platform': add driver of_fixed_clk
[ 12.601334] bus: 'platform': add driver gpio-clk
[ 12.618764] bus: 'platform': add driver clk-pmc-atom
[ 12.636331] device: 'ptmx': device_add
[ 12.652443] PM: Adding info for No Bus:ptmx
[ 12.668938] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 12.687810] bus: 'pnp': add driver serial
[ 12.704327] Registering platform device 'serial8250'. Parent at platform
[ 12.723531] device: 'serial8250': device_add
[ 12.740092] bus: 'platform': add device serial8250
[ 12.757259] PM: Adding info for platform:serial8250
[ 12.774315] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 12.794226] device: 'ttyS0': device_add
[ 12.810190] PM: Adding info for No Bus:ttyS0
[ 12.826789] device: 'ttyS1': device_add
[ 12.842853] PM: Adding info for No Bus:ttyS1
[ 12.859300] device: 'ttyS2': device_add
[ 12.875029] PM: Adding info for No Bus:ttyS2
[ 12.891129] device: 'ttyS3': device_add
[ 12.906582] PM: Adding info for No Bus:ttyS3
[ 12.922316] bus: 'platform': add driver serial8250
[ 12.938575] bus: 'platform': driver_probe_device: matched device serial8250 with driver serial8250
[ 12.970490] bus: 'platform': really_probe: probing driver serial8250 with device serial8250
[ 12.991025] driver: 'serial8250': driver_bound: bound to device 'serial8250'
[ 13.010423] bus: 'platform': really_probe: bound device serial8250 to driver serial8250
[ 13.030936] bus: 'pci': add driver serial
[ 13.047410] device: 'hw_random': device_add
[ 13.063699] PM: Adding info for No Bus:hw_random
[ 13.080384] VIA RNG detected
[ 13.095362] device: '1:0': device_add
[ 13.110642] PM: Adding info for No Bus:1:0
[ 13.126274] device: 'ram0': device_add
[ 13.141462] PM: Adding info for No Bus:ram0
[ 13.157379] device: '1:1': device_add
[ 13.172284] PM: Adding info for No Bus:1:1
[ 13.187421] device: 'ram1': device_add
[ 13.202041] PM: Adding info for No Bus:ram1
[ 13.217347] device: '1:2': device_add
[ 13.231786] PM: Adding info for No Bus:1:2
[ 13.246770] device: 'ram2': device_add
[ 13.261507] PM: Adding info for No Bus:ram2
[ 13.277148] device: '1:3': device_add
[ 13.291868] PM: Adding info for No Bus:1:3
[ 13.307005] device: 'ram3': device_add
[ 13.321656] PM: Adding info for No Bus:ram3
[ 13.336914] device: '1:4': device_add
[ 13.351201] PM: Adding info for No Bus:1:4
[ 13.365765] device: 'ram4': device_add
[ 13.379932] PM: Adding info for No Bus:ram4
[ 13.394795] device: '1:5': device_add
[ 13.408635] PM: Adding info for No Bus:1:5
[ 13.422715] device: 'ram5': device_add
[ 13.436426] PM: Adding info for No Bus:ram5
[ 13.450848] device: '1:6': device_add
[ 13.464457] PM: Adding info for No Bus:1:6
[ 13.478484] device: 'ram6': device_add
[ 13.492152] PM: Adding info for No Bus:ram6
[ 13.506571] device: '1:7': device_add
[ 13.520146] PM: Adding info for No Bus:1:7
[ 13.534121] device: 'ram7': device_add
[ 13.547533] PM: Adding info for No Bus:ram7
[ 13.561388] device: '1:8': device_add
[ 13.574133] PM: Adding info for No Bus:1:8
[ 13.587041] device: 'ram8': device_add
[ 13.599331] PM: Adding info for No Bus:ram8
[ 13.612203] device: '1:9': device_add
[ 13.624238] PM: Adding info for No Bus:1:9
[ 13.636659] device: 'ram9': device_add
[ 13.648713] PM: Adding info for No Bus:ram9
[ 13.661557] device: '1:10': device_add
[ 13.673651] PM: Adding info for No Bus:1:10
[ 13.686186] device: 'ram10': device_add
[ 13.698382] PM: Adding info for No Bus:ram10
[ 13.711346] device: '1:11': device_add
[ 13.723468] PM: Adding info for No Bus:1:11
[ 13.736022] device: 'ram11': device_add
[ 13.748232] PM: Adding info for No Bus:ram11
[ 13.761170] device: '1:12': device_add
[ 13.773305] PM: Adding info for No Bus:1:12
[ 13.785881] device: 'ram12': device_add
[ 13.798120] PM: Adding info for No Bus:ram12
[ 13.811098] device: '1:13': device_add
[ 13.823270] PM: Adding info for No Bus:1:13
[ 13.835878] device: 'ram13': device_add
[ 13.848139] PM: Adding info for No Bus:ram13
[ 13.861139] device: '1:14': device_add
[ 13.873312] PM: Adding info for No Bus:1:14
[ 13.885921] device: 'ram14': device_add
[ 13.898190] PM: Adding info for No Bus:ram14
[ 13.911200] device: '1:15': device_add
[ 13.923421] PM: Adding info for No Bus:1:15
[ 13.936060] device: 'ram15': device_add
[ 13.948357] PM: Adding info for No Bus:ram15
[ 13.961427] brd: module loaded
[ 13.972874] device: 'loop-control': device_add
[ 13.985826] PM: Adding info for No Bus:loop-control
[ 13.999601] device: '7:0': device_add
[ 14.011902] PM: Adding info for No Bus:7:0
[ 14.024593] device: 'loop0': device_add
[ 14.037016] PM: Adding info for No Bus:loop0
[ 14.050536] device: '7:1': device_add
[ 14.062871] PM: Adding info for No Bus:7:1
[ 14.075593] device: 'loop1': device_add
[ 14.088032] PM: Adding info for No Bus:loop1
[ 14.101612] device: '7:2': device_add
[ 14.113958] PM: Adding info for No Bus:7:2
[ 14.126695] device: 'loop2': device_add
[ 14.139167] PM: Adding info for No Bus:loop2
[ 14.152753] device: '7:3': device_add
[ 14.165137] PM: Adding info for No Bus:7:3
[ 14.177886] device: 'loop3': device_add
[ 14.190365] PM: Adding info for No Bus:loop3
[ 14.203927] device: '7:4': device_add
[ 14.216312] PM: Adding info for No Bus:7:4
[ 14.229071] device: 'loop4': device_add
[ 14.241559] PM: Adding info for No Bus:loop4
[ 14.255130] device: '7:5': device_add
[ 14.267519] PM: Adding info for No Bus:7:5
[ 14.280279] device: 'loop5': device_add
[ 14.292764] PM: Adding info for No Bus:loop5
[ 14.306311] device: '7:6': device_add
[ 14.318695] PM: Adding info for No Bus:7:6
[ 14.331451] device: 'loop6': device_add
[ 14.343954] PM: Adding info for No Bus:loop6
[ 14.357519] device: '7:7': device_add
[ 14.369914] PM: Adding info for No Bus:7:7
[ 14.382682] device: 'loop7': device_add
[ 14.395179] PM: Adding info for No Bus:loop7
[ 14.408450] loop: module loaded
[ 14.420152] bus: 'pci': add driver vx855
[ 14.432675] bus: 'pci': driver_probe_device: matched device 0000:00:11.0 with driver vx855
[ 14.449977] bus: 'pci': really_probe: probing driver vx855 with device 0000:00:11.0
[ 14.466803] Registering platform device 'vx855_gpio'. Parent at 0000:00:11.0
[ 14.483150] device: 'vx855_gpio': device_add
[ 14.496715] bus: 'platform': add device vx855_gpio
[ 14.510851] PM: Adding info for platform:vx855_gpio
[ 14.525072] bus: 'platform': driver_probe_device: matched device vx855_gpio with driver vx855_gpio
[ 14.553505] bus: 'platform': really_probe: probing driver vx855_gpio with device vx855_gpio
[ 14.572276] vx855_gpio vx855_gpio: found VX855 GPIO controller
[ 14.588690] device: 'gpiochip1': device_add
[ 14.603376] bus: 'gpio': add device gpiochip1
[ 14.618274] PM: Adding info for gpio:gpiochip1
[ 14.633343] bus: 'gpio': driver_probe_device: matched device gpiochip1 with driver gpio_stub_drv
[ 14.653219] bus: 'gpio': really_probe: probing driver gpio_stub_drv with device gpiochip1
[ 14.672642] driver: 'gpio_stub_drv': driver_bound: bound to device 'gpiochip1'
[ 14.691314] bus: 'gpio': really_probe: bound device gpiochip1 to driver gpio_stub_drv
[ 14.710854] driver: 'vx855_gpio': driver_bound: bound to device 'vx855_gpio'
[ 14.729794] bus: 'platform': really_probe: bound device vx855_gpio to driver vx855_gpio
[ 14.749992] vx855: probe of 0000:00:11.0 rejects match -19
[ 14.767759] bus: 'pci': add driver cs5535-mfd
[ 14.784398] device class 'scsi_disk': registering
[ 14.801423] bus: 'scsi': add driver sd
[ 14.817498] Registering platform device 'Fixed MDIO bus.0'. Parent at platform
[ 14.837375] device: 'Fixed MDIO bus.0': device_add
[ 14.854836] bus: 'platform': add device Fixed MDIO bus.0
[ 14.872916] PM: Adding info for platform:Fixed MDIO bus.0
[ 14.891181] device: 'fixed-0': device_add
[ 14.908352] PM: Adding info for No Bus:fixed-0
[ 14.925696] libphy: Fixed MDIO Bus: probed
[ 14.942657] libertas_sdio: Libertas SDIO driver
[ 14.960058] libertas_sdio: Copyright Pierre Ossman
[ 14.977702] bus: 'sdio': add driver libertas_sdio
[ 14.995297] bus: 'usb': add driver r8152
[ 15.012049] usbcore: registered new interface driver r8152
[ 15.030536] bus: 'usb': add driver asix
[ 15.047372] usbcore: registered new interface driver asix
[ 15.065919] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 15.085813] ehci-pci: EHCI PCI platform driver
[ 15.103609] bus: 'pci': add driver ehci-pci
[ 15.120998] bus: 'pci': driver_probe_device: matched device 0000:00:10.4 with driver ehci-pci
[ 15.143032] bus: 'pci': really_probe: probing driver ehci-pci with device 0000:00:10.4
[ 15.164779] ehci-pci 0000:00:10.4: EHCI Host Controller
[ 15.183360] ehci-pci 0000:00:10.4: new USB bus registered, assigned bus number 1
[ 15.204236] ehci-pci 0000:00:10.4: debug port 1
[ 15.222174] ehci-pci 0000:00:10.4: irq 23, io mem 0x80003000
[ 15.261466] ehci-pci 0000:00:10.4: USB 2.0 started, EHCI 1.00
[ 15.280117] device: 'usb1': device_add
[ 15.296347] bus: 'usb': add device usb1
[ 15.312293] PM: Adding info for usb:usb1
[ 15.328340] bus: 'usb': driver_probe_device: matched device usb1 with driver usb
[ 15.348097] bus: 'usb': really_probe: probing driver usb with device usb1
[ 15.367317] device: '1-0:1.0': device_add
[ 15.383447] bus: 'usb': add device 1-0:1.0
[ 15.399451] PM: Adding info for usb:1-0:1.0
[ 15.415310] bus: 'usb': driver_probe_device: matched device 1-0:1.0 with driver hub
[ 15.434795] bus: 'usb': really_probe: probing driver hub with device 1-0:1.0
[ 15.453524] hub 1-0:1.0: USB hub found
[ 15.468690] hub 1-0:1.0: 6 ports detected
[ 15.483823] device: 'usb1-port1': device_add
[ 15.499158] PM: Adding info for No Bus:usb1-port1
[ 15.514939] device: 'usb1-port2': device_add
[ 15.530283] PM: Adding info for No Bus:usb1-port2
[ 15.545934] device: 'usb1-port3': device_add
[ 15.561016] PM: Adding info for No Bus:usb1-port3
[ 15.576509] device: 'usb1-port4': device_add
[ 15.591516] PM: Adding info for No Bus:usb1-port4
[ 15.606937] device: 'usb1-port5': device_add
[ 15.621917] PM: Adding info for No Bus:usb1-port5
[ 15.637354] device: 'usb1-port6': device_add
[ 15.652389] PM: Adding info for No Bus:usb1-port6
[ 15.668054] driver: 'hub': driver_bound: bound to device '1-0:1.0'
[ 15.685304] bus: 'usb': really_probe: bound device 1-0:1.0 to driver hub
[ 15.703226] device: 'ep_81': device_add
[ 15.718179] PM: Adding info for No Bus:ep_81
[ 15.733494] driver: 'usb': driver_bound: bound to device 'usb1'
[ 15.750632] bus: 'usb': really_probe: bound device usb1 to driver usb
[ 15.768287] device: 'ep_00': device_add
[ 15.783253] PM: Adding info for No Bus:ep_00
[ 15.798634] device: 'wakeup13': device_add
[ 15.813683] driver: 'ehci-pci': driver_bound: bound to device '0000:00:10.4'
[ 15.831803] bus: 'pci': really_probe: bound device 0000:00:10.4 to driver ehci-pci
[ 15.850456] uhci_hcd: USB Universal Host Controller Interface driver
[ 15.867978] bus: 'pci': add driver uhci_hcd
[ 15.883231] bus: 'pci': driver_probe_device: matched device 0000:00:10.0 with driver uhci_hcd
[ 15.903315] bus: 'pci': really_probe: probing driver uhci_hcd with device 0000:00:10.0
[ 15.923319] uhci_hcd 0000:00:10.0: UHCI Host Controller
[ 15.940272] uhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 2
[ 15.959632] uhci_hcd 0000:00:10.0: detected 2 ports
[ 15.976414] uhci_hcd 0000:00:10.0: irq 20, io base 0x00008000
[ 15.994345] device: 'usb2': device_add
[ 16.009788] bus: 'usb': add device usb2
[ 16.025066] PM: Adding info for usb:usb2
[ 16.040561] bus: 'usb': driver_probe_device: matched device usb2 with driver usb
[ 16.059762] bus: 'usb': really_probe: probing driver usb with device usb2
[ 16.078244] device: '2-0:1.0': device_add
[ 16.093788] bus: 'usb': add device 2-0:1.0
[ 16.109229] PM: Adding info for usb:2-0:1.0
[ 16.124882] bus: 'usb': driver_probe_device: matched device 2-0:1.0 with driver hub
[ 16.144396] bus: 'usb': really_probe: probing driver hub with device 2-0:1.0
[ 16.163345] hub 2-0:1.0: USB hub found
[ 16.178961] hub 2-0:1.0: 2 ports detected
[ 16.194701] device: 'usb2-port1': device_add
[ 16.210667] PM: Adding info for No Bus:usb2-port1
[ 16.227088] device: 'usb2-port2': device_add
[ 16.243063] PM: Adding info for No Bus:usb2-port2
[ 16.259830] driver: 'hub': driver_bound: bound to device '2-0:1.0'
[ 16.277921] bus: 'usb': really_probe: bound device 2-0:1.0 to driver hub
[ 16.296660] device: 'ep_81': device_add
[ 16.312486] PM: Adding info for No Bus:ep_81
[ 16.328724] driver: 'usb': driver_bound: bound to device 'usb2'
[ 16.346736] bus: 'usb': really_probe: bound device usb2 to driver usb
[ 16.365257] device: 'ep_00': device_add
[ 16.381003] PM: Adding info for No Bus:ep_00
[ 16.397231] device: 'wakeup14': device_add
[ 16.413192] driver: 'uhci_hcd': driver_bound: bound to device '0000:00:10.0'
[ 16.432278] bus: 'pci': really_probe: bound device 0000:00:10.0 to driver uhci_hcd
[ 16.451973] bus: 'pci': driver_probe_device: matched device 0000:00:10.1 with driver uhci_hcd
[ 16.472838] bus: 'pci': really_probe: probing driver uhci_hcd with device 0000:00:10.1
[ 16.493578] uhci_hcd 0000:00:10.1: UHCI Host Controller
[ 16.511239] uhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 3
[ 16.531027] uhci_hcd 0000:00:10.1: detected 2 ports
[ 16.548008] uhci_hcd 0000:00:10.1: irq 22, io base 0x00008020
[ 16.565831] usb 1-1: new high-speed USB device number 2 using ehci-pci
[ 16.584679] device: 'usb3': device_add
[ 16.600446] bus: 'usb': add device usb3
[ 16.615907] PM: Adding info for usb:usb3
[ 16.631512] bus: 'usb': driver_probe_device: matched device usb3 with driver usb
[ 16.650732] bus: 'usb': really_probe: probing driver usb with device usb3
[ 16.669460] device: '3-0:1.0': device_add
[ 16.685283] bus: 'usb': add device 3-0:1.0
[ 16.701206] PM: Adding info for usb:3-0:1.0
[ 16.717273] bus: 'usb': driver_probe_device: matched device 3-0:1.0 with driver hub
[ 16.737014] bus: 'usb': really_probe: probing driver hub with device 3-0:1.0
[ 16.756136] hub 3-0:1.0: USB hub found
[ 16.772213] hub 3-0:1.0: 2 ports detected
[ 16.788003] device: 'usb3-port1': device_add
[ 16.804078] PM: Adding info for No Bus:usb3-port1
[ 16.820415] device: 'usb3-port2': device_add
[ 16.836234] PM: Adding info for No Bus:usb3-port2
[ 16.852427] driver: 'hub': driver_bound: bound to device '3-0:1.0'
[ 16.870458] bus: 'usb': really_probe: bound device 3-0:1.0 to driver hub
[ 16.889134] device: 'ep_81': device_add
[ 16.904857] PM: Adding info for No Bus:ep_81
[ 16.920987] driver: 'usb': driver_bound: bound to device 'usb3'
[ 16.938931] bus: 'usb': really_probe: bound device usb3 to driver usb
[ 16.957422] device: 'ep_00': device_add
[ 16.973150] PM: Adding info for No Bus:ep_00
[ 16.989211] device: 'wakeup15': device_add
[ 17.005099] driver: 'uhci_hcd': driver_bound: bound to device '0000:00:10.1'
[ 17.024144] bus: 'pci': really_probe: bound device 0000:00:10.1 to driver uhci_hcd
[ 17.043802] bus: 'pci': driver_probe_device: matched device 0000:00:10.2 with driver uhci_hcd
[ 17.064509] bus: 'pci': really_probe: probing driver uhci_hcd with device 0000:00:10.2
[ 17.085074] uhci_hcd 0000:00:10.2: UHCI Host Controller
[ 17.102690] uhci_hcd 0000:00:10.2: new USB bus registered, assigned bus number 4
[ 17.122528] uhci_hcd 0000:00:10.2: detected 2 ports
[ 17.139543] uhci_hcd 0000:00:10.2: irq 21, io base 0x00008040
[ 17.157612] device: 'usb4': device_add
[ 17.173226] bus: 'usb': add device usb4
[ 17.188577] PM: Adding info for usb:usb4
[ 17.204078] bus: 'usb': driver_probe_device: matched device usb4 with driver usb
[ 17.223378] bus: 'usb': really_probe: probing driver usb with device usb4
[ 17.242114] device: '4-0:1.0': device_add
[ 17.257854] bus: 'usb': add device 4-0:1.0
[ 17.273516] PM: Adding info for usb:4-0:1.0
[ 17.289353] bus: 'usb': driver_probe_device: matched device 4-0:1.0 with driver hub
[ 17.309131] bus: 'usb': really_probe: probing driver hub with device 4-0:1.0
[ 17.328169] hub 4-0:1.0: USB hub found
[ 17.343866] hub 4-0:1.0: 2 ports detected
[ 17.359581] device: 'usb4-port1': device_add
[ 17.375613] PM: Adding info for No Bus:usb4-port1
[ 17.392021] device: 'usb4-port2': device_add
[ 17.407787] PM: Adding info for No Bus:usb4-port2
[ 17.423981] driver: 'hub': driver_bound: bound to device '4-0:1.0'
[ 17.441795] bus: 'usb': really_probe: bound device 4-0:1.0 to driver hub
[ 17.460281] device: 'ep_81': device_add
[ 17.475870] PM: Adding info for No Bus:ep_81
[ 17.491848] driver: 'usb': driver_bound: bound to device 'usb4'
[ 17.509675] bus: 'usb': really_probe: bound device usb4 to driver usb
[ 17.528106] device: 'ep_00': device_add
[ 17.543818] PM: Adding info for No Bus:ep_00
[ 17.559844] device: 'wakeup16': device_add
[ 17.575568] driver: 'uhci_hcd': driver_bound: bound to device '0000:00:10.2'
[ 17.594523] bus: 'pci': really_probe: bound device 0000:00:10.2 to driver uhci_hcd
[ 17.614168] bus: 'usb': add driver cdc_acm
[ 17.630154] usbcore: registered new interface driver cdc_acm
[ 17.647688] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 17.667941] bus: 'usb': add driver usb-storage
[ 17.684720] usbcore: registered new interface driver usb-storage
[ 17.703033] bus: 'pnp': add driver i8042 kbd
[ 17.719410] bus: 'pnp': driver_probe_device: matched device 00:03 with driver i8042 kbd
[ 17.739723] bus: 'pnp': really_probe: probing driver i8042 kbd with device 00:03
[ 17.759373] device: 'wakeup17': device_add
[ 17.775487] driver: 'i8042 kbd': driver_bound: bound to device '00:03'
[ 17.794197] bus: 'pnp': really_probe: bound device 00:03 to driver i8042 kbd
[ 17.813597] bus: 'pnp': add driver i8042 aux
[ 17.830142] bus: 'pnp': driver_probe_device: matched device 00:02 with driver i8042 aux
[ 17.850724] bus: 'pnp': really_probe: probing driver i8042 aux with device 00:02
[ 17.870856] driver: 'i8042 aux': driver_bound: bound to device '00:02'
[ 17.890283] bus: 'pnp': really_probe: bound device 00:02 to driver i8042 aux
[ 17.910261] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 17.931641] Registering platform device 'i8042'. Parent at platform
[ 17.950996] device: 'i8042': device_add
[ 17.967890] bus: 'platform': add device i8042
[ 17.985344] PM: Adding info for platform:i8042
[ 18.002717] bus: 'platform': add driver i8042
[ 18.019901] bus: 'platform': driver_probe_device: matched device i8042 with driver i8042
[ 18.041009] bus: 'platform': really_probe: probing driver i8042 with device i8042
[ 18.085085] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 18.103242] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 18.121308] driver: 'i8042': driver_bound: bound to device 'i8042'
[ 18.140672] bus: 'platform': really_probe: bound device i8042 to driver i8042
[ 18.161161] device: 'event0': device_add
[ 18.178295] PM: Adding info for No Bus:event0
[ 18.195888] device: 'serio0': device_add
[ 18.212900] bus: 'serio': add device serio0
[ 18.230067] PM: Adding info for serio:serio0
[ 18.247195] device: 'serio1': device_add
[ 18.263810] bus: 'serio': add device serio1
[ 18.280542] PM: Adding info for serio:serio1
[ 18.297459] device: 'event1': device_add
[ 18.314032] PM: Adding info for No Bus:event1
[ 18.330874] device: '1-1': device_add
[ 18.346788] bus: 'usb': add device 1-1
[ 18.362551] PM: Adding info for usb:1-1
[ 18.378370] bus: 'serio': add driver atkbd
[ 18.394186] bus: 'serio': add driver psmouse
[ 18.409809] device: 'uinput': device_add
[ 18.424957] PM: Adding info for No Bus:uinput
[ 18.440448] bus: 'serio': driver_probe_device: matched device serio0 with driver atkbd
[ 18.459775] bus: 'serio': really_probe: probing driver atkbd with device serio0
[ 18.478657] bus: 'usb': driver_probe_device: matched device 1-1 with driver usb
[ 18.497344] bus: 'usb': really_probe: probing driver usb with device 1-1
[ 18.515396] bus: 'pnp': add driver rtc_cmos
[ 18.530726] bus: 'pnp': driver_probe_device: matched device 00:04 with driver rtc_cmos
[ 18.550018] bus: 'pnp': really_probe: probing driver rtc_cmos with device 00:04
[ 18.568646] rtc_cmos 00:04: RTC can wake from S4
[ 18.584471] device: 'wakeup18': device_add
[ 18.599820] device: 'rtc0': device_add
[ 18.614311] PM: Adding info for No Bus:rtc0
[ 18.629009] device: '1-1:1.0': device_add
[ 18.643292] bus: 'usb': add device 1-1:1.0
[ 18.657519] PM: Adding info for usb:1-1:1.0
[ 18.671917] bus: 'usb': driver_probe_device: matched device 1-1:1.0 with driver usb-storage
[ 18.690907] bus: 'usb': really_probe: probing driver usb-storage with device 1-1:1.0
[ 18.709412] usb-storage 1-1:1.0: USB Mass Storage device detected
[ 18.726466] device: 'scsi_tmf_0': device_add
[ 18.741383] bus: 'workqueue': add device scsi_tmf_0
[ 18.756754] PM: Adding info for workqueue:scsi_tmf_0
[ 18.772532] Registering platform device 'alarmtimer.0.auto'. Parent at rtc0
[ 18.790325] device: 'alarmtimer.0.auto': device_add
[ 18.805922] bus: 'platform': add device alarmtimer.0.auto
[ 18.822006] PM: Adding info for platform:alarmtimer.0.auto
[ 18.838242] bus: 'platform': driver_probe_device: matched device alarmtimer.0.auto with driver alarmtimer
[ 18.870081] bus: 'platform': really_probe: probing driver alarmtimer with device alarmtimer.0.auto
[ 18.902570] driver: 'alarmtimer': driver_bound: bound to device 'alarmtimer.0.auto'
[ 18.922634] bus: 'platform': really_probe: bound device alarmtimer.0.auto to driver alarmtimer
[ 18.944010] device: 'wakeup19': device_add
[ 18.960863] rtc_cmos 00:04: registered as rtc0
[ 18.978071] rtc_cmos 00:04: setting system clock to 2021-09-09T15:28:03 UTC (1631201283)
[ 18.999253] rtc_cmos 00:04: alarms up to one year, y3k, 114 bytes nvram, hpet irqs
[ 19.020055] driver: 'rtc_cmos': driver_bound: bound to device '00:04'
[ 19.039922] bus: 'pnp': really_probe: bound device 00:04 to driver rtc_cmos
[ 19.060555] bus: 'pci': add driver vt596_smbus
[ 19.078737] bus: 'pci': driver_probe_device: matched device 0000:00:11.0 with driver vt596_smbus
[ 19.101715] bus: 'pci': really_probe: probing driver vt596_smbus with device 0000:00:11.0
[ 19.124267] device: 'i2c-2': device_add
[ 19.142194] bus: 'i2c': add device i2c-2
[ 19.160083] PM: Adding info for i2c:i2c-2
[ 19.177907] vt596_smbus: probe of 0000:00:11.0 rejects match -19
[ 19.197917] bus: 'i2c': add driver ov7640
[ 19.215739] bus: 'i2c': add driver ov7670
[ 19.233264] bus: 'platform': add driver viafb-camera
[ 19.251695] bus: 'platform': driver_probe_device: matched device viafb-camera with driver viafb-camera
[ 19.288109] bus: 'platform': really_probe: probing driver viafb-camera with device viafb-camera
[ 19.311253] scsi host0: usb-storage 1-1:1.0
[ 19.329919] device: 'host0': device_add
[ 19.348073] bus: 'scsi': add device host0
[ 19.366363] PM: Adding info for scsi:host0
[ 19.384737] device: 'host0': device_add
[ 19.402627] PM: Adding info for No Bus:host0
[ 19.420797] driver: 'usb-storage': driver_bound: bound to device '1-1:1.0'
[ 19.441672] bus: 'usb': really_probe: bound device 1-1:1.0 to driver usb-storage
[ 19.463189] device: 'ep_01': device_add
[ 19.481122] PM: Adding info for No Bus:ep_01
[ 19.499432] device: 'ep_82': device_add
[ 19.517158] PM: Adding info for No Bus:ep_82
[ 19.535173] driver: 'usb': driver_bound: bound to device '1-1'
[ 19.554898] bus: 'usb': really_probe: bound device 1-1 to driver usb
[ 19.575206] device: 'ep_00': device_add
[ 19.592688] PM: Adding info for No Bus:ep_00
[ 19.615893] device: 'input2': device_add
[ 19.632898] PM: Adding info for No Bus:input2
[ 19.650115] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[ 19.671783] device: 'event2': device_add
[ 19.688466] PM: Adding info for No Bus:event2
[ 19.705359] device: '1-0021': device_add
[ 19.721786] bus: 'i2c': add device 1-0021
[ 19.738151] PM: Adding info for i2c:1-0021
[ 19.754435] bus: 'i2c': driver_probe_device: matched device 1-0021 with driver ov7670
[ 19.774672] bus: 'i2c': really_probe: probing driver ov7670 with device 1-0021
[ 19.794301] driver: 'atkbd': driver_bound: bound to device 'serio0'
[ 19.812911] bus: 'serio': really_probe: bound device serio0 to driver atkbd
[ 19.832189] bus: 'serio': driver_probe_device: matched device serio1 with driver atkbd
[ 19.852386] bus: 'serio': really_probe: probing driver atkbd with device serio1
[ 19.896195] atkbd: probe of serio1 rejects match -19
[ 19.913332] bus: 'serio': driver_probe_device: matched device serio1 with driver psmouse
[ 19.934035] bus: 'serio': really_probe: probing driver psmouse with device serio1
[ 20.074617] ov7670 1-0021: chip found @ 0x42 (viafb i2c io_port idx 0x31)
[ 20.165265] driver: 'ov7670': driver_bound: bound to device '1-0021'
[ 20.184617] bus: 'i2c': really_probe: bound device 1-0021 to driver ov7670
[ 20.207314] device: 'video0': device_add
[ 20.224314] PM: Adding info for No Bus:video0
[ 20.243408] driver: 'viafb-camera': driver_bound: bound to device 'viafb-camera'
[ 20.263615] bus: 'platform': really_probe: bound device viafb-camera to driver viafb-camera
[ 20.284792] bus: 'platform': add driver olpc-battery
[ 20.302506] bus: 'platform': driver_probe_device: matched device 0.battery with driver olpc-battery
[ 20.337747] bus: 'platform': really_probe: probing driver olpc-battery with device 0.battery
[ 20.367474] device: 'olpc_ac': device_add
[ 20.385332] PM: Adding info for No Bus:olpc_ac
[ 20.403466] device: 'olpc_ac': dev_uevent: class uevent() returned -11
[ 20.423784] device: 'olpc_ac': dev_uevent: class uevent() returned -11
[ 20.443689] device: 'wakeup20': device_add
[ 20.461103] device: 'hwmon0': device_add
[ 20.478233] PM: Adding info for No Bus:hwmon0
[ 20.495806] device: 'olpc_battery': device_add
[ 20.513493] PM: Adding info for No Bus:olpc_battery
[ 20.531473] device: 'olpc_battery': dev_uevent: class uevent() returned -11
[ 20.551725] device: 'olpc_battery': dev_uevent: class uevent() returned -11
[ 20.571762] device: 'wakeup21': device_add
[ 20.588885] device: 'thermal_zone0': device_add
[ 20.606445] PM: Adding info for No Bus:thermal_zone0
[ 20.624198] device: 'hwmon1': device_add
[ 20.640621] PM: Adding info for No Bus:hwmon1
[ 20.657520] device: 'hwmon2': device_add
[ 20.673951] PM: Adding info for No Bus:hwmon2
[ 20.690841] driver: 'olpc-battery': driver_bound: bound to device '0.battery'
[ 20.710893] bus: 'platform': really_probe: bound device 0.battery to driver olpc-battery
[ 20.731966] bus: 'platform': add driver via_cputemp
[ 20.749628] Registering platform device 'via_cputemp.0'. Parent at platform
[ 20.769441] device: 'via_cputemp.0': device_add
[ 20.786658] bus: 'platform': add device via_cputemp.0
[ 20.804393] PM: Adding info for platform:via_cputemp.0
[ 20.822191] bus: 'platform': driver_probe_device: matched device via_cputemp.0 with driver via_cputemp
[ 20.856950] bus: 'platform': really_probe: probing driver via_cputemp with device via_cputemp.0
[ 20.878880] hwmon_vid: Using 6-bit VID table for VIA C7-M CPU
[ 20.897712] via_cputemp via_cputemp.0: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[ 20.937345] device: 'hwmon3': device_add
[ 20.954436] PM: Adding info for No Bus:hwmon3
[ 20.971984] driver: 'via_cputemp': driver_bound: bound to device 'via_cputemp.0'
[ 20.992777] bus: 'platform': really_probe: bound device via_cputemp.0 to driver via_cputemp
[ 21.014666] e_powersaver: Detected VIA Model D C7-M
[ 21.032924] e_powersaver: Current voltage = 748mV
[ 21.050758] e_powersaver: Current multiplier = 10
[ 21.068177] e_powersaver: Highest voltage = 748mV
[ 21.085253] e_powersaver: Highest multiplier = 10
[ 21.101980] e_powersaver: Lowest voltage = 748mV
[ 21.118558] e_powersaver: Lowest multiplier = 4
[ 21.134868] bus: 'platform': add driver pwrseq_simple
[ 21.151933] bus: 'platform': add driver pwrseq_emmc
[ 21.168605] bus: 'mmc_rpmb': registered
[ 21.184156] bus: 'mmc': add driver mmcblk
[ 21.199830] sdhci: Secure Digital Host Controller Interface driver
[ 21.217900] sdhci: Copyright(c) Pierre Ossman
[ 21.234056] bus: 'pci': add driver sdhci-pci
[ 21.250013] bus: 'pci': driver_probe_device: matched device 0000:00:0c.0 with driver sdhci-pci
[ 21.270920] bus: 'pci': really_probe: probing driver sdhci-pci with device 0000:00:0c.0
[ 21.291267] sdhci-pci 0000:00:0c.0: SDHCI controller found [1106:95d0] (rev 10)
[ 21.311401] device: 'wakeup22': device_add
[ 21.328116] mmc0 bounce up to 128 segments into one, max segment size 65536 bytes
[ 21.361223] scsi 0:0:0:0: Direct-Access Generic Flash Disk 8.07 PQ: 0 ANSI: 4
[ 21.382607] device: 'target0:0:0': device_add
[ 21.400086] bus: 'scsi': add device target0:0:0
[ 21.417766] PM: Adding info for scsi:target0:0:0
[ 21.435394] device: '0:0:0:0': device_add
[ 21.452227] bus: 'scsi': add device 0:0:0:0
[ 21.469027] PM: Adding info for scsi:0:0:0:0
[ 21.485734] scsi 0:0:0:0: scheduling asynchronous probe
[ 21.503358] device: '0:0:0:0': device_add
[ 21.519702] PM: Adding info for No Bus:0:0:0:0
[ 21.536445] device: '0:0:0:0': device_add
[ 21.552483] PM: Adding info for No Bus:0:0:0:0
[ 21.572659] bus: 'scsi': driver_probe_device: matched device 0:0:0:0 with driver sd
[ 21.592126] bus: 'scsi': really_probe: probing driver sd with device 0:0:0:0
[ 21.610767] device: '0:0:0:0': device_add
[ 21.626107] PM: Adding info for No Bus:0:0:0:0
[ 21.741198] sd 0:0:0:0: [sda] 15728640 512-byte logical blocks: (8.05 GB/7.50 GiB)
[ 21.785139] sd 0:0:0:0: [sda] Write Protect is off
[ 21.801180] sd 0:0:0:0: [sda] Mode Sense: 23 00 00 00
[ 21.850855] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 21.881819] device: '8:0': device_add
[ 21.896419] PM: Adding info for No Bus:8:0
[ 21.911548] device: 'sda': device_add
[ 21.926301] PM: Adding info for No Bus:sda
[ 22.035772] device: 'mmc0::': device_add
[ 22.051127] PM: Adding info for No Bus:mmc0::
[ 22.066932] device: 'mmc0': device_add
[ 22.082030] PM: Adding info for No Bus:mmc0
[ 22.097767] mmc0: SDHCI controller on PCI [0000:00:0c.0] using DMA
[ 22.115684] device: 'wakeup23': device_add
[ 22.131691] mmc1 bounce up to 128 segments into one, max segment size 65536 bytes
[ 22.163435] device: 'mmc1::': device_add
[ 22.179475] PM: Adding info for No Bus:mmc1::
[ 22.195820] device: 'mmc1': device_add
[ 22.211335] PM: Adding info for No Bus:mmc1
[ 22.227156] mmc1: SDHCI controller on PCI [0000:00:0c.0] using DMA
[ 22.244970] device: 'wakeup24': device_add
[ 22.260611] mmc2 bounce up to 128 segments into one, max segment size 65536 bytes
[ 22.292528] device: 'mmc2::': device_add
[ 22.307956] PM: Adding info for No Bus:mmc2::
[ 22.323572] device: 'mmc2': device_add
[ 22.338500] PM: Adding info for No Bus:mmc2
[ 22.353895] mmc2: SDHCI controller on PCI [0000:00:0c.0] using DMA
[ 22.371459] driver: 'sdhci-pci': driver_bound: bound to device '0000:00:0c.0'
[ 22.390254] bus: 'pci': really_probe: bound device 0000:00:0c.0 to driver sdhci-pci
[ 22.409856] bus: 'hid': registered
[ 22.424911] bus: 'hid': add driver hid-generic
[ 22.440993] bus: 'usb': add driver usbhid
[ 22.456550] usbcore: registered new interface driver usbhid
[ 22.473758] usbhid: USB HID core driver
[ 22.489163] bus: 'i2c': add driver olpc_dcon
[ 22.505164] device: '0-000d': device_add
[ 22.520384] bus: 'i2c': add device 0-000d
[ 22.535511] PM: Adding info for i2c:0-000d
[ 22.550699] bus: 'i2c': driver_probe_device: matched device 0-000d with driver olpc_dcon
[ 22.570150] bus: 'i2c': really_probe: probing driver olpc_dcon with device 0-000d
[ 22.590213] olpc_dcon: Discovered DCON version 2
[ 22.606253] olpc_dcon: failed to request dcon_stat0 GPIO: -22
[ 22.623343] olpc_dcon: Unable to init.
[ 22.638018] olpc_dcon: probe of 0-000d failed with error -22
[ 22.910914] random: fast init done
[ 22.931508] bus: 'acpi': add driver xo15-ebook
[ 22.948748] bus: 'acpi': driver_probe_device: matched device XO15EBK:00 with driver xo15-ebook
[ 22.970554] bus: 'acpi': really_probe: probing driver xo15-ebook with device XO15EBK:00
[ 22.991878] device: 'input5': device_add
[ 23.009129] PM: Adding info for No Bus:input5
[ 23.026883] input: EBook Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/XO15EBK:00/input/input5
[ 23.063684] device: 'event3': device_add
[ 23.081335] PM: Adding info for No Bus:event3
[ 23.101035] driver: 'xo15-ebook': driver_bound: bound to device 'XO15EBK:00'
[ 23.120295] bus: 'acpi': really_probe: bound device XO15EBK:00 to driver xo15-ebook
[ 23.140360] device: 'timer': device_add
[ 23.156500] PM: Adding info for No Bus:timer
[ 23.175899] bus: 'hdaudio': add driver snd_hda_codec_generic
[ 23.194077] bus: 'hdaudio': add driver snd_hda_codec_conexant
[ 23.211987] bus: 'pci': add driver snd_hda_intel
[ 23.228606] bus: 'pci': driver_probe_device: matched device 0000:00:14.0 with driver snd_hda_intel
[ 23.261710] bus: 'pci': really_probe: probing driver snd_hda_intel with device 0000:00:14.0
[ 23.282809] snd_hda_intel 0000:00:14.0: enabling device (0000 -> 0002)
[ 23.302522] snd_hda_intel 0000:00:14.0: Force to non-snoop mode
[ 23.321147] driver: 'snd_hda_intel': driver_bound: bound to device '0000:00:14.0'
[ 23.341499] bus: 'pci': really_probe: bound device 0000:00:14.0 to driver snd_hda_intel
[ 23.362633] NET: Registered protocol family 17
[ 23.379780] lib80211: common routines for IEEE802.11 drivers
[ 23.398348] lib80211_crypt: registered algorithm 'NULL'
[ 23.417157] device: 'cpu_dma_latency': device_add
[ 23.434876] PM: Adding info for No Bus:cpu_dma_latency
[ 23.453839] Loading compiled-in X.509 certificates
[ 23.472780] device: 'btrfs-control': device_add
[ 23.490571] PM: Adding info for No Bus:btrfs-control
[ 23.509004] Btrfs loaded, crc32c=crc32c-generic, zoned=no
[ 23.528472] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 23.551511] snd_hda_intel 0000:00:14.0: CORB reset timeout#1, CORBRP = 0
[ 23.581551] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 23.601683] ALSA device list:
[ 23.617953] No soundcards found.
[ 23.641830] mmc0: new high speed SDHC card at address aaaa
[ 23.660899] device: 'mmc0:aaaa': device_add
[ 23.678500] bus: 'mmc': add device mmc0:aaaa
[ 23.696124] PM: Adding info for mmc:mmc0:aaaa
[ 23.713652] bus: 'mmc': driver_probe_device: matched device mmc0:aaaa with driver mmcblk
[ 23.735202] bus: 'mmc': really_probe: probing driver mmcblk with device mmc0:aaaa
[ 23.758087] mmc2: new high speed SDHC card at address e624
[ 23.777147] device: 'mmc2:e624': device_add
[ 23.794465] bus: 'mmc': add device mmc2:e624
[ 23.811486] PM: Adding info for mmc:mmc2:e624
[ 23.828569] bus: 'mmc': driver_probe_device: matched device mmc2:e624 with driver mmcblk
[ 23.849831] bus: 'mmc': really_probe: probing driver mmcblk with device mmc2:e624
[ 23.881110] sda: sda1
[ 23.896386] device: 'sda1': device_add
[ 23.912844] PM: Adding info for No Bus:sda1
[ 23.945287] mmc1: new SDIO card at address 0001
[ 23.962516] device: 'mmc1:0001': device_add
[ 23.979454] bus: 'mmc': add device mmc1:0001
[ 23.996410] PM: Adding info for mmc:mmc1:0001
[ 24.013238] bus: 'mmc': driver_probe_device: matched device mmc1:0001 with driver mmcblk
[ 24.033960] bus: 'mmc': really_probe: probing driver mmcblk with device mmc1:0001
[ 24.053899] mmcblk: probe of mmc1:0001 rejects match -19
[ 24.071463] device: 'mmc1:0001:1': device_add
[ 24.088063] bus: 'sdio': add device mmc1:0001:1
[ 24.104681] PM: Adding info for sdio:mmc1:0001:1
[ 24.121174] bus: 'sdio': driver_probe_device: matched device mmc1:0001:1 with driver libertas_sdio
[ 24.154174] bus: 'sdio': really_probe: probing driver libertas_sdio with device mmc1:0001:1
[ 24.178369] mmcblk0: mmc0:aaaa SD08G 7.40 GiB
[ 24.200798] mmcblk2: mmc2:e624 SU04G 3.69 GiB
[ 24.220587] device: '179:0': device_add
[ 24.236961] PM: Adding info for No Bus:179:0
[ 24.253659] device: 'mmcblk0': device_add
[ 24.270007] PM: Adding info for No Bus:mmcblk0
[ 24.289860] device: '179:8': device_add
[ 24.305882] PM: Adding info for No Bus:179:8
[ 24.322006] device: 'mmcblk2': device_add
[ 24.337742] PM: Adding info for No Bus:mmcblk2
[ 24.356880] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 24.374388] driver: 'sd': driver_bound: bound to device '0:0:0:0'
[ 24.392400] bus: 'scsi': really_probe: bound device 0:0:0:0 to driver sd
[ 24.411113] sd 0:0:0:0: async probe completed
[ 24.430512] mmcblk2: p1 p2
[ 24.445289] device: 'mmcblk2p1': device_add
[ 24.461280] PM: Adding info for No Bus:mmcblk2p1
[ 24.478327] device: 'hdaudioC0D0': device_add
[ 24.494262] bus: 'hdaudio': add device hdaudioC0D0
[ 24.510533] PM: Adding info for hdaudio:hdaudioC0D0
[ 24.526938] bus: 'hdaudio': driver_probe_device: matched device hdaudioC0D0 with driver snd_hda_codec_conexant
[ 24.560505] bus: 'hdaudio': really_probe: probing driver snd_hda_codec_conexant with device hdaudioC0D0
[ 24.594039] snd_hda_codec_conexant hdaudioC0D0: CX20582 (Pebble): BIOS auto-probing.
[ 24.614544] mmcblk0: p1 p2
[ 24.629877] device: 'mmcblk0p1': device_add
[ 24.646707] PM: Adding info for No Bus:mmcblk0p1
[ 24.665721] device: 'mmcblk2p2': device_add
[ 24.682589] PM: Adding info for No Bus:mmcblk2p2
[ 24.700950] device: 'mmcblk0p2': device_add
[ 24.717623] PM: Adding info for No Bus:mmcblk0p2
[ 24.735151] driver: 'mmcblk': driver_bound: bound to device 'mmc2:e624'
[ 24.754306] bus: 'mmc': really_probe: bound device mmc2:e624 to driver mmcblk
[ 24.777251] driver: 'mmcblk': driver_bound: bound to device 'mmc0:aaaa'
[ 24.796700] bus: 'mmc': really_probe: bound device mmc0:aaaa to driver mmcblk
[ 24.818156] driver: 'libertas_sdio': driver_bound: bound to device 'mmc1:0001:1'
[ 24.838635] bus: 'sdio': really_probe: bound device mmc1:0001:1 to driver libertas_sdio
[ 24.864018] snd_hda_codec_conexant hdaudioC0D0: autoconfig for CX20582 (Pebble): line_outs=1 (0x1f/0x0/0x0/0x0/0x0) type:speaker
[ 24.901144] snd_hda_codec_conexant hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 24.922473] snd_hda_codec_conexant hdaudioC0D0: hp_outs=1 (0x19/0x0/0x0/0x0/0x0)
[ 24.943368] snd_hda_codec_conexant hdaudioC0D0: mono: mono_out=0x0
[ 24.962963] snd_hda_codec_conexant hdaudioC0D0: inputs:
[ 24.981460] snd_hda_codec_conexant hdaudioC0D0: Internal Mic=0x1b
[ 25.000967] snd_hda_codec_conexant hdaudioC0D0: Mic=0x1a
[ 25.126346] driver: 'snd_hda_codec_conexant': driver_bound: bound to device 'hdaudioC0D0'
[ 25.147886] bus: 'hdaudio': really_probe: bound device hdaudioC0D0 to driver snd_hda_codec_conexant
[ 25.184364] device: 'card0': device_add
[ 25.201723] PM: Adding info for No Bus:card0
[ 25.219428] device: 'pcmC0D0p': device_add
[ 25.236782] PM: Adding info for No Bus:pcmC0D0p
[ 25.254468] psmouse serio1: hgpk: ID: 10 00 64
[ 25.274624] device: 'pcmC0D0c': device_add
[ 25.291904] PM: Adding info for No Bus:pcmC0D0c
[ 25.310035] device: 'input6': device_add
[ 25.327168] PM: Adding info for No Bus:input6
[ 25.344748] input: HDA VIA VT82xx Mic as /devices/pci0000:00/0000:00:14.0/sound/card0/input6
[ 25.366827] device: 'event4': device_add
[ 25.384105] PM: Adding info for No Bus:event4
[ 25.404129] device: 'input7': device_add
[ 25.420838] PM: Adding info for No Bus:input7
[ 25.437703] input: HDA VIA VT82xx Headphone as /devices/pci0000:00/0000:00:14.0/sound/card0/input7
[ 25.471675] device: 'event5': device_add
[ 25.488163] PM: Adding info for No Bus:event5
[ 25.510498] device: 'controlC0': device_add
[ 25.527248] PM: Adding info for No Bus:controlC0
[ 26.006927] psmouse serio1: sentelic: Finger Sensing Pad, hw: 13.2.1, sn: 0, sw: 1.1.0-K
[ 26.062882] libertas_sdio mmc1:0001:1 (unnamed net_device) (uninitialized): 68:a3:c4:cf:8d:fa, fw 9.70.20p0, cap 0x000003a3
[ 26.118371] device: 'phy0': device_add
[ 26.136970] PM: Adding info for No Bus:phy0
[ 26.155847] device: 'rfkill0': device_add
[ 26.174246] PM: Adding info for No Bus:rfkill0
[ 26.192906] device: 'wlan0': device_add
[ 26.210788] PM: Adding info for No Bus:wlan0
[ 26.228939] libertas_sdio mmc1:0001:1 wlan0: Marvell WLAN 802.11 adapter
[ 27.588998] device: 'input4': device_add
[ 27.610978] PM: Adding info for No Bus:input4
[ 27.633648] input: FSPPS/2 Sentelic FingerSensingPad as /devices/platform/i8042/serio1/input/input4
[ 27.680372] device: 'event6': device_add
[ 27.703493] PM: Adding info for No Bus:event6
[ 27.735637] driver: 'psmouse': driver_bound: bound to device 'serio1'
[ 27.754684] bus: 'serio': really_probe: bound device serio1 to driver psmouse
[ 27.801524] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: disabled.
[ 27.850012] VFS: Mounted root (ext4 filesystem) on device 8:1.
[ 27.892811] devtmpfs: mounted
[ 27.909537] Freeing unused kernel image (initmem) memory: 412K
[ 27.929033] Write protecting kernel text and read-only data: 7220k
[ 27.950535] Run /sbin/init as init process
[ 27.969848] with arguments:
[ 27.987918] /sbin/init
[ 28.005564] with environment:
[ 28.023537] HOME=/
[ 28.040263] TERM=linux
[ 28.056902] selinux=0
[ 32.106278] random: crng init done
[ 38.204726] EXT4-fs (mmcblk0p1): mounting ext2 file system using the ext4 subsystem
[ 38.213547] EXT4-fs (mmcblk0p1): mounted filesystem without journal. Opts: (null). Quota mode: disabled.
[ 38.213588] ext2 filesystem being mounted at /boot supports timestamps until 2038 (0x7fffffff)
[ 39.531327] elogind[1051]: Successfully forked off 'elogind-forker' as PID 1052.
[ 39.533917] elogind-forker[1052]: Successfully forked off 'elogind-daemon' as PID 1053.
[ 39.535919] elogind[1051]: elogind-forker succeeded.
[ 39.548485] elogind-daemon[1053]: Found cgroup on /sys/fs/cgroup/openrc, unified hierarchy for openrc controller
[ 39.548739] elogind-daemon[1053]: Found cgroup on /sys/fs/cgroup/openrc, unified hierarchy for openrc controller
[ 39.550809] elogind-daemon[1053]: Using cgroup controller name=openrc. File system hierarchy is at /sys/fs/cgroup/openrc.
[ 39.551241] elogind-daemon[1053]: Controller 'cpu' supported: yes
[ 39.551269] elogind-daemon[1053]: Controller 'cpuacct' supported: no
[ 39.551291] elogind-daemon[1053]: Controller 'cpuset' supported: no
[ 39.551313] elogind-daemon[1053]: Controller 'io' supported: no
[ 39.551335] elogind-daemon[1053]: Controller 'blkio' supported: no
[ 39.551356] elogind-daemon[1053]: Controller 'memory' supported: no
[ 39.551378] elogind-daemon[1053]: Controller 'devices' supported: no
[ 39.920760] device: 'vcs2': device_add
[ 39.920826] PM: Adding info for No Bus:vcs2
[ 39.920982] device: 'vcsu2': device_add
[ 39.921024] PM: Adding info for No Bus:vcsu2
[ 39.923925] device: 'vcsa2': device_add
[ 39.923986] PM: Adding info for No Bus:vcsa2
[ 39.925248] device: 'vcs3': device_add
[ 39.925311] PM: Adding info for No Bus:vcs3
[ 39.929337] device: 'vcsu3': device_add
[ 39.929397] PM: Adding info for No Bus:vcsu3
[ 39.929476] device: 'vcsa3': device_add
[ 39.929508] PM: Adding info for No Bus:vcsa3
[ 39.930096] device: 'vcs4': device_add
[ 39.930153] PM: Adding info for No Bus:vcs4
[ 39.933294] device: 'vcsu4': device_add
[ 39.933356] PM: Adding info for No Bus:vcsu4
[ 39.933440] device: 'vcsa4': device_add
[ 39.933472] PM: Adding info for No Bus:vcsa4
[ 39.934050] device: 'vcs5': device_add
[ 39.934107] PM: Adding info for No Bus:vcs5
[ 39.935967] device: 'vcsu5': device_add
[ 39.936038] PM: Adding info for No Bus:vcsu5
[ 39.936119] device: 'vcsa5': device_add
[ 39.936151] PM: Adding info for No Bus:vcsa5
[ 39.939710] device: 'vcs6': device_add
[ 39.939773] PM: Adding info for No Bus:vcs6
[ 39.939886] device: 'vcsu6': device_add
[ 39.939919] PM: Adding info for No Bus:vcsu6
[ 39.939978] device: 'vcsa6': device_add
[ 39.940015] PM: Adding info for No Bus:vcsa6
[ 39.940540] device: 'vcs7': device_add
[ 39.940598] PM: Adding info for No Bus:vcs7
[ 39.946880] device: 'vcsu7': device_add
[ 39.946942] PM: Adding info for No Bus:vcsu7
[ 39.947021] device: 'vcsa7': device_add
[ 39.947055] PM: Adding info for No Bus:vcsa7
[ 39.947635] device: 'vcs8': device_add
[ 39.947701] PM: Adding info for No Bus:vcs8
[ 39.947812] device: 'vcsu8': device_add
[ 39.947846] PM: Adding info for No Bus:vcsu8
[ 39.947900] device: 'vcsa8': device_add
[ 39.947932] PM: Adding info for No Bus:vcsa8
[ 39.951613] device: 'vcs9': device_add
[ 39.951678] PM: Adding info for No Bus:vcs9
[ 39.953521] device: 'vcsu9': device_add
[ 39.953581] PM: Adding info for No Bus:vcsu9
[ 39.953669] device: 'vcsa9': device_add
[ 39.953701] PM: Adding info for No Bus:vcsa9
[ 39.954285] device: 'vcs10': device_add
[ 39.954342] PM: Adding info for No Bus:vcs10
[ 39.957823] device: 'vcsu10': device_add
[ 39.957885] PM: Adding info for No Bus:vcsu10
[ 39.957974] device: 'vcsa10': device_add
[ 39.958008] PM: Adding info for No Bus:vcsa10
[ 39.958585] device: 'vcs11': device_add
[ 39.958651] PM: Adding info for No Bus:vcs11
[ 39.961570] device: 'vcsu11': device_add
[ 39.961632] PM: Adding info for No Bus:vcsu11
[ 39.961714] device: 'vcsa11': device_add
[ 39.961747] PM: Adding info for No Bus:vcsa11
[ 39.962336] device: 'vcs12': device_add
[ 39.962392] PM: Adding info for No Bus:vcs12
[ 39.965343] device: 'vcsu12': device_add
[ 39.965413] PM: Adding info for No Bus:vcsu12
[ 39.966283] device: 'vcsa12': device_add
[ 39.966341] PM: Adding info for No Bus:vcsa12
[ 53.883336] elogind-daemon[1053]: Got message type=method_call sender=:1.1 destination=org.freedesktop.login1 path=/org/freedesktop/login1 interface=org.freedesktop.login1.Manager member=CreateSession cookie=2 reply_cookie=0 signature=uusssssussbssa(sv) error-name=n/a error-message=n/a
[ 53.883541] elogind-daemon[1053]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixUser cookie=4 reply_cookie=0 signature=s error-name=n/a error-message=n/a
[ 53.884552] elogind-daemon[1053]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.0 path=n/a interface=n/a member=n/a cookie=5 reply_cookie=4 signature=u error-name=n/a error-message=n/a
[ 53.884805] elogind-daemon[1053]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixProcessID cookie=5 reply_cookie=0 signature=s error-name=n/a error-message=n/a
[ 53.885831] elogind-daemon[1053]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.0 path=n/a interface=n/a member=n/a cookie=6 reply_cookie=5 signature=u error-name=n/a error-message=n/a
[ 53.886567] elogind-daemon[1053]: Unable to connect to /run/systemd/userdb/io.systemd.Multiplexer: No such file or directory
[ 53.886944] elogind-daemon[1053]: Failed to dlopen(libnss_elogind.so.2), ignoring: /lib/libnss_elogind.so.2: cannot open shared object file: No such file or directory
[ 53.888758] elogind-daemon[1053]: Failed to dlopen(libnss_elogind.so.2), ignoring: /lib/libnss_elogind.so.2: cannot open shared object file: No such file or directory
[ 53.889020] elogind-daemon[1053]: Starting services for new user root.
[ 53.889059] elogind-daemon[1053]: Will mount /run/user/0 owned by 0:0
\
 
 \ /
  Last update: 2021-09-09 19:27    [W:1.005 / U:0.340 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site