You are not logged in.
I'm trying to get a tuner card set up on my Arch Linux. I have a dual boot to windows which works (so I know it's not a hardware problem) but I want to be able to use this on linux, which I am on far more often.
Whenever I scan for channels I can't seem to find anything. I go to channel editor, click scan for channels, select "/dev/v4l/by-path/pci-0000:03:00.0-video-index0", and scan, but I don't get anything.
I found that I don't have a "/dev/dvb/" folder, and I feel like that might be part of this, but I'm not sue. I also have this file in /etc/modprobe.d:
(0) $ cat /etc/modprobe.d/tv-card-vertion.conf
options cx23885 card=3My entire system is up-to-date.
Offline
So lsusb reports 0070:7911 as vid and pid? Are all modules cx23885 depends upon loaded? Check 'modinfo cx23885'. Are there any blacklisted modules maybe? What about dmesg and journalctl?
Offline
So lsusb reports 0070:7911 as vid and pid? Are all modules cx23885 depends upon loaded? Check 'modinfo cx23885'. Are there any blacklisted modules maybe? What about dmesg and journalctl?
No on the lsusb:
(0) $ lsusb
Bus 004 Device 005: ID 03f0:0b0c Hewlett-Packard Wireless Keyboard and Optical Mouse receiver
Bus 004 Device 004: ID 046d:0804 Logitech, Inc. Webcam C250
Bus 004 Device 003: ID 045e:0039 Microsoft Corp. IntelliMouse Optical
Bus 004 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hu(0) $ modinfo cx23885
filename: /lib/modules/3.16.2-1-ARCH/kernel/drivers/media/pci/cx23885/cx23885.ko.gz
license: GPL
author: Steven Toth <stoth@linuxtv.org>
description: v4l2 driver module for cx23885 based TV cards
version: 0.0.3
license: GPL
author: Steven Toth <stoth@linuxtv.org>
description: Driver for cx23885 based TV cards
firmware: v4l-cx23885-enc.fw
srcversion: B32CB9C9B030C8F929EC460
alias: pci:v000014F1d00008880sv*sd*bc*sc*i*
alias: pci:v000014F1d00008852sv*sd*bc*sc*i*
depends: videobuf-core,videobuf-dma-sg,rc-core,altera-ci,cx2341x,v4l2-common,snd-pcm,videodev,tveeprom,i2c-core,videobuf-dvb,dvb-core,btcx-risc,snd,tda18271,altera-stapl
intree: Y
vermagic: 3.16.2-1-ARCH SMP preempt mod_unload modversions
parm: disable_analog_audio:disable analog audio ALSA driver (int)
parm: audio_debug:enable debug messages [analog audio] (int)
parm: ci_dbg:Enable CI debugging (int)
parm: ci_irq_enable:Enable IRQ from CAM (int)
parm: ir_888_debug:enable debug messages [CX23888 IR controller] (int)
parm: mpegbufs:number of mpeg buffers, range 2-32 (int)
parm: mpeglines:number of lines in an MPEG buffer, range 2-32 (int)
parm: mpeglinesize:number of bytes in each line of an MPEG buffer, range 512-1024 (int)
parm: v4l_debug:enable V4L debug messages (int)
parm: alt_tuner:Enable alternate tuner configuration (int)
parm: adapter_nr:DVB adapter numbers (array of short)
parm: i2c_debug:enable debug messages [i2c] (int)
parm: i2c_scan:scan i2c bus at insmod time (int)
parm: debug:enable debug messages (int)
parm: card:card type (array of int)
parm: vbibufs:number of vbi buffers, range 2-32 (int)
parm: vbi_debug:enable debug messages [vbi] (int)
parm: video_nr:video device numbers (array of int)
parm: vbi_nr:vbi device numbers (array of int)
parm: radio_nr:radio device numbers (array of int)
parm: video_debug:enable debug messages [video] (int)
parm: irq_debug:enable debug messages [IRQ handler] (int)
parm: vid_limit:capture memory limit in megabytes (int)
parm: netup_card_rev:NetUP Dual DVB-T/C CI card revision (int)
parm: enable_885_ir:Enable integrated IR controller for supported
CX2388[57] boards that are wired for it:
HVR-1250 (reported safe)
TerraTec Cinergy T PCIe Dual (not well tested, appears to be safe)
TeVii S470 (reported unsafe)
This can cause an interrupt storm with some cards.
Default: 0 [Disabled] (int)I did a list mod and I found that there wasn't any module named videobuf-core, but there was one named videobuf2-core. Other than that, all the dependencies are loaded.
I've blacklisted a few modules, but I don't think any of those are the problem.
(0) $ cat /etc/modprobe.d/*
options snd slots=snd_usb_audio,snd_hda_intel
options snd_hda_intel index=0
options snd_usb_audio index=-2
blacklist eeepc-wmi
blacklist r8169
options cx23885 card=3(0) $ dmesg | grep "dvb\|cx23885"
[ 5.851984] cx23885 driver version 0.0.3 loaded
[ 5.852082] CORE cx23885[0]: subsystem: 0070:2a18, board: Hauppauge WinTV-HVR1250 [card=3,insmod option]
[ 5.980111] cx23885[0]: warning: unknown hauppauge model #161111
[ 5.980112] cx23885[0]: hauppauge eeprom: model=161111
[ 6.009474] cx25840 2-0044: cx23888 A/V decoder found @ 0x88 (cx23885[0])
[ 6.672886] cx25840 2-0044: loaded v4l-cx23885-avcore-01.fw firmware (16382 bytes)
[ 7.107440] cx23885[0]: registered device video1 [v4l2]
[ 7.107525] cx23885[0]: registered device vbi0
[ 7.107717] cx23885[0]: registered ALSA audio device
[ 7.193940] cx23885_dvb_register() allocating 1 frontend(s)
[ 7.193943] cx23885[0]: cx23885 based dvb card
[ 7.542687] cx23885[0]: frontend initialization failed
[ 7.543264] cx23885_dvb_register() dvb_register failed err = -22
[ 7.543953] cx23885_dev_setup() Failed to register dvb on VID_C
[ 7.544629] cx23885_dev_checkrevision() Hardware revision = 0xd0
[ 7.544635] cx23885[0]/0: found at 0000:03:00.0, rev: 4, irq: 18, latency: 0, mmio: 0xf7a00000
--Hibernate--
[16989.182879] cx88/2: cx2388x dvb driver version 0.0.9 loaded
[16989.182883] cx88/2: registering cx8802 driver, type: dvb access: shared
[17414.111243] usbcore: registered new interface driver dvb_usb_rtl28xxuI've been looking at "dvb_register failed err = -22" for a while, but google doesn't seem to have much.
Offline
So it must be an internal card, I assumed it was a usb dvb receiver. You could enable debug messages through modprobe options. The parameters are listed by modinfo, the current loaded parameters values can be determined by systool:
systool -vm cx23885So I assume the card is not being recognized on its own? Or is there another reason for using card=3? Maybe you should disable the IR controller.
Some reference:
https://bbs.archlinux.org/viewtopic.php?id=98215
http://www.linuxtv.org/wiki/index.php/H … V-HVR-1250
Side note: This here is redundant:
options snd slots=snd_usb_audio,snd_hda_intel
options snd_hda_intel index=0
options snd_usb_audio index=-2Use either slots or index parameter, since they are equivalent in this configuration. Using both does not really make sense and it encourages other copy cats to do the same, which I have to explain yet another time.
options snd slots=snd_usb_audio,snd_hda_intelOr
options snd_hda_intel index=0
options snd_usb_audio index=-2I recommend the latter.
Edit Typos and clarification.
Last edited by emeres (2014-09-17 16:04:37)
Offline
So it must be an internal card, I assumed it was a usb dvb receiver. You could enable debug messages through modprobe options. The parameters are listed by modinfo, the current loaded parameters values can be determined by systool:
systool -vm cx23885
(0) $ sudo su -c "systool -vm cx23885"
Module = "cx23885"
Attributes:
coresize = "162544"
initsize = "0"
initstate = "live"
refcnt = "1"
srcversion = "B32CB9C9B030C8F929EC460"
taint = ""
uevent = <store method only>
version = "0.0.3"
Parameters:
adapter_nr = "-1,-1,-1,-1,-1,-1,-1,-1"
alt_tuner = "0"
audio_debug = "0"
card = "3,-1,-1,-1,-1,-1,-1,-1"
ci_dbg = "0"
ci_irq_enable = "0"
debug = "0"
disable_analog_audio= "0"
enable_885_ir = "0"
i2c_debug = "0"
i2c_scan = "0"
ir_888_debug = "0"
irq_debug = "0"
mpegbufs = "32"
mpeglines = "32"
mpeglinesize = "512"
netup_card_rev = "4"
radio_nr = "-1,-1,-1,-1,-1,-1,-1,-1"
v4l_debug = "0"
vbi_debug = "0"
vbi_nr = "-1,-1,-1,-1,-1,-1,-1,-1"
vbibufs = "4"
vid_limit = "16"
video_debug = "0"
video_nr = "-1,-1,-1,-1,-1,-1,-1,-1"
Sections:
.bss = "0xffffffffa0f2abc0"
.data = "0xffffffffa0f26000"
.exit.text = "0xffffffffa0f1c5a6"
.gnu.linkonce.this_module= "0xffffffffa0f2a940"
.init.text = "0xffffffffa0f30000"
.note.gnu.build-id = "0xffffffffa0f1d000"
.rodata = "0xffffffffa0f1d040"
.rodata.str1.1 = "0xffffffffa0f23439"
.rodata.str1.8 = "0xffffffffa0f201b8"
.smp_locks = "0xffffffffa0f25828"
.strtab = "0xffffffffa0f35b48"
.symtab = "0xffffffffa0f31000"
.text = "0xffffffffa0f07000"
.text.unlikely = "0xffffffffa0f1c57b"
__bug_table = "0xffffffffa0f25768"
__mcount_loc = "0xffffffffa0f24f78"
__param = "0xffffffffa0f24c58"So I assume the card is not being recognized on its own? Or is there another reason for using card=3? Maybe you should disable the IR controller.
It recognized the card and the proper driver to use on it's own, but it gave a warning when I booted that it didn't know exactly which card it was using. I added that just to get rid of the warnings which mucked up the log files.
I already looked at the later and it said everything should be working. I'll try setting my card type to 20 and see what happens.
Side note: This here is redundant:
options snd slots=snd_usb_audio,snd_hda_intel options snd_hda_intel index=0 options snd_usb_audio index=-2Use either slots or index parameter, since they are equivalent in this configuration. Using both does not really make sense and it encourages other copy cats to do the same, which I have to explain yet another time.
options snd slots=snd_usb_audio,snd_hda_intelOr
options snd_hda_intel index=0 options snd_usb_audio index=-2I recommend the latter.
Fixed it. I think I copied it from somewhere else before I knew much about the kernel.
Edit:
I changed the card number to 20 to no effect, but I believe this does help in-that it means that if I can get the error resolved than I am set.
Edit:
I added the debug flag:
(0) $ demsg
...
[ 6.264432] AVX version of gcm_enc/dec engaged.
[ 6.369951] cx23885 driver version 0.0.3 loaded
[ 6.370039] CORE cx23885[0]: subsystem: 0070:2a18, board: H
[ 6.391985] usb 4-1.5: Warning! Unlikely big volume range (
[ 6.391987] usb 4-1.5: [5] FU [Mic Capture Volume] ch = 1,
[ 6.392154] usbcore: registered new interface driver snd-us
[ 6.392183] uvcvideo: Found UVC 1.00 device <unnamed> (046d
[ 6.406660] input: UVC Camera (046d:0804) as /devices/pci00
[ 6.406729] usbcore: registered new interface driver uvcvid
[ 6.406730] USB Video Class driver (1.1.1)
[ 6.477605] systemd-udevd[174]: renamed network interface e
[ 6.518038] tveeprom 0-0050: Hauppauge model 161111, rev A1
[ 6.518040] tveeprom 0-0050: MAC address is 00:0d:fe:8a:15:
[ 6.518041] tveeprom 0-0050: tuner model is unknown (idx 18
[ 6.518042] tveeprom 0-0050: TV standards NTSC(M) ATSC/DVB
[ 6.518043] tveeprom 0-0050: audio processor is CX23888 (id
[ 6.518044] tveeprom 0-0050: decoder processor is CX23888 (
[ 6.518045] tveeprom 0-0050: has no radio, has IR receiver,
[ 6.518046] cx23885[0]: warning: unknown hauppauge model #1
[ 6.518047] cx23885[0]: hauppauge eeprom: model=161111
[ 6.573277] cx25840 2-0044: cx23888 A/V decoder found @ 0x8
[ 6.653206] iTCO_vendor_support: vendor-support=0
[ 6.653787] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[ 6.653819] iTCO_wdt: Found a Cougar Point TCO device (Vers
[ 6.653926] iTCO_wdt: initialized. heartbeat=30 sec (nowayo
[ 6.753845] intel_rapl: RAPL domain dram detection failed
[ 7.060797] fuse init (API version 7.23)
[ 7.241599] cx25840 2-0044: loaded v4l-cx23885-avcore-01.fw
[ 7.275357] cx23885[0]: registered device video1 [v4l2]
[ 7.275390] cx23885[0]: registered device vbi0
[ 7.275486] cx23885[0]: registered ALSA audio device
[ 7.345581] cx23885_dvb_register() allocating 1 frontend(s)
[ 7.345582] cx23885[0]: cx23885 based dvb card
[ 7.628814] WARNING! power/level is deprecated; use power/c
[ 8.019458] tda18271 1-0060: creating new instance
[ 8.021548] Unknown device (254) detected @ 1-0060, device
[ 8.021552] tda18271_attach: [1-0060|M] error -22 on line 1
[ 8.022228] tda18271 1-0060: destroying instance
[ 8.022230] cx23885[0]: frontend initialization failed
[ 8.022815] cx23885_dvb_register() dvb_register failed err
[ 8.023477] cx23885_dev_setup() Failed to register dvb on V
[ 8.024139] cx23885_dev_checkrevision() Hardware revision =
[ 8.024145] cx23885[0]/0: found at 0000:03:00.0, rev: 4, ir
...Last edited by Dornith (2014-09-17 22:43:45)
Offline
It looks like the log is cut off, correct that. I have difficulty finding information on that *exact* error line. Should you find something, that you think is relevant, please reference it here.
Offline
Full dmesg:
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 3.16.3-1-ARCH (nobody@var-lib-archbuild-testing-x86_64-tobias) (gcc version 4.9.1 20140903 (prerelease) (GCC) ) #1 SMP PREEMPT Wed Sep 17 21:54:13 CEST 2014
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=9206abd6-e60a-4e66-b0cd-ddc80032620c rw resume=/dev/sda8 quiet
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000de94cfff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000de94d000-0x00000000df140fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000df141000-0x00000000df394fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000df395000-0x00000000df3a1fff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000df3a2000-0x00000000df3c0fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000df3c1000-0x00000000df3c5fff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000df3c6000-0x00000000df408fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000df409000-0x00000000df7fffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000021effffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.6 present.
[ 0.000000] DMI: System manufacturer System Product Name/P8Z68-V LX, BIOS 3904 05/10/2012
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] AGP: No AGP bridge found
[ 0.000000] e820: last_pfn = 0x21f000 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-CFFFF write-protect
[ 0.000000] D0000-E7FFF uncachable
[ 0.000000] E8000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask E00000000 write-back
[ 0.000000] 1 base 200000000 mask FF0000000 write-back
[ 0.000000] 2 base 210000000 mask FF8000000 write-back
[ 0.000000] 3 base 218000000 mask FFC000000 write-back
[ 0.000000] 4 base 21C000000 mask FFE000000 write-back
[ 0.000000] 5 base 21E000000 mask FFF000000 write-back
[ 0.000000] 6 base 0E0000000 mask FE0000000 uncachable
[ 0.000000] 7 disabled
[ 0.000000] 8 disabled
[ 0.000000] 9 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved
[ 0.000000] e820: last_pfn = 0xdf800 max_arch_pfn = 0x400000000
[ 0.000000] found SMP MP-table at [mem 0x000fcd80-0x000fcd8f] mapped at [ffff8800000fcd80]
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[ 0.000000] [mem 0x00000000-0x000fffff] page 4k
[ 0.000000] BRK [0x01b23000, 0x01b23fff] PGTABLE
[ 0.000000] BRK [0x01b24000, 0x01b24fff] PGTABLE
[ 0.000000] BRK [0x01b25000, 0x01b25fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x21ee00000-0x21effffff]
[ 0.000000] [mem 0x21ee00000-0x21effffff] page 2M
[ 0.000000] BRK [0x01b26000, 0x01b26fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x21c000000-0x21edfffff]
[ 0.000000] [mem 0x21c000000-0x21edfffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x200000000-0x21bffffff]
[ 0.000000] [mem 0x200000000-0x21bffffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x00100000-0xde94cfff]
[ 0.000000] [mem 0x00100000-0x001fffff] page 4k
[ 0.000000] [mem 0x00200000-0xde7fffff] page 2M
[ 0.000000] [mem 0xde800000-0xde94cfff] page 4k
[ 0.000000] init_memory_mapping: [mem 0xdf409000-0xdf7fffff]
[ 0.000000] [mem 0xdf409000-0xdf5fffff] page 4k
[ 0.000000] [mem 0xdf600000-0xdf7fffff] page 2M
[ 0.000000] BRK [0x01b27000, 0x01b27fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x100000000-0x1ffffffff]
[ 0.000000] [mem 0x100000000-0x1ffffffff] page 2M
[ 0.000000] BRK [0x01b28000, 0x01b28fff] PGTABLE
[ 0.000000] RAMDISK: [mem 0x37a5c000-0x37d25fff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000000F0450 000024 (v02 ALASKA)
[ 0.000000] ACPI: XSDT 0x00000000DF395078 000064 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: FACP 0x00000000DF39F940 0000F4 (v04 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: DSDT 0x00000000DF395170 00A7C9 (v02 ALASKA A M I 00000015 INTL 20051117)
[ 0.000000] ACPI: FACS 0x00000000DF3BFF80 000040
[ 0.000000] ACPI: APIC 0x00000000DF39FA38 000072 (v03 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: MCFG 0x00000000DF39FAB0 00003C (v01 ALASKA A M I 01072009 MSFT 00000097)
[ 0.000000] ACPI: HPET 0x00000000DF39FAF0 000038 (v01 ALASKA A M I 01072009 AMI. 00000005)
[ 0.000000] ACPI: SSDT 0x00000000DF39FB28 00036D (v01 SataRe SataTabl 00001000 INTL 20091112)
[ 0.000000] ACPI: SSDT 0x00000000DF39FE98 0009AA (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
[ 0.000000] ACPI: SSDT 0x00000000DF3A0848 000A92 (v01 PmRef CpuPm 00003000 INTL 20051117)
[ 0.000000] ACPI: BGRT 0x00000000DF3A1338 000038 (v00 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000021effffff]
[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x21effffff]
[ 0.000000] NODE_DATA [mem 0x21eff4000-0x21eff8fff]
[ 0.000000] [ffffea0000000000-ffffea00087fffff] PMD -> [ffff880216600000-ffff88021e5fffff] on node 0
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x00001000-0x00ffffff]
[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
[ 0.000000] Normal [mem 0x100000000-0x21effffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x00001000-0x0009cfff]
[ 0.000000] node 0: [mem 0x00100000-0xde94cfff]
[ 0.000000] node 0: [mem 0xdf409000-0xdf7fffff]
[ 0.000000] node 0: [mem 0x100000000-0x21effffff]
[ 0.000000] On node 0 totalpages: 2088160
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 21 pages reserved
[ 0.000000] DMA zone: 3996 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 14198 pages used for memmap
[ 0.000000] DMA32 zone: 908612 pages, LIFO batch:31
[ 0.000000] Normal zone: 18368 pages used for memmap
[ 0.000000] Normal zone: 1175552 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0x408
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[ 0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xde94d000-0xdf140fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xdf141000-0xdf394fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xdf395000-0xdf3a1fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xdf3a2000-0xdf3c0fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xdf3c1000-0xdf3c5fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xdf3c6000-0xdf408fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xdf800000-0xf7ffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[ 0.000000] e820: [mem 0xdf800000-0xf7ffffff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:4 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff88021ec00000 s86784 r8192 d23808 u524288
[ 0.000000] pcpu-alloc: s86784 r8192 d23808 u524288 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1 2 3
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2055509
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=9206abd6-e60a-4e66-b0cd-ddc80032620c rw resume=/dev/sda8 quiet
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
[ 0.000000] AGP: Checking aperture...
[ 0.000000] AGP: No AGP bridge found
[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.000000] Memory: 8140384K/8352640K available (5335K kernel code, 887K rwdata, 1688K rodata, 1128K init, 1164K bss, 212256K reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
[ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=4.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.000000] NR_IRQS:8448 nr_irqs:712 16
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] allocated 33554432 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] hpet clockevent registered
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 3310.585 MHz processor
[ 0.000026] Calibrating delay loop (skipped), value calculated using timer frequency.. 6623.05 BogoMIPS (lpj=11035283)
[ 0.000028] pid_max: default: 32768 minimum: 301
[ 0.000033] ACPI: Core revision 20140424
[ 0.005121] ACPI: All ACPI Tables successfully acquired
[ 0.011318] Security Framework initialized
[ 0.011323] Yama: becoming mindful.
[ 0.011708] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.012899] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.013398] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.013405] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.013573] Initializing cgroup subsys memory
[ 0.013586] Initializing cgroup subsys devices
[ 0.013591] Initializing cgroup subsys freezer
[ 0.013593] Initializing cgroup subsys net_cls
[ 0.013595] Initializing cgroup subsys blkio
[ 0.013613] CPU: Physical Processor ID: 0
[ 0.013614] CPU: Processor Core ID: 0
[ 0.013617] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[ 0.013619] mce: CPU supports 9 MCE banks
[ 0.013629] CPU0: Thermal monitoring enabled (TM1)
[ 0.013636] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
tlb_flushall_shift: 6
[ 0.013728] Freeing SMP alternatives memory: 20K (ffffffff819f9000 - ffffffff819fe000)
[ 0.014472] ftrace: allocating 20438 entries in 80 pages
[ 0.022252] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.055222] smpboot: CPU0: Intel(R) Core(TM) i5-2500K CPU @ 3.30GHz (fam: 06, model: 2a, stepping: 07)
[ 0.055227] TSC deadline timer enabled
[ 0.055243] Performance Events: PEBS fmt1+, 16-deep LBR, SandyBridge events, full-width counters, Intel PMU driver.
[ 0.055257] perf_event_intel: PEBS disabled due to CPU errata, please upgrade microcode
[ 0.055259] ... version: 3
[ 0.055259] ... bit width: 48
[ 0.055260] ... generic registers: 8
[ 0.055261] ... value mask: 0000ffffffffffff
[ 0.055262] ... max period: 0000ffffffffffff
[ 0.055262] ... fixed-purpose events: 3
[ 0.055263] ... event mask: 00000007000000ff
[ 0.081955] x86: Booting SMP configuration:
[ 0.081958] .... node #0, CPUs: #1
[ 0.095121] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 0.095291] #2 #3
[ 0.125163] x86: Booted up 1 node, 4 CPUs
[ 0.125166] smpboot: Total of 4 processors activated (26495.20 BogoMIPS)
[ 0.127536] devtmpfs: initialized
[ 0.129982] PM: Registering ACPI NVS region [mem 0xdf141000-0xdf394fff] (2441216 bytes)
[ 0.130007] PM: Registering ACPI NVS region [mem 0xdf3a2000-0xdf3c0fff] (126976 bytes)
[ 0.130009] PM: Registering ACPI NVS region [mem 0xdf3c6000-0xdf408fff] (274432 bytes)
[ 0.130648] pinctrl core: initialized pinctrl subsystem
[ 0.130683] RTC time: 14:45:37, date: 09/18/14
[ 0.130720] NET: Registered protocol family 16
[ 0.130804] cpuidle: using governor ladder
[ 0.130806] cpuidle: using governor menu
[ 0.130824] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.130825] ACPI: bus type PCI registered
[ 0.130827] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.130879] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[ 0.130881] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[ 0.130945] PCI: Using configuration type 1 for base access
[ 0.142151] ACPI: Added _OSI(Module Device)
[ 0.142153] ACPI: Added _OSI(Processor Device)
[ 0.142154] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.142155] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.144137] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.155500] ACPI: Dynamic OEM Table Load:
[ 0.155505] ACPI: SSDT 0xFFFF880212C74000 00083B (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
[ 0.168719] ACPI: Dynamic OEM Table Load:
[ 0.168722] ACPI: SSDT 0xFFFF880212C17800 000303 (v01 PmRef ApIst 00003000 INTL 20051117)
[ 0.178624] ACPI: Dynamic OEM Table Load:
[ 0.178627] ACPI: SSDT 0xFFFF880212C64A00 000119 (v01 PmRef ApCst 00003000 INTL 20051117)
[ 0.192256] ACPI: Interpreter enabled
[ 0.192263] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140424/hwxface-580)
[ 0.192273] ACPI: (supports S0 S1 S3 S4 S5)
[ 0.192274] ACPI: Using IOAPIC for interrupt routing
[ 0.192292] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.196179] ACPI: Power Resource [FN00] (off)
[ 0.196237] ACPI: Power Resource [FN01] (off)
[ 0.196292] ACPI: Power Resource [FN02] (off)
[ 0.196348] ACPI: Power Resource [FN03] (off)
[ 0.196402] ACPI: Power Resource [FN04] (off)
[ 0.196824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[ 0.196828] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.196904] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME]
[ 0.196974] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
[ 0.197373] PCI host bridge to bus 0000:00
[ 0.197375] pci_bus 0000:00: root bus resource [bus 00-3e]
[ 0.197377] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
[ 0.197378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
[ 0.197379] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[ 0.197381] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
[ 0.197382] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
[ 0.197383] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
[ 0.197384] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
[ 0.197385] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
[ 0.197386] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
[ 0.197388] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfeafffff]
[ 0.197393] pci 0000:00:00.0: [8086:0100] type 00 class 0x060000
[ 0.197455] pci 0000:00:01.0: [8086:0101] type 01 class 0x060400
[ 0.197480] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.197506] pci 0000:00:01.0: System wakeup disabled by ACPI
[ 0.197561] pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000
[ 0.197582] pci 0000:00:16.0: reg 0x10: [mem 0xf7e0b000-0xf7e0b00f 64bit]
[ 0.197652] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[ 0.197720] pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320
[ 0.197739] pci 0000:00:1a.0: reg 0x10: [mem 0xf7e08000-0xf7e083ff]
[ 0.197823] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[ 0.197863] pci 0000:00:1a.0: System wakeup disabled by ACPI
[ 0.197896] pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300
[ 0.197911] pci 0000:00:1b.0: reg 0x10: [mem 0xf7e00000-0xf7e03fff 64bit]
[ 0.197980] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.198010] pci 0000:00:1b.0: System wakeup disabled by ACPI
[ 0.198040] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
[ 0.198117] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.198150] pci 0000:00:1c.0: System wakeup disabled by ACPI
[ 0.198180] pci 0000:00:1c.2: [8086:1c14] type 01 class 0x060400
[ 0.198257] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[ 0.198290] pci 0000:00:1c.2: System wakeup disabled by ACPI
[ 0.198321] pci 0000:00:1c.5: [8086:1c1a] type 01 class 0x060400
[ 0.198397] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[ 0.198430] pci 0000:00:1c.5: System wakeup disabled by ACPI
[ 0.198459] pci 0000:00:1c.6: [8086:1c1c] type 01 class 0x060400
[ 0.198539] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
[ 0.198572] pci 0000:00:1c.6: System wakeup disabled by ACPI
[ 0.198602] pci 0000:00:1c.7: [8086:244e] type 01 class 0x060401
[ 0.198679] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
[ 0.198712] pci 0000:00:1c.7: System wakeup disabled by ACPI
[ 0.198745] pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320
[ 0.198764] pci 0000:00:1d.0: reg 0x10: [mem 0xf7e07000-0xf7e073ff]
[ 0.198848] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.198888] pci 0000:00:1d.0: System wakeup disabled by ACPI
[ 0.198920] pci 0000:00:1f.0: [8086:1c44] type 00 class 0x060100
[ 0.199072] pci 0000:00:1f.2: [8086:1c02] type 00 class 0x010601
[ 0.199088] pci 0000:00:1f.2: reg 0x10: [io 0xf070-0xf077]
[ 0.199095] pci 0000:00:1f.2: reg 0x14: [io 0xf060-0xf063]
[ 0.199101] pci 0000:00:1f.2: reg 0x18: [io 0xf050-0xf057]
[ 0.199108] pci 0000:00:1f.2: reg 0x1c: [io 0xf040-0xf043]
[ 0.199115] pci 0000:00:1f.2: reg 0x20: [io 0xf020-0xf03f]
[ 0.199121] pci 0000:00:1f.2: reg 0x24: [mem 0xf7e06000-0xf7e067ff]
[ 0.199162] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.199214] pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500
[ 0.199228] pci 0000:00:1f.3: reg 0x10: [mem 0xf7e05000-0xf7e050ff 64bit]
[ 0.199247] pci 0000:00:1f.3: reg 0x20: [io 0xf000-0xf01f]
[ 0.199339] pci 0000:01:00.0: [1002:6719] type 00 class 0x030000
[ 0.199351] pci 0000:01:00.0: reg 0x10: [mem 0xe0000000-0xefffffff 64bit pref]
[ 0.199360] pci 0000:01:00.0: reg 0x18: [mem 0xf7d20000-0xf7d3ffff 64bit]
[ 0.199366] pci 0000:01:00.0: reg 0x20: [io 0xe000-0xe0ff]
[ 0.199376] pci 0000:01:00.0: reg 0x30: [mem 0xf7d00000-0xf7d1ffff pref]
[ 0.199406] pci 0000:01:00.0: supports D1 D2
[ 0.199440] pci 0000:01:00.1: [1002:aa80] type 00 class 0x040300
[ 0.199452] pci 0000:01:00.1: reg 0x10: [mem 0xf7d40000-0xf7d43fff 64bit]
[ 0.199504] pci 0000:01:00.1: supports D1 D2
[ 0.205195] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.205199] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
[ 0.205203] pci 0000:00:01.0: bridge window [mem 0xf7d00000-0xf7dfffff]
[ 0.205207] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xefffffff 64bit pref]
[ 0.205286] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 0.205366] pci 0000:03:00.0: [14f1:8880] type 00 class 0x040000
[ 0.205402] pci 0000:03:00.0: reg 0x10: [mem 0xf7a00000-0xf7bfffff 64bit]
[ 0.205591] pci 0000:03:00.0: supports D1 D2
[ 0.205592] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.205623] pci 0000:03:00.0: System wakeup disabled by ACPI
[ 0.211864] pci 0000:00:1c.2: PCI bridge to [bus 03]
[ 0.211872] pci 0000:00:1c.2: bridge window [mem 0xf7a00000-0xf7bfffff]
[ 0.211980] pci 0000:04:00.0: [1b21:1042] type 00 class 0x0c0330
[ 0.212011] pci 0000:04:00.0: reg 0x10: [mem 0xf7c00000-0xf7c07fff 64bit]
[ 0.212166] pci 0000:04:00.0: PME# supported from D3hot D3cold
[ 0.212196] pci 0000:04:00.0: System wakeup disabled by ACPI
[ 0.218525] pci 0000:00:1c.5: PCI bridge to [bus 04]
[ 0.218533] pci 0000:00:1c.5: bridge window [mem 0xf7c00000-0xf7cfffff]
[ 0.218635] pci 0000:05:00.0: [10ec:8168] type 00 class 0x020000
[ 0.218657] pci 0000:05:00.0: reg 0x10: [io 0xd000-0xd0ff]
[ 0.218689] pci 0000:05:00.0: reg 0x18: [mem 0xf0004000-0xf0004fff 64bit pref]
[ 0.218709] pci 0000:05:00.0: reg 0x20: [mem 0xf0000000-0xf0003fff 64bit pref]
[ 0.218815] pci 0000:05:00.0: supports D1 D2
[ 0.218816] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.218851] pci 0000:05:00.0: System wakeup disabled by ACPI
[ 0.225190] pci 0000:00:1c.6: PCI bridge to [bus 05]
[ 0.225195] pci 0000:00:1c.6: bridge window [io 0xd000-0xdfff]
[ 0.225205] pci 0000:00:1c.6: bridge window [mem 0xf0000000-0xf00fffff 64bit pref]
[ 0.225298] pci 0000:06:00.0: [1b21:1080] type 01 class 0x060401
[ 0.225414] pci 0000:06:00.0: System wakeup disabled by ACPI
[ 0.225438] pci 0000:00:1c.7: PCI bridge to [bus 06-07] (subtractive decode)
[ 0.225447] pci 0000:00:1c.7: bridge window [io 0x0000-0x0cf7] (subtractive decode)
[ 0.225449] pci 0000:00:1c.7: bridge window [io 0x0d00-0xffff] (subtractive decode)
[ 0.225450] pci 0000:00:1c.7: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[ 0.225451] pci 0000:00:1c.7: bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
[ 0.225453] pci 0000:00:1c.7: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
[ 0.225454] pci 0000:00:1c.7: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
[ 0.225455] pci 0000:00:1c.7: bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
[ 0.225456] pci 0000:00:1c.7: bridge window [mem 0x000e0000-0x000e3fff] (subtractive decode)
[ 0.225457] pci 0000:00:1c.7: bridge window [mem 0x000e4000-0x000e7fff] (subtractive decode)
[ 0.225459] pci 0000:00:1c.7: bridge window [mem 0xe0000000-0xfeafffff] (subtractive decode)
[ 0.225571] pci 0000:06:00.0: PCI bridge to [bus 07] (subtractive decode)
[ 0.225591] pci 0000:06:00.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
[ 0.225592] pci 0000:06:00.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
[ 0.225594] pci 0000:06:00.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[ 0.225595] pci 0000:06:00.0: bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
[ 0.225596] pci 0000:06:00.0: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
[ 0.225597] pci 0000:06:00.0: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
[ 0.225598] pci 0000:06:00.0: bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
[ 0.225600] pci 0000:06:00.0: bridge window [mem 0x000e0000-0x000e3fff] (subtractive decode)
[ 0.225601] pci 0000:06:00.0: bridge window [mem 0x000e4000-0x000e7fff] (subtractive decode)
[ 0.225602] pci 0000:06:00.0: bridge window [mem 0xe0000000-0xfeafffff] (subtractive decode)
[ 0.225646] acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported)
[ 0.225985] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.226020] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[ 0.226054] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.226088] ACPI: PCI Interrupt Link [LNKD] (IRQs *3 4 5 6 10 11 12 14 15)
[ 0.226122] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.226157] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 *5 6 10 11 12 14 15)
[ 0.226194] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 10 11 12 14 15)
[ 0.226228] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 *10 11 12 14 15)
[ 0.226404] ACPI: Enabled 5 GPEs in block 00 to 3F
[ 0.226417] ACPI : EC: GPE = 0x18, I/O: command/status = 0x66, data = 0x62
[ 0.226489] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.226490] vgaarb: loaded
[ 0.226491] vgaarb: bridge control possible 0000:01:00.0
[ 0.226513] PCI: Using ACPI for IRQ routing
[ 0.227873] PCI: pci_cache_line_size set to 64 bytes
[ 0.227922] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
[ 0.227924] e820: reserve RAM buffer [mem 0xde94d000-0xdfffffff]
[ 0.227925] e820: reserve RAM buffer [mem 0xdf800000-0xdfffffff]
[ 0.227926] e820: reserve RAM buffer [mem 0x21f000000-0x21fffffff]
[ 0.228005] NetLabel: Initializing
[ 0.228005] NetLabel: domain hash size = 128
[ 0.228006] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.228015] NetLabel: unlabeled traffic allowed by default
[ 0.228034] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.228038] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[ 0.230054] Switched to clocksource hpet
[ 0.233536] pnp: PnP ACPI init
[ 0.233548] ACPI: bus type PNP registered
[ 0.233616] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
[ 0.233619] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.233675] system 00:01: [io 0x0680-0x069f] has been reserved
[ 0.233676] system 00:01: [io 0x0200-0x020f] has been reserved
[ 0.233678] system 00:01: [io 0xffff] has been reserved
[ 0.233679] system 00:01: [io 0xffff] has been reserved
[ 0.233681] system 00:01: [io 0x0400-0x0453] could not be reserved
[ 0.233682] system 00:01: [io 0x0458-0x047f] has been reserved
[ 0.233684] system 00:01: [io 0x0500-0x057f] has been reserved
[ 0.233685] system 00:01: [io 0x164e-0x164f] has been reserved
[ 0.233687] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.233710] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.233744] system 00:03: [io 0x0454-0x0457] has been reserved
[ 0.233746] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[ 0.233807] system 00:04: [io 0x0290-0x029f] has been reserved
[ 0.233809] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.233846] system 00:05: [io 0x04d0-0x04d1] has been reserved
[ 0.233848] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.233998] pnp 00:06: [dma 0 disabled]
[ 0.234035] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.234181] system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.234183] system 00:07: [mem 0xfed10000-0xfed17fff] has been reserved
[ 0.234184] system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.234185] system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.234187] system 00:07: [mem 0xf8000000-0xfbffffff] has been reserved
[ 0.234188] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.234190] system 00:07: [mem 0xfed90000-0xfed93fff] has been reserved
[ 0.234191] system 00:07: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.234192] system 00:07: [mem 0xff000000-0xffffffff] has been reserved
[ 0.234194] system 00:07: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.234195] system 00:07: [mem 0xf0100000-0xf0100fff] has been reserved
[ 0.234197] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.234276] pnp: PnP ACPI: found 8 devices
[ 0.234277] ACPI: bus type PNP unregistered
[ 0.240280] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.240282] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
[ 0.240285] pci 0000:00:01.0: bridge window [mem 0xf7d00000-0xf7dfffff]
[ 0.240287] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xefffffff 64bit pref]
[ 0.240289] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 0.240299] pci 0000:00:1c.2: PCI bridge to [bus 03]
[ 0.240303] pci 0000:00:1c.2: bridge window [mem 0xf7a00000-0xf7bfffff]
[ 0.240310] pci 0000:00:1c.5: PCI bridge to [bus 04]
[ 0.240314] pci 0000:00:1c.5: bridge window [mem 0xf7c00000-0xf7cfffff]
[ 0.240322] pci 0000:00:1c.6: PCI bridge to [bus 05]
[ 0.240324] pci 0000:00:1c.6: bridge window [io 0xd000-0xdfff]
[ 0.240330] pci 0000:00:1c.6: bridge window [mem 0xf0000000-0xf00fffff 64bit pref]
[ 0.240335] pci 0000:06:00.0: PCI bridge to [bus 07]
[ 0.240354] pci 0000:00:1c.7: PCI bridge to [bus 06-07]
[ 0.240364] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
[ 0.240366] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
[ 0.240367] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.240368] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
[ 0.240369] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
[ 0.240370] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
[ 0.240372] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
[ 0.240373] pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff]
[ 0.240374] pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff]
[ 0.240375] pci_bus 0000:00: resource 13 [mem 0xe0000000-0xfeafffff]
[ 0.240377] pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
[ 0.240378] pci_bus 0000:01: resource 1 [mem 0xf7d00000-0xf7dfffff]
[ 0.240379] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xefffffff 64bit pref]
[ 0.240381] pci_bus 0000:03: resource 1 [mem 0xf7a00000-0xf7bfffff]
[ 0.240382] pci_bus 0000:04: resource 1 [mem 0xf7c00000-0xf7cfffff]
[ 0.240383] pci_bus 0000:05: resource 0 [io 0xd000-0xdfff]
[ 0.240384] pci_bus 0000:05: resource 2 [mem 0xf0000000-0xf00fffff 64bit pref]
[ 0.240386] pci_bus 0000:06: resource 4 [io 0x0000-0x0cf7]
[ 0.240387] pci_bus 0000:06: resource 5 [io 0x0d00-0xffff]
[ 0.240388] pci_bus 0000:06: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.240389] pci_bus 0000:06: resource 7 [mem 0x000d0000-0x000d3fff]
[ 0.240390] pci_bus 0000:06: resource 8 [mem 0x000d4000-0x000d7fff]
[ 0.240392] pci_bus 0000:06: resource 9 [mem 0x000d8000-0x000dbfff]
[ 0.240393] pci_bus 0000:06: resource 10 [mem 0x000dc000-0x000dffff]
[ 0.240394] pci_bus 0000:06: resource 11 [mem 0x000e0000-0x000e3fff]
[ 0.240395] pci_bus 0000:06: resource 12 [mem 0x000e4000-0x000e7fff]
[ 0.240396] pci_bus 0000:06: resource 13 [mem 0xe0000000-0xfeafffff]
[ 0.240398] pci_bus 0000:07: resource 4 [io 0x0000-0x0cf7]
[ 0.240399] pci_bus 0000:07: resource 5 [io 0x0d00-0xffff]
[ 0.240400] pci_bus 0000:07: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.240401] pci_bus 0000:07: resource 7 [mem 0x000d0000-0x000d3fff]
[ 0.240402] pci_bus 0000:07: resource 8 [mem 0x000d4000-0x000d7fff]
[ 0.240404] pci_bus 0000:07: resource 9 [mem 0x000d8000-0x000dbfff]
[ 0.240405] pci_bus 0000:07: resource 10 [mem 0x000dc000-0x000dffff]
[ 0.240406] pci_bus 0000:07: resource 11 [mem 0x000e0000-0x000e3fff]
[ 0.240407] pci_bus 0000:07: resource 12 [mem 0x000e4000-0x000e7fff]
[ 0.240408] pci_bus 0000:07: resource 13 [mem 0xe0000000-0xfeafffff]
[ 0.240427] NET: Registered protocol family 2
[ 0.240576] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.240688] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.240801] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.240815] TCP: reno registered
[ 0.240823] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.240846] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.240888] NET: Registered protocol family 1
[ 0.486586] pci 0000:01:00.0: Boot video device
[ 0.486703] PCI: CLS 64 bytes, default 64
[ 0.486735] Unpacking initramfs...
[ 0.522201] Freeing initrd memory: 2856K (ffff880037a5c000 - ffff880037d26000)
[ 0.522208] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.522210] software IO TLB [mem 0xda94d000-0xde94d000] (64MB) mapped at [ffff8800da94d000-ffff8800de94cfff]
[ 0.522393] RAPL PMU detected, hw unit 2^-16 Joules, API unit is 2^-32 Joules, 3 fixed counters 163840 ms ovfl timer
[ 0.522426] Scanning for low memory corruption every 60 seconds
[ 0.522610] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.522906] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.523912] zbud: loaded
[ 0.524028] VFS: Disk quotas dquot_6.5.2
[ 0.524052] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.524132] msgmni has been set to 15904
[ 0.524170] Key type big_key registered
[ 0.524286] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 0.524326] io scheduler noop registered
[ 0.524328] io scheduler deadline registered
[ 0.524361] io scheduler cfq registered (default)
[ 0.524482] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
[ 0.524809] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.524820] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.524843] vesafb: mode is 1400x1050x32, linelength=5632, pages=0
[ 0.524844] vesafb: scrolling: redraw
[ 0.524845] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
[ 0.524856] vesafb: framebuffer at 0xe0000000, mapped to 0xffffc90004e80000, using 5824k, total 5824k
[ 0.585061] Console: switching to colour frame buffer device 175x65
[ 0.644911] fb0: VESA VGA frame buffer device
[ 0.644922] intel_idle: MWAIT substates: 0x1120
[ 0.644923] intel_idle: v0.4 model 0x2A
[ 0.644924] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 0.645044] GHES: HEST is not enabled!
[ 0.645095] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 0.665634] 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 0.665925] Linux agpgart interface v0.103
[ 0.665960] rtc_cmos 00:02: RTC can wake from S4
[ 0.666069] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[ 0.666095] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[ 0.666102] Intel P-state driver initializing.
[ 0.666109] Intel pstate controlling: cpu 0
[ 0.666123] Intel pstate controlling: cpu 1
[ 0.666135] Intel pstate controlling: cpu 2
[ 0.666147] Intel pstate controlling: cpu 3
[ 0.666182] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.666340] TCP: cubic registered
[ 0.666475] NET: Registered protocol family 10
[ 0.666711] NET: Registered protocol family 17
[ 0.667239] registered taskstats version 1
[ 0.667921] Magic number: 14:92:789
[ 0.668032] rtc_cmos 00:02: setting system clock to 2014-09-18 14:45:37 UTC (1411051537)
[ 0.668126] PM: Checking hibernation image partition /dev/sda8
[ 0.668130] PM: Hibernation image not present or could not be loaded.
[ 0.669200] Freeing unused kernel memory: 1128K (ffffffff818df000 - ffffffff819f9000)
[ 0.669202] Write protecting the kernel read-only data: 8192k
[ 0.672105] Freeing unused kernel memory: 796K (ffff880001539000 - ffff880001600000)
[ 0.673376] Freeing unused kernel memory: 360K (ffff8800017a6000 - ffff880001800000)
[ 0.679246] random: systemd-tmpfile urandom read with 1 bits of entropy available
[ 0.680112] systemd-udevd[57]: starting version 216
[ 0.689145] i8042: PNP: No PS/2 controller found. Probing ports directly.
[ 0.692212] ACPI: bus type USB registered
[ 0.692218] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.692229] usbcore: registered new interface driver usbfs
[ 0.692231] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.692243] usbcore: registered new interface driver hub
[ 0.692261] usbcore: registered new device driver usb
[ 0.692680] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.692866] ehci-pci: EHCI PCI platform driver
[ 0.693067] ehci-pci 0000:00:1a.0: EHCI Host Controller
[ 0.693072] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[ 0.693086] ehci-pci 0000:00:1a.0: debug port 2
[ 0.693802] SCSI subsystem initialized
[ 0.694546] libata version 3.00 loaded.
[ 0.696987] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[ 0.697007] ehci-pci 0000:00:1a.0: irq 23, io mem 0xf7e08000
[ 0.706287] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[ 0.706435] hub 1-0:1.0: USB hub found
[ 0.706440] hub 1-0:1.0: 2 ports detected
[ 0.706567] xhci_hcd 0000:04:00.0: xHCI Host Controller
[ 0.706574] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 2
[ 0.716238] xhci_hcd 0000:04:00.0: irq 41 for MSI/MSI-X
[ 0.716240] xhci_hcd 0000:04:00.0: irq 42 for MSI/MSI-X
[ 0.716242] xhci_hcd 0000:04:00.0: irq 43 for MSI/MSI-X
[ 0.716244] xhci_hcd 0000:04:00.0: irq 44 for MSI/MSI-X
[ 0.716246] xhci_hcd 0000:04:00.0: irq 45 for MSI/MSI-X
[ 0.716474] hub 2-0:1.0: USB hub found
[ 0.716482] hub 2-0:1.0: 2 ports detected
[ 0.716554] xhci_hcd 0000:04:00.0: xHCI Host Controller
[ 0.716564] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 3
[ 0.716586] ehci-pci 0000:00:1d.0: EHCI Host Controller
[ 0.716689] hub 3-0:1.0: USB hub found
[ 0.716697] hub 3-0:1.0: 2 ports detected
[ 0.716768] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 4
[ 0.716787] ehci-pci 0000:00:1d.0: debug port 2
[ 0.720676] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[ 0.720680] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7e07000
[ 0.729602] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[ 0.729724] hub 4-0:1.0: USB hub found
[ 0.729730] hub 4-0:1.0: 2 ports detected
[ 0.729887] ahci 0000:00:1f.2: version 3.0
[ 0.729979] ahci 0000:00:1f.2: irq 46 for MSI/MSI-X
[ 0.742941] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x7 impl SATA mode
[ 0.742943] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst
[ 0.756875] scsi0 : ahci
[ 0.757079] scsi1 : ahci
[ 0.757359] scsi2 : ahci
[ 0.757490] scsi3 : ahci
[ 0.757616] scsi4 : ahci
[ 0.757744] scsi5 : ahci
[ 0.757785] ata1: SATA max UDMA/133 abar m2048@0xf7e06000 port 0xf7e06100 irq 46
[ 0.757786] ata2: SATA max UDMA/133 abar m2048@0xf7e06000 port 0xf7e06180 irq 46
[ 0.757788] ata3: SATA max UDMA/133 abar m2048@0xf7e06000 port 0xf7e06200 irq 46
[ 0.757789] ata4: DUMMY
[ 0.757789] ata5: DUMMY
[ 0.757790] ata6: DUMMY
[ 1.012755] usb 1-1: new high-speed USB device number 2 using ehci-pci
[ 1.076002] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 1.076026] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 1.076050] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 1.077322] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20140424/psargs-359)
[ 1.077330] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT1._GTF] (Node ffff880216038e10), AE_NOT_FOUND (20140424/psparse-536)
[ 1.077344] ata2.00: ATA-7: Maxtor 6L300S0, BACE1G10, max UDMA/100
[ 1.077347] ata2.00: 586072368 sectors, multi 16: LBA48 NCQ (depth 31/32)
[ 1.077606] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20140424/psargs-359)
[ 1.077614] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT0._GTF] (Node ffff880216038d98), AE_NOT_FOUND (20140424/psparse-536)
[ 1.077678] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20140424/psargs-359)
[ 1.077683] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT2._GTF] (Node ffff880216038e88), AE_NOT_FOUND (20140424/psparse-536)
[ 1.077698] ata3.00: ATAPI: Optiarc DVD RW AD-7280S, 1.01, max UDMA/100
[ 1.077830] ata1.00: ATA-8: WDC WD1002FAEX-007BA0, 05.01D05, max UDMA/133
[ 1.077834] ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 1.079545] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20140424/psargs-359)
[ 1.079553] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT0._GTF] (Node ffff880216038d98), AE_NOT_FOUND (20140424/psparse-536)
[ 1.079606] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20140424/psargs-359)
[ 1.079614] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT1._GTF] (Node ffff880216038e10), AE_NOT_FOUND (20140424/psparse-536)
[ 1.079629] ata2.00: configured for UDMA/100
[ 1.079677] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20140424/psargs-359)
[ 1.079685] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT2._GTF] (Node ffff880216038e88), AE_NOT_FOUND (20140424/psparse-536)
[ 1.079698] ata3.00: configured for UDMA/100
[ 1.079814] ata1.00: configured for UDMA/133
[ 1.080040] scsi 0:0:0:0: Direct-Access ATA WDC WD1002FAEX-0 1D05 PQ: 0 ANSI: 5
[ 1.080721] scsi 1:0:0:0: Direct-Access ATA Maxtor 6L300S0 1G10 PQ: 0 ANSI: 5
[ 1.081726] scsi 2:0:0:0: CD-ROM Optiarc DVD RW AD-7280S 1.01 PQ: 0 ANSI: 5
[ 1.095336] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[ 1.095380] sd 0:0:0:0: [sda] Write Protect is off
[ 1.095384] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.095403] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.095453] sd 1:0:0:0: [sdb] 586072368 512-byte logical blocks: (300 GB/279 GiB)
[ 1.095562] sd 1:0:0:0: [sdb] Write Protect is off
[ 1.095566] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 1.095612] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.104548] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[ 1.104551] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 1.104689] sr 2:0:0:0: Attached scsi CD-ROM sr0
[ 1.111111] sdb: sdb1 sdb2
[ 1.111947] sd 1:0:0:0: [sdb] Attached SCSI disk
[ 1.136716] hub 1-1:1.0: USB hub found
[ 1.136882] hub 1-1:1.0: 6 ports detected
[ 1.165177] sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 sda8 >
[ 1.166090] sd 0:0:0:0: [sda] Attached SCSI disk
[ 1.242523] usb 4-1: new high-speed USB device number 2 using ehci-pci
[ 1.366380] hub 4-1:1.0: USB hub found
[ 1.366554] hub 4-1:1.0: 8 ports detected
[ 1.522211] tsc: Refined TSC clocksource calibration: 3310.800 MHz
[ 1.632201] usb 4-1.1: new low-speed USB device number 3 using ehci-pci
[ 1.733793] hidraw: raw HID events driver (C) Jiri Kosina
[ 1.740554] usbcore: registered new interface driver usbhid
[ 1.740557] usbhid: USB HID core driver
[ 1.741279] input: Microsoft Microsoft IntelliMouse® Optical as /devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.1/4-1.1:1.0/0003:045E:0039.0001/input/input2
[ 1.741340] hid-generic 0003:045E:0039.0001: input,hidraw0: USB HID v1.00 Mouse [Microsoft Microsoft IntelliMouse® Optical] on usb-0000:00:1d.0-1.1/input0
[ 1.798788] usb 4-1.5: new high-speed USB device number 4 using ehci-pci
[ 1.825213] PM: Starting manual resume from disk
[ 1.825229] PM: Hibernation image partition 8:8 present
[ 1.825231] PM: Looking for hibernation image.
[ 1.828935] PM: Image not found (code -22)
[ 1.828938] PM: Hibernation image not present or could not be loaded.
[ 1.934054] JFS: nTxBlock = 8192, nTxLock = 65536
[ 2.088562] usb 4-1.6: new low-speed USB device number 5 using ehci-pci
[ 2.184160] input: BTC USB Multimedia Cordless Kit as /devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.6/4-1.6:1.0/0003:03F0:0B0C.0002/input/input3
[ 2.184298] hid-generic 0003:03F0:0B0C.0002: input,hidraw1: USB HID v1.00 Keyboard [BTC USB Multimedia Cordless Kit ] on usb-0000:00:1d.0-1.6/input0
[ 2.194421] input: BTC USB Multimedia Cordless Kit as /devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.6/4-1.6:1.1/0003:03F0:0B0C.0003/input/input4
[ 2.194683] hid-generic 0003:03F0:0B0C.0003: input,hiddev0,hidraw2: USB HID v1.00 Mouse [BTC USB Multimedia Cordless Kit ] on usb-0000:00:1d.0-1.6/input1
[ 2.214523] random: nonblocking pool is initialized
[ 2.521410] Switched to clocksource tsc
[ 3.276896] systemd[1]: Cannot add dependency job for unit ldm.service, ignoring: Unit ldm.service failed to load: No such file or directory.
[ 3.276927] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory.
[ 3.917872] systemd-udevd[168]: starting version 216
[ 4.017326] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5
[ 4.017332] ACPI: Power Button [PWRB]
[ 4.017394] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input6
[ 4.017398] ACPI: Power Button [PWRF]
[ 4.027948] AMD IOMMUv2 driver by Joerg Roedel <joerg.roedel@amd.com>
[ 4.027951] AMD IOMMUv2 functionality not available on this system
[ 4.330583] ACPI: Fan [FAN0] (off)
[ 4.330637] ACPI: Fan [FAN1] (off)
[ 4.330696] ACPI: Fan [FAN2] (off)
[ 4.330741] ACPI: Fan [FAN3] (off)
[ 4.330788] ACPI: Fan [FAN4] (off)
[ 4.381346] fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
[ 4.381351] Disabling lock debugging due to kernel taint
[ 4.408853] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 4.423569] <6>[fglrx] Maximum main memory to use for locked dma buffers: 7722 MBytes.
[ 4.423703] <6>[fglrx] vendor: 1002 device: 6719 count: 1
[ 4.423966] <6>[fglrx] ioport: bar 4, base 0xe000, size: 0x100
[ 4.424180] <6>[fglrx] Kernel PAT support is enabled
[ 4.424197] <6>[fglrx] module loaded - fglrx 14.20.7 [Sep 2 2014] with 1 minors
[ 4.460449] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042f conflicts with OpRegion 0x0000000000000400-0x000000000000047f (\PMIO) (20140424/utaddress-258)
[ 4.460455] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 4.460458] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054f conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20140424/utaddress-258)
[ 4.460461] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 4.460462] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053f conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20140424/utaddress-258)
[ 4.460464] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 4.460465] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052f conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20140424/utaddress-258)
[ 4.460468] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052f conflicts with OpRegion 0x0000000000000500-0x000000000000050f (\_GPE.GPIO) (20140424/utaddress-258)
[ 4.460470] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 4.460471] lpc_ich: Resource conflict(s) found affecting gpio_ich
[ 4.499145] ACPI Warning: SystemIO range 0x000000000000f000-0x000000000000f01f conflicts with OpRegion 0x000000000000f000-0x000000000000f00f (\_SB_.PCI0.SBUS.SMBI) (20140424/utaddress-258)
[ 4.499150] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 4.553035] mei_me 0000:00:16.0: irq 47 for MSI/MSI-X
[ 4.553246] thermal LNXTHERM:00: registered as thermal_zone0
[ 4.553248] ACPI: Thermal Zone [TZ00] (28 C)
[ 4.553420] thermal LNXTHERM:01: registered as thermal_zone1
[ 4.553422] ACPI: Thermal Zone [TZ01] (30 C)
[ 4.649515] wmi: Mapper loaded
[ 4.666905] r8168 Gigabit Ethernet driver 8.038.00-NAPI loaded
[ 4.666917] r8168 0000:05:00.0: can't disable ASPM; OS doesn't have ASPM control
[ 4.667039] r8168 0000:05:00.0: irq 48 for MSI/MSI-X
[ 4.687701] eth%d: 0xffffc90000c68000, 14:da:e9:f4:83:f4, IRQ 48
[ 4.687832] r8168: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625.
[ 4.687837] r8168 Copyright (C) 2013 Realtek NIC software team <nicfae@realtek.com>
This program comes with ABSOLUTELY NO WARRANTY; for details, please see <http://www.gnu.org/licenses/>.
This is free software, and you are welcome to redistribute it under certain conditions; see <http://www.gnu.org/licenses/>.
[ 5.083287] [drm] Initialized drm 1.1.0 20060810
[ 5.138140] input: PC Speaker as /devices/platform/pcspkr/input/input7
[ 5.244542] snd_hda_intel 0000:00:1b.0: irq 49 for MSI/MSI-X
[ 5.244654] snd_hda_intel 0000:01:00.1: Handle VGA-switcheroo audio client
[ 5.244683] snd_hda_intel 0000:01:00.1: irq 50 for MSI/MSI-X
[ 5.489726] microcode: CPU0 sig=0x206a7, pf=0x2, revision=0x26
[ 5.634142] iTCO_vendor_support: vendor-support=0
[ 5.634688] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[ 5.634720] iTCO_wdt: Found a Cougar Point TCO device (Version=2, TCOBASE=0x0460)
[ 5.634816] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 5.640531] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input9
[ 5.657133] sound hdaudioC0D0: autoconfig: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
[ 5.657137] sound hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 5.657139] sound hdaudioC0D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[ 5.657140] sound hdaudioC0D0: mono: mono_out=0x0
[ 5.657141] sound hdaudioC0D0: dig-out=0x11/0x1e
[ 5.657143] sound hdaudioC0D0: inputs:
[ 5.657145] sound hdaudioC0D0: Front Mic=0x19
[ 5.657147] sound hdaudioC0D0: Rear Mic=0x18
[ 5.657148] sound hdaudioC0D0: Line=0x1a
[ 5.657796] mousedev: PS/2 mouse device common for all mice
[ 5.666671] media: Linux media interface: v0.10
[ 5.669904] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[ 5.669932] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[ 5.669958] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[ 5.669983] input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[ 5.670009] input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
[ 5.670034] input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
[ 5.670059] input: HDA Intel PCH Line Out Side as /devices/pci0000:00/0000:00:1b.0/sound/card0/input16
[ 5.670085] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input17
[ 5.673733] [drm] radeon kernel modesetting enabled.
[ 5.677158] Linux video capture interface: v2.00
[ 5.708419] systemd-udevd[173]: renamed network interface eth0 to enp5s0
[ 5.759051] microcode: CPU1 sig=0x206a7, pf=0x2, revision=0x26
[ 5.759066] microcode: CPU2 sig=0x206a7, pf=0x2, revision=0x26
[ 5.759104] microcode: CPU3 sig=0x206a7, pf=0x2, revision=0x26
[ 5.759193] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 5.763245] AVX version of gcm_enc/dec engaged.
[ 5.869762] cx23885 driver version 0.0.3 loaded
[ 5.869867] CORE cx23885[0]: subsystem: 0070:2a18, board: Hauppauge WinTV-HVR1255 [card=20,insmod option]
[ 5.970171] usb 4-1.5: Warning! Unlikely big volume range (=6144), cval->res is probably wrong.
[ 5.970174] usb 4-1.5: [5] FU [Mic Capture Volume] ch = 1, val = 1536/7680/1
[ 5.970358] uvcvideo: Found UVC 1.00 device <unnamed> (046d:0804)
[ 5.970383] usbcore: registered new interface driver snd-usb-audio
[ 5.984177] input: UVC Camera (046d:0804) as /devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.5/4-1.5:1.0/input/input18
[ 5.984263] usbcore: registered new interface driver uvcvideo
[ 5.984264] USB Video Class driver (1.1.1)
[ 6.018652] tveeprom 0-0050: Hauppauge model 161111, rev A1I6, serial# 9049472
[ 6.018654] tveeprom 0-0050: MAC address is 00:0d:fe:8a:15:80
[ 6.018655] tveeprom 0-0050: tuner model is unknown (idx 186, type 4)
[ 6.018657] tveeprom 0-0050: TV standards NTSC(M) ATSC/DVB Digital (eeprom 0x88)
[ 6.018658] tveeprom 0-0050: audio processor is CX23888 (idx 40)
[ 6.018659] tveeprom 0-0050: decoder processor is CX23888 (idx 34)
[ 6.018660] tveeprom 0-0050: has no radio, has IR receiver, has no IR transmitter
[ 6.018661] cx23885[0]: warning: unknown hauppauge model #161111
[ 6.018661] cx23885[0]: hauppauge eeprom: model=161111
[ 6.054735] REISERFS (device sda6): found reiserfs format "3.6" with standard journal
[ 6.054740] REISERFS (device sda6): using ordered data mode
[ 6.054741] reiserfs: using flush barriers
[ 6.054833] REISERFS (device sda6): journal params: device sda6, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
[ 6.054984] REISERFS (device sda6): checking transaction log (sda6)
[ 6.055445] cx25840 2-0044: cx23888 A/V decoder found @ 0x88 (cx23885[0])
[ 6.062329] cx25840 2-0044: Direct firmware load failed with error -2
[ 6.062331] cx25840 2-0044: Falling back to user helper
[ 6.062578] cx25840 2-0044: unable to open firmware v4l-cx23885-avcore-01.fw
[ 6.096627] cx23885[0]: registered device video1 [v4l2]
[ 6.096697] cx23885[0]: registered device vbi0
[ 6.096860] cx23885[0]: registered ALSA audio device
[ 6.166853] cx23885_dvb_register() allocating 1 frontend(s)
[ 6.166855] cx23885[0]: cx23885 based dvb card
[ 6.341066] intel_rapl: RAPL domain dram detection failed
[ 6.569459] REISERFS (device sda6): Using r5 hash to sort names
[ 6.623672] tda18271 1-0060: creating new instance
[ 6.625768] Unknown device (254) detected @ 1-0060, device not supported.
[ 6.625772] tda18271_attach: [1-0060|M] error -22 on line 1285
[ 6.626371] tda18271 1-0060: destroying instance
[ 6.626373] cx23885[0]: frontend initialization failed
[ 6.626898] cx23885_dvb_register() dvb_register failed err = -22
[ 6.627518] cx23885_dev_setup() Failed to register dvb on VID_C
[ 6.628125] cx23885_dev_checkrevision() Hardware revision = 0xd0
[ 6.628131] cx23885[0]/0: found at 0000:03:00.0, rev: 4, irq: 18, latency: 0, mmio: 0xf7a00000
[ 7.594377] fuse init (API version 7.23)
[ 7.627856] Adding 4883724k swap on /dev/sda8. Priority:-1 extents:1 across:4883724k FS
[ 8.042966] EXT4-fs (sda7): mounting ext2 file system using the ext4 subsystem
[ 8.251335] EXT4-fs (sda7): mounted filesystem without journal. Opts: (null)
[ 8.614428] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: data=ordered
[ 8.652448] SGI XFS with ACLs, security attributes, realtime, large block/inode numbers, no debug enabled
[ 8.673745] XFS (sdb2): Mounting V4 Filesystem
[ 8.734081] WARNING! power/level is deprecated; use power/control instead
[ 8.851009] XFS (sdb2): Ending clean mount
[ 8.866990] systemd-journald[155]: Received request to flush runtime journal from PID 1
[ 14.010339] IPv6: ADDRCONF(NETDEV_UP): enp5s0: link is not ready
[ 16.026264] r8168: enp5s0: link up
[ 16.026292] IPv6: ADDRCONF(NETDEV_CHANGE): enp5s0: link becomes ready
[ 20.884333] systemd-journald[155]: Failed to read ACL on /var/log/journal/8ba812dda826441cbfcff1d859bb0ffc/user-1000.journal, ignoring: Operation not supported
[ 71.093875] fglrx_pci 0000:01:00.0: irq 51 for MSI/MSI-X
[ 71.094673] <6>[fglrx] Firegl kernel thread PID: 545
[ 71.094875] <6>[fglrx] Firegl kernel thread PID: 546
[ 71.095086] <6>[fglrx] Firegl kernel thread PID: 547
[ 71.095196] <6>[fglrx] IRQ 51 Enabled
[ 71.196652] <6>[fglrx] Reserved FB block: Shared offset:0, size:1000000
[ 71.196653] <6>[fglrx] Reserved FB block: Unshared offset:f838000, size:4000
[ 71.196654] <6>[fglrx] Reserved FB block: Unshared offset:f83c000, size:4c4000
[ 71.196655] <6>[fglrx] Reserved FB block: Unshared offset:7fff4000, size:c000
[ 1749.372385] perf interrupt took too long (2514 > 2495), lowering kernel.perf_event_max_sample_rate to 50100Offline
$ cat linux-sources/src/linux-ver/drivers/media/pci/cx23885/cx23885-core.c
[...]
if (cx23885_boards[dev->board].portc == CX23885_MPEG_DVB) {
if (cx23885_boards[dev->board].num_fds_portc)
dev->ts2.num_frontends =
cx23885_boards[dev->board].num_fds_portc;
if (cx23885_dvb_register(&dev->ts2) < 0) {
printk(KERN_ERR
"%s() Failed to register dvb on VID_C\n",
__func__);
}
} else
if (cx23885_boards[dev->board].portc == CX23885_MPEG_ENCODER) {
if (cx23885_417_register(dev) < 0) {
printk(KERN_ERR
"%s() Failed to register 417 on VID_C\n",
__func__);
}
}
[...]That part would be responsible for printing the error. Here is an interesting fragment in cx23885-dvb.c:
$ cat linux-sources/src/linux-ver/drivers/media/pci/cx23885/cx23885-dvb.c
[...]
int cx23885_dvb_register(struct cx23885_tsport *port)
{
struct videobuf_dvb_frontend *fe0;
struct cx23885_dev *dev = port->dev;
int err, i;
/* Here we need to allocate the correct number of frontends,
* as reflected in the cards struct. The reality is that currently
* no cx23885 boards support this - yet. But, if we don't modify this
* code then the second frontend would never be allocated (later)
* and fail with error before the attach in dvb_register().
* Without these changes we risk an OOPS later. The changes here
* are for safety, and should provide a good foundation for the
* future addition of any multi-frontend cx23885 based boards.
[...]
err = dvb_register(port);
if (err != 0)
printk(KERN_ERR "%s() dvb_register failed err = %d\n",
__func__, err);
return err;
}
[...]Run 'lspci -vvnn' and paste the relevant part for the dvb card, so that vid and pid can be determined.
Edit: Those are apparently the eeprom identifications for hvr1250. Yours is 161111.
case 79001:
/* WinTV-HVR1250 (PCIe, Retail, IR, full height,
ATSC and Basic analog */
case 79101:
/* WinTV-HVR1250 (PCIe, Retail, IR, half height,
ATSC and Basic analog */
case 79501:
/* WinTV-HVR1250 (PCIe, No IR, half height,
ATSC [at least] and Basic analog) */
case 79561:
/* WinTV-HVR1250 (PCIe, OEM, No IR, half height,
ATSC and Basic analog */
case 79571:
/* WinTV-HVR1250 (PCIe, OEM, No IR, full height,
ATSC and Basic analog */
case 79671:
/* WinTV-HVR1250 (PCIe, OEM, No IR, half height,
ATSC and Basic analog */I would play more with modprobe parameters and try get more debug information, from the i2c bus for example. If you come up with nothing, ask Steven Toth, copyright is on him. Or try to find the cx23885 driver developer mailing list or similar, and ask there.
But before you do that, look at this:
[ 5.869867] CORE cx23885[0]: subsystem: 0070:2a18, board: Hauppauge WinTV-HVR1255 [card=20,insmod option]Last edited by emeres (2014-09-18 23:42:42)
Offline
I added this to my modprobe.d file:
options cx23885 audio_debug = "1"
options cx23885 debug = "1"
options cx23885 i2c_debug = "1"
options cx23885 ir_888_debug = "1"
options cx23885 irq_debug = "1"
options cx23885 v4l_debug = "1"
options cx23885 vbi_debug = "1"
options cx23885 video_debug = "1"And this was my dmesg afterwards:
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 3.16.3-1-ARCH (nobody@var-lib-archbuild-testing-x86_64-tobias) (gcc version 4.9.1 20140903 (prerelease) (GCC) ) #1 SMP PREEMPT Wed Sep 17 21:54:13 CEST 2014
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=9206abd6-e60a-4e66-b0cd-ddc80032620c rw resume=/dev/sda8 quiet
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000de94cfff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000de94d000-0x00000000df140fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000df141000-0x00000000df394fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000df395000-0x00000000df3a1fff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000df3a2000-0x00000000df3c0fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000df3c1000-0x00000000df3c5fff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000df3c6000-0x00000000df408fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000df409000-0x00000000df7fffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000021effffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.6 present.
[ 0.000000] DMI: System manufacturer System Product Name/P8Z68-V LX, BIOS 3904 05/10/2012
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] AGP: No AGP bridge found
[ 0.000000] e820: last_pfn = 0x21f000 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-CFFFF write-protect
[ 0.000000] D0000-E7FFF uncachable
[ 0.000000] E8000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask E00000000 write-back
[ 0.000000] 1 base 200000000 mask FF0000000 write-back
[ 0.000000] 2 base 210000000 mask FF8000000 write-back
[ 0.000000] 3 base 218000000 mask FFC000000 write-back
[ 0.000000] 4 base 21C000000 mask FFE000000 write-back
[ 0.000000] 5 base 21E000000 mask FFF000000 write-back
[ 0.000000] 6 base 0E0000000 mask FE0000000 uncachable
[ 0.000000] 7 disabled
[ 0.000000] 8 disabled
[ 0.000000] 9 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved
[ 0.000000] e820: last_pfn = 0xdf800 max_arch_pfn = 0x400000000
[ 0.000000] found SMP MP-table at [mem 0x000fcd80-0x000fcd8f] mapped at [ffff8800000fcd80]
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[ 0.000000] [mem 0x00000000-0x000fffff] page 4k
[ 0.000000] BRK [0x01b23000, 0x01b23fff] PGTABLE
[ 0.000000] BRK [0x01b24000, 0x01b24fff] PGTABLE
[ 0.000000] BRK [0x01b25000, 0x01b25fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x21ee00000-0x21effffff]
[ 0.000000] [mem 0x21ee00000-0x21effffff] page 2M
[ 0.000000] BRK [0x01b26000, 0x01b26fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x21c000000-0x21edfffff]
[ 0.000000] [mem 0x21c000000-0x21edfffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x200000000-0x21bffffff]
[ 0.000000] [mem 0x200000000-0x21bffffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x00100000-0xde94cfff]
[ 0.000000] [mem 0x00100000-0x001fffff] page 4k
[ 0.000000] [mem 0x00200000-0xde7fffff] page 2M
[ 0.000000] [mem 0xde800000-0xde94cfff] page 4k
[ 0.000000] init_memory_mapping: [mem 0xdf409000-0xdf7fffff]
[ 0.000000] [mem 0xdf409000-0xdf5fffff] page 4k
[ 0.000000] [mem 0xdf600000-0xdf7fffff] page 2M
[ 0.000000] BRK [0x01b27000, 0x01b27fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x100000000-0x1ffffffff]
[ 0.000000] [mem 0x100000000-0x1ffffffff] page 2M
[ 0.000000] BRK [0x01b28000, 0x01b28fff] PGTABLE
[ 0.000000] RAMDISK: [mem 0x37a5c000-0x37d25fff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000000F0450 000024 (v02 ALASKA)
[ 0.000000] ACPI: XSDT 0x00000000DF395078 000064 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: FACP 0x00000000DF39F940 0000F4 (v04 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: DSDT 0x00000000DF395170 00A7C9 (v02 ALASKA A M I 00000015 INTL 20051117)
[ 0.000000] ACPI: FACS 0x00000000DF3BFF80 000040
[ 0.000000] ACPI: APIC 0x00000000DF39FA38 000072 (v03 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: MCFG 0x00000000DF39FAB0 00003C (v01 ALASKA A M I 01072009 MSFT 00000097)
[ 0.000000] ACPI: HPET 0x00000000DF39FAF0 000038 (v01 ALASKA A M I 01072009 AMI. 00000005)
[ 0.000000] ACPI: SSDT 0x00000000DF39FB28 00036D (v01 SataRe SataTabl 00001000 INTL 20091112)
[ 0.000000] ACPI: SSDT 0x00000000DF39FE98 0009AA (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
[ 0.000000] ACPI: SSDT 0x00000000DF3A0848 000A92 (v01 PmRef CpuPm 00003000 INTL 20051117)
[ 0.000000] ACPI: BGRT 0x00000000DF3A1338 000038 (v00 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000021effffff]
[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x21effffff]
[ 0.000000] NODE_DATA [mem 0x21eff4000-0x21eff8fff]
[ 0.000000] [ffffea0000000000-ffffea00087fffff] PMD -> [ffff880216600000-ffff88021e5fffff] on node 0
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x00001000-0x00ffffff]
[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
[ 0.000000] Normal [mem 0x100000000-0x21effffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x00001000-0x0009cfff]
[ 0.000000] node 0: [mem 0x00100000-0xde94cfff]
[ 0.000000] node 0: [mem 0xdf409000-0xdf7fffff]
[ 0.000000] node 0: [mem 0x100000000-0x21effffff]
[ 0.000000] On node 0 totalpages: 2088160
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 21 pages reserved
[ 0.000000] DMA zone: 3996 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 14198 pages used for memmap
[ 0.000000] DMA32 zone: 908612 pages, LIFO batch:31
[ 0.000000] Normal zone: 18368 pages used for memmap
[ 0.000000] Normal zone: 1175552 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0x408
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[ 0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xde94d000-0xdf140fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xdf141000-0xdf394fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xdf395000-0xdf3a1fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xdf3a2000-0xdf3c0fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xdf3c1000-0xdf3c5fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xdf3c6000-0xdf408fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xdf800000-0xf7ffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[ 0.000000] e820: [mem 0xdf800000-0xf7ffffff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:4 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff88021ec00000 s86784 r8192 d23808 u524288
[ 0.000000] pcpu-alloc: s86784 r8192 d23808 u524288 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1 2 3
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2055509
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=9206abd6-e60a-4e66-b0cd-ddc80032620c rw resume=/dev/sda8 quiet
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
[ 0.000000] AGP: Checking aperture...
[ 0.000000] AGP: No AGP bridge found
[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.000000] Memory: 8140384K/8352640K available (5335K kernel code, 887K rwdata, 1688K rodata, 1128K init, 1164K bss, 212256K reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
[ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=4.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.000000] NR_IRQS:8448 nr_irqs:712 16
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] allocated 33554432 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] hpet clockevent registered
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 3310.733 MHz processor
[ 0.000026] Calibrating delay loop (skipped), value calculated using timer frequency.. 6624.36 BogoMIPS (lpj=11035776)
[ 0.000028] pid_max: default: 32768 minimum: 301
[ 0.000032] ACPI: Core revision 20140424
[ 0.005121] ACPI: All ACPI Tables successfully acquired
[ 0.011306] Security Framework initialized
[ 0.011311] Yama: becoming mindful.
[ 0.011694] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.012886] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.013384] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.013391] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.013559] Initializing cgroup subsys memory
[ 0.013573] Initializing cgroup subsys devices
[ 0.013577] Initializing cgroup subsys freezer
[ 0.013579] Initializing cgroup subsys net_cls
[ 0.013582] Initializing cgroup subsys blkio
[ 0.013599] CPU: Physical Processor ID: 0
[ 0.013600] CPU: Processor Core ID: 0
[ 0.013603] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[ 0.013605] mce: CPU supports 9 MCE banks
[ 0.013615] CPU0: Thermal monitoring enabled (TM1)
[ 0.013624] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
tlb_flushall_shift: 6
[ 0.013716] Freeing SMP alternatives memory: 20K (ffffffff819f9000 - ffffffff819fe000)
[ 0.014456] ftrace: allocating 20438 entries in 80 pages
[ 0.022235] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.055206] smpboot: CPU0: Intel(R) Core(TM) i5-2500K CPU @ 3.30GHz (fam: 06, model: 2a, stepping: 07)
[ 0.055211] TSC deadline timer enabled
[ 0.055227] Performance Events: PEBS fmt1+, 16-deep LBR, SandyBridge events, full-width counters, Intel PMU driver.
[ 0.055242] perf_event_intel: PEBS disabled due to CPU errata, please upgrade microcode
[ 0.055244] ... version: 3
[ 0.055244] ... bit width: 48
[ 0.055245] ... generic registers: 8
[ 0.055246] ... value mask: 0000ffffffffffff
[ 0.055246] ... max period: 0000ffffffffffff
[ 0.055247] ... fixed-purpose events: 3
[ 0.055248] ... event mask: 00000007000000ff
[ 0.081942] x86: Booting SMP configuration:
[ 0.081945] .... node #0, CPUs: #1
[ 0.095108] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 0.095276] #2 #3
[ 0.125151] x86: Booted up 1 node, 4 CPUs
[ 0.125153] smpboot: Total of 4 processors activated (26496.44 BogoMIPS)
[ 0.127524] devtmpfs: initialized
[ 0.129971] PM: Registering ACPI NVS region [mem 0xdf141000-0xdf394fff] (2441216 bytes)
[ 0.129996] PM: Registering ACPI NVS region [mem 0xdf3a2000-0xdf3c0fff] (126976 bytes)
[ 0.129998] PM: Registering ACPI NVS region [mem 0xdf3c6000-0xdf408fff] (274432 bytes)
[ 0.130636] pinctrl core: initialized pinctrl subsystem
[ 0.130671] RTC time: 18:19:33, date: 09/19/14
[ 0.130708] NET: Registered protocol family 16
[ 0.130792] cpuidle: using governor ladder
[ 0.130794] cpuidle: using governor menu
[ 0.130812] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.130813] ACPI: bus type PCI registered
[ 0.130815] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.130867] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[ 0.130869] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[ 0.130933] PCI: Using configuration type 1 for base access
[ 0.142140] ACPI: Added _OSI(Module Device)
[ 0.142142] ACPI: Added _OSI(Processor Device)
[ 0.142143] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.142143] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.144114] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.155487] ACPI: Dynamic OEM Table Load:
[ 0.155493] ACPI: SSDT 0xFFFF880212C74000 00083B (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
[ 0.168708] ACPI: Dynamic OEM Table Load:
[ 0.168712] ACPI: SSDT 0xFFFF880212C17800 000303 (v01 PmRef ApIst 00003000 INTL 20051117)
[ 0.181945] ACPI: Dynamic OEM Table Load:
[ 0.181948] ACPI: SSDT 0xFFFF880212C64A00 000119 (v01 PmRef ApCst 00003000 INTL 20051117)
[ 0.195576] ACPI: Interpreter enabled
[ 0.195584] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140424/hwxface-580)
[ 0.195594] ACPI: (supports S0 S1 S3 S4 S5)
[ 0.195595] ACPI: Using IOAPIC for interrupt routing
[ 0.195613] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.199497] ACPI: Power Resource [FN00] (off)
[ 0.199555] ACPI: Power Resource [FN01] (off)
[ 0.199611] ACPI: Power Resource [FN02] (off)
[ 0.199666] ACPI: Power Resource [FN03] (off)
[ 0.199720] ACPI: Power Resource [FN04] (off)
[ 0.200143] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[ 0.200147] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.200223] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME]
[ 0.200292] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
[ 0.200691] PCI host bridge to bus 0000:00
[ 0.200693] pci_bus 0000:00: root bus resource [bus 00-3e]
[ 0.200695] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
[ 0.200696] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
[ 0.200698] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[ 0.200699] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
[ 0.200700] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
[ 0.200701] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
[ 0.200702] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
[ 0.200703] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
[ 0.200705] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
[ 0.200706] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfeafffff]
[ 0.200712] pci 0000:00:00.0: [8086:0100] type 00 class 0x060000
[ 0.200773] pci 0000:00:01.0: [8086:0101] type 01 class 0x060400
[ 0.200798] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.200824] pci 0000:00:01.0: System wakeup disabled by ACPI
[ 0.200878] pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000
[ 0.200900] pci 0000:00:16.0: reg 0x10: [mem 0xf7e0b000-0xf7e0b00f 64bit]
[ 0.200970] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[ 0.201038] pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320
[ 0.201057] pci 0000:00:1a.0: reg 0x10: [mem 0xf7e08000-0xf7e083ff]
[ 0.201141] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[ 0.201181] pci 0000:00:1a.0: System wakeup disabled by ACPI
[ 0.201214] pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300
[ 0.201229] pci 0000:00:1b.0: reg 0x10: [mem 0xf7e00000-0xf7e03fff 64bit]
[ 0.201298] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.201328] pci 0000:00:1b.0: System wakeup disabled by ACPI
[ 0.201358] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
[ 0.201435] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.201468] pci 0000:00:1c.0: System wakeup disabled by ACPI
[ 0.201499] pci 0000:00:1c.2: [8086:1c14] type 01 class 0x060400
[ 0.201575] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[ 0.201607] pci 0000:00:1c.2: System wakeup disabled by ACPI
[ 0.201638] pci 0000:00:1c.5: [8086:1c1a] type 01 class 0x060400
[ 0.201715] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[ 0.201748] pci 0000:00:1c.5: System wakeup disabled by ACPI
[ 0.201777] pci 0000:00:1c.6: [8086:1c1c] type 01 class 0x060400
[ 0.201857] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
[ 0.201890] pci 0000:00:1c.6: System wakeup disabled by ACPI
[ 0.201920] pci 0000:00:1c.7: [8086:244e] type 01 class 0x060401
[ 0.201998] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
[ 0.202031] pci 0000:00:1c.7: System wakeup disabled by ACPI
[ 0.202064] pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320
[ 0.202083] pci 0000:00:1d.0: reg 0x10: [mem 0xf7e07000-0xf7e073ff]
[ 0.202167] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.202206] pci 0000:00:1d.0: System wakeup disabled by ACPI
[ 0.202239] pci 0000:00:1f.0: [8086:1c44] type 00 class 0x060100
[ 0.202391] pci 0000:00:1f.2: [8086:1c02] type 00 class 0x010601
[ 0.202407] pci 0000:00:1f.2: reg 0x10: [io 0xf070-0xf077]
[ 0.202414] pci 0000:00:1f.2: reg 0x14: [io 0xf060-0xf063]
[ 0.202421] pci 0000:00:1f.2: reg 0x18: [io 0xf050-0xf057]
[ 0.202427] pci 0000:00:1f.2: reg 0x1c: [io 0xf040-0xf043]
[ 0.202434] pci 0000:00:1f.2: reg 0x20: [io 0xf020-0xf03f]
[ 0.202441] pci 0000:00:1f.2: reg 0x24: [mem 0xf7e06000-0xf7e067ff]
[ 0.202481] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.202534] pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500
[ 0.202547] pci 0000:00:1f.3: reg 0x10: [mem 0xf7e05000-0xf7e050ff 64bit]
[ 0.202566] pci 0000:00:1f.3: reg 0x20: [io 0xf000-0xf01f]
[ 0.202658] pci 0000:01:00.0: [1002:6719] type 00 class 0x030000
[ 0.202671] pci 0000:01:00.0: reg 0x10: [mem 0xe0000000-0xefffffff 64bit pref]
[ 0.202679] pci 0000:01:00.0: reg 0x18: [mem 0xf7d20000-0xf7d3ffff 64bit]
[ 0.202685] pci 0000:01:00.0: reg 0x20: [io 0xe000-0xe0ff]
[ 0.202696] pci 0000:01:00.0: reg 0x30: [mem 0xf7d00000-0xf7d1ffff pref]
[ 0.202725] pci 0000:01:00.0: supports D1 D2
[ 0.202759] pci 0000:01:00.1: [1002:aa80] type 00 class 0x040300
[ 0.202771] pci 0000:01:00.1: reg 0x10: [mem 0xf7d40000-0xf7d43fff 64bit]
[ 0.202824] pci 0000:01:00.1: supports D1 D2
[ 0.208517] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.208522] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
[ 0.208525] pci 0000:00:01.0: bridge window [mem 0xf7d00000-0xf7dfffff]
[ 0.208530] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xefffffff 64bit pref]
[ 0.208608] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 0.208688] pci 0000:03:00.0: [14f1:8880] type 00 class 0x040000
[ 0.208724] pci 0000:03:00.0: reg 0x10: [mem 0xf7a00000-0xf7bfffff 64bit]
[ 0.208915] pci 0000:03:00.0: supports D1 D2
[ 0.208916] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.208947] pci 0000:03:00.0: System wakeup disabled by ACPI
[ 0.215187] pci 0000:00:1c.2: PCI bridge to [bus 03]
[ 0.215195] pci 0000:00:1c.2: bridge window [mem 0xf7a00000-0xf7bfffff]
[ 0.215301] pci 0000:04:00.0: [1b21:1042] type 00 class 0x0c0330
[ 0.215332] pci 0000:04:00.0: reg 0x10: [mem 0xf7c00000-0xf7c07fff 64bit]
[ 0.215486] pci 0000:04:00.0: PME# supported from D3hot D3cold
[ 0.215516] pci 0000:04:00.0: System wakeup disabled by ACPI
[ 0.221848] pci 0000:00:1c.5: PCI bridge to [bus 04]
[ 0.221856] pci 0000:00:1c.5: bridge window [mem 0xf7c00000-0xf7cfffff]
[ 0.221957] pci 0000:05:00.0: [10ec:8168] type 00 class 0x020000
[ 0.221979] pci 0000:05:00.0: reg 0x10: [io 0xd000-0xd0ff]
[ 0.222012] pci 0000:05:00.0: reg 0x18: [mem 0xf0004000-0xf0004fff 64bit pref]
[ 0.222032] pci 0000:05:00.0: reg 0x20: [mem 0xf0000000-0xf0003fff 64bit pref]
[ 0.222140] pci 0000:05:00.0: supports D1 D2
[ 0.222141] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.222176] pci 0000:05:00.0: System wakeup disabled by ACPI
[ 0.228514] pci 0000:00:1c.6: PCI bridge to [bus 05]
[ 0.228519] pci 0000:00:1c.6: bridge window [io 0xd000-0xdfff]
[ 0.228529] pci 0000:00:1c.6: bridge window [mem 0xf0000000-0xf00fffff 64bit pref]
[ 0.228621] pci 0000:06:00.0: [1b21:1080] type 01 class 0x060401
[ 0.228739] pci 0000:06:00.0: System wakeup disabled by ACPI
[ 0.228764] pci 0000:00:1c.7: PCI bridge to [bus 06-07] (subtractive decode)
[ 0.228773] pci 0000:00:1c.7: bridge window [io 0x0000-0x0cf7] (subtractive decode)
[ 0.228774] pci 0000:00:1c.7: bridge window [io 0x0d00-0xffff] (subtractive decode)
[ 0.228775] pci 0000:00:1c.7: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[ 0.228777] pci 0000:00:1c.7: bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
[ 0.228778] pci 0000:00:1c.7: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
[ 0.228779] pci 0000:00:1c.7: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
[ 0.228780] pci 0000:00:1c.7: bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
[ 0.228781] pci 0000:00:1c.7: bridge window [mem 0x000e0000-0x000e3fff] (subtractive decode)
[ 0.228783] pci 0000:00:1c.7: bridge window [mem 0x000e4000-0x000e7fff] (subtractive decode)
[ 0.228784] pci 0000:00:1c.7: bridge window [mem 0xe0000000-0xfeafffff] (subtractive decode)
[ 0.228896] pci 0000:06:00.0: PCI bridge to [bus 07] (subtractive decode)
[ 0.228917] pci 0000:06:00.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
[ 0.228918] pci 0000:06:00.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
[ 0.228919] pci 0000:06:00.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[ 0.228921] pci 0000:06:00.0: bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
[ 0.228922] pci 0000:06:00.0: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
[ 0.228923] pci 0000:06:00.0: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
[ 0.228924] pci 0000:06:00.0: bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
[ 0.228925] pci 0000:06:00.0: bridge window [mem 0x000e0000-0x000e3fff] (subtractive decode)
[ 0.228927] pci 0000:06:00.0: bridge window [mem 0x000e4000-0x000e7fff] (subtractive decode)
[ 0.228928] pci 0000:06:00.0: bridge window [mem 0xe0000000-0xfeafffff] (subtractive decode)
[ 0.228972] acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported)
[ 0.229311] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.229347] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[ 0.229381] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 10 11 12 14 15)
[ 0.229414] ACPI: PCI Interrupt Link [LNKD] (IRQs *3 4 5 6 10 11 12 14 15)
[ 0.229448] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.229484] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 *5 6 10 11 12 14 15)
[ 0.229521] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *10 11 12 14 15)
[ 0.229555] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.229732] ACPI: Enabled 5 GPEs in block 00 to 3F
[ 0.229745] ACPI : EC: GPE = 0x18, I/O: command/status = 0x66, data = 0x62
[ 0.229815] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.229817] vgaarb: loaded
[ 0.229818] vgaarb: bridge control possible 0000:01:00.0
[ 0.229840] PCI: Using ACPI for IRQ routing
[ 0.231202] PCI: pci_cache_line_size set to 64 bytes
[ 0.231251] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
[ 0.231253] e820: reserve RAM buffer [mem 0xde94d000-0xdfffffff]
[ 0.231254] e820: reserve RAM buffer [mem 0xdf800000-0xdfffffff]
[ 0.231255] e820: reserve RAM buffer [mem 0x21f000000-0x21fffffff]
[ 0.231333] NetLabel: Initializing
[ 0.231334] NetLabel: domain hash size = 128
[ 0.231335] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.231344] NetLabel: unlabeled traffic allowed by default
[ 0.231363] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.231367] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[ 0.233383] Switched to clocksource hpet
[ 0.236864] pnp: PnP ACPI init
[ 0.236877] ACPI: bus type PNP registered
[ 0.236944] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
[ 0.236947] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.237003] system 00:01: [io 0x0680-0x069f] has been reserved
[ 0.237005] system 00:01: [io 0x0200-0x020f] has been reserved
[ 0.237006] system 00:01: [io 0xffff] has been reserved
[ 0.237008] system 00:01: [io 0xffff] has been reserved
[ 0.237009] system 00:01: [io 0x0400-0x0453] could not be reserved
[ 0.237011] system 00:01: [io 0x0458-0x047f] has been reserved
[ 0.237012] system 00:01: [io 0x0500-0x057f] has been reserved
[ 0.237013] system 00:01: [io 0x164e-0x164f] has been reserved
[ 0.237015] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.237038] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.237072] system 00:03: [io 0x0454-0x0457] has been reserved
[ 0.237074] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[ 0.237135] system 00:04: [io 0x0290-0x029f] has been reserved
[ 0.237137] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.237174] system 00:05: [io 0x04d0-0x04d1] has been reserved
[ 0.237176] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.237325] pnp 00:06: [dma 0 disabled]
[ 0.237362] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.237507] system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.237508] system 00:07: [mem 0xfed10000-0xfed17fff] has been reserved
[ 0.237510] system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.237511] system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.237513] system 00:07: [mem 0xf8000000-0xfbffffff] has been reserved
[ 0.237514] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.237515] system 00:07: [mem 0xfed90000-0xfed93fff] has been reserved
[ 0.237517] system 00:07: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.237518] system 00:07: [mem 0xff000000-0xffffffff] has been reserved
[ 0.237520] system 00:07: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.237521] system 00:07: [mem 0xf0100000-0xf0100fff] has been reserved
[ 0.237523] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.237602] pnp: PnP ACPI: found 8 devices
[ 0.237602] ACPI: bus type PNP unregistered
[ 0.243609] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.243612] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
[ 0.243614] pci 0000:00:01.0: bridge window [mem 0xf7d00000-0xf7dfffff]
[ 0.243616] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xefffffff 64bit pref]
[ 0.243619] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 0.243629] pci 0000:00:1c.2: PCI bridge to [bus 03]
[ 0.243633] pci 0000:00:1c.2: bridge window [mem 0xf7a00000-0xf7bfffff]
[ 0.243640] pci 0000:00:1c.5: PCI bridge to [bus 04]
[ 0.243644] pci 0000:00:1c.5: bridge window [mem 0xf7c00000-0xf7cfffff]
[ 0.243651] pci 0000:00:1c.6: PCI bridge to [bus 05]
[ 0.243653] pci 0000:00:1c.6: bridge window [io 0xd000-0xdfff]
[ 0.243659] pci 0000:00:1c.6: bridge window [mem 0xf0000000-0xf00fffff 64bit pref]
[ 0.243664] pci 0000:06:00.0: PCI bridge to [bus 07]
[ 0.243683] pci 0000:00:1c.7: PCI bridge to [bus 06-07]
[ 0.243693] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
[ 0.243695] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
[ 0.243696] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.243697] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
[ 0.243699] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
[ 0.243700] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
[ 0.243701] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
[ 0.243702] pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff]
[ 0.243703] pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff]
[ 0.243704] pci_bus 0000:00: resource 13 [mem 0xe0000000-0xfeafffff]
[ 0.243706] pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
[ 0.243707] pci_bus 0000:01: resource 1 [mem 0xf7d00000-0xf7dfffff]
[ 0.243708] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xefffffff 64bit pref]
[ 0.243710] pci_bus 0000:03: resource 1 [mem 0xf7a00000-0xf7bfffff]
[ 0.243711] pci_bus 0000:04: resource 1 [mem 0xf7c00000-0xf7cfffff]
[ 0.243712] pci_bus 0000:05: resource 0 [io 0xd000-0xdfff]
[ 0.243714] pci_bus 0000:05: resource 2 [mem 0xf0000000-0xf00fffff 64bit pref]
[ 0.243715] pci_bus 0000:06: resource 4 [io 0x0000-0x0cf7]
[ 0.243716] pci_bus 0000:06: resource 5 [io 0x0d00-0xffff]
[ 0.243717] pci_bus 0000:06: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.243719] pci_bus 0000:06: resource 7 [mem 0x000d0000-0x000d3fff]
[ 0.243720] pci_bus 0000:06: resource 8 [mem 0x000d4000-0x000d7fff]
[ 0.243721] pci_bus 0000:06: resource 9 [mem 0x000d8000-0x000dbfff]
[ 0.243722] pci_bus 0000:06: resource 10 [mem 0x000dc000-0x000dffff]
[ 0.243723] pci_bus 0000:06: resource 11 [mem 0x000e0000-0x000e3fff]
[ 0.243725] pci_bus 0000:06: resource 12 [mem 0x000e4000-0x000e7fff]
[ 0.243726] pci_bus 0000:06: resource 13 [mem 0xe0000000-0xfeafffff]
[ 0.243727] pci_bus 0000:07: resource 4 [io 0x0000-0x0cf7]
[ 0.243728] pci_bus 0000:07: resource 5 [io 0x0d00-0xffff]
[ 0.243729] pci_bus 0000:07: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.243731] pci_bus 0000:07: resource 7 [mem 0x000d0000-0x000d3fff]
[ 0.243732] pci_bus 0000:07: resource 8 [mem 0x000d4000-0x000d7fff]
[ 0.243733] pci_bus 0000:07: resource 9 [mem 0x000d8000-0x000dbfff]
[ 0.243734] pci_bus 0000:07: resource 10 [mem 0x000dc000-0x000dffff]
[ 0.243735] pci_bus 0000:07: resource 11 [mem 0x000e0000-0x000e3fff]
[ 0.243736] pci_bus 0000:07: resource 12 [mem 0x000e4000-0x000e7fff]
[ 0.243738] pci_bus 0000:07: resource 13 [mem 0xe0000000-0xfeafffff]
[ 0.243757] NET: Registered protocol family 2
[ 0.243904] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.244016] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.244130] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.244144] TCP: reno registered
[ 0.244151] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.244175] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.244217] NET: Registered protocol family 1
[ 0.489915] pci 0000:01:00.0: Boot video device
[ 0.490031] PCI: CLS 64 bytes, default 64
[ 0.490063] Unpacking initramfs...
[ 0.525495] Freeing initrd memory: 2856K (ffff880037a5c000 - ffff880037d26000)
[ 0.525503] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.525504] software IO TLB [mem 0xda94d000-0xde94d000] (64MB) mapped at [ffff8800da94d000-ffff8800de94cfff]
[ 0.525689] RAPL PMU detected, hw unit 2^-16 Joules, API unit is 2^-32 Joules, 3 fixed counters 163840 ms ovfl timer
[ 0.525722] Scanning for low memory corruption every 60 seconds
[ 0.525907] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.526203] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.527208] zbud: loaded
[ 0.527325] VFS: Disk quotas dquot_6.5.2
[ 0.527349] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.527431] msgmni has been set to 15904
[ 0.527469] Key type big_key registered
[ 0.527586] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 0.527625] io scheduler noop registered
[ 0.527628] io scheduler deadline registered
[ 0.527661] io scheduler cfq registered (default)
[ 0.527783] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
[ 0.528111] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.528122] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.528145] vesafb: mode is 1400x1050x32, linelength=5632, pages=0
[ 0.528146] vesafb: scrolling: redraw
[ 0.528147] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
[ 0.528158] vesafb: framebuffer at 0xe0000000, mapped to 0xffffc90004e80000, using 5824k, total 5824k
[ 0.588369] Console: switching to colour frame buffer device 175x65
[ 0.648215] fb0: VESA VGA frame buffer device
[ 0.648226] intel_idle: MWAIT substates: 0x1120
[ 0.648227] intel_idle: v0.4 model 0x2A
[ 0.648228] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 0.648348] GHES: HEST is not enabled!
[ 0.648399] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 0.668940] 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 0.669231] Linux agpgart interface v0.103
[ 0.669266] rtc_cmos 00:02: RTC can wake from S4
[ 0.669374] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[ 0.669400] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[ 0.669407] Intel P-state driver initializing.
[ 0.669414] Intel pstate controlling: cpu 0
[ 0.669428] Intel pstate controlling: cpu 1
[ 0.669441] Intel pstate controlling: cpu 2
[ 0.669452] Intel pstate controlling: cpu 3
[ 0.669487] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.669636] TCP: cubic registered
[ 0.669778] NET: Registered protocol family 10
[ 0.670015] NET: Registered protocol family 17
[ 0.670545] registered taskstats version 1
[ 0.671226] Magic number: 14:626:342
[ 0.671337] rtc_cmos 00:02: setting system clock to 2014-09-19 18:19:33 UTC (1411150773)
[ 0.671430] PM: Checking hibernation image partition /dev/sda8
[ 0.671434] PM: Hibernation image not present or could not be loaded.
[ 0.672508] Freeing unused kernel memory: 1128K (ffffffff818df000 - ffffffff819f9000)
[ 0.672510] Write protecting the kernel read-only data: 8192k
[ 0.675414] Freeing unused kernel memory: 796K (ffff880001539000 - ffff880001600000)
[ 0.676666] Freeing unused kernel memory: 360K (ffff8800017a6000 - ffff880001800000)
[ 0.683171] random: systemd-tmpfile urandom read with 1 bits of entropy available
[ 0.684127] systemd-udevd[57]: starting version 216
[ 0.692999] i8042: PNP: No PS/2 controller found. Probing ports directly.
[ 0.695557] ACPI: bus type USB registered
[ 0.695575] usbcore: registered new interface driver usbfs
[ 0.695582] usbcore: registered new interface driver hub
[ 0.696506] usbcore: registered new device driver usb
[ 0.696638] SCSI subsystem initialized
[ 0.696788] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.696988] ehci-pci: EHCI PCI platform driver
[ 0.697098] ehci-pci 0000:00:1a.0: EHCI Host Controller
[ 0.697103] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[ 0.697115] ehci-pci 0000:00:1a.0: debug port 2
[ 0.697447] libata version 3.00 loaded.
[ 0.701002] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[ 0.701016] ehci-pci 0000:00:1a.0: irq 23, io mem 0xf7e08000
[ 0.701312] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.701343] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.709617] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[ 0.709740] hub 1-0:1.0: USB hub found
[ 0.709744] hub 1-0:1.0: 2 ports detected
[ 0.709846] xhci_hcd 0000:04:00.0: xHCI Host Controller
[ 0.709852] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 2
[ 0.719514] xhci_hcd 0000:04:00.0: irq 41 for MSI/MSI-X
[ 0.719517] xhci_hcd 0000:04:00.0: irq 42 for MSI/MSI-X
[ 0.719519] xhci_hcd 0000:04:00.0: irq 43 for MSI/MSI-X
[ 0.719521] xhci_hcd 0000:04:00.0: irq 44 for MSI/MSI-X
[ 0.719523] xhci_hcd 0000:04:00.0: irq 45 for MSI/MSI-X
[ 0.719739] hub 2-0:1.0: USB hub found
[ 0.719747] hub 2-0:1.0: 2 ports detected
[ 0.719825] xhci_hcd 0000:04:00.0: xHCI Host Controller
[ 0.719828] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 3
[ 0.719834] ehci-pci 0000:00:1d.0: EHCI Host Controller
[ 0.719967] hub 3-0:1.0: USB hub found
[ 0.719975] hub 3-0:1.0: 2 ports detected
[ 0.720093] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 4
[ 0.720107] ehci-pci 0000:00:1d.0: debug port 2
[ 0.723990] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[ 0.723995] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7e07000
[ 0.732938] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[ 0.733158] hub 4-0:1.0: USB hub found
[ 0.733164] hub 4-0:1.0: 2 ports detected
[ 0.733278] ahci 0000:00:1f.2: version 3.0
[ 0.733376] ahci 0000:00:1f.2: irq 46 for MSI/MSI-X
[ 0.746269] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x7 impl SATA mode
[ 0.746272] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst
[ 0.760219] scsi0 : ahci
[ 0.760456] scsi1 : ahci
[ 0.760682] scsi2 : ahci
[ 0.760835] scsi3 : ahci
[ 0.761042] scsi4 : ahci
[ 0.761166] scsi5 : ahci
[ 0.761209] ata1: SATA max UDMA/133 abar m2048@0xf7e06000 port 0xf7e06100 irq 46
[ 0.761211] ata2: SATA max UDMA/133 abar m2048@0xf7e06000 port 0xf7e06180 irq 46
[ 0.761213] ata3: SATA max UDMA/133 abar m2048@0xf7e06000 port 0xf7e06200 irq 46
[ 0.761214] ata4: DUMMY
[ 0.761215] ata5: DUMMY
[ 0.761215] ata6: DUMMY
[ 1.016102] usb 1-1: new high-speed USB device number 2 using ehci-pci
[ 1.079330] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 1.079354] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 1.079377] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 1.080611] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20140424/psargs-359)
[ 1.080619] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT1._GTF] (Node ffff880216038e10), AE_NOT_FOUND (20140424/psparse-536)
[ 1.080633] ata2.00: ATA-7: Maxtor 6L300S0, BACE1G10, max UDMA/100
[ 1.080636] ata2.00: 586072368 sectors, multi 16: LBA48 NCQ (depth 31/32)
[ 1.080964] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20140424/psargs-359)
[ 1.080980] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT0._GTF] (Node ffff880216038d98), AE_NOT_FOUND (20140424/psparse-536)
[ 1.081051] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20140424/psargs-359)
[ 1.081060] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT2._GTF] (Node ffff880216038e88), AE_NOT_FOUND (20140424/psparse-536)
[ 1.081072] ata3.00: ATAPI: Optiarc DVD RW AD-7280S, 1.01, max UDMA/100
[ 1.081200] ata1.00: ATA-8: WDC WD1002FAEX-007BA0, 05.01D05, max UDMA/133
[ 1.081205] ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 1.082867] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20140424/psargs-359)
[ 1.082875] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT0._GTF] (Node ffff880216038d98), AE_NOT_FOUND (20140424/psparse-536)
[ 1.082924] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20140424/psargs-359)
[ 1.082932] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT1._GTF] (Node ffff880216038e10), AE_NOT_FOUND (20140424/psparse-536)
[ 1.082946] ata2.00: configured for UDMA/100
[ 1.083076] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20140424/psargs-359)
[ 1.083092] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT2._GTF] (Node ffff880216038e88), AE_NOT_FOUND (20140424/psparse-536)
[ 1.083106] ata3.00: configured for UDMA/100
[ 1.083119] ata1.00: configured for UDMA/133
[ 1.083371] scsi 0:0:0:0: Direct-Access ATA WDC WD1002FAEX-0 1D05 PQ: 0 ANSI: 5
[ 1.084081] scsi 1:0:0:0: Direct-Access ATA Maxtor 6L300S0 1G10 PQ: 0 ANSI: 5
[ 1.085048] scsi 2:0:0:0: CD-ROM Optiarc DVD RW AD-7280S 1.01 PQ: 0 ANSI: 5
[ 1.098534] sd 1:0:0:0: [sdb] 586072368 512-byte logical blocks: (300 GB/279 GiB)
[ 1.098549] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[ 1.098580] sd 1:0:0:0: [sdb] Write Protect is off
[ 1.098583] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 1.098601] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.098701] sd 0:0:0:0: [sda] Write Protect is off
[ 1.098705] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.098754] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.107919] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[ 1.107923] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 1.108099] sr 2:0:0:0: Attached scsi CD-ROM sr0
[ 1.120153] sdb: sdb1 sdb2
[ 1.120549] sd 1:0:0:0: [sdb] Attached SCSI disk
[ 1.139819] hub 1-1:1.0: USB hub found
[ 1.139890] hub 1-1:1.0: 6 ports detected
[ 1.165290] sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 sda8 >
[ 1.166403] sd 0:0:0:0: [sda] Attached SCSI disk
[ 1.245861] usb 4-1: new high-speed USB device number 2 using ehci-pci
[ 1.369615] hub 4-1:1.0: USB hub found
[ 1.369676] hub 4-1:1.0: 8 ports detected
[ 1.525575] tsc: Refined TSC clocksource calibration: 3310.800 MHz
[ 1.635628] usb 4-1.1: new low-speed USB device number 3 using ehci-pci
[ 1.650492] PM: Starting manual resume from disk
[ 1.650497] PM: Hibernation image partition 8:8 present
[ 1.650499] PM: Looking for hibernation image.
[ 1.652273] PM: Image not found (code -22)
[ 1.652277] PM: Hibernation image not present or could not be loaded.
[ 1.736076] hidraw: raw HID events driver (C) Jiri Kosina
[ 1.742772] usbcore: registered new interface driver usbhid
[ 1.742775] usbhid: USB HID core driver
[ 1.743394] input: Microsoft Microsoft IntelliMouse® Optical as /devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.1/4-1.1:1.0/0003:045E:0039.0001/input/input2
[ 1.743455] hid-generic 0003:045E:0039.0001: input,hidraw0: USB HID v1.00 Mouse [Microsoft Microsoft IntelliMouse® Optical] on usb-0000:00:1d.0-1.1/input0
[ 1.767503] JFS: nTxBlock = 8192, nTxLock = 65536
[ 1.812088] usb 4-1.5: new high-speed USB device number 4 using ehci-pci
[ 2.111803] usb 4-1.6: new low-speed USB device number 5 using ehci-pci
[ 2.206746] input: BTC USB Multimedia Cordless Kit as /devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.6/4-1.6:1.0/0003:03F0:0B0C.0002/input/input3
[ 2.206888] hid-generic 0003:03F0:0B0C.0002: input,hidraw1: USB HID v1.00 Keyboard [BTC USB Multimedia Cordless Kit ] on usb-0000:00:1d.0-1.6/input0
[ 2.217405] input: BTC USB Multimedia Cordless Kit as /devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.6/4-1.6:1.1/0003:03F0:0B0C.0003/input/input4
[ 2.217671] hid-generic 0003:03F0:0B0C.0003: input,hiddev0,hidraw2: USB HID v1.00 Mouse [BTC USB Multimedia Cordless Kit ] on usb-0000:00:1d.0-1.6/input1
[ 2.217711] random: nonblocking pool is initialized
[ 2.524799] Switched to clocksource tsc
[ 3.468756] systemd[1]: Cannot add dependency job for unit ldm.service, ignoring: Unit ldm.service failed to load: No such file or directory.
[ 3.468787] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory.
[ 4.159055] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5
[ 4.159061] ACPI: Power Button [PWRB]
[ 4.159137] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input6
[ 4.159148] ACPI: Power Button [PWRF]
[ 4.169454] AMD IOMMUv2 driver by Joerg Roedel <joerg.roedel@amd.com>
[ 4.169458] AMD IOMMUv2 functionality not available on this system
[ 4.206004] systemd-udevd[168]: starting version 216
[ 4.619148] fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
[ 4.619152] Disabling lock debugging due to kernel taint
[ 4.659231] <6>[fglrx] Maximum main memory to use for locked dma buffers: 7722 MBytes.
[ 4.659351] <6>[fglrx] vendor: 1002 device: 6719 count: 1
[ 4.659572] <6>[fglrx] ioport: bar 4, base 0xe000, size: 0x100
[ 4.659757] <6>[fglrx] Kernel PAT support is enabled
[ 4.659772] <6>[fglrx] module loaded - fglrx 14.20.7 [Sep 2 2014] with 1 minors
[ 4.722113] ACPI: Fan [FAN0] (off)
[ 4.722141] ACPI: Fan [FAN1] (off)
[ 4.722165] ACPI: Fan [FAN2] (off)
[ 4.722187] ACPI: Fan [FAN3] (off)
[ 4.722209] ACPI: Fan [FAN4] (off)
[ 4.749636] ACPI Warning: SystemIO range 0x000000000000f000-0x000000000000f01f conflicts with OpRegion 0x000000000000f000-0x000000000000f00f (\_SB_.PCI0.SBUS.SMBI) (20140424/utaddress-258)
[ 4.749642] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 4.777129] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042f conflicts with OpRegion 0x0000000000000400-0x000000000000047f (\PMIO) (20140424/utaddress-258)
[ 4.777134] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 4.777137] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054f conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20140424/utaddress-258)
[ 4.777139] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 4.777140] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053f conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20140424/utaddress-258)
[ 4.777143] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 4.777143] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052f conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20140424/utaddress-258)
[ 4.777146] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052f conflicts with OpRegion 0x0000000000000500-0x000000000000050f (\_GPE.GPIO) (20140424/utaddress-258)
[ 4.777148] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 4.777149] lpc_ich: Resource conflict(s) found affecting gpio_ich
[ 4.800443] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 4.813471] mei_me 0000:00:16.0: irq 47 for MSI/MSI-X
[ 4.869603] wmi: Mapper loaded
[ 4.899639] thermal LNXTHERM:00: registered as thermal_zone0
[ 4.899642] ACPI: Thermal Zone [TZ00] (28 C)
[ 4.899795] thermal LNXTHERM:01: registered as thermal_zone1
[ 4.899797] ACPI: Thermal Zone [TZ01] (30 C)
[ 4.908429] r8168 Gigabit Ethernet driver 8.038.00-NAPI loaded
[ 4.908437] r8168 0000:05:00.0: can't disable ASPM; OS doesn't have ASPM control
[ 4.908537] r8168 0000:05:00.0: irq 48 for MSI/MSI-X
[ 4.929194] eth%d: 0xffffc90000c68000, 14:da:e9:f4:83:f4, IRQ 48
[ 4.929301] r8168: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625.
[ 4.929304] r8168 Copyright (C) 2013 Realtek NIC software team <nicfae@realtek.com>
This program comes with ABSOLUTELY NO WARRANTY; for details, please see <http://www.gnu.org/licenses/>.
This is free software, and you are welcome to redistribute it under certain conditions; see <http://www.gnu.org/licenses/>.
[ 5.104169] [drm] Initialized drm 1.1.0 20060810
[ 5.138186] input: PC Speaker as /devices/platform/pcspkr/input/input7
[ 5.175176] microcode: CPU0 sig=0x206a7, pf=0x2, revision=0x26
[ 5.224267] snd_hda_intel 0000:00:1b.0: irq 49 for MSI/MSI-X
[ 5.224366] snd_hda_intel 0000:01:00.1: Handle VGA-switcheroo audio client
[ 5.224393] snd_hda_intel 0000:01:00.1: irq 50 for MSI/MSI-X
[ 5.224803] media: Linux media interface: v0.10
[ 5.261557] Linux video capture interface: v2.00
[ 5.267937] [drm] radeon kernel modesetting enabled.
[ 5.434555] cx23885 driver version 0.0.3 loaded
[ 5.434650] cx23885[0]: cx23885_dev_setup() Memory configured for PCIe bridge type 887
[ 5.434652] cx23885[0]: cx23885_init_tsport(portno=2)
[ 5.434671] CORE cx23885[0]: subsystem: 0070:2a18, board: Hauppauge WinTV-HVR1255 [card=20,insmod option]
[ 5.434672] cx23885[0]: cx23885_pci_quirks()
[ 5.434674] cx23885[0]: cx23885_dev_setup() tuner_type = 0x4 tuner_addr = 0x42 tuner_bus = 0
[ 5.434675] cx23885[0]: cx23885_dev_setup() radio_type = 0x0 radio_addr = 0x0
[ 5.434676] cx23885[0]: cx23885_reset()
[ 5.534598] cx23885[0]: cx23885_sram_channel_setup() Configuring channel [VID A]
[ 5.534606] cx23885[0]: cx23885_sram_channel_setup() Configuring channel [VID A (VBI)]
[ 5.534622] cx23885[0]: cx23885_sram_channel_setup() Configuring channel [TS1 B]
[ 5.534638] cx23885[0]: cx23885_sram_channel_setup() Erasing channel [ch4]
[ 5.534640] cx23885[0]: cx23885_sram_channel_setup() Erasing channel [ch5]
[ 5.534641] cx23885[0]: cx23885_sram_channel_setup() Configuring channel [TS2 C]
[ 5.534656] cx23885[0]: cx23885_sram_channel_setup() Configuring channel [TV Audio]
[ 5.534673] cx23885[0]: cx23885_sram_channel_setup() Erasing channel [ch8]
[ 5.534674] cx23885[0]: cx23885_sram_channel_setup() Erasing channel [ch9]
[ 5.554672] cx23885[0]/0: cx23885_i2c_register(bus = 0)
[ 5.554699] cx23885[0]/0: cx23885[0]: i2c bus 0 registered
[ 5.554701] cx23885[0]/0: i2c_xfer(num = 1)
[ 5.554703] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x6b len = 0x0
[ 5.554703] cx23885[0]/0: i2c_readbytes(msg->len=0)
[ 5.554852] cx23885[0]/0: cx23885_i2c_register(bus = 1)
[ 5.554865] cx23885[0]/0: cx23885[0]: i2c bus 1 registered
[ 5.554866] cx23885[0]/0: i2c_xfer(num = 1)
[ 5.554867] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x6b len = 0x0
[ 5.554868] cx23885[0]/0: i2c_readbytes(msg->len=0)
[ 5.555009] cx23885[0]/0: cx23885_i2c_register(bus = 2)
[ 5.555020] cx23885[0]/0: cx23885[0]: i2c bus 2 registered
[ 5.555021] cx23885[0]/0: i2c_xfer(num = 1)
[ 5.555022] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x6b len = 0x0
[ 5.555022] cx23885[0]/0: i2c_readbytes(msg->len=0)
[ 5.555064] cx23885[0]/0: i2c_xfer(num = 1)
[ 5.555065] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x50 len = 0x1
[ 5.555066] cx23885[0]/0: i2c_sendbytes(msg->len=1)
[ 5.555307] <W a0 00 >
[ 5.555309] cx23885[0]/0: i2c_xfer(num = 1)
[ 5.555310] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x50 len = 0x100
[ 5.555311] cx23885[0]/0: i2c_readbytes(msg->len=256)
[ 5.555311] cx23885[0]/0: <R a1
[ 5.555520] cx23885[0]/0: 50
[ 5.555628] cx23885[0]/0: 03
[ 5.555735] cx23885[0]/0: 05
[ 5.555842] cx23885[0]/0: 00
[ 5.555949] cx23885[0]/0: 04
[ 5.556056] cx23885[0]/0: 80
[ 5.556162] cx23885[0]/0: 00
[ 5.556269] cx23885[0]/0: 08
[ 5.556376] cx23885[0]/0: 2c
[ 5.556483] cx23885[0]/0: 00
[ 5.556593] cx23885[0]/0: 05
[ 5.556700] cx23885[0]/0: 00
[ 5.556807] cx23885[0]/0: 70
[ 5.556914] cx23885[0]/0: 00
[ 5.557021] cx23885[0]/0: 18
[ 5.557128] cx23885[0]/0: 2a
[ 5.557235] cx23885[0]/0: 24
[ 5.557342] cx23885[0]/0: 00
[ 5.557449] cx23885[0]/0: 11
[ 5.557556] cx23885[0]/0: 00
[ 5.557663] cx23885[0]/0: df
[ 5.557770] cx23885[0]/0: ff
[ 5.557877] cx23885[0]/0: 00
[ 5.557984] cx23885[0]/0: 00
[ 5.558090] cx23885[0]/0: 0c
[ 5.558197] cx23885[0]/0: 03
[ 5.558304] cx23885[0]/0: 05
[ 5.558412] cx23885[0]/0: 80
[ 5.558519] cx23885[0]/0: 0e
[ 5.558626] cx23885[0]/0: 01
[ 5.558733] cx23885[0]/0: 00
[ 5.558840] cx23885[0]/0: 00
[ 5.558947] cx23885[0]/0: 08
[ 5.559054] cx23885[0]/0: 00
[ 5.559160] cx23885[0]/0: 18
[ 5.559268] cx23885[0]/0: 83
[ 5.559374] cx23885[0]/0: 00
[ 5.559482] cx23885[0]/0: 00
[ 5.559589] cx23885[0]/0: 03
[ 5.559696] cx23885[0]/0: 28
[ 5.559802] cx23885[0]/0: 78
[ 5.559910] cx23885[0]/0: ff
[ 5.560016] cx23885[0]/0: ff
[ 5.560123] cx23885[0]/0: ff
[ 5.560230] cx23885[0]/0: ff
[ 5.560337] cx23885[0]/0: ff
[ 5.560444] cx23885[0]/0: ff
[ 5.560551] cx23885[0]/0: ff
[ 5.560658] cx23885[0]/0: ff
[ 5.560765] cx23885[0]/0: ff
[ 5.560872] cx23885[0]/0: ff
[ 5.560979] cx23885[0]/0: ff
[ 5.561086] cx23885[0]/0: ff
[ 5.561193] cx23885[0]/0: ff
[ 5.561300] cx23885[0]/0: ff
[ 5.561407] cx23885[0]/0: ff
[ 5.561514] cx23885[0]/0: ff
[ 5.561621] cx23885[0]/0: ff
[ 5.561728] cx23885[0]/0: ff
[ 5.561835] cx23885[0]/0: ff
[ 5.561942] cx23885[0]/0: ff
[ 5.562049] cx23885[0]/0: ff
[ 5.562156] cx23885[0]/0: ff
[ 5.562277] cx23885[0]/0: ff
[ 5.562384] cx23885[0]/0: ff
[ 5.562491] cx23885[0]/0: ff
[ 5.562598] cx23885[0]/0: ff
[ 5.562705] cx23885[0]/0: ff
[ 5.562812] cx23885[0]/0: ff
[ 5.562923] cx23885[0]/0: ff
[ 5.563030] cx23885[0]/0: ff
[ 5.563137] cx23885[0]/0: ff
[ 5.563244] cx23885[0]/0: ff
[ 5.563351] cx23885[0]/0: ff
[ 5.563458] cx23885[0]/0: ff
[ 5.563565] cx23885[0]/0: ff
[ 5.563672] cx23885[0]/0: ff
[ 5.563779] cx23885[0]/0: ff
[ 5.563886] cx23885[0]/0: ff
[ 5.563993] cx23885[0]/0: ff
[ 5.564100] cx23885[0]/0: ff
[ 5.564207] cx23885[0]/0: ff
[ 5.564314] cx23885[0]/0: ff
[ 5.564421] cx23885[0]/0: ff
[ 5.564528] cx23885[0]/0: ff
[ 5.564635] cx23885[0]/0: ff
[ 5.564742] cx23885[0]/0: ff
[ 5.564849] cx23885[0]/0: ff
[ 5.564956] cx23885[0]/0: ff
[ 5.565063] cx23885[0]/0: ff
[ 5.565170] cx23885[0]/0: ff
[ 5.565277] cx23885[0]/0: ff
[ 5.565384] cx23885[0]/0: ff
[ 5.565491] cx23885[0]/0: ff
[ 5.565598] cx23885[0]/0: ff
[ 5.565705] cx23885[0]/0: ff
[ 5.565812] cx23885[0]/0: ff
[ 5.565919] cx23885[0]/0: ff
[ 5.566026] cx23885[0]/0: ff
[ 5.566133] cx23885[0]/0: ff
[ 5.566240] cx23885[0]/0: ff
[ 5.566347] cx23885[0]/0: ff
[ 5.566453] cx23885[0]/0: ff
[ 5.566560] cx23885[0]/0: ff
[ 5.566667] cx23885[0]/0: ff
[ 5.566774] cx23885[0]/0: ff
[ 5.566881] cx23885[0]/0: ff
[ 5.566988] cx23885[0]/0: ff
[ 5.567095] cx23885[0]/0: ff
[ 5.567202] cx23885[0]/0: ff
[ 5.567309] cx23885[0]/0: ff
[ 5.567416] cx23885[0]/0: ff
[ 5.567523] cx23885[0]/0: ff
[ 5.567630] cx23885[0]/0: ff
[ 5.567737] cx23885[0]/0: ff
[ 5.567844] cx23885[0]/0: ff
[ 5.567951] cx23885[0]/0: ff
[ 5.568058] cx23885[0]/0: ff
[ 5.568164] cx23885[0]/0: ff
[ 5.568271] cx23885[0]/0: ff
[ 5.568378] cx23885[0]/0: ff
[ 5.568486] cx23885[0]/0: ff
[ 5.568592] cx23885[0]/0: ff
[ 5.568700] cx23885[0]/0: ff
[ 5.568806] cx23885[0]/0: ff
[ 5.568913] cx23885[0]/0: ff
[ 5.569020] cx23885[0]/0: ff
[ 5.569127] cx23885[0]/0: ff
[ 5.569234] cx23885[0]/0: ff
[ 5.569341] cx23885[0]/0: ff
[ 5.569448] cx23885[0]/0: ff
[ 5.569555] cx23885[0]/0: ff
[ 5.569662] cx23885[0]/0: ff
[ 5.569769] cx23885[0]/0: ff
[ 5.569876] cx23885[0]/0: ff
[ 5.569983] cx23885[0]/0: ff
[ 5.570090] cx23885[0]/0: ff
[ 5.570197] cx23885[0]/0: ff
[ 5.570304] cx23885[0]/0: ff
[ 5.570411] cx23885[0]/0: ff
[ 5.570517] cx23885[0]/0: ff
[ 5.570625] cx23885[0]/0: ff
[ 5.570731] cx23885[0]/0: ff
[ 5.570838] cx23885[0]/0: ff
[ 5.570945] cx23885[0]/0: ff
[ 5.571052] cx23885[0]/0: ff
[ 5.571159] cx23885[0]/0: ff
[ 5.571266] cx23885[0]/0: ff
[ 5.571373] cx23885[0]/0: ff
[ 5.571480] cx23885[0]/0: ff
[ 5.571587] cx23885[0]/0: ff
[ 5.571696] cx23885[0]/0: ff
[ 5.571803] cx23885[0]/0: ff
[ 5.571910] cx23885[0]/0: ff
[ 5.572017] cx23885[0]/0: ff
[ 5.572124] cx23885[0]/0: ff
[ 5.572231] cx23885[0]/0: ff
[ 5.572338] cx23885[0]/0: ff
[ 5.572445] cx23885[0]/0: ff
[ 5.572552] cx23885[0]/0: ff
[ 5.572659] cx23885[0]/0: ff
[ 5.572766] cx23885[0]/0: ff
[ 5.572872] cx23885[0]/0: ff
[ 5.572979] cx23885[0]/0: ff
[ 5.573086] cx23885[0]/0: ff
[ 5.573193] cx23885[0]/0: ff
[ 5.573300] cx23885[0]/0: ff
[ 5.573407] cx23885[0]/0: ff
[ 5.573514] cx23885[0]/0: ff
[ 5.573621] cx23885[0]/0: ff
[ 5.573728] cx23885[0]/0: ff
[ 5.573835] cx23885[0]/0: ff
[ 5.573942] cx23885[0]/0: ff
[ 5.574049] cx23885[0]/0: ff
[ 5.574156] cx23885[0]/0: ff
[ 5.574263] cx23885[0]/0: ff
[ 5.574369] cx23885[0]/0: ff
[ 5.574476] cx23885[0]/0: ff
[ 5.574583] cx23885[0]/0: ff
[ 5.574690] cx23885[0]/0: ff
[ 5.574797] cx23885[0]/0: ff
[ 5.574904] cx23885[0]/0: ff
[ 5.575011] cx23885[0]/0: ff
[ 5.575118] cx23885[0]/0: ff
[ 5.575225] cx23885[0]/0: ff
[ 5.575332] cx23885[0]/0: ff
[ 5.575439] cx23885[0]/0: ff
[ 5.575546] cx23885[0]/0: ff
[ 5.575653] cx23885[0]/0: ff
[ 5.575760] cx23885[0]/0: ff
[ 5.575867] cx23885[0]/0: ff
[ 5.575974] cx23885[0]/0: ff
[ 5.576081] cx23885[0]/0: 84
[ 5.576188] cx23885[0]/0: 09
[ 5.576295] cx23885[0]/0: 00
[ 5.576402] cx23885[0]/0: 04
[ 5.576509] cx23885[0]/0: 20
[ 5.576616] cx23885[0]/0: 77
[ 5.576723] cx23885[0]/0: 00
[ 5.576830] cx23885[0]/0: 40
[ 5.576936] cx23885[0]/0: 80
[ 5.577043] cx23885[0]/0: 15
[ 5.577150] cx23885[0]/0: 8a
[ 5.577257] cx23885[0]/0: f0
[ 5.577364] cx23885[0]/0: 73
[ 5.577471] cx23885[0]/0: 05
[ 5.577578] cx23885[0]/0: 28
[ 5.577685] cx23885[0]/0: 00
[ 5.577792] cx23885[0]/0: 84
[ 5.577899] cx23885[0]/0: 08
[ 5.578006] cx23885[0]/0: 00
[ 5.578113] cx23885[0]/0: 06
[ 5.578220] cx23885[0]/0: 57
[ 5.578327] cx23885[0]/0: 75
[ 5.578441] cx23885[0]/0: 02
[ 5.578548] cx23885[0]/0: 00
[ 5.578655] cx23885[0]/0: 56
[ 5.578762] cx23885[0]/0: 1a
[ 5.578873] cx23885[0]/0: 85
[ 5.578981] cx23885[0]/0: 72
[ 5.579087] cx23885[0]/0: 07
[ 5.579194] cx23885[0]/0: 70
[ 5.579301] cx23885[0]/0: 73
[ 5.579408] cx23885[0]/0: 09
[ 5.579515] cx23885[0]/0: 22
[ 5.579622] cx23885[0]/0: 7f
[ 5.579729] cx23885[0]/0: 73
[ 5.579836] cx23885[0]/0: 0a
[ 5.579943] cx23885[0]/0: 88
[ 5.580050] cx23885[0]/0: ba
[ 5.580157] cx23885[0]/0: 72
[ 5.580264] cx23885[0]/0: 0b
[ 5.580371] cx23885[0]/0: 2f
[ 5.580478] cx23885[0]/0: 72
[ 5.580585] cx23885[0]/0: 0f
[ 5.580692] cx23885[0]/0: 45
[ 5.580799] cx23885[0]/0: 72
[ 5.580906] cx23885[0]/0: 10
[ 5.581013] cx23885[0]/0: 01
[ 5.581120] cx23885[0]/0: 72
[ 5.581226] cx23885[0]/0: 11
[ 5.581333] cx23885[0]/0: 1f
[ 5.581440] cx23885[0]/0: 73
[ 5.581547] cx23885[0]/0: 13
[ 5.581654] cx23885[0]/0: 6e
[ 5.581761] cx23885[0]/0: 7a
[ 5.581868] cx23885[0]/0: 79
[ 5.581976] cx23885[0]/0: 51
[ 5.582083] cx23885[0]/0: 00
[ 5.582196] cx23885[0]/0: 00
[ 5.582302] cx23885[0]/0: 00
[ 5.582410] cx23885[0]/0: 00
[ 5.582516] cx23885[0]/0: 00
[ 5.582624] cx23885[0]/0: 00
[ 5.582730] cx23885[0]/0: 00
[ 5.582871] cx23885[0]/0: 00
[ 5.582872] cx23885[0]/0: >
[ 5.582874] tveeprom 0-0050: Hauppauge model 161111, rev A1I6, serial# 9049472
[ 5.582875] tveeprom 0-0050: MAC address is 00:0d:fe:8a:15:80
[ 5.582876] tveeprom 0-0050: tuner model is unknown (idx 186, type 4)
[ 5.582877] tveeprom 0-0050: TV standards NTSC(M) ATSC/DVB Digital (eeprom 0x88)
[ 5.582878] tveeprom 0-0050: audio processor is CX23888 (idx 40)
[ 5.582879] tveeprom 0-0050: decoder processor is CX23888 (idx 34)
[ 5.582880] tveeprom 0-0050: has no radio, has IR receiver, has no IR transmitter
[ 5.582881] cx23885[0]: warning: unknown hauppauge model #161111
[ 5.582882] cx23885[0]: hauppauge eeprom: model=161111
[ 5.934064] microcode: CPU1 sig=0x206a7, pf=0x2, revision=0x26
[ 5.934087] microcode: CPU2 sig=0x206a7, pf=0x2, revision=0x26
[ 5.934133] microcode: CPU3 sig=0x206a7, pf=0x2, revision=0x26
[ 5.934231] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 6.013725] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input9
[ 6.195520] sound hdaudioC0D0: autoconfig: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
[ 6.195523] sound hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 6.195525] sound hdaudioC0D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[ 6.195527] sound hdaudioC0D0: mono: mono_out=0x0
[ 6.195528] sound hdaudioC0D0: dig-out=0x11/0x1e
[ 6.195529] sound hdaudioC0D0: inputs:
[ 6.195532] sound hdaudioC0D0: Front Mic=0x19
[ 6.195534] sound hdaudioC0D0: Rear Mic=0x18
[ 6.195535] sound hdaudioC0D0: Line=0x1a
[ 6.208903] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[ 6.208936] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[ 6.208967] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[ 6.208997] input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[ 6.209027] input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
[ 6.209057] input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
[ 6.209087] input: HDA Intel PCH Line Out Side as /devices/pci0000:00/0000:00:1b.0/sound/card0/input16
[ 6.209117] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input17
[ 6.230432] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.230435] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.230437] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.230475] <W 88 01
[ 6.230513] cx23885[0]/0: 01
[ 6.230514] cx23885[0]/0: R
[ 6.230553] cx23885[0]/0: 00
[ 6.230554] cx23885[0]/0: >
[ 6.230555] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.230556] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.230558] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.230595] <W 88 01
[ 6.230632] cx23885[0]/0: 00
[ 6.230633] cx23885[0]/0: R
[ 6.230672] cx23885[0]/0: 00
[ 6.230673] cx23885[0]/0: >
[ 6.230674] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.230675] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.230676] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.230714] <W 88 00
[ 6.230751] cx23885[0]/0: 00
[ 6.230789] cx23885[0]/0: 00
[ 6.230789] cx23885[0]/0: >
[ 6.230790] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.230792] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.230793] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=4)
[ 6.230830] <W 88 02
[ 6.230867] cx23885[0]/0: 04
[ 6.230868] cx23885[0]/0: R
[ 6.230907] cx23885[0]/0: 00
[ 6.230946] cx23885[0]/0: 00
[ 6.230985] cx23885[0]/0: 00
[ 6.231025] cx23885[0]/0: 00
[ 6.231025] cx23885[0]/0: >
[ 6.231026] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.231027] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.231028] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=4)
[ 6.231066] <W 88 03
[ 6.231103] cx23885[0]/0: 00
[ 6.231104] cx23885[0]/0: R
[ 6.231144] cx23885[0]/0: f5
[ 6.231183] cx23885[0]/0: 28
[ 6.231222] cx23885[0]/0: 5c
[ 6.231261] cx23885[0]/0: 01
[ 6.231262] cx23885[0]/0: >
[ 6.231263] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.231264] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.231265] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.231303] <W 88 00
[ 6.231340] cx23885[0]/0: 00
[ 6.231377] cx23885[0]/0: 02
[ 6.231378] cx23885[0]/0: >
[ 6.231380] cx25840 2-0044: cx23888 A/V decoder found @ 0x88 (cx23885[0])
[ 6.231385] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.231387] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.231388] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.231426] <W 88 08
[ 6.231464] cx23885[0]/0: d4
[ 6.231465] cx23885[0]/0: R
[ 6.231504] cx23885[0]/0: 01
[ 6.231504] cx23885[0]/0: >
[ 6.231506] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.231507] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.231508] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.231546] <W 88 08
[ 6.231584] cx23885[0]/0: d4
[ 6.231621] cx23885[0]/0: 14
[ 6.231622] cx23885[0]/0: >
[ 6.231625] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.231627] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.231628] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.231665] <W 88 04
[ 6.231703] cx23885[0]/0: 14
[ 6.231740] cx23885[0]/0: 00
[ 6.231741] cx23885[0]/0: >
[ 6.231743] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.231744] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.231745] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.231782] <W 88 04
[ 6.231820] cx23885[0]/0: 15
[ 6.231857] cx23885[0]/0: 80
[ 6.231858] cx23885[0]/0: >
[ 6.231859] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.231861] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.231862] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.231899] <W 88 04
[ 6.231936] cx23885[0]/0: 18
[ 6.231974] cx23885[0]/0: 80
[ 6.231974] cx23885[0]/0: >
[ 6.231975] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.231976] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.231978] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.232015] <W 88 04
[ 6.232053] cx23885[0]/0: 19
[ 6.232091] cx23885[0]/0: 80
[ 6.232091] cx23885[0]/0: >
[ 6.232092] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.232093] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.232094] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.232132] <W 88 04
[ 6.232169] cx23885[0]/0: 1a
[ 6.232207] cx23885[0]/0: 00
[ 6.232207] cx23885[0]/0: >
[ 6.232208] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.232210] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.232211] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.232248] <W 88 08
[ 6.232285] cx23885[0]/0: d4
[ 6.232323] cx23885[0]/0: 14
[ 6.232323] cx23885[0]/0: >
[ 6.232324] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.232325] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.232327] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.232364] <W 88 08
[ 6.232401] cx23885[0]/0: d5
[ 6.232402] cx23885[0]/0: R
[ 6.232441] cx23885[0]/0: 01
[ 6.232442] cx23885[0]/0: >
[ 6.232443] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.232444] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.232445] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.232483] <W 88 08
[ 6.232520] cx23885[0]/0: d5
[ 6.232557] cx23885[0]/0: 01
[ 6.232558] cx23885[0]/0: >
[ 6.232559] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.232560] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.232561] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.232599] <W 88 08
[ 6.232636] cx23885[0]/0: d5
[ 6.232637] cx23885[0]/0: R
[ 6.232676] cx23885[0]/0: 01
[ 6.232676] cx23885[0]/0: >
[ 6.232678] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.232679] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.232680] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.232717] <W 88 08
[ 6.232755] cx23885[0]/0: d5
[ 6.232792] cx23885[0]/0: 00
[ 6.232792] cx23885[0]/0: >
[ 6.232793] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.232795] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.232796] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.232833] <W 88 08
[ 6.232870] cx23885[0]/0: d9
[ 6.232871] cx23885[0]/0: R
[ 6.232910] cx23885[0]/0: 01
[ 6.232911] cx23885[0]/0: >
[ 6.232912] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.232913] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.232915] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.232953] <W 88 08
[ 6.232990] cx23885[0]/0: d9
[ 6.233028] cx23885[0]/0: 18
[ 6.233028] cx23885[0]/0: >
[ 6.233029] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.233030] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.233032] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.233070] <W 88 08
[ 6.233107] cx23885[0]/0: db
[ 6.233108] cx23885[0]/0: R
[ 6.233147] cx23885[0]/0: 01
[ 6.233148] cx23885[0]/0: >
[ 6.233149] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.233151] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.233152] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.233189] <W 88 08
[ 6.233227] cx23885[0]/0: db
[ 6.233264] cx23885[0]/0: 18
[ 6.233265] cx23885[0]/0: >
[ 6.233271] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.233272] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.233273] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.233310] <W 88 00
[ 6.233348] cx23885[0]/0: 00
[ 6.233386] cx23885[0]/0: 00
[ 6.233386] cx23885[0]/0: >
[ 6.233387] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.233388] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.233389] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.233427] <W 88 01
[ 6.233464] cx23885[0]/0: 02
[ 6.233465] cx23885[0]/0: R
[ 6.233504] cx23885[0]/0: 10
[ 6.233505] cx23885[0]/0: >
[ 6.233506] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.233507] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.233508] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.233546] <W 88 01
[ 6.233583] cx23885[0]/0: 02
[ 6.233620] cx23885[0]/0: 11
[ 6.233621] cx23885[0]/0: >
[ 6.233622] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.233623] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.233624] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.233662] <W 88 01
[ 6.233699] cx23885[0]/0: 02
[ 6.233700] cx23885[0]/0: R
[ 6.233739] cx23885[0]/0: 10
[ 6.233740] cx23885[0]/0: >
[ 6.233741] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.233742] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.233743] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.233780] <W 88 01
[ 6.233817] cx23885[0]/0: 02
[ 6.233855] cx23885[0]/0: 10
[ 6.233855] cx23885[0]/0: >
[ 6.233856] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.233858] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.233859] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.233896] <W 88 08
[ 6.233933] cx23885[0]/0: 03
[ 6.233934] cx23885[0]/0: R
[ 6.233973] cx23885[0]/0: 00
[ 6.233974] cx23885[0]/0: >
[ 6.233975] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.233976] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.233977] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.234015] <W 88 08
[ 6.234052] cx23885[0]/0: 03
[ 6.234089] cx23885[0]/0: 00
[ 6.234090] cx23885[0]/0: >
[ 6.234091] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.234092] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.234093] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.234130] <W 88 03
[ 6.234168] cx23885[0]/0: 98
[ 6.234205] cx23885[0]/0: 00
[ 6.234206] cx23885[0]/0: >
[ 6.234207] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.234208] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.234209] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.234246] <W 88 00
[ 6.234284] cx23885[0]/0: 02
[ 6.234321] cx23885[0]/0: 76
[ 6.234322] cx23885[0]/0: >
[ 6.234323] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.234324] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.234325] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.234363] <W 88 00
[ 6.234404] cx23885[0]/0: 01
[ 6.234442] cx23885[0]/0: 40
[ 6.234443] cx23885[0]/0: >
[ 6.234444] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.234445] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.234446] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.234484] <W 88 00
[ 6.234521] cx23885[0]/0: 02
[ 6.234559] cx23885[0]/0: 71
[ 6.234559] cx23885[0]/0: >
[ 6.234560] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.234561] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.234563] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.234600] <W 88 01
[ 6.234637] cx23885[0]/0: 1c
[ 6.234675] cx23885[0]/0: 4c
[ 6.234712] cx23885[0]/0: 74
[ 6.234749] cx23885[0]/0: d1
[ 6.234787] cx23885[0]/0: 01
[ 6.234787] cx23885[0]/0: >
[ 6.234788] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.234790] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.234791] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.234828] <W 88 01
[ 6.234865] cx23885[0]/0: 18
[ 6.234903] cx23885[0]/0: 16
[ 6.234940] cx23885[0]/0: 04
[ 6.234977] cx23885[0]/0: 00
[ 6.235015] cx23885[0]/0: 00
[ 6.235015] cx23885[0]/0: >
[ 6.235017] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.235018] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.235019] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.235057] <W 88 04
[ 6.235094] cx23885[0]/0: 04
[ 6.235132] cx23885[0]/0: 3e
[ 6.235169] cx23885[0]/0: 25
[ 6.235206] cx23885[0]/0: 10
[ 6.235244] cx23885[0]/0: 00
[ 6.235244] cx23885[0]/0: >
[ 6.235245] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.235247] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.235248] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.235285] <W 88 04
[ 6.235323] cx23885[0]/0: 2c
[ 6.235360] cx23885[0]/0: 00
[ 6.235397] cx23885[0]/0: 00
[ 6.235434] cx23885[0]/0: 60
[ 6.235472] cx23885[0]/0: 42
[ 6.235472] cx23885[0]/0: >
[ 6.235473] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.235475] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.235476] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.235513] <W 88 04
[ 6.235551] cx23885[0]/0: 4c
[ 6.235588] cx23885[0]/0: 00
[ 6.235625] cx23885[0]/0: 10
[ 6.235662] cx23885[0]/0: 1f
[ 6.235700] cx23885[0]/0: 16
[ 6.235701] cx23885[0]/0: >
[ 6.235702] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.235703] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.235704] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.235742] <W 88 03
[ 6.235779] cx23885[0]/0: 3c
[ 6.235816] cx23885[0]/0: 01
[ 6.235854] cx23885[0]/0: 00
[ 6.235891] cx23885[0]/0: 00
[ 6.235928] cx23885[0]/0: 00
[ 6.235929] cx23885[0]/0: >
[ 6.235930] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.235931] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.235932] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.235970] <W 88 03
[ 6.236007] cx23885[0]/0: 40
[ 6.236045] cx23885[0]/0: 83
[ 6.236082] cx23885[0]/0: df
[ 6.236119] cx23885[0]/0: f7
[ 6.236156] cx23885[0]/0: 0d
[ 6.236157] cx23885[0]/0: >
[ 6.236158] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.236159] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.236160] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.236198] <W 88 01
[ 6.236235] cx23885[0]/0: 0c
[ 6.236273] cx23885[0]/0: 33
[ 6.236310] cx23885[0]/0: 33
[ 6.236347] cx23885[0]/0: 33
[ 6.236385] cx23885[0]/0: 13
[ 6.236386] cx23885[0]/0: >
[ 6.236387] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.236389] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.236390] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.236427] <W 88 01
[ 6.236464] cx23885[0]/0: 08
[ 6.236502] cx23885[0]/0: 15
[ 6.236539] cx23885[0]/0: 05
[ 6.236576] cx23885[0]/0: 00
[ 6.236613] cx23885[0]/0: 00
[ 6.236614] cx23885[0]/0: >
[ 6.236615] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.236617] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.236618] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.236655] <W 88 04
[ 6.236692] cx23885[0]/0: 14
[ 6.236730] cx23885[0]/0: 12
[ 6.236767] cx23885[0]/0: 7d
[ 6.236804] cx23885[0]/0: 10
[ 6.236841] cx23885[0]/0: 00
[ 6.236842] cx23885[0]/0: >
[ 6.236843] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.236844] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.236845] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.236883] <W 88 04
[ 6.236920] cx23885[0]/0: 20
[ 6.236958] cx23885[0]/0: 82
[ 6.236995] cx23885[0]/0: 82
[ 6.237032] cx23885[0]/0: 00
[ 6.237069] cx23885[0]/0: 3d
[ 6.237071] cx23885[0]/0: >
[ 6.237072] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.237073] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.237074] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.237111] <W 88 01
[ 6.237149] cx23885[0]/0: 14
[ 6.237186] cx23885[0]/0: 48
[ 6.237223] cx23885[0]/0: bf
[ 6.237261] cx23885[0]/0: 7d
[ 6.237298] cx23885[0]/0: 01
[ 6.237299] cx23885[0]/0: >
[ 6.237300] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.237301] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.237302] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.237340] <W 88 01
[ 6.237377] cx23885[0]/0: 10
[ 6.237414] cx23885[0]/0: 0e
[ 6.237451] cx23885[0]/0: 03
[ 6.237489] cx23885[0]/0: 0a
[ 6.237526] cx23885[0]/0: 00
[ 6.237527] cx23885[0]/0: >
[ 6.237528] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.237529] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.237530] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.237567] <W 88 01
[ 6.237605] cx23885[0]/0: 02
[ 6.237642] cx23885[0]/0: 10
[ 6.237643] cx23885[0]/0: >
[ 6.237644] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.237645] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.237646] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.237683] <W 88 01
[ 6.237721] cx23885[0]/0: 03
[ 6.237758] cx23885[0]/0: 11
[ 6.237759] cx23885[0]/0: >
[ 6.237760] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.237761] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.237762] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.237800] <W 88 04
[ 6.237837] cx23885[0]/0: 00
[ 6.237874] cx23885[0]/0: 00
[ 6.237875] cx23885[0]/0: >
[ 6.237876] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.237878] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.237879] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.237916] <W 88 04
[ 6.237953] cx23885[0]/0: 01
[ 6.237991] cx23885[0]/0: e8
[ 6.237992] cx23885[0]/0: >
[ 6.237993] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.237995] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.237996] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.238033] <W 88 01
[ 6.238071] cx23885[0]/0: 44
[ 6.238109] cx23885[0]/0: 05
[ 6.238109] cx23885[0]/0: >
[ 6.238110] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.238112] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.238113] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.238151] <W 88 01
[ 6.238188] cx23885[0]/0: 60
[ 6.238226] cx23885[0]/0: 1d
[ 6.238226] cx23885[0]/0: >
[ 6.238227] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.238228] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.238230] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.238268] <W 88 01
[ 6.238305] cx23885[0]/0: 64
[ 6.238342] cx23885[0]/0: 00
[ 6.238343] cx23885[0]/0: >
[ 6.238404] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.238407] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.238409] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.238447] <W 88 01
[ 6.238485] cx23885[0]/0: 60
[ 6.238487] cx23885[0]/0: R
[ 6.238527] cx23885[0]/0: 1d
[ 6.238528] cx23885[0]/0: >
[ 6.238529] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.238530] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.238531] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.238569] <W 88 01
[ 6.238606] cx23885[0]/0: 64
[ 6.238607] cx23885[0]/0: R
[ 6.238647] cx23885[0]/0: 00
[ 6.238647] cx23885[0]/0: >
[ 6.238666] cx25840 2-0044: Direct firmware load failed with error -2
[ 6.238668] cx25840 2-0044: Falling back to user helper
[ 6.317811] systemd-udevd[171]: renamed network interface eth0 to enp5s0
[ 6.325352] iTCO_vendor_support: vendor-support=0
[ 6.325903] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[ 6.325936] iTCO_wdt: Found a Cougar Point TCO device (Version=2, TCOBASE=0x0460)
[ 6.326043] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 6.369544] cx25840 2-0044: unable to open firmware v4l-cx23885-avcore-01.fw
[ 6.370170] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.370173] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.370175] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.370213] <W 88 04
[ 6.370251] cx23885[0]/0: 78
[ 6.370289] cx23885[0]/0: 1f
[ 6.370326] cx23885[0]/0: 02
[ 6.370364] cx23885[0]/0: 28
[ 6.370401] cx23885[0]/0: 66
[ 6.370402] cx23885[0]/0: >
[ 6.370404] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.370405] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.370406] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.370444] <W 88 04
[ 6.370483] cx23885[0]/0: 00
[ 6.370520] cx23885[0]/0: 00
[ 6.370559] cx23885[0]/0: 00
[ 6.370597] cx23885[0]/0: 00
[ 6.370636] cx23885[0]/0: 00
[ 6.370637] cx23885[0]/0: >
[ 6.370638] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.370639] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.370641] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.370679] <W 88 04
[ 6.370717] cx23885[0]/0: b4
[ 6.370755] cx23885[0]/0: 30
[ 6.370794] cx23885[0]/0: 40
[ 6.370832] cx23885[0]/0: 52
[ 6.370870] cx23885[0]/0: 20
[ 6.370871] cx23885[0]/0: >
[ 6.370872] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.370874] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.370875] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.370913] <W 88 04
[ 6.370954] cx23885[0]/0: 7c
[ 6.370993] cx23885[0]/0: 63
[ 6.371031] cx23885[0]/0: 82
[ 6.371070] cx23885[0]/0: 0a
[ 6.371108] cx23885[0]/0: 01
[ 6.371109] cx23885[0]/0: >
[ 6.371111] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.371112] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.371113] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.371151] <W 88 04
[ 6.371190] cx23885[0]/0: 28
[ 6.371228] cx23885[0]/0: 24
[ 6.371267] cx23885[0]/0: 40
[ 6.371306] cx23885[0]/0: 24
[ 6.371344] cx23885[0]/0: 28
[ 6.371346] cx23885[0]/0: >
[ 6.371347] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.371349] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.371350] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.371390] <W 88 04
[ 6.371428] cx23885[0]/0: 24
[ 6.371466] cx23885[0]/0: 84
[ 6.371505] cx23885[0]/0: 00
[ 6.371543] cx23885[0]/0: 2d
[ 6.371581] cx23885[0]/0: 5d
[ 6.371582] cx23885[0]/0: >
[ 6.371583] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.371584] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.371585] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.371624] <W 88 03
[ 6.371662] cx23885[0]/0: 04
[ 6.371700] cx23885[0]/0: 0c
[ 6.371738] cx23885[0]/0: bc
[ 6.371776] cx23885[0]/0: 03
[ 6.371835] cx23885[0]/0: 65
[ 6.371837] cx23885[0]/0: >
[ 6.371839] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.371840] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.371841] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.371879] <W 88 03
[ 6.371918] cx23885[0]/0: 08
[ 6.371956] cx23885[0]/0: 85
[ 6.371994] cx23885[0]/0: 8c
[ 6.372034] cx23885[0]/0: 03
[ 6.372072] cx23885[0]/0: bd
[ 6.372073] cx23885[0]/0: >
[ 6.372074] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.372075] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.372076] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.372115] <W 88 03
[ 6.372153] cx23885[0]/0: 0c
[ 6.372191] cx23885[0]/0: 0a
[ 6.372228] cx23885[0]/0: 64
[ 6.372265] cx23885[0]/0: b4
[ 6.372302] cx23885[0]/0: 1d
[ 6.372303] cx23885[0]/0: >
[ 6.372305] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.372307] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.372308] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.372345] <W 88 03
[ 6.372383] cx23885[0]/0: 10
[ 6.372420] cx23885[0]/0: 00
[ 6.372458] cx23885[0]/0: 88
[ 6.372495] cx23885[0]/0: 00
[ 6.372532] cx23885[0]/0: 00
[ 6.372533] cx23885[0]/0: >
[ 6.372535] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.372536] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.372537] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.372575] <W 88 03
[ 6.372612] cx23885[0]/0: 14
[ 6.372650] cx23885[0]/0: 00
[ 6.372687] cx23885[0]/0: 06
[ 6.372724] cx23885[0]/0: 40
[ 6.372762] cx23885[0]/0: 44
[ 6.372763] cx23885[0]/0: >
[ 6.372764] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.372765] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.372766] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.372804] <W 88 03
[ 6.372841] cx23885[0]/0: 2c
[ 6.372879] cx23885[0]/0: 00
[ 6.372916] cx23885[0]/0: 08
[ 6.372953] cx23885[0]/0: 80
[ 6.372991] cx23885[0]/0: 0c
[ 6.372992] cx23885[0]/0: >
[ 6.372993] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.372994] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.372996] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.373033] <W 88 03
[ 6.373071] cx23885[0]/0: 30
[ 6.373108] cx23885[0]/0: 00
[ 6.373146] cx23885[0]/0: 01
[ 6.373183] cx23885[0]/0: 00
[ 6.373220] cx23885[0]/0: 27
[ 6.373221] cx23885[0]/0: >
[ 6.373222] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.373224] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.373225] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.373263] <W 88 03
[ 6.373300] cx23885[0]/0: 34
[ 6.373338] cx23885[0]/0: ec
[ 6.373375] cx23885[0]/0: 30
[ 6.373412] cx23885[0]/0: 35
[ 6.373450] cx23885[0]/0: 21
[ 6.373451] cx23885[0]/0: >
[ 6.373452] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.373453] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.373454] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.373492] <W 88 03
[ 6.373529] cx23885[0]/0: 38
[ 6.373567] cx23885[0]/0: a8
[ 6.373604] cx23885[0]/0: 5b
[ 6.373642] cx23885[0]/0: a6
[ 6.373679] cx23885[0]/0: 00
[ 6.373680] cx23885[0]/0: >
[ 6.373681] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.373682] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.373684] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.373721] <W 88 03
[ 6.373759] cx23885[0]/0: 40
[ 6.373797] cx23885[0]/0: 06
[ 6.373834] cx23885[0]/0: bf
[ 6.373871] cx23885[0]/0: ef
[ 6.373909] cx23885[0]/0: 1b
[ 6.373910] cx23885[0]/0: >
[ 6.373911] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.373912] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.373913] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.373951] <W 88 03
[ 6.373989] cx23885[0]/0: 44
[ 6.374026] cx23885[0]/0: e8
[ 6.374064] cx23885[0]/0: 35
[ 6.374101] cx23885[0]/0: 00
[ 6.374138] cx23885[0]/0: 00
[ 6.374139] cx23885[0]/0: >
[ 6.374141] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.374142] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.374143] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.374181] <W 88 03
[ 6.374218] cx23885[0]/0: 00
[ 6.374256] cx23885[0]/0: 1e
[ 6.374293] cx23885[0]/0: 85
[ 6.374331] cx23885[0]/0: eb
[ 6.374368] cx23885[0]/0: 01
[ 6.374369] cx23885[0]/0: >
[ 6.374370] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.374372] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.374373] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.374410] <W 88 03
[ 6.374448] cx23885[0]/0: 48
[ 6.374485] cx23885[0]/0: 01
[ 6.374522] cx23885[0]/0: 00
[ 6.374560] cx23885[0]/0: 00
[ 6.374597] cx23885[0]/0: 00
[ 6.374598] cx23885[0]/0: >
[ 6.374599] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.374601] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.374602] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.374639] <W 88 03
[ 6.374677] cx23885[0]/0: 4c
[ 6.374714] cx23885[0]/0: 12
[ 6.374752] cx23885[0]/0: 00
[ 6.374789] cx23885[0]/0: 07
[ 6.374826] cx23885[0]/0: 00
[ 6.374827] cx23885[0]/0: >
[ 6.374828] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.374830] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.374831] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.374868] <W 88 03
[ 6.374906] cx23885[0]/0: 50
[ 6.374944] cx23885[0]/0: f5
[ 6.374981] cx23885[0]/0: ff
[ 6.375019] cx23885[0]/0: 12
[ 6.375056] cx23885[0]/0: 00
[ 6.375057] cx23885[0]/0: >
[ 6.375058] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.375059] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.375061] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.375098] <W 88 03
[ 6.375136] cx23885[0]/0: 54
[ 6.375173] cx23885[0]/0: 82
[ 6.375210] cx23885[0]/0: ff
[ 6.375248] cx23885[0]/0: ba
[ 6.375285] cx23885[0]/0: ff
[ 6.375286] cx23885[0]/0: >
[ 6.375287] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.375288] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.375290] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.375328] <W 88 03
[ 6.375366] cx23885[0]/0: 58
[ 6.375404] cx23885[0]/0: 0f
[ 6.375441] cx23885[0]/0: 00
[ 6.375478] cx23885[0]/0: 8e
[ 6.375516] cx23885[0]/0: ff
[ 6.375517] cx23885[0]/0: >
[ 6.375518] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.375519] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.375520] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.375558] <W 88 03
[ 6.375596] cx23885[0]/0: 5c
[ 6.375633] cx23885[0]/0: 98
[ 6.375670] cx23885[0]/0: 01
[ 6.375708] cx23885[0]/0: e8
[ 6.375745] cx23885[0]/0: 00
[ 6.375746] cx23885[0]/0: >
[ 6.375747] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.375748] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.375749] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.375787] <W 88 03
[ 6.375825] cx23885[0]/0: 60
[ 6.375862] cx23885[0]/0: 28
[ 6.375899] cx23885[0]/0: 00
[ 6.375937] cx23885[0]/0: 75
[ 6.375974] cx23885[0]/0: 01
[ 6.375975] cx23885[0]/0: >
[ 6.375976] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.375977] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.375979] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.376016] <W 88 03
[ 6.376054] cx23885[0]/0: 64
[ 6.376091] cx23885[0]/0: 75
[ 6.376128] cx23885[0]/0: fc
[ 6.376166] cx23885[0]/0: 18
[ 6.376203] cx23885[0]/0: fe
[ 6.376204] cx23885[0]/0: >
[ 6.376205] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.376207] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.376208] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.376245] <W 88 03
[ 6.376283] cx23885[0]/0: 68
[ 6.376320] cx23885[0]/0: 15
[ 6.376358] cx23885[0]/0: ff
[ 6.376395] cx23885[0]/0: 99
[ 6.376432] cx23885[0]/0: fc
[ 6.376433] cx23885[0]/0: >
[ 6.376434] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.376436] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.376438] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.376475] <W 88 03
[ 6.376513] cx23885[0]/0: 6c
[ 6.376550] cx23885[0]/0: 36
[ 6.376587] cx23885[0]/0: 06
[ 6.376625] cx23885[0]/0: 05
[ 6.376662] cx23885[0]/0: 03
[ 6.376663] cx23885[0]/0: >
[ 6.376665] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.376666] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.376668] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.376705] <W 88 03
[ 6.376743] cx23885[0]/0: 70
[ 6.376780] cx23885[0]/0: 7f
[ 6.376817] cx23885[0]/0: 02
[ 6.376855] cx23885[0]/0: 56
[ 6.376892] cx23885[0]/0: 06
[ 6.376893] cx23885[0]/0: >
[ 6.376894] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.376895] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.376897] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.376934] <W 88 03
[ 6.376972] cx23885[0]/0: 74
[ 6.377009] cx23885[0]/0: e2
[ 6.377046] cx23885[0]/0: f6
[ 6.377084] cx23885[0]/0: 32
[ 6.377122] cx23885[0]/0: fc
[ 6.377123] cx23885[0]/0: >
[ 6.377124] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.377125] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.377126] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.377164] <W 88 03
[ 6.377201] cx23885[0]/0: 78
[ 6.377239] cx23885[0]/0: 17
[ 6.377276] cx23885[0]/0: fb
[ 6.377314] cx23885[0]/0: 14
[ 6.377351] cx23885[0]/0: f6
[ 6.377352] cx23885[0]/0: >
[ 6.377353] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.377354] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.377355] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.377393] <W 88 03
[ 6.377430] cx23885[0]/0: 7c
[ 6.377468] cx23885[0]/0: 87
[ 6.377505] cx23885[0]/0: 0b
[ 6.377543] cx23885[0]/0: d2
[ 6.377580] cx23885[0]/0: 03
[ 6.377581] cx23885[0]/0: >
[ 6.377582] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.377583] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.377584] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.377622] <W 88 03
[ 6.377660] cx23885[0]/0: 80
[ 6.377697] cx23885[0]/0: d2
[ 6.377735] cx23885[0]/0: 07
[ 6.377772] cx23885[0]/0: 77
[ 6.377809] cx23885[0]/0: 0d
[ 6.377810] cx23885[0]/0: >
[ 6.377812] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.377813] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.377814] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.377852] <W 88 03
[ 6.377889] cx23885[0]/0: 84
[ 6.377926] cx23885[0]/0: 41
[ 6.377964] cx23885[0]/0: f3
[ 6.378001] cx23885[0]/0: 26
[ 6.378039] cx23885[0]/0: fd
[ 6.378040] cx23885[0]/0: >
[ 6.378041] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.378043] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.378044] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.378081] <W 88 03
[ 6.378119] cx23885[0]/0: 88
[ 6.378156] cx23885[0]/0: 6f
[ 6.378193] cx23885[0]/0: f5
[ 6.378231] cx23885[0]/0: ea
[ 6.378268] cx23885[0]/0: ef
[ 6.378269] cx23885[0]/0: >
[ 6.378270] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.378272] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.378273] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.378310] <W 88 03
[ 6.378348] cx23885[0]/0: 8c
[ 6.378385] cx23885[0]/0: 64
[ 6.378422] cx23885[0]/0: 0c
[ 6.378460] cx23885[0]/0: 0f
[ 6.378497] cx23885[0]/0: 01
[ 6.378498] cx23885[0]/0: >
[ 6.378499] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.378501] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.378502] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.378539] <W 88 03
[ 6.378577] cx23885[0]/0: 90
[ 6.378614] cx23885[0]/0: 00
[ 6.378652] cx23885[0]/0: 00
[ 6.378690] cx23885[0]/0: 0d
[ 6.378727] cx23885[0]/0: 11
[ 6.378728] cx23885[0]/0: >
[ 6.378729] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.378730] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.378732] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.378769] <W 88 01
[ 6.378807] cx23885[0]/0: 03
[ 6.378845] cx23885[0]/0: f6
[ 6.378845] cx23885[0]/0: >
[ 6.378847] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.378848] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.378849] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.378887] <W 88 04
[ 6.378924] cx23885[0]/0: 01
[ 6.378925] cx23885[0]/0: R
[ 6.378965] cx23885[0]/0: 00
[ 6.378966] cx23885[0]/0: >
[ 6.378967] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.378968] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.378969] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.379007] <W 88 04
[ 6.379044] cx23885[0]/0: 01
[ 6.379082] cx23885[0]/0: 00
[ 6.379082] cx23885[0]/0: >
[ 6.379084] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.379085] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.379086] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.379124] <W 88 03
[ 6.379161] cx23885[0]/0: 00
[ 6.379199] cx23885[0]/0: f5
[ 6.379236] cx23885[0]/0: 28
[ 6.379273] cx23885[0]/0: 5c
[ 6.379311] cx23885[0]/0: 01
[ 6.379312] cx23885[0]/0: >
[ 6.379313] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.379314] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.379315] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.379353] <W 88 01
[ 6.379390] cx23885[0]/0: 02
[ 6.379391] cx23885[0]/0: R
[ 6.379430] cx23885[0]/0: 10
[ 6.379431] cx23885[0]/0: >
[ 6.379432] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.379434] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.379435] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.379472] <W 88 01
[ 6.379510] cx23885[0]/0: 02
[ 6.379547] cx23885[0]/0: 10
[ 6.379548] cx23885[0]/0: >
[ 6.379549] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.379550] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.379551] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.379589] <W 88 03
[ 6.379626] cx23885[0]/0: 40
[ 6.379664] cx23885[0]/0: 83
[ 6.379701] cx23885[0]/0: df
[ 6.379739] cx23885[0]/0: f7
[ 6.379776] cx23885[0]/0: 0d
[ 6.379777] cx23885[0]/0: >
[ 6.379778] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.379779] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.379781] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.379818] <W 88 01
[ 6.379855] cx23885[0]/0: 04
[ 6.379893] cx23885[0]/0: 80
[ 6.379930] cx23885[0]/0: dd
[ 6.379968] cx23885[0]/0: 04
[ 6.380006] cx23885[0]/0: 07
[ 6.380006] cx23885[0]/0: >
[ 6.380008] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.380009] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.380010] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.380048] <W 88 03
[ 6.380085] cx23885[0]/0: 14
[ 6.380122] cx23885[0]/0: 00
[ 6.380160] cx23885[0]/0: 06
[ 6.380197] cx23885[0]/0: 40
[ 6.380234] cx23885[0]/0: 22
[ 6.380235] cx23885[0]/0: >
[ 6.380237] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.380238] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.380240] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.380277] <W 88 03
[ 6.380315] cx23885[0]/0: 18
[ 6.380352] cx23885[0]/0: 00
[ 6.380389] cx23885[0]/0: 26
[ 6.380427] cx23885[0]/0: 00
[ 6.380464] cx23885[0]/0: 40
[ 6.380465] cx23885[0]/0: >
[ 6.380466] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.380467] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.380469] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.380506] <W 88 03
[ 6.380544] cx23885[0]/0: 24
[ 6.380581] cx23885[0]/0: 00
[ 6.380618] cx23885[0]/0: 26
[ 6.380656] cx23885[0]/0: 00
[ 6.380693] cx23885[0]/0: 40
[ 6.380694] cx23885[0]/0: >
[ 6.380695] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.380696] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.380698] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.380735] <W 88 03
[ 6.380773] cx23885[0]/0: 2c
[ 6.380811] cx23885[0]/0: 20
[ 6.380848] cx23885[0]/0: e6
[ 6.380885] cx23885[0]/0: 50
[ 6.380923] cx23885[0]/0: 02
[ 6.380923] cx23885[0]/0: >
[ 6.380925] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.380926] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.380927] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.380974] <W 88 03
[ 6.381011] cx23885[0]/0: 9c
[ 6.381049] cx23885[0]/0: 00
[ 6.381086] cx23885[0]/0: 0b
[ 6.381124] cx23885[0]/0: ff
[ 6.381161] cx23885[0]/0: 01
[ 6.381162] cx23885[0]/0: >
[ 6.381163] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.381164] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.381165] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.381203] <W 88 04
[ 6.381241] cx23885[0]/0: 10
[ 6.381278] cx23885[0]/0: bf
[ 6.381316] cx23885[0]/0: 0d
[ 6.381353] cx23885[0]/0: ff
[ 6.381390] cx23885[0]/0: ff
[ 6.381391] cx23885[0]/0: >
[ 6.381392] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.381393] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.381395] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.381432] <W 88 04
[ 6.381469] cx23885[0]/0: 14
[ 6.381507] cx23885[0]/0: 03
[ 6.381544] cx23885[0]/0: 7d
[ 6.381582] cx23885[0]/0: 13
[ 6.381619] cx23885[0]/0: 00
[ 6.381620] cx23885[0]/0: >
[ 6.381621] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.381622] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.381623] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.381661] <W 88 04
[ 6.381698] cx23885[0]/0: 18
[ 6.381736] cx23885[0]/0: 80
[ 6.381773] cx23885[0]/0: 80
[ 6.381810] cx23885[0]/0: 00
[ 6.381848] cx23885[0]/0: 01
[ 6.381848] cx23885[0]/0: >
[ 6.381850] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.381851] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.381852] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.381889] <W 88 04
[ 6.381927] cx23885[0]/0: 1c
[ 6.381964] cx23885[0]/0: 00
[ 6.382002] cx23885[0]/0: 00
[ 6.382039] cx23885[0]/0: 00
[ 6.382076] cx23885[0]/0: 00
[ 6.382077] cx23885[0]/0: >
[ 6.382078] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.382079] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.382081] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.382118] <W 88 04
[ 6.382156] cx23885[0]/0: 20
[ 6.382194] cx23885[0]/0: 0f
[ 6.382231] cx23885[0]/0: 3e
[ 6.382268] cx23885[0]/0: 1c
[ 6.382306] cx23885[0]/0: 00
[ 6.382307] cx23885[0]/0: >
[ 6.382308] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.382309] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.382310] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.382348] <W 88 04
[ 6.382385] cx23885[0]/0: 2c
[ 6.382423] cx23885[0]/0: 00
[ 6.382460] cx23885[0]/0: 00
[ 6.382498] cx23885[0]/0: 60
[ 6.382535] cx23885[0]/0: 42
[ 6.382536] cx23885[0]/0: >
[ 6.382537] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.382538] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.382539] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.382577] <W 88 04
[ 6.382614] cx23885[0]/0: 30
[ 6.382652] cx23885[0]/0: 9b
[ 6.382689] cx23885[0]/0: 03
[ 6.382726] cx23885[0]/0: 00
[ 6.382763] cx23885[0]/0: 00
[ 6.382764] cx23885[0]/0: >
[ 6.382765] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.382767] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.382768] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.382805] <W 88 04
[ 6.382843] cx23885[0]/0: 38
[ 6.382880] cx23885[0]/0: 00
[ 6.382917] cx23885[0]/0: 00
[ 6.382955] cx23885[0]/0: 00
[ 6.382992] cx23885[0]/0: 00
[ 6.382993] cx23885[0]/0: >
[ 6.382994] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.382996] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.382997] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.383034] <W 88 04
[ 6.383072] cx23885[0]/0: 40
[ 6.383109] cx23885[0]/0: 24
[ 6.383146] cx23885[0]/0: e8
[ 6.383184] cx23885[0]/0: e3
[ 6.383221] cx23885[0]/0: f8
[ 6.383222] cx23885[0]/0: >
[ 6.383223] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.383224] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.383225] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.383263] <W 88 04
[ 6.383300] cx23885[0]/0: 44
[ 6.383338] cx23885[0]/0: dc
[ 6.383375] cx23885[0]/0: 40
[ 6.383412] cx23885[0]/0: 10
[ 6.383450] cx23885[0]/0: 40
[ 6.383451] cx23885[0]/0: >
[ 6.383452] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.383453] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.383454] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.383491] <W 88 04
[ 6.383529] cx23885[0]/0: 48
[ 6.383566] cx23885[0]/0: a0
[ 6.383604] cx23885[0]/0: 02
[ 6.383641] cx23885[0]/0: 3f
[ 6.383678] cx23885[0]/0: cd
[ 6.383679] cx23885[0]/0: >
[ 6.383680] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.383682] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.383683] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.383721] <W 88 04
[ 6.383758] cx23885[0]/0: 4c
[ 6.383796] cx23885[0]/0: 00
[ 6.383833] cx23885[0]/0: 10
[ 6.383871] cx23885[0]/0: 1f
[ 6.383908] cx23885[0]/0: 16
[ 6.383909] cx23885[0]/0: >
[ 6.383910] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.383911] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.383913] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.383950] <W 88 04
[ 6.383988] cx23885[0]/0: 50
[ 6.384025] cx23885[0]/0: 02
[ 6.384062] cx23885[0]/0: 08
[ 6.384100] cx23885[0]/0: 00
[ 6.384137] cx23885[0]/0: 00
[ 6.384138] cx23885[0]/0: >
[ 6.384139] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.384140] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.384141] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.384179] <W 88 09
[ 6.384216] cx23885[0]/0: 1c
[ 6.384254] cx23885[0]/0: 00
[ 6.384291] cx23885[0]/0: 00
[ 6.384329] cx23885[0]/0: 00
[ 6.384367] cx23885[0]/0: 01
[ 6.384367] cx23885[0]/0: >
[ 6.384369] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.384370] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.384371] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.384408] <W 88 08
[ 6.384446] cx23885[0]/0: e0
[ 6.384483] cx23885[0]/0: 70
[ 6.384521] cx23885[0]/0: 38
[ 6.384558] cx23885[0]/0: 06
[ 6.384595] cx23885[0]/0: 03
[ 6.384596] cx23885[0]/0: >
[ 6.384598] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.384599] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.384600] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.384638] <W 88 08
[ 6.384675] cx23885[0]/0: d4
[ 6.384713] cx23885[0]/0: 24
[ 6.384750] cx23885[0]/0: 00
[ 6.384788] cx23885[0]/0: ff
[ 6.384826] cx23885[0]/0: 7f
[ 6.384826] cx23885[0]/0: >
[ 6.384828] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.384829] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.384830] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.384867] <W 88 08
[ 6.384905] cx23885[0]/0: d0
[ 6.384942] cx23885[0]/0: 73
[ 6.384979] cx23885[0]/0: 30
[ 6.385017] cx23885[0]/0: 06
[ 6.385054] cx23885[0]/0: 00
[ 6.385055] cx23885[0]/0: >
[ 6.385056] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.385057] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.385058] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.385096] <W 88 08
[ 6.385133] cx23885[0]/0: c8
[ 6.385171] cx23885[0]/0: 00
[ 6.385208] cx23885[0]/0: 00
[ 6.385245] cx23885[0]/0: 01
[ 6.385283] cx23885[0]/0: 00
[ 6.385284] cx23885[0]/0: >
[ 6.385285] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.385286] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.385287] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.385325] <W 88 08
[ 6.385362] cx23885[0]/0: cc
[ 6.385400] cx23885[0]/0: 23
[ 6.385437] cx23885[0]/0: 00
[ 6.385474] cx23885[0]/0: 08
[ 6.385512] cx23885[0]/0: 00
[ 6.385512] cx23885[0]/0: >
[ 6.385514] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.385515] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.385516] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.385553] <W 88 03
[ 6.385591] cx23885[0]/0: 3c
[ 6.385628] cx23885[0]/0: 00
[ 6.385665] cx23885[0]/0: c8
[ 6.385703] cx23885[0]/0: 04
[ 6.385740] cx23885[0]/0: 2a
[ 6.385742] cx23885[0]/0: >
[ 6.385743] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.385744] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.385745] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.385783] <W 88 03
[ 6.385820] cx23885[0]/0: 98
[ 6.385858] cx23885[0]/0: 00
[ 6.385895] cx23885[0]/0: 00
[ 6.385932] cx23885[0]/0: 00
[ 6.385970] cx23885[0]/0: 00
[ 6.385970] cx23885[0]/0: >
[ 6.385972] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.385973] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.385974] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.386012] <W 88 01
[ 6.386049] cx23885[0]/0: 02
[ 6.386050] cx23885[0]/0: R
[ 6.386089] cx23885[0]/0: 10
[ 6.386090] cx23885[0]/0: >
[ 6.386091] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.386093] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.386094] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.386132] <W 88 01
[ 6.386169] cx23885[0]/0: 02
[ 6.386206] cx23885[0]/0: 10
[ 6.386207] cx23885[0]/0: >
[ 6.386208] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.386209] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.386211] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.386248] <W 88 01
[ 6.386286] cx23885[0]/0: 02
[ 6.386286] cx23885[0]/0: R
[ 6.386326] cx23885[0]/0: 10
[ 6.386327] cx23885[0]/0: >
[ 6.386328] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.386330] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.386331] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.386368] <W 88 01
[ 6.386405] cx23885[0]/0: 02
[ 6.386443] cx23885[0]/0: 10
[ 6.386443] cx23885[0]/0: >
[ 6.386445] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.386446] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.386447] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.386485] <W 88 01
[ 6.386522] cx23885[0]/0: 02
[ 6.386523] cx23885[0]/0: R
[ 6.386562] cx23885[0]/0: 10
[ 6.386563] cx23885[0]/0: >
[ 6.386564] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.386566] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.386568] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.386605] <W 88 01
[ 6.386642] cx23885[0]/0: 02
[ 6.386680] cx23885[0]/0: 10
[ 6.386681] cx23885[0]/0: >
[ 6.386682] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.386683] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.386684] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.386722] <W 88 08
[ 6.386759] cx23885[0]/0: 10
[ 6.386760] cx23885[0]/0: R
[ 6.386799] cx23885[0]/0: 00
[ 6.386800] cx23885[0]/0: >
[ 6.386801] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.386802] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.386803] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.386841] <W 88 08
[ 6.386878] cx23885[0]/0: 10
[ 6.386916] cx23885[0]/0: 01
[ 6.386916] cx23885[0]/0: >
[ 6.386917] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.386919] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.386920] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.386957] <W 88 08
[ 6.386995] cx23885[0]/0: 03
[ 6.386995] cx23885[0]/0: R
[ 6.387035] cx23885[0]/0: 00
[ 6.387035] cx23885[0]/0: >
[ 6.387036] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.387038] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.387039] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.387076] <W 88 08
[ 6.387114] cx23885[0]/0: 03
[ 6.387151] cx23885[0]/0: 00
[ 6.387152] cx23885[0]/0: >
[ 6.387153] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.387154] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.387155] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.387193] <W 88 08
[ 6.387230] cx23885[0]/0: d3
[ 6.387268] cx23885[0]/0: 1f
[ 6.387268] cx23885[0]/0: >
[ 6.387269] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.387271] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.387272] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.387309] <W 88 08
[ 6.387347] cx23885[0]/0: d0
[ 6.387384] cx23885[0]/0: 70
[ 6.387422] cx23885[0]/0: 38
[ 6.387459] cx23885[0]/0: 06
[ 6.387496] cx23885[0]/0: 1f
[ 6.387497] cx23885[0]/0: >
[ 6.387498] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.387500] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.387501] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.387538] <W 88 08
[ 6.387576] cx23885[0]/0: 03
[ 6.387577] cx23885[0]/0: R
[ 6.387616] cx23885[0]/0: 00
[ 6.387617] cx23885[0]/0: >
[ 6.387618] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.387619] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.387620] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.387658] <W 88 08
[ 6.387695] cx23885[0]/0: 03
[ 6.387733] cx23885[0]/0: 10
[ 6.387733] cx23885[0]/0: >
[ 6.387734] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.387736] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.387737] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.387774] <W 88 08
[ 6.387812] cx23885[0]/0: 10
[ 6.387813] cx23885[0]/0: R
[ 6.387852] cx23885[0]/0: 01
[ 6.387852] cx23885[0]/0: >
[ 6.387854] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.387855] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.387856] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.387893] <W 88 08
[ 6.387931] cx23885[0]/0: 10
[ 6.387968] cx23885[0]/0: 00
[ 6.387969] cx23885[0]/0: >
[ 6.387970] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.387971] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.387973] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.388010] <W 88 08
[ 6.388047] cx23885[0]/0: 03
[ 6.388048] cx23885[0]/0: R
[ 6.388087] cx23885[0]/0: 10
[ 6.388088] cx23885[0]/0: >
[ 6.388089] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.388091] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.388092] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.388129] <W 88 08
[ 6.388167] cx23885[0]/0: 03
[ 6.388204] cx23885[0]/0: 10
[ 6.388205] cx23885[0]/0: >
[ 6.388206] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.388207] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.388208] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.388246] <W 88 04
[ 6.388283] cx23885[0]/0: 02
[ 6.388320] cx23885[0]/0: 04
[ 6.388321] cx23885[0]/0: >
[ 6.388323] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.388324] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.388325] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.388363] <W 88 04
[ 6.388400] cx23885[0]/0: 9f
[ 6.388438] cx23885[0]/0: 11
[ 6.388438] cx23885[0]/0: >
[ 6.388439] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.388441] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.388442] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.388479] <W 88 04
[ 6.388517] cx23885[0]/0: 01
[ 6.388518] cx23885[0]/0: R
[ 6.388557] cx23885[0]/0: 00
[ 6.388558] cx23885[0]/0: >
[ 6.388559] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.388560] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.388562] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.388599] <W 88 04
[ 6.388636] cx23885[0]/0: 01
[ 6.388674] cx23885[0]/0: 00
[ 6.388675] cx23885[0]/0: >
[ 6.388676] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.388677] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.388678] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.388716] <W 88 04
[ 6.388753] cx23885[0]/0: 01
[ 6.388754] cx23885[0]/0: R
[ 6.388793] cx23885[0]/0: 00
[ 6.388794] cx23885[0]/0: >
[ 6.388795] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.388796] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.388798] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.388836] <W 88 04
[ 6.388873] cx23885[0]/0: 01
[ 6.388911] cx23885[0]/0: 60
[ 6.388911] cx23885[0]/0: >
[ 6.388912] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.388913] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.388915] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.388952] <W 88 08
[ 6.388989] cx23885[0]/0: 10
[ 6.388990] cx23885[0]/0: R
[ 6.389030] cx23885[0]/0: 00
[ 6.389030] cx23885[0]/0: >
[ 6.389032] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.389033] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.389035] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.389072] <W 88 08
[ 6.389110] cx23885[0]/0: 10
[ 6.389147] cx23885[0]/0: 01
[ 6.389148] cx23885[0]/0: >
[ 6.389149] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.389150] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.389151] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.389189] <W 88 08
[ 6.389226] cx23885[0]/0: 10
[ 6.389227] cx23885[0]/0: R
[ 6.389266] cx23885[0]/0: 01
[ 6.389267] cx23885[0]/0: >
[ 6.389268] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.389269] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.389270] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.389308] <W 88 08
[ 6.389345] cx23885[0]/0: 10
[ 6.389383] cx23885[0]/0: 00
[ 6.389383] cx23885[0]/0: >
[ 6.389384] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.389386] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.389387] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.389425] <W 88 01
[ 6.389462] cx23885[0]/0: 24
[ 6.389500] cx23885[0]/0: 03
[ 6.389500] cx23885[0]/0: >
[ 6.389501] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.389502] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.389504] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.389541] <W 88 01
[ 6.389578] cx23885[0]/0: 44
[ 6.389616] cx23885[0]/0: 05
[ 6.389616] cx23885[0]/0: >
[ 6.389618] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.389619] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.389621] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.389658] <W 88 09
[ 6.389696] cx23885[0]/0: 14
[ 6.389733] cx23885[0]/0: a0
[ 6.389734] cx23885[0]/0: >
[ 6.389735] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.389736] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.389737] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.389775] <W 88 09
[ 6.389812] cx23885[0]/0: 18
[ 6.389850] cx23885[0]/0: a0
[ 6.389850] cx23885[0]/0: >
[ 6.389851] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.389853] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.389854] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.389891] <W 88 09
[ 6.389928] cx23885[0]/0: 19
[ 6.389966] cx23885[0]/0: 01
[ 6.389967] cx23885[0]/0: >
[ 6.389968] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.389969] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.389970] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.390008] <W 88 09
[ 6.390045] cx23885[0]/0: 10
[ 6.390083] cx23885[0]/0: c9
[ 6.390120] cx23885[0]/0: 00
[ 6.390157] cx23885[0]/0: b0
[ 6.390195] cx23885[0]/0: 12
[ 6.390196] cx23885[0]/0: >
[ 6.390197] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.390198] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.390199] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.390237] <W 88 08
[ 6.390274] cx23885[0]/0: d0
[ 6.390311] cx23885[0]/0: 70
[ 6.390349] cx23885[0]/0: 38
[ 6.390386] cx23885[0]/0: 06
[ 6.390423] cx23885[0]/0: 1f
[ 6.390424] cx23885[0]/0: >
[ 6.390425] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.390427] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.390428] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.390465] <W 88 01
[ 6.390503] cx23885[0]/0: 24
[ 6.390540] cx23885[0]/0: 00
[ 6.390577] cx23885[0]/0: 01
[ 6.390615] cx23885[0]/0: 00
[ 6.390652] cx23885[0]/0: 00
[ 6.390653] cx23885[0]/0: >
[ 6.390654] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.390655] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.390657] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.390695] <W 88 08
[ 6.390732] cx23885[0]/0: 03
[ 6.390733] cx23885[0]/0: R
[ 6.390772] cx23885[0]/0: 10
[ 6.390773] cx23885[0]/0: >
[ 6.390774] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.390775] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.390776] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.390814] <W 88 08
[ 6.390851] cx23885[0]/0: 03
[ 6.390889] cx23885[0]/0: 00
[ 6.390889] cx23885[0]/0: >
[ 6.390890] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.390892] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.390893] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.390931] <W 88 01
[ 6.390969] cx23885[0]/0: 03
[ 6.391007] cx23885[0]/0: f6
[ 6.391007] cx23885[0]/0: >
[ 6.391009] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.391010] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.391011] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.391049] <W 88 04
[ 6.391086] cx23885[0]/0: 01
[ 6.391087] cx23885[0]/0: R
[ 6.391126] cx23885[0]/0: 60
[ 6.391127] cx23885[0]/0: >
[ 6.391128] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.391129] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.391130] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.391168] <W 88 04
[ 6.391205] cx23885[0]/0: 01
[ 6.391242] cx23885[0]/0: 60
[ 6.391243] cx23885[0]/0: >
[ 6.391244] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.391245] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.391246] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.391284] <W 88 03
[ 6.391321] cx23885[0]/0: 00
[ 6.391360] cx23885[0]/0: f5
[ 6.391397] cx23885[0]/0: 28
[ 6.391434] cx23885[0]/0: 5c
[ 6.391471] cx23885[0]/0: 01
[ 6.391472] cx23885[0]/0: >
[ 6.391473] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.391475] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.391476] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.391513] <W 88 01
[ 6.391551] cx23885[0]/0: 02
[ 6.391551] cx23885[0]/0: R
[ 6.391590] cx23885[0]/0: 10
[ 6.391591] cx23885[0]/0: >
[ 6.391592] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.391594] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.391595] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.391632] <W 88 01
[ 6.391669] cx23885[0]/0: 02
[ 6.391707] cx23885[0]/0: 10
[ 6.391708] cx23885[0]/0: >
[ 6.391709] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.391710] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.391711] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.391749] <W 88 03
[ 6.391786] cx23885[0]/0: 40
[ 6.391824] cx23885[0]/0: 83
[ 6.391861] cx23885[0]/0: df
[ 6.391898] cx23885[0]/0: f7
[ 6.391936] cx23885[0]/0: 0d
[ 6.391937] cx23885[0]/0: >
[ 6.391938] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.391939] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.391940] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.391978] <W 88 01
[ 6.392015] cx23885[0]/0: 04
[ 6.392053] cx23885[0]/0: 80
[ 6.392090] cx23885[0]/0: dd
[ 6.392127] cx23885[0]/0: 04
[ 6.392165] cx23885[0]/0: 07
[ 6.392165] cx23885[0]/0: >
[ 6.392166] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.392168] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.392169] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.392207] <W 88 03
[ 6.392245] cx23885[0]/0: 14
[ 6.392283] cx23885[0]/0: 00
[ 6.392320] cx23885[0]/0: 06
[ 6.392358] cx23885[0]/0: 40
[ 6.392395] cx23885[0]/0: 22
[ 6.392396] cx23885[0]/0: >
[ 6.392397] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.392398] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.392399] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.392437] <W 88 03
[ 6.392474] cx23885[0]/0: 18
[ 6.392512] cx23885[0]/0: 00
[ 6.392549] cx23885[0]/0: 26
[ 6.392586] cx23885[0]/0: 00
[ 6.392624] cx23885[0]/0: 40
[ 6.392624] cx23885[0]/0: >
[ 6.392625] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.392627] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.392628] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.392665] <W 88 03
[ 6.392703] cx23885[0]/0: 24
[ 6.392740] cx23885[0]/0: 00
[ 6.392777] cx23885[0]/0: 26
[ 6.392815] cx23885[0]/0: 00
[ 6.392852] cx23885[0]/0: 40
[ 6.392853] cx23885[0]/0: >
[ 6.392854] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.392855] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.392856] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.392894] <W 88 03
[ 6.392931] cx23885[0]/0: 2c
[ 6.392969] cx23885[0]/0: 20
[ 6.393006] cx23885[0]/0: e6
[ 6.393043] cx23885[0]/0: 50
[ 6.393080] cx23885[0]/0: 02
[ 6.393081] cx23885[0]/0: >
[ 6.393082] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.393084] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.393085] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.393122] <W 88 03
[ 6.393160] cx23885[0]/0: 9c
[ 6.393197] cx23885[0]/0: 00
[ 6.393234] cx23885[0]/0: 0b
[ 6.393272] cx23885[0]/0: ff
[ 6.393309] cx23885[0]/0: 01
[ 6.393310] cx23885[0]/0: >
[ 6.393311] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.393312] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.393313] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.393351] <W 88 04
[ 6.393388] cx23885[0]/0: 10
[ 6.393425] cx23885[0]/0: bf
[ 6.393463] cx23885[0]/0: 0d
[ 6.393501] cx23885[0]/0: ff
[ 6.393538] cx23885[0]/0: ff
[ 6.393539] cx23885[0]/0: >
[ 6.393540] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.393541] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.393542] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.393579] <W 88 04
[ 6.393617] cx23885[0]/0: 14
[ 6.393654] cx23885[0]/0: 03
[ 6.393691] cx23885[0]/0: 7d
[ 6.393729] cx23885[0]/0: 13
[ 6.393766] cx23885[0]/0: 00
[ 6.393767] cx23885[0]/0: >
[ 6.393768] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.393769] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.393770] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.393808] <W 88 04
[ 6.393845] cx23885[0]/0: 18
[ 6.393882] cx23885[0]/0: 80
[ 6.393920] cx23885[0]/0: 80
[ 6.393957] cx23885[0]/0: 00
[ 6.393994] cx23885[0]/0: 01
[ 6.393995] cx23885[0]/0: >
[ 6.393996] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.393997] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.393998] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.394036] <W 88 04
[ 6.394073] cx23885[0]/0: 1c
[ 6.394111] cx23885[0]/0: 00
[ 6.394148] cx23885[0]/0: 00
[ 6.394185] cx23885[0]/0: 00
[ 6.394223] cx23885[0]/0: 00
[ 6.394224] cx23885[0]/0: >
[ 6.394225] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.394226] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.394228] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.394265] <W 88 04
[ 6.394303] cx23885[0]/0: 20
[ 6.394341] cx23885[0]/0: 0f
[ 6.394378] cx23885[0]/0: 3e
[ 6.394415] cx23885[0]/0: 1c
[ 6.394452] cx23885[0]/0: 00
[ 6.394453] cx23885[0]/0: >
[ 6.394455] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.394456] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.394457] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.394494] <W 88 04
[ 6.394532] cx23885[0]/0: 2c
[ 6.394569] cx23885[0]/0: 00
[ 6.394606] cx23885[0]/0: 00
[ 6.394644] cx23885[0]/0: 60
[ 6.394681] cx23885[0]/0: 42
[ 6.394682] cx23885[0]/0: >
[ 6.394683] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.394684] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.394685] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.394722] <W 88 04
[ 6.394760] cx23885[0]/0: 30
[ 6.394797] cx23885[0]/0: 9b
[ 6.394835] cx23885[0]/0: 03
[ 6.394872] cx23885[0]/0: 00
[ 6.394909] cx23885[0]/0: 00
[ 6.394910] cx23885[0]/0: >
[ 6.394911] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.394912] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.394913] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.394951] <W 88 04
[ 6.394988] cx23885[0]/0: 38
[ 6.395026] cx23885[0]/0: 00
[ 6.395063] cx23885[0]/0: 00
[ 6.395100] cx23885[0]/0: 00
[ 6.395137] cx23885[0]/0: 00
[ 6.395138] cx23885[0]/0: >
[ 6.395139] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.395140] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.395141] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.395179] <W 88 04
[ 6.395216] cx23885[0]/0: 40
[ 6.395254] cx23885[0]/0: 24
[ 6.395291] cx23885[0]/0: e8
[ 6.395328] cx23885[0]/0: e3
[ 6.395365] cx23885[0]/0: f8
[ 6.395366] cx23885[0]/0: >
[ 6.395367] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.395369] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.395370] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.395407] <W 88 04
[ 6.395444] cx23885[0]/0: 44
[ 6.395482] cx23885[0]/0: dc
[ 6.395519] cx23885[0]/0: 40
[ 6.395556] cx23885[0]/0: 10
[ 6.395594] cx23885[0]/0: 40
[ 6.395595] cx23885[0]/0: >
[ 6.395596] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.395597] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.395598] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.395635] <W 88 04
[ 6.395673] cx23885[0]/0: 48
[ 6.395710] cx23885[0]/0: a0
[ 6.395747] cx23885[0]/0: 02
[ 6.395785] cx23885[0]/0: 3f
[ 6.395822] cx23885[0]/0: cd
[ 6.395823] cx23885[0]/0: >
[ 6.395824] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.395826] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.395827] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.395864] <W 88 04
[ 6.395901] cx23885[0]/0: 4c
[ 6.395939] cx23885[0]/0: 00
[ 6.395976] cx23885[0]/0: 10
[ 6.396014] cx23885[0]/0: 1f
[ 6.396051] cx23885[0]/0: 16
[ 6.396052] cx23885[0]/0: >
[ 6.396053] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.396054] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.396055] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.396092] <W 88 04
[ 6.396130] cx23885[0]/0: 50
[ 6.396167] cx23885[0]/0: 02
[ 6.396204] cx23885[0]/0: 08
[ 6.396242] cx23885[0]/0: 00
[ 6.396279] cx23885[0]/0: 00
[ 6.396280] cx23885[0]/0: >
[ 6.396281] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.396282] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.396283] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.396321] <W 88 09
[ 6.396358] cx23885[0]/0: 1c
[ 6.396395] cx23885[0]/0: 00
[ 6.396433] cx23885[0]/0: 00
[ 6.396470] cx23885[0]/0: 00
[ 6.396507] cx23885[0]/0: 01
[ 6.396508] cx23885[0]/0: >
[ 6.396509] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.396510] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.396512] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.396549] <W 88 08
[ 6.396586] cx23885[0]/0: e0
[ 6.396624] cx23885[0]/0: 70
[ 6.396661] cx23885[0]/0: 38
[ 6.396699] cx23885[0]/0: 06
[ 6.396736] cx23885[0]/0: 03
[ 6.396737] cx23885[0]/0: >
[ 6.396738] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.396739] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.396740] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.396777] <W 88 08
[ 6.396815] cx23885[0]/0: d4
[ 6.396852] cx23885[0]/0: 24
[ 6.396889] cx23885[0]/0: 00
[ 6.396927] cx23885[0]/0: ff
[ 6.396964] cx23885[0]/0: 7f
[ 6.396965] cx23885[0]/0: >
[ 6.396966] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.396967] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.396968] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.397006] <W 88 08
[ 6.397043] cx23885[0]/0: d0
[ 6.397080] cx23885[0]/0: 73
[ 6.397118] cx23885[0]/0: 30
[ 6.397155] cx23885[0]/0: 06
[ 6.397192] cx23885[0]/0: 00
[ 6.397193] cx23885[0]/0: >
[ 6.397194] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.397195] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.397196] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.397234] <W 88 08
[ 6.397271] cx23885[0]/0: c8
[ 6.397309] cx23885[0]/0: 00
[ 6.397346] cx23885[0]/0: 00
[ 6.397383] cx23885[0]/0: 01
[ 6.397420] cx23885[0]/0: 00
[ 6.397421] cx23885[0]/0: >
[ 6.397422] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.397423] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.397425] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.397462] <W 88 08
[ 6.397499] cx23885[0]/0: cc
[ 6.397537] cx23885[0]/0: 23
[ 6.397574] cx23885[0]/0: 00
[ 6.397611] cx23885[0]/0: 08
[ 6.397649] cx23885[0]/0: 00
[ 6.397650] cx23885[0]/0: >
[ 6.397651] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.397652] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.397653] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.397690] <W 88 03
[ 6.397728] cx23885[0]/0: 3c
[ 6.397765] cx23885[0]/0: 00
[ 6.397802] cx23885[0]/0: c8
[ 6.397840] cx23885[0]/0: 04
[ 6.397877] cx23885[0]/0: 2a
[ 6.397878] cx23885[0]/0: >
[ 6.397879] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.397880] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.397881] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.397919] <W 88 03
[ 6.397956] cx23885[0]/0: 98
[ 6.397994] cx23885[0]/0: 00
[ 6.398031] cx23885[0]/0: 00
[ 6.398068] cx23885[0]/0: 00
[ 6.398105] cx23885[0]/0: 00
[ 6.398106] cx23885[0]/0: >
[ 6.398107] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.398109] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.398110] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.398147] <W 88 01
[ 6.398185] cx23885[0]/0: 02
[ 6.398185] cx23885[0]/0: R
[ 6.398224] cx23885[0]/0: 10
[ 6.398225] cx23885[0]/0: >
[ 6.398226] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.398227] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.398229] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.398266] <W 88 01
[ 6.398303] cx23885[0]/0: 02
[ 6.398341] cx23885[0]/0: 10
[ 6.398341] cx23885[0]/0: >
[ 6.398342] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.398344] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.398345] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.398383] <W 88 01
[ 6.398420] cx23885[0]/0: 02
[ 6.398421] cx23885[0]/0: R
[ 6.398460] cx23885[0]/0: 10
[ 6.398461] cx23885[0]/0: >
[ 6.398462] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.398463] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.398464] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.398502] <W 88 01
[ 6.398539] cx23885[0]/0: 02
[ 6.398576] cx23885[0]/0: 10
[ 6.398577] cx23885[0]/0: >
[ 6.398578] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.398579] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.398580] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.398618] <W 88 01
[ 6.398655] cx23885[0]/0: 02
[ 6.398656] cx23885[0]/0: R
[ 6.398695] cx23885[0]/0: 10
[ 6.398696] cx23885[0]/0: >
[ 6.398698] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.398699] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.398700] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.398737] <W 88 01
[ 6.398775] cx23885[0]/0: 02
[ 6.398813] cx23885[0]/0: 10
[ 6.398813] cx23885[0]/0: >
[ 6.398814] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.398815] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.398817] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.398854] <W 88 08
[ 6.398891] cx23885[0]/0: 10
[ 6.398892] cx23885[0]/0: R
[ 6.398931] cx23885[0]/0: 00
[ 6.398932] cx23885[0]/0: >
[ 6.398933] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.398934] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.398935] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.398973] <W 88 08
[ 6.399010] cx23885[0]/0: 10
[ 6.399048] cx23885[0]/0: 01
[ 6.399048] cx23885[0]/0: >
[ 6.399050] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.399051] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.399052] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.399090] <W 88 08
[ 6.399127] cx23885[0]/0: 03
[ 6.399128] cx23885[0]/0: R
[ 6.399167] cx23885[0]/0: 00
[ 6.399168] cx23885[0]/0: >
[ 6.399169] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.399170] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.399171] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.399208] <W 88 08
[ 6.399246] cx23885[0]/0: 03
[ 6.399283] cx23885[0]/0: 00
[ 6.399284] cx23885[0]/0: >
[ 6.399285] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.399286] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.399287] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.399325] <W 88 08
[ 6.399362] cx23885[0]/0: d3
[ 6.399399] cx23885[0]/0: 1f
[ 6.399400] cx23885[0]/0: >
[ 6.399402] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.399403] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.399404] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.399441] <W 88 08
[ 6.399479] cx23885[0]/0: d0
[ 6.399517] cx23885[0]/0: 70
[ 6.399554] cx23885[0]/0: 38
[ 6.399591] cx23885[0]/0: 06
[ 6.399629] cx23885[0]/0: 1f
[ 6.399630] cx23885[0]/0: >
[ 6.399631] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.399632] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.399633] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.399671] <W 88 08
[ 6.399708] cx23885[0]/0: 03
[ 6.399709] cx23885[0]/0: R
[ 6.399748] cx23885[0]/0: 00
[ 6.399749] cx23885[0]/0: >
[ 6.399750] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.399751] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.399752] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.399789] <W 88 08
[ 6.399827] cx23885[0]/0: 03
[ 6.399864] cx23885[0]/0: 10
[ 6.399865] cx23885[0]/0: >
[ 6.399866] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.399867] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.399868] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.399906] <W 88 08
[ 6.399943] cx23885[0]/0: 10
[ 6.399944] cx23885[0]/0: R
[ 6.399983] cx23885[0]/0: 01
[ 6.399984] cx23885[0]/0: >
[ 6.399985] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.399986] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.399987] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.400024] <W 88 08
[ 6.400062] cx23885[0]/0: 10
[ 6.400099] cx23885[0]/0: 00
[ 6.400100] cx23885[0]/0: >
[ 6.400101] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.400102] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.400103] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.400140] <W 88 08
[ 6.400178] cx23885[0]/0: 03
[ 6.400179] cx23885[0]/0: R
[ 6.400218] cx23885[0]/0: 10
[ 6.400218] cx23885[0]/0: >
[ 6.400219] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.400221] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.400222] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.400259] <W 88 08
[ 6.400297] cx23885[0]/0: 03
[ 6.400334] cx23885[0]/0: 10
[ 6.400335] cx23885[0]/0: >
[ 6.400336] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.400338] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.400339] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.400376] <W 88 04
[ 6.400414] cx23885[0]/0: 02
[ 6.400452] cx23885[0]/0: 04
[ 6.400452] cx23885[0]/0: >
[ 6.400453] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.400454] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.400455] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.400493] <W 88 04
[ 6.400530] cx23885[0]/0: 9f
[ 6.400568] cx23885[0]/0: 11
[ 6.400568] cx23885[0]/0: >
[ 6.400569] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.400570] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.400572] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.400609] <W 88 04
[ 6.400646] cx23885[0]/0: 01
[ 6.400648] cx23885[0]/0: R
[ 6.400687] cx23885[0]/0: 60
[ 6.400688] cx23885[0]/0: >
[ 6.400689] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.400691] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.400692] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.400729] <W 88 04
[ 6.400767] cx23885[0]/0: 01
[ 6.400804] cx23885[0]/0: 00
[ 6.400805] cx23885[0]/0: >
[ 6.400806] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.400807] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.400808] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.400845] <W 88 04
[ 6.400883] cx23885[0]/0: 01
[ 6.400884] cx23885[0]/0: R
[ 6.400923] cx23885[0]/0: 00
[ 6.400924] cx23885[0]/0: >
[ 6.400925] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.400926] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.400927] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.400965] <W 88 04
[ 6.401002] cx23885[0]/0: 01
[ 6.401039] cx23885[0]/0: 60
[ 6.401040] cx23885[0]/0: >
[ 6.401041] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.401042] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.401043] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.401081] <W 88 08
[ 6.401118] cx23885[0]/0: 10
[ 6.401119] cx23885[0]/0: R
[ 6.401158] cx23885[0]/0: 00
[ 6.401158] cx23885[0]/0: >
[ 6.401159] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.401161] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.401162] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.401199] <W 88 08
[ 6.401236] cx23885[0]/0: 10
[ 6.401274] cx23885[0]/0: 01
[ 6.401274] cx23885[0]/0: >
[ 6.401275] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.401277] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.401278] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.401315] <W 88 08
[ 6.401352] cx23885[0]/0: 10
[ 6.401353] cx23885[0]/0: R
[ 6.401392] cx23885[0]/0: 01
[ 6.401393] cx23885[0]/0: >
[ 6.401394] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.401395] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.401396] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.401434] <W 88 08
[ 6.401471] cx23885[0]/0: 10
[ 6.401508] cx23885[0]/0: 00
[ 6.401509] cx23885[0]/0: >
[ 6.401510] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.401511] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.401512] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.401550] <W 88 01
[ 6.401587] cx23885[0]/0: 24
[ 6.401624] cx23885[0]/0: 03
[ 6.401625] cx23885[0]/0: >
[ 6.401626] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.401627] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.401628] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.401666] <W 88 01
[ 6.401703] cx23885[0]/0: 44
[ 6.401740] cx23885[0]/0: 05
[ 6.401741] cx23885[0]/0: >
[ 6.401742] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.401743] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.401744] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.401782] <W 88 09
[ 6.401819] cx23885[0]/0: 14
[ 6.401856] cx23885[0]/0: a0
[ 6.401857] cx23885[0]/0: >
[ 6.401858] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.401859] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.401860] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.401898] <W 88 09
[ 6.401935] cx23885[0]/0: 18
[ 6.401972] cx23885[0]/0: a0
[ 6.401973] cx23885[0]/0: >
[ 6.401974] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.401975] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.401976] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.402014] <W 88 09
[ 6.402051] cx23885[0]/0: 19
[ 6.402088] cx23885[0]/0: 01
[ 6.402089] cx23885[0]/0: >
[ 6.402090] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.402091] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.402092] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.402130] <W 88 09
[ 6.402167] cx23885[0]/0: 10
[ 6.402204] cx23885[0]/0: c9
[ 6.402242] cx23885[0]/0: 00
[ 6.402279] cx23885[0]/0: b0
[ 6.402316] cx23885[0]/0: 12
[ 6.402317] cx23885[0]/0: >
[ 6.402318] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.402320] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.402321] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.402359] <W 88 08
[ 6.402396] cx23885[0]/0: d0
[ 6.402433] cx23885[0]/0: 70
[ 6.402470] cx23885[0]/0: 38
[ 6.402508] cx23885[0]/0: 06
[ 6.402545] cx23885[0]/0: 1f
[ 6.402546] cx23885[0]/0: >
[ 6.402547] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.402548] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.402549] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.402586] <W 88 01
[ 6.402624] cx23885[0]/0: 24
[ 6.402661] cx23885[0]/0: 00
[ 6.402698] cx23885[0]/0: 01
[ 6.402736] cx23885[0]/0: 00
[ 6.402774] cx23885[0]/0: 00
[ 6.402774] cx23885[0]/0: >
[ 6.402775] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.402777] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.402778] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.402815] <W 88 08
[ 6.402852] cx23885[0]/0: 03
[ 6.402853] cx23885[0]/0: R
[ 6.402892] cx23885[0]/0: 10
[ 6.402893] cx23885[0]/0: >
[ 6.402894] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.402895] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.402896] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.402934] <W 88 08
[ 6.402971] cx23885[0]/0: 03
[ 6.403008] cx23885[0]/0: 00
[ 6.403009] cx23885[0]/0: >
[ 6.403010] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.403011] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.403012] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.403049] <W 88 08
[ 6.403087] cx23885[0]/0: 03
[ 6.403088] cx23885[0]/0: R
[ 6.403127] cx23885[0]/0: 00
[ 6.403127] cx23885[0]/0: >
[ 6.403128] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.403129] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.403130] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.403168] <W 88 08
[ 6.403205] cx23885[0]/0: 03
[ 6.403243] cx23885[0]/0: 10
[ 6.403243] cx23885[0]/0: >
[ 6.403244] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.403245] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.403246] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.403284] <W 88 04
[ 6.403321] cx23885[0]/0: 10
[ 6.403359] cx23885[0]/0: ff
[ 6.403396] cx23885[0]/0: ff
[ 6.403433] cx23885[0]/0: ff
[ 6.403470] cx23885[0]/0: ff
[ 6.403471] cx23885[0]/0: >
[ 6.403472] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.403473] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.403474] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.403512] <W 88 08
[ 6.403549] cx23885[0]/0: 12
[ 6.403586] cx23885[0]/0: ff
[ 6.403587] cx23885[0]/0: >
[ 6.403588] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.403589] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.403590] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.403628] <W 88 08
[ 6.403665] cx23885[0]/0: 13
[ 6.403702] cx23885[0]/0: ff
[ 6.403703] cx23885[0]/0: >
[ 6.403704] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.403705] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.403706] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.403743] <W 88 04
[ 6.403781] cx23885[0]/0: 04
[ 6.403818] cx23885[0]/0: 3e
[ 6.403855] cx23885[0]/0: 25
[ 6.403893] cx23885[0]/0: 10
[ 6.403930] cx23885[0]/0: 00
[ 6.403931] cx23885[0]/0: >
[ 6.403932] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.403933] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.403934] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.403971] <W 88 04
[ 6.404009] cx23885[0]/0: 2f
[ 6.404046] cx23885[0]/0: 66
[ 6.404047] cx23885[0]/0: >
[ 6.404048] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.404049] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.404050] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.404087] <W 88 01
[ 6.404125] cx23885[0]/0: 30
[ 6.404162] cx23885[0]/0: 00
[ 6.404199] cx23885[0]/0: 00
[ 6.404237] cx23885[0]/0: 00
[ 6.404276] cx23885[0]/0: 00
[ 6.404277] cx23885[0]/0: >
[ 6.404278] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.404279] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.404280] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.404318] <W 88 04
[ 6.404355] cx23885[0]/0: 78
[ 6.404393] cx23885[0]/0: 1f
[ 6.404430] cx23885[0]/0: 02
[ 6.404467] cx23885[0]/0: 28
[ 6.404504] cx23885[0]/0: 66
[ 6.404505] cx23885[0]/0: >
[ 6.404506] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.404507] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.404509] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.404546] <W 88 01
[ 6.404584] cx23885[0]/0: 44
[ 6.404621] cx23885[0]/0: 05
[ 6.404658] cx23885[0]/0: 00
[ 6.404696] cx23885[0]/0: 00
[ 6.404733] cx23885[0]/0: 00
[ 6.404734] cx23885[0]/0: >
[ 6.404735] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.404736] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.404737] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.404774] <W 88 09
[ 6.404812] cx23885[0]/0: 18
[ 6.404849] cx23885[0]/0: a0
[ 6.404886] cx23885[0]/0: 01
[ 6.404924] cx23885[0]/0: 00
[ 6.404961] cx23885[0]/0: 00
[ 6.404962] cx23885[0]/0: >
[ 6.404963] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.404964] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.404965] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.405003] <W 88 01
[ 6.405040] cx23885[0]/0: 34
[ 6.405078] cx23885[0]/0: 00
[ 6.405115] cx23885[0]/0: 18
[ 6.405152] cx23885[0]/0: 0a
[ 6.405189] cx23885[0]/0: 00
[ 6.405190] cx23885[0]/0: >
[ 6.405191] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.405192] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.405193] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.405231] <W 88 01
[ 6.405268] cx23885[0]/0: 3c
[ 6.405305] cx23885[0]/0: 00
[ 6.405343] cx23885[0]/0: 00
[ 6.405380] cx23885[0]/0: 31
[ 6.405417] cx23885[0]/0: 00
[ 6.405418] cx23885[0]/0: >
[ 6.405420] cx23885[0]: cx23885_video_register()
[ 6.405426] cx23885[0]: cx23885_vdev_init()
[ 6.405499] cx23885[0]: registered device video0 [v4l2]
[ 6.405500] cx23885[0]: cx23885_vdev_init()
[ 6.405534] cx23885[0]: registered device vbi0
[ 6.405617] cx23885[0]: registered ALSA audio device
[ 6.405619] cx23885[0]: cx23885_set_tvnorm(norm = 0x00001000) name: [NTSC-M]
[ 6.405621] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.405622] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.405624] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.405661] <W 88 04
[ 6.405699] cx23885[0]/0: 00
[ 6.405699] cx23885[0]/0: R
[ 6.405738] cx23885[0]/0: 00
[ 6.405739] cx23885[0]/0: >
[ 6.405740] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.405741] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.405743] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.405780] <W 88 04
[ 6.405818] cx23885[0]/0: 00
[ 6.405855] cx23885[0]/0: 01
[ 6.405856] cx23885[0]/0: >
[ 6.405857] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.405858] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.405859] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.405896] <W 88 04
[ 6.405934] cx23885[0]/0: 03
[ 6.405935] cx23885[0]/0: R
[ 6.405974] cx23885[0]/0: 00
[ 6.405975] cx23885[0]/0: >
[ 6.405976] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.405978] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.405979] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.406016] <W 88 04
[ 6.406054] cx23885[0]/0: 03
[ 6.406091] cx23885[0]/0: 00
[ 6.406091] cx23885[0]/0: >
[ 6.406093] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.406094] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.406095] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.406132] <W 88 04
[ 6.406170] cx23885[0]/0: 78
[ 6.406207] cx23885[0]/0: 1f
[ 6.406244] cx23885[0]/0: 02
[ 6.406282] cx23885[0]/0: 28
[ 6.406319] cx23885[0]/0: 66
[ 6.406320] cx23885[0]/0: >
[ 6.406321] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.406322] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.406323] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.406360] <W 88 04
[ 6.406398] cx23885[0]/0: 00
[ 6.406435] cx23885[0]/0: 00
[ 6.406472] cx23885[0]/0: 00
[ 6.406510] cx23885[0]/0: 00
[ 6.406547] cx23885[0]/0: 00
[ 6.406548] cx23885[0]/0: >
[ 6.406549] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.406550] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.406551] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.406588] <W 88 04
[ 6.406626] cx23885[0]/0: b4
[ 6.406664] cx23885[0]/0: 30
[ 6.406701] cx23885[0]/0: 40
[ 6.406738] cx23885[0]/0: 52
[ 6.406775] cx23885[0]/0: 20
[ 6.406776] cx23885[0]/0: >
[ 6.406777] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.406778] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.406779] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.406817] <W 88 04
[ 6.406855] cx23885[0]/0: 7c
[ 6.406892] cx23885[0]/0: 63
[ 6.406929] cx23885[0]/0: 82
[ 6.406967] cx23885[0]/0: 0a
[ 6.407004] cx23885[0]/0: 01
[ 6.407005] cx23885[0]/0: >
[ 6.407006] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.407007] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.407008] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.407046] <W 88 04
[ 6.407083] cx23885[0]/0: 28
[ 6.407121] cx23885[0]/0: 1a
[ 6.407158] cx23885[0]/0: 60
[ 6.407195] cx23885[0]/0: 1e
[ 6.407233] cx23885[0]/0: 1e
[ 6.407233] cx23885[0]/0: >
[ 6.407234] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.407236] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.407237] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.407274] <W 88 04
[ 6.407311] cx23885[0]/0: 24
[ 6.407349] cx23885[0]/0: 7a
[ 6.407386] cx23885[0]/0: 00
[ 6.407423] cx23885[0]/0: 2d
[ 6.407460] cx23885[0]/0: 5b
[ 6.407461] cx23885[0]/0: >
[ 6.407462] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.407463] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.407464] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.407502] <W 88 03
[ 6.407539] cx23885[0]/0: 04
[ 6.407577] cx23885[0]/0: 0c
[ 6.407614] cx23885[0]/0: bc
[ 6.407652] cx23885[0]/0: 03
[ 6.407690] cx23885[0]/0: 65
[ 6.407690] cx23885[0]/0: >
[ 6.407692] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.407693] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.407694] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.407731] <W 88 03
[ 6.407768] cx23885[0]/0: 08
[ 6.407806] cx23885[0]/0: 85
[ 6.407843] cx23885[0]/0: 8c
[ 6.407880] cx23885[0]/0: 03
[ 6.407918] cx23885[0]/0: bd
[ 6.407918] cx23885[0]/0: >
[ 6.407919] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.407921] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.407922] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.407959] <W 88 03
[ 6.407996] cx23885[0]/0: 0c
[ 6.408034] cx23885[0]/0: 0a
[ 6.408071] cx23885[0]/0: 64
[ 6.408108] cx23885[0]/0: b4
[ 6.408145] cx23885[0]/0: 1d
[ 6.408147] cx23885[0]/0: >
[ 6.408148] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.408149] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.408150] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.408187] <W 88 03
[ 6.408225] cx23885[0]/0: 10
[ 6.408262] cx23885[0]/0: 00
[ 6.408299] cx23885[0]/0: 88
[ 6.408337] cx23885[0]/0: 00
[ 6.408374] cx23885[0]/0: 00
[ 6.408375] cx23885[0]/0: >
[ 6.408376] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.408377] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.408378] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.408416] <W 88 03
[ 6.408453] cx23885[0]/0: 14
[ 6.408491] cx23885[0]/0: 00
[ 6.408528] cx23885[0]/0: 04
[ 6.408565] cx23885[0]/0: 40
[ 6.408602] cx23885[0]/0: 44
[ 6.408603] cx23885[0]/0: >
[ 6.408604] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.408605] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.408606] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.408644] <W 88 03
[ 6.408681] cx23885[0]/0: 2c
[ 6.408719] cx23885[0]/0: 00
[ 6.408756] cx23885[0]/0: 08
[ 6.408793] cx23885[0]/0: 80
[ 6.408830] cx23885[0]/0: 0c
[ 6.408831] cx23885[0]/0: >
[ 6.408832] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.408833] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.408835] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.408872] <W 88 03
[ 6.408910] cx23885[0]/0: 30
[ 6.408948] cx23885[0]/0: 00
[ 6.408985] cx23885[0]/0: 01
[ 6.409022] cx23885[0]/0: 00
[ 6.409060] cx23885[0]/0: 27
[ 6.409061] cx23885[0]/0: >
[ 6.409062] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.409063] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.409064] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.409101] <W 88 03
[ 6.409139] cx23885[0]/0: 34
[ 6.409176] cx23885[0]/0: 1f
[ 6.409214] cx23885[0]/0: 6e
[ 6.409251] cx23885[0]/0: 29
[ 6.409288] cx23885[0]/0: 1f
[ 6.409289] cx23885[0]/0: >
[ 6.409290] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.409291] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.409292] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.409330] <W 88 03
[ 6.409367] cx23885[0]/0: 38
[ 6.409404] cx23885[0]/0: c1
[ 6.409442] cx23885[0]/0: 50
[ 6.409479] cx23885[0]/0: 9f
[ 6.409516] cx23885[0]/0: 00
[ 6.409517] cx23885[0]/0: >
[ 6.409519] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.409520] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.409521] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.409558] <W 88 03
[ 6.409596] cx23885[0]/0: 40
[ 6.409634] cx23885[0]/0: 06
[ 6.409671] cx23885[0]/0: bf
[ 6.409708] cx23885[0]/0: ef
[ 6.409745] cx23885[0]/0: 1b
[ 6.409746] cx23885[0]/0: >
[ 6.409747] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.409749] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.409750] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.409788] <W 88 03
[ 6.409825] cx23885[0]/0: 44
[ 6.409863] cx23885[0]/0: e8
[ 6.409900] cx23885[0]/0: 35
[ 6.409937] cx23885[0]/0: 00
[ 6.409975] cx23885[0]/0: 00
[ 6.409975] cx23885[0]/0: >
[ 6.409976] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.409978] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.409979] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.410016] <W 88 03
[ 6.410053] cx23885[0]/0: 00
[ 6.410091] cx23885[0]/0: 35
[ 6.410128] cx23885[0]/0: 5e
[ 6.410165] cx23885[0]/0: ba
[ 6.410202] cx23885[0]/0: 01
[ 6.410203] cx23885[0]/0: >
[ 6.410204] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.410206] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.410207] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.410244] <W 88 03
[ 6.410282] cx23885[0]/0: 48
[ 6.410319] cx23885[0]/0: 01
[ 6.410357] cx23885[0]/0: 00
[ 6.410394] cx23885[0]/0: 00
[ 6.410432] cx23885[0]/0: 00
[ 6.410433] cx23885[0]/0: >
[ 6.410434] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.410435] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.410436] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.410474] <W 88 03
[ 6.410511] cx23885[0]/0: 4c
[ 6.410548] cx23885[0]/0: ef
[ 6.410586] cx23885[0]/0: ff
[ 6.410623] cx23885[0]/0: fc
[ 6.410660] cx23885[0]/0: ff
[ 6.410661] cx23885[0]/0: >
[ 6.410662] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.410663] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.410664] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.410701] <W 88 03
[ 6.410739] cx23885[0]/0: 50
[ 6.410777] cx23885[0]/0: e0
[ 6.410814] cx23885[0]/0: ff
[ 6.410851] cx23885[0]/0: e0
[ 6.410888] cx23885[0]/0: ff
[ 6.410889] cx23885[0]/0: >
[ 6.410890] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.410891] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.410892] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.410930] <W 88 03
[ 6.410975] cx23885[0]/0: 54
[ 6.411012] cx23885[0]/0: 56
[ 6.411050] cx23885[0]/0: 00
[ 6.411088] cx23885[0]/0: 05
[ 6.411125] cx23885[0]/0: 00
[ 6.411126] cx23885[0]/0: >
[ 6.411127] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.411128] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.411129] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.411166] <W 88 03
[ 6.411204] cx23885[0]/0: 58
[ 6.411241] cx23885[0]/0: d1
[ 6.411278] cx23885[0]/0: 00
[ 6.411315] cx23885[0]/0: b0
[ 6.411353] cx23885[0]/0: 00
[ 6.411353] cx23885[0]/0: >
[ 6.411354] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.411355] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.411356] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.411394] <W 88 03
[ 6.411431] cx23885[0]/0: 5c
[ 6.411468] cx23885[0]/0: 82
[ 6.411506] cx23885[0]/0: ff
[ 6.411543] cx23885[0]/0: 71
[ 6.411580] cx23885[0]/0: 00
[ 6.411581] cx23885[0]/0: >
[ 6.411582] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.411583] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.411584] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.411621] <W 88 03
[ 6.411659] cx23885[0]/0: 60
[ 6.411696] cx23885[0]/0: 8c
[ 6.411733] cx23885[0]/0: fd
[ 6.411770] cx23885[0]/0: 53
[ 6.411807] cx23885[0]/0: fe
[ 6.411808] cx23885[0]/0: >
[ 6.411809] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.411810] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.411811] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.411849] <W 88 03
[ 6.411886] cx23885[0]/0: 64
[ 6.411923] cx23885[0]/0: 99
[ 6.411961] cx23885[0]/0: ff
[ 6.411998] cx23885[0]/0: df
[ 6.412035] cx23885[0]/0: fd
[ 6.412036] cx23885[0]/0: >
[ 6.412037] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.412039] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.412040] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.412077] <W 88 03
[ 6.412115] cx23885[0]/0: 68
[ 6.412152] cx23885[0]/0: a3
[ 6.412189] cx23885[0]/0: 04
[ 6.412227] cx23885[0]/0: 41
[ 6.412264] cx23885[0]/0: 02
[ 6.412265] cx23885[0]/0: >
[ 6.412266] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.412267] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.412268] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.412306] <W 88 03
[ 6.412343] cx23885[0]/0: 6c
[ 6.412380] cx23885[0]/0: 4d
[ 6.412417] cx23885[0]/0: 03
[ 6.412455] cx23885[0]/0: 4a
[ 6.412492] cx23885[0]/0: 05
[ 6.412493] cx23885[0]/0: >
[ 6.412494] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.412495] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.412496] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.412533] <W 88 03
[ 6.412571] cx23885[0]/0: 70
[ 6.412608] cx23885[0]/0: 1e
[ 6.412645] cx23885[0]/0: fa
[ 6.412683] cx23885[0]/0: 01
[ 6.412720] cx23885[0]/0: ff
[ 6.412721] cx23885[0]/0: >
[ 6.412722] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.412723] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.412724] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.412761] <W 88 03
[ 6.412799] cx23885[0]/0: 74
[ 6.412836] cx23885[0]/0: ed
[ 6.412873] cx23885[0]/0: f7
[ 6.412910] cx23885[0]/0: 17
[ 6.412947] cx23885[0]/0: f7
[ 6.412948] cx23885[0]/0: >
[ 6.412949] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.412950] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.412951] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.412989] <W 88 03
[ 6.413026] cx23885[0]/0: 78
[ 6.413063] cx23885[0]/0: 61
[ 6.413101] cx23885[0]/0: 04
[ 6.413138] cx23885[0]/0: f5
[ 6.413175] cx23885[0]/0: fc
[ 6.413176] cx23885[0]/0: >
[ 6.413177] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.413178] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.413179] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.413217] <W 88 03
[ 6.413254] cx23885[0]/0: 7c
[ 6.413291] cx23885[0]/0: f4
[ 6.413328] cx23885[0]/0: 0c
[ 6.413366] cx23885[0]/0: d5
[ 6.413403] cx23885[0]/0: 0a
[ 6.413404] cx23885[0]/0: >
[ 6.413405] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.413406] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.413407] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.413444] <W 88 03
[ 6.413481] cx23885[0]/0: 80
[ 6.413519] cx23885[0]/0: 8d
[ 6.413556] cx23885[0]/0: 00
[ 6.413594] cx23885[0]/0: 21
[ 6.413631] cx23885[0]/0: 09
[ 6.413632] cx23885[0]/0: >
[ 6.413633] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.413634] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.413635] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.413672] <W 88 03
[ 6.413709] cx23885[0]/0: 84
[ 6.413747] cx23885[0]/0: bd
[ 6.413784] cx23885[0]/0: f0
[ 6.413821] cx23885[0]/0: e7
[ 6.413858] cx23885[0]/0: f6
[ 6.413859] cx23885[0]/0: >
[ 6.413860] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.413861] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.413862] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.413900] <W 88 03
[ 6.413937] cx23885[0]/0: 88
[ 6.413975] cx23885[0]/0: 91
[ 6.414012] cx23885[0]/0: f8
[ 6.414049] cx23885[0]/0: 3f
[ 6.414087] cx23885[0]/0: f1
[ 6.414087] cx23885[0]/0: >
[ 6.414088] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.414090] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.414091] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.414129] <W 88 03
[ 6.414166] cx23885[0]/0: 8c
[ 6.414203] cx23885[0]/0: 3b
[ 6.414266] cx23885[0]/0: 0d
[ 6.414303] cx23885[0]/0: 92
[ 6.414340] cx23885[0]/0: 03
[ 6.414341] cx23885[0]/0: >
[ 6.414343] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.414344] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.414345] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.414382] <W 88 03
[ 6.414420] cx23885[0]/0: 90
[ 6.414458] cx23885[0]/0: 00
[ 6.414495] cx23885[0]/0: 00
[ 6.414532] cx23885[0]/0: 0d
[ 6.414569] cx23885[0]/0: 11
[ 6.414570] cx23885[0]/0: >
[ 6.414571] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.414572] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.414573] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.414611] <W 88 01
[ 6.414648] cx23885[0]/0: 03
[ 6.414685] cx23885[0]/0: f6
[ 6.414686] cx23885[0]/0: >
[ 6.414687] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.414688] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.414689] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.414727] <W 88 04
[ 6.414764] cx23885[0]/0: 01
[ 6.414765] cx23885[0]/0: R
[ 6.414804] cx23885[0]/0: 00
[ 6.414805] cx23885[0]/0: >
[ 6.414806] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.414807] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.414808] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.414845] <W 88 04
[ 6.414883] cx23885[0]/0: 01
[ 6.414920] cx23885[0]/0: 00
[ 6.414920] cx23885[0]/0: >
[ 6.414921] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.414923] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.414924] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.414961] <W 88 03
[ 6.414998] cx23885[0]/0: 00
[ 6.415036] cx23885[0]/0: f5
[ 6.415073] cx23885[0]/0: 28
[ 6.415110] cx23885[0]/0: 5c
[ 6.415147] cx23885[0]/0: 01
[ 6.415148] cx23885[0]/0: >
[ 6.415149] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.415150] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.415151] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.415189] <W 88 01
[ 6.415226] cx23885[0]/0: 02
[ 6.415227] cx23885[0]/0: R
[ 6.415266] cx23885[0]/0: 10
[ 6.415266] cx23885[0]/0: >
[ 6.415267] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.415269] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.415270] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.415307] <W 88 01
[ 6.415344] cx23885[0]/0: 02
[ 6.415382] cx23885[0]/0: 10
[ 6.415382] cx23885[0]/0: >
[ 6.415383] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.415384] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.415385] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.415422] <W 88 03
[ 6.415460] cx23885[0]/0: 40
[ 6.415497] cx23885[0]/0: 83
[ 6.415534] cx23885[0]/0: df
[ 6.415572] cx23885[0]/0: f7
[ 6.415609] cx23885[0]/0: 0d
[ 6.415610] cx23885[0]/0: >
[ 6.415611] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.415612] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.415613] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.415651] <W 88 01
[ 6.415688] cx23885[0]/0: 04
[ 6.415726] cx23885[0]/0: 80
[ 6.415763] cx23885[0]/0: dd
[ 6.415800] cx23885[0]/0: 04
[ 6.415838] cx23885[0]/0: 07
[ 6.415838] cx23885[0]/0: >
[ 6.415839] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.415840] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.415841] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.415879] <W 88 03
[ 6.415916] cx23885[0]/0: 14
[ 6.415954] cx23885[0]/0: 00
[ 6.415991] cx23885[0]/0: 06
[ 6.416028] cx23885[0]/0: 40
[ 6.416065] cx23885[0]/0: 22
[ 6.416066] cx23885[0]/0: >
[ 6.416067] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.416068] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.416069] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.416106] <W 88 03
[ 6.416144] cx23885[0]/0: 18
[ 6.416181] cx23885[0]/0: 00
[ 6.416218] cx23885[0]/0: 26
[ 6.416256] cx23885[0]/0: 00
[ 6.416293] cx23885[0]/0: 40
[ 6.416294] cx23885[0]/0: >
[ 6.416295] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.416296] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.416297] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.416334] <W 88 03
[ 6.416371] cx23885[0]/0: 24
[ 6.416409] cx23885[0]/0: 00
[ 6.416446] cx23885[0]/0: 26
[ 6.416483] cx23885[0]/0: 00
[ 6.416520] cx23885[0]/0: 40
[ 6.416521] cx23885[0]/0: >
[ 6.416522] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.416523] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.416524] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.416562] <W 88 03
[ 6.416599] cx23885[0]/0: 2c
[ 6.416636] cx23885[0]/0: 20
[ 6.416673] cx23885[0]/0: e6
[ 6.416711] cx23885[0]/0: 50
[ 6.416748] cx23885[0]/0: 02
[ 6.416749] cx23885[0]/0: >
[ 6.416750] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.416751] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.416752] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.416789] <W 88 03
[ 6.416826] cx23885[0]/0: 9c
[ 6.416864] cx23885[0]/0: 00
[ 6.416901] cx23885[0]/0: 0b
[ 6.416938] cx23885[0]/0: ff
[ 6.416976] cx23885[0]/0: 01
[ 6.416976] cx23885[0]/0: >
[ 6.416977] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.416979] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.416980] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.417017] <W 88 04
[ 6.417054] cx23885[0]/0: 10
[ 6.417092] cx23885[0]/0: bf
[ 6.417129] cx23885[0]/0: 0d
[ 6.417166] cx23885[0]/0: ff
[ 6.417203] cx23885[0]/0: ff
[ 6.417204] cx23885[0]/0: >
[ 6.417205] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.417206] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.417207] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.417244] <W 88 04
[ 6.417282] cx23885[0]/0: 14
[ 6.417319] cx23885[0]/0: 03
[ 6.417356] cx23885[0]/0: 7d
[ 6.417393] cx23885[0]/0: 13
[ 6.417431] cx23885[0]/0: 00
[ 6.417431] cx23885[0]/0: >
[ 6.417432] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.417434] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.417435] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.417472] <W 88 04
[ 6.417509] cx23885[0]/0: 18
[ 6.417547] cx23885[0]/0: 80
[ 6.417584] cx23885[0]/0: 80
[ 6.417622] cx23885[0]/0: 00
[ 6.417659] cx23885[0]/0: 01
[ 6.417659] cx23885[0]/0: >
[ 6.417661] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.417662] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.417663] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.417700] <W 88 04
[ 6.417737] cx23885[0]/0: 1c
[ 6.417775] cx23885[0]/0: 00
[ 6.417812] cx23885[0]/0: 00
[ 6.417849] cx23885[0]/0: 00
[ 6.417886] cx23885[0]/0: 00
[ 6.417887] cx23885[0]/0: >
[ 6.417888] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.417889] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.417890] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.417927] <W 88 04
[ 6.417965] cx23885[0]/0: 20
[ 6.418002] cx23885[0]/0: 0f
[ 6.418039] cx23885[0]/0: 3e
[ 6.418076] cx23885[0]/0: 1c
[ 6.418114] cx23885[0]/0: 00
[ 6.418114] cx23885[0]/0: >
[ 6.418115] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.418116] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.418117] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.418155] <W 88 04
[ 6.418192] cx23885[0]/0: 2c
[ 6.418230] cx23885[0]/0: 00
[ 6.418267] cx23885[0]/0: 00
[ 6.418304] cx23885[0]/0: 60
[ 6.418341] cx23885[0]/0: 42
[ 6.418342] cx23885[0]/0: >
[ 6.418343] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.418344] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.418345] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.418382] <W 88 04
[ 6.418420] cx23885[0]/0: 30
[ 6.418457] cx23885[0]/0: 9b
[ 6.418494] cx23885[0]/0: 03
[ 6.418532] cx23885[0]/0: 00
[ 6.418569] cx23885[0]/0: 00
[ 6.418570] cx23885[0]/0: >
[ 6.418571] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.418572] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.418574] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.418611] <W 88 04
[ 6.418648] cx23885[0]/0: 38
[ 6.418686] cx23885[0]/0: 00
[ 6.418723] cx23885[0]/0: 00
[ 6.418760] cx23885[0]/0: 00
[ 6.418797] cx23885[0]/0: 00
[ 6.418798] cx23885[0]/0: >
[ 6.418799] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.418801] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.418802] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.418839] <W 88 04
[ 6.418877] cx23885[0]/0: 40
[ 6.418914] cx23885[0]/0: 24
[ 6.418951] cx23885[0]/0: e8
[ 6.418989] cx23885[0]/0: e3
[ 6.419026] cx23885[0]/0: f8
[ 6.419027] cx23885[0]/0: >
[ 6.419028] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.419029] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.419030] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.419067] <W 88 04
[ 6.419105] cx23885[0]/0: 44
[ 6.419142] cx23885[0]/0: dc
[ 6.419179] cx23885[0]/0: 40
[ 6.419217] cx23885[0]/0: 10
[ 6.419254] cx23885[0]/0: 40
[ 6.419254] cx23885[0]/0: >
[ 6.419255] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.419257] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.419258] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.419295] <W 88 04
[ 6.419332] cx23885[0]/0: 48
[ 6.419370] cx23885[0]/0: a0
[ 6.419407] cx23885[0]/0: 02
[ 6.419444] cx23885[0]/0: 3f
[ 6.419482] cx23885[0]/0: cd
[ 6.419482] cx23885[0]/0: >
[ 6.419483] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.419485] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.419485] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.419523] <W 88 04
[ 6.419560] cx23885[0]/0: 4c
[ 6.419598] cx23885[0]/0: 00
[ 6.419635] cx23885[0]/0: 10
[ 6.419672] cx23885[0]/0: 1f
[ 6.419709] cx23885[0]/0: 16
[ 6.419710] cx23885[0]/0: >
[ 6.419711] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.419712] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.419713] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.419750] <W 88 04
[ 6.419788] cx23885[0]/0: 50
[ 6.419825] cx23885[0]/0: 02
[ 6.419862] cx23885[0]/0: 08
[ 6.419900] cx23885[0]/0: 00
[ 6.419937] cx23885[0]/0: 00
[ 6.419938] cx23885[0]/0: >
[ 6.419939] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.419940] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.419941] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.419978] <W 88 09
[ 6.420015] cx23885[0]/0: 1c
[ 6.420053] cx23885[0]/0: 00
[ 6.420090] cx23885[0]/0: 00
[ 6.420127] cx23885[0]/0: 00
[ 6.420164] cx23885[0]/0: 01
[ 6.420165] cx23885[0]/0: >
[ 6.420166] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.420167] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.420168] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.420206] <W 88 08
[ 6.420243] cx23885[0]/0: e0
[ 6.420280] cx23885[0]/0: 70
[ 6.420318] cx23885[0]/0: 38
[ 6.420355] cx23885[0]/0: 06
[ 6.420392] cx23885[0]/0: 03
[ 6.420393] cx23885[0]/0: >
[ 6.420394] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.420395] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.420396] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.420433] <W 88 08
[ 6.420470] cx23885[0]/0: d4
[ 6.420508] cx23885[0]/0: 24
[ 6.420545] cx23885[0]/0: 00
[ 6.420582] cx23885[0]/0: ff
[ 6.420620] cx23885[0]/0: 7f
[ 6.420620] cx23885[0]/0: >
[ 6.420621] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.420622] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.420623] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.420661] <W 88 08
[ 6.420698] cx23885[0]/0: d0
[ 6.420736] cx23885[0]/0: 73
[ 6.420773] cx23885[0]/0: 30
[ 6.420811] cx23885[0]/0: 06
[ 6.420848] cx23885[0]/0: 00
[ 6.420848] cx23885[0]/0: >
[ 6.420849] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.420850] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.420852] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.420889] <W 88 08
[ 6.420930] cx23885[0]/0: c8
[ 6.420968] cx23885[0]/0: 00
[ 6.421005] cx23885[0]/0: 00
[ 6.421042] cx23885[0]/0: 01
[ 6.421079] cx23885[0]/0: 00
[ 6.421080] cx23885[0]/0: >
[ 6.421081] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.421082] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.421083] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.421121] <W 88 08
[ 6.421158] cx23885[0]/0: cc
[ 6.421196] cx23885[0]/0: 23
[ 6.421233] cx23885[0]/0: 00
[ 6.421270] cx23885[0]/0: 08
[ 6.421307] cx23885[0]/0: 00
[ 6.421308] cx23885[0]/0: >
[ 6.421309] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.421310] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.421311] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.421349] <W 88 03
[ 6.421386] cx23885[0]/0: 3c
[ 6.421423] cx23885[0]/0: 00
[ 6.421460] cx23885[0]/0: c8
[ 6.421498] cx23885[0]/0: 04
[ 6.421535] cx23885[0]/0: 2a
[ 6.421536] cx23885[0]/0: >
[ 6.421537] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.421538] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.421539] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.421577] <W 88 03
[ 6.421614] cx23885[0]/0: 98
[ 6.421651] cx23885[0]/0: 00
[ 6.421688] cx23885[0]/0: 00
[ 6.421726] cx23885[0]/0: 00
[ 6.421763] cx23885[0]/0: 00
[ 6.421764] cx23885[0]/0: >
[ 6.421765] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.421766] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.421767] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.421804] <W 88 01
[ 6.421841] cx23885[0]/0: 02
[ 6.421842] cx23885[0]/0: R
[ 6.421881] cx23885[0]/0: 10
[ 6.421882] cx23885[0]/0: >
[ 6.421883] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.421884] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.421885] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.421922] <W 88 01
[ 6.421959] cx23885[0]/0: 02
[ 6.421997] cx23885[0]/0: 10
[ 6.421997] cx23885[0]/0: >
[ 6.421998] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.421999] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.422000] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.422038] <W 88 01
[ 6.422075] cx23885[0]/0: 02
[ 6.422076] cx23885[0]/0: R
[ 6.422114] cx23885[0]/0: 10
[ 6.422115] cx23885[0]/0: >
[ 6.422116] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.422117] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.422118] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.422155] <W 88 01
[ 6.422193] cx23885[0]/0: 02
[ 6.422230] cx23885[0]/0: 10
[ 6.422230] cx23885[0]/0: >
[ 6.422231] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.422232] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.422233] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.422271] <W 88 01
[ 6.422308] cx23885[0]/0: 02
[ 6.422309] cx23885[0]/0: R
[ 6.422348] cx23885[0]/0: 10
[ 6.422349] cx23885[0]/0: >
[ 6.422349] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.422351] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.422351] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.422389] <W 88 01
[ 6.422426] cx23885[0]/0: 02
[ 6.422464] cx23885[0]/0: 10
[ 6.422464] cx23885[0]/0: >
[ 6.422465] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.422467] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.422468] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.422506] <W 88 08
[ 6.422543] cx23885[0]/0: 10
[ 6.422543] cx23885[0]/0: R
[ 6.422582] cx23885[0]/0: 00
[ 6.422583] cx23885[0]/0: >
[ 6.422584] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.422586] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.422587] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.422624] <W 88 08
[ 6.422662] cx23885[0]/0: 10
[ 6.422699] cx23885[0]/0: 01
[ 6.422699] cx23885[0]/0: >
[ 6.422700] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.422701] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.422702] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.422740] <W 88 08
[ 6.422777] cx23885[0]/0: 03
[ 6.422778] cx23885[0]/0: R
[ 6.422817] cx23885[0]/0: 10
[ 6.422817] cx23885[0]/0: >
[ 6.422818] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.422819] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.422820] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.422858] <W 88 08
[ 6.422895] cx23885[0]/0: 03
[ 6.422932] cx23885[0]/0: 00
[ 6.422933] cx23885[0]/0: >
[ 6.422934] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.422935] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.422936] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.422973] <W 88 08
[ 6.423010] cx23885[0]/0: d3
[ 6.423048] cx23885[0]/0: 1f
[ 6.423048] cx23885[0]/0: >
[ 6.423049] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.423050] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.423051] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.423088] <W 88 08
[ 6.423126] cx23885[0]/0: d0
[ 6.423163] cx23885[0]/0: 70
[ 6.423200] cx23885[0]/0: 38
[ 6.423237] cx23885[0]/0: 06
[ 6.423275] cx23885[0]/0: 1f
[ 6.423275] cx23885[0]/0: >
[ 6.423276] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.423277] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.423279] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.423316] <W 88 08
[ 6.423354] cx23885[0]/0: 03
[ 6.423354] cx23885[0]/0: R
[ 6.423393] cx23885[0]/0: 00
[ 6.423394] cx23885[0]/0: >
[ 6.423395] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.423396] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.423397] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.423435] <W 88 08
[ 6.423472] cx23885[0]/0: 03
[ 6.423509] cx23885[0]/0: 10
[ 6.423510] cx23885[0]/0: >
[ 6.423511] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.423512] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.423513] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.423550] <W 88 08
[ 6.423587] cx23885[0]/0: 10
[ 6.423588] cx23885[0]/0: R
[ 6.423627] cx23885[0]/0: 01
[ 6.423628] cx23885[0]/0: >
[ 6.423629] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.423630] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.423631] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.423668] <W 88 08
[ 6.423705] cx23885[0]/0: 10
[ 6.423743] cx23885[0]/0: 00
[ 6.423743] cx23885[0]/0: >
[ 6.423744] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.423745] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.423746] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.423783] <W 88 08
[ 6.423821] cx23885[0]/0: 03
[ 6.423821] cx23885[0]/0: R
[ 6.423860] cx23885[0]/0: 10
[ 6.423861] cx23885[0]/0: >
[ 6.423862] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.423863] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.423864] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.423901] <W 88 08
[ 6.423939] cx23885[0]/0: 03
[ 6.423976] cx23885[0]/0: 10
[ 6.423976] cx23885[0]/0: >
[ 6.423977] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.423979] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.423979] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.424017] <W 88 04
[ 6.424054] cx23885[0]/0: 02
[ 6.424091] cx23885[0]/0: 04
[ 6.424092] cx23885[0]/0: >
[ 6.424093] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.424094] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.424095] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.424132] <W 88 04
[ 6.424170] cx23885[0]/0: 9f
[ 6.424207] cx23885[0]/0: 14
[ 6.424207] cx23885[0]/0: >
[ 6.424208] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.424210] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.424211] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.424249] <W 88 04
[ 6.424286] cx23885[0]/0: 01
[ 6.424287] cx23885[0]/0: R
[ 6.424326] cx23885[0]/0: 00
[ 6.424326] cx23885[0]/0: >
[ 6.424327] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.424329] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.424329] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.424367] <W 88 04
[ 6.424404] cx23885[0]/0: 01
[ 6.424441] cx23885[0]/0: 00
[ 6.424442] cx23885[0]/0: >
[ 6.424443] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.424444] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.424445] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.424482] <W 88 04
[ 6.424519] cx23885[0]/0: 01
[ 6.424520] cx23885[0]/0: R
[ 6.424559] cx23885[0]/0: 00
[ 6.424560] cx23885[0]/0: >
[ 6.424561] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.424562] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.424563] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.424600] <W 88 04
[ 6.424637] cx23885[0]/0: 01
[ 6.424675] cx23885[0]/0: 60
[ 6.424675] cx23885[0]/0: >
[ 6.424676] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.424677] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.424678] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.424715] <W 88 08
[ 6.424753] cx23885[0]/0: 10
[ 6.424753] cx23885[0]/0: R
[ 6.424793] cx23885[0]/0: 00
[ 6.424794] cx23885[0]/0: >
[ 6.424795] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.424796] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.424797] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.424834] <W 88 08
[ 6.424872] cx23885[0]/0: 10
[ 6.424910] cx23885[0]/0: 01
[ 6.424910] cx23885[0]/0: >
[ 6.424911] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.424912] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.424913] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.424951] <W 88 08
[ 6.424988] cx23885[0]/0: 08
[ 6.425026] cx23885[0]/0: f6
[ 6.425026] cx23885[0]/0: >
[ 6.425027] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.425028] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.425029] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.425066] <W 88 08
[ 6.425104] cx23885[0]/0: 0b
[ 6.425141] cx23885[0]/0: 00
[ 6.425141] cx23885[0]/0: >
[ 6.425142] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.425143] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.425145] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.425182] <W 88 08
[ 6.425219] cx23885[0]/0: 10
[ 6.425220] cx23885[0]/0: R
[ 6.425259] cx23885[0]/0: 01
[ 6.425260] cx23885[0]/0: >
[ 6.425261] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.425262] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.425263] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.425300] <W 88 08
[ 6.425337] cx23885[0]/0: 10
[ 6.425374] cx23885[0]/0: 00
[ 6.425375] cx23885[0]/0: >
[ 6.425376] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.425377] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.425378] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.425415] <W 88 01
[ 6.425453] cx23885[0]/0: 24
[ 6.425490] cx23885[0]/0: 03
[ 6.425491] cx23885[0]/0: >
[ 6.425491] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.425493] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.425494] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.425531] <W 88 01
[ 6.425569] cx23885[0]/0: 44
[ 6.425606] cx23885[0]/0: 05
[ 6.425607] cx23885[0]/0: >
[ 6.425608] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.425609] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.425610] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.425647] <W 88 09
[ 6.425684] cx23885[0]/0: 14
[ 6.425721] cx23885[0]/0: a0
[ 6.425722] cx23885[0]/0: >
[ 6.425723] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.425724] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.425725] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.425762] <W 88 09
[ 6.425800] cx23885[0]/0: 18
[ 6.425837] cx23885[0]/0: a0
[ 6.425837] cx23885[0]/0: >
[ 6.425838] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.425839] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.425840] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.425878] <W 88 09
[ 6.425915] cx23885[0]/0: 19
[ 6.425952] cx23885[0]/0: 01
[ 6.425953] cx23885[0]/0: >
[ 6.425954] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.425955] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.425956] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.425993] <W 88 09
[ 6.426030] cx23885[0]/0: 10
[ 6.426067] cx23885[0]/0: c9
[ 6.426105] cx23885[0]/0: 00
[ 6.426142] cx23885[0]/0: b0
[ 6.426179] cx23885[0]/0: 12
[ 6.426180] cx23885[0]/0: >
[ 6.426181] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.426182] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.426183] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.426220] <W 88 08
[ 6.426258] cx23885[0]/0: d0
[ 6.426295] cx23885[0]/0: 70
[ 6.426332] cx23885[0]/0: 38
[ 6.426369] cx23885[0]/0: 06
[ 6.426406] cx23885[0]/0: 1f
[ 6.426407] cx23885[0]/0: >
[ 6.426409] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.426410] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.426411] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.426448] <W 88 01
[ 6.426485] cx23885[0]/0: 24
[ 6.426523] cx23885[0]/0: 00
[ 6.426560] cx23885[0]/0: 01
[ 6.426597] cx23885[0]/0: 00
[ 6.426634] cx23885[0]/0: 00
[ 6.426635] cx23885[0]/0: >
[ 6.426636] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.426637] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.426638] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.426675] <W 88 08
[ 6.426713] cx23885[0]/0: 03
[ 6.426713] cx23885[0]/0: R
[ 6.426752] cx23885[0]/0: 10
[ 6.426753] cx23885[0]/0: >
[ 6.426754] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.426755] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.426756] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.426793] <W 88 08
[ 6.426831] cx23885[0]/0: 03
[ 6.426868] cx23885[0]/0: 00
[ 6.426868] cx23885[0]/0: >
[ 6.426869] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.426871] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.426872] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.426909] <W 88 04
[ 6.426946] cx23885[0]/0: 02
[ 6.426984] cx23885[0]/0: 04
[ 6.426984] cx23885[0]/0: >
[ 6.426985] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.426986] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.426988] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.427025] <W 88 04
[ 6.427062] cx23885[0]/0: 9f
[ 6.427100] cx23885[0]/0: 14
[ 6.427100] cx23885[0]/0: >
[ 6.427101] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.427102] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.427103] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.427141] <W 88 04
[ 6.427178] cx23885[0]/0: 01
[ 6.427179] cx23885[0]/0: R
[ 6.427218] cx23885[0]/0: 60
[ 6.427218] cx23885[0]/0: >
[ 6.427219] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.427220] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.427221] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.427259] <W 88 04
[ 6.427296] cx23885[0]/0: 01
[ 6.427333] cx23885[0]/0: 00
[ 6.427334] cx23885[0]/0: >
[ 6.427335] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.427336] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.427337] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.427374] <W 88 04
[ 6.427411] cx23885[0]/0: 01
[ 6.427412] cx23885[0]/0: R
[ 6.427451] cx23885[0]/0: 00
[ 6.427452] cx23885[0]/0: >
[ 6.427453] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.427454] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.427455] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.427492] <W 88 04
[ 6.427529] cx23885[0]/0: 01
[ 6.427567] cx23885[0]/0: 60
[ 6.427567] cx23885[0]/0: >
[ 6.427568] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.427569] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.427570] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.427608] <W 88 08
[ 6.427645] cx23885[0]/0: 10
[ 6.427646] cx23885[0]/0: R
[ 6.427685] cx23885[0]/0: 00
[ 6.427685] cx23885[0]/0: >
[ 6.427686] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.427687] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.427688] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.427726] <W 88 08
[ 6.427763] cx23885[0]/0: 10
[ 6.427800] cx23885[0]/0: 01
[ 6.427801] cx23885[0]/0: >
[ 6.427802] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.427803] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.427804] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.427841] <W 88 08
[ 6.427878] cx23885[0]/0: 08
[ 6.427916] cx23885[0]/0: f6
[ 6.427916] cx23885[0]/0: >
[ 6.427917] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.427918] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.427919] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.427956] <W 88 08
[ 6.427994] cx23885[0]/0: 0b
[ 6.428031] cx23885[0]/0: 00
[ 6.428032] cx23885[0]/0: >
[ 6.428033] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.428034] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.428036] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.428073] <W 88 08
[ 6.428110] cx23885[0]/0: 10
[ 6.428111] cx23885[0]/0: R
[ 6.428150] cx23885[0]/0: 01
[ 6.428151] cx23885[0]/0: >
[ 6.428152] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.428153] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.428154] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.428191] <W 88 08
[ 6.428228] cx23885[0]/0: 10
[ 6.428266] cx23885[0]/0: 00
[ 6.428266] cx23885[0]/0: >
[ 6.428267] cx23885[0]: cx23885_set_control() calling cx25840(VIDIOC_S_CTRL)
[ 6.428271] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.428272] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.428273] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.428310] <W 88 04
[ 6.428347] cx23885[0]/0: 14
[ 6.428385] cx23885[0]/0: ff
[ 6.428385] cx23885[0]/0: >
[ 6.428386] cx23885[0]: cx23885_set_control() calling cx25840(VIDIOC_S_CTRL)
[ 6.428388] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.428389] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.428390] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.428427] <W 88 04
[ 6.428464] cx23885[0]/0: 15
[ 6.428502] cx23885[0]/0: 7e
[ 6.428502] cx23885[0]/0: >
[ 6.428503] cx23885[0]: cx23885_set_control() calling cx25840(VIDIOC_S_CTRL)
[ 6.428504] cx23885[0]: cx23885_set_control() calling cx25840(VIDIOC_S_CTRL)
[ 6.428505] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.428506] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.428507] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.428545] <W 88 04
[ 6.428582] cx23885[0]/0: 18
[ 6.428619] cx23885[0]/0: 7e
[ 6.428620] cx23885[0]/0: >
[ 6.428621] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.428622] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.428623] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.428660] <W 88 04
[ 6.428697] cx23885[0]/0: 19
[ 6.428735] cx23885[0]/0: 7e
[ 6.428735] cx23885[0]/0: >
[ 6.428736] cx23885[0]: cx23885_set_control() calling cx25840(VIDIOC_S_CTRL)
[ 6.428737] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.428739] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.428739] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.428777] <W 88 08
[ 6.428814] cx23885[0]/0: d4
[ 6.428852] cx23885[0]/0: e4
[ 6.428852] cx23885[0]/0: >
[ 6.428853] cx23885[0]: cx23885_set_control() calling cx25840(VIDIOC_S_CTRL)
[ 6.428854] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.428856] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.428857] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.428894] <W 88 08
[ 6.428932] cx23885[0]/0: d4
[ 6.428969] cx23885[0]/0: e4
[ 6.428969] cx23885[0]/0: >
[ 6.428971] cx23885[0]: cx23885_video_mux() video_mux: 0 [vmux=-2147482607, gpio=0x0,0x0,0x0,0x0]
[ 6.428973] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.428974] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.428975] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.429012] <W 88 04
[ 6.429050] cx23885[0]/0: 78
[ 6.429087] cx23885[0]/0: 1f
[ 6.429124] cx23885[0]/0: 02
[ 6.429162] cx23885[0]/0: 28
[ 6.429199] cx23885[0]/0: 66
[ 6.429199] cx23885[0]/0: >
[ 6.429200] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.429201] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.429202] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.429240] <W 88 04
[ 6.429277] cx23885[0]/0: 00
[ 6.429314] cx23885[0]/0: 00
[ 6.429352] cx23885[0]/0: 00
[ 6.429389] cx23885[0]/0: 00
[ 6.429426] cx23885[0]/0: 00
[ 6.429427] cx23885[0]/0: >
[ 6.429428] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.429429] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.429430] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.429467] <W 88 04
[ 6.429504] cx23885[0]/0: b4
[ 6.429542] cx23885[0]/0: 30
[ 6.429579] cx23885[0]/0: 40
[ 6.429616] cx23885[0]/0: 52
[ 6.429653] cx23885[0]/0: 20
[ 6.429654] cx23885[0]/0: >
[ 6.429655] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.429656] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.429657] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.429695] <W 88 04
[ 6.429732] cx23885[0]/0: 7c
[ 6.429769] cx23885[0]/0: 63
[ 6.429806] cx23885[0]/0: 82
[ 6.429844] cx23885[0]/0: 0a
[ 6.429881] cx23885[0]/0: 01
[ 6.429882] cx23885[0]/0: >
[ 6.429883] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.429884] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.429885] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.429922] <W 88 04
[ 6.429959] cx23885[0]/0: 28
[ 6.429996] cx23885[0]/0: 1a
[ 6.430034] cx23885[0]/0: 60
[ 6.430071] cx23885[0]/0: 1e
[ 6.430108] cx23885[0]/0: 1e
[ 6.430109] cx23885[0]/0: >
[ 6.430110] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.430111] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.430112] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.430149] <W 88 04
[ 6.430186] cx23885[0]/0: 24
[ 6.430224] cx23885[0]/0: 7a
[ 6.430261] cx23885[0]/0: 00
[ 6.430298] cx23885[0]/0: 2d
[ 6.430335] cx23885[0]/0: 5b
[ 6.430336] cx23885[0]/0: >
[ 6.430337] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.430338] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.430339] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.430376] <W 88 03
[ 6.430413] cx23885[0]/0: 04
[ 6.430451] cx23885[0]/0: 0c
[ 6.430488] cx23885[0]/0: bc
[ 6.430525] cx23885[0]/0: 03
[ 6.430562] cx23885[0]/0: 65
[ 6.430563] cx23885[0]/0: >
[ 6.430564] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.430565] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.430566] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.430603] <W 88 03
[ 6.430641] cx23885[0]/0: 08
[ 6.430678] cx23885[0]/0: 85
[ 6.430715] cx23885[0]/0: 8c
[ 6.430752] cx23885[0]/0: 03
[ 6.430790] cx23885[0]/0: bd
[ 6.430790] cx23885[0]/0: >
[ 6.430791] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.430792] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.430793] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.430831] <W 88 03
[ 6.430868] cx23885[0]/0: 0c
[ 6.430906] cx23885[0]/0: 0a
[ 6.430950] cx23885[0]/0: 64
[ 6.430988] cx23885[0]/0: b4
[ 6.431025] cx23885[0]/0: 1d
[ 6.431026] cx23885[0]/0: >
[ 6.431027] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.431028] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.431029] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.431066] <W 88 03
[ 6.431103] cx23885[0]/0: 10
[ 6.431141] cx23885[0]/0: 00
[ 6.431178] cx23885[0]/0: 88
[ 6.431215] cx23885[0]/0: 00
[ 6.431252] cx23885[0]/0: 00
[ 6.431253] cx23885[0]/0: >
[ 6.431254] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.431255] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.431256] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.431293] <W 88 03
[ 6.431331] cx23885[0]/0: 14
[ 6.431368] cx23885[0]/0: 00
[ 6.431405] cx23885[0]/0: 04
[ 6.431442] cx23885[0]/0: 40
[ 6.431479] cx23885[0]/0: 44
[ 6.431480] cx23885[0]/0: >
[ 6.431481] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.431482] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.431483] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.431520] <W 88 03
[ 6.431558] cx23885[0]/0: 2c
[ 6.431595] cx23885[0]/0: 00
[ 6.431632] cx23885[0]/0: 08
[ 6.431669] cx23885[0]/0: 80
[ 6.431707] cx23885[0]/0: 0c
[ 6.431707] cx23885[0]/0: >
[ 6.431708] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.431709] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.431710] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.431747] <W 88 03
[ 6.431785] cx23885[0]/0: 30
[ 6.431822] cx23885[0]/0: 00
[ 6.431859] cx23885[0]/0: 01
[ 6.431896] cx23885[0]/0: 00
[ 6.431934] cx23885[0]/0: 27
[ 6.431934] cx23885[0]/0: >
[ 6.431935] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.431936] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.431937] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.431974] <W 88 03
[ 6.432012] cx23885[0]/0: 34
[ 6.432049] cx23885[0]/0: 1f
[ 6.432086] cx23885[0]/0: 6e
[ 6.432124] cx23885[0]/0: 29
[ 6.432161] cx23885[0]/0: 1f
[ 6.432162] cx23885[0]/0: >
[ 6.432163] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.432164] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.432165] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.432203] <W 88 03
[ 6.432240] cx23885[0]/0: 38
[ 6.432277] cx23885[0]/0: c1
[ 6.432314] cx23885[0]/0: 50
[ 6.432352] cx23885[0]/0: 9f
[ 6.432389] cx23885[0]/0: 00
[ 6.432389] cx23885[0]/0: >
[ 6.432390] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.432391] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.432392] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.432429] <W 88 03
[ 6.432467] cx23885[0]/0: 40
[ 6.432504] cx23885[0]/0: 06
[ 6.432541] cx23885[0]/0: bf
[ 6.432578] cx23885[0]/0: ef
[ 6.432616] cx23885[0]/0: 1b
[ 6.432616] cx23885[0]/0: >
[ 6.432617] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.432618] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.432619] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.432656] <W 88 03
[ 6.432694] cx23885[0]/0: 44
[ 6.432731] cx23885[0]/0: e8
[ 6.432768] cx23885[0]/0: 35
[ 6.432805] cx23885[0]/0: 00
[ 6.432842] cx23885[0]/0: 00
[ 6.432843] cx23885[0]/0: >
[ 6.432844] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.432845] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.432846] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.432883] <W 88 03
[ 6.432921] cx23885[0]/0: 00
[ 6.432958] cx23885[0]/0: 35
[ 6.432995] cx23885[0]/0: 5e
[ 6.433032] cx23885[0]/0: ba
[ 6.433069] cx23885[0]/0: 01
[ 6.433070] cx23885[0]/0: >
[ 6.433071] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.433072] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.433073] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.433110] <W 88 03
[ 6.433148] cx23885[0]/0: 48
[ 6.433185] cx23885[0]/0: 01
[ 6.433222] cx23885[0]/0: 00
[ 6.433259] cx23885[0]/0: 00
[ 6.433296] cx23885[0]/0: 00
[ 6.433297] cx23885[0]/0: >
[ 6.433298] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.433299] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.433300] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.433338] <W 88 03
[ 6.433375] cx23885[0]/0: 4c
[ 6.433412] cx23885[0]/0: ef
[ 6.433449] cx23885[0]/0: ff
[ 6.433487] cx23885[0]/0: fc
[ 6.433524] cx23885[0]/0: ff
[ 6.433524] cx23885[0]/0: >
[ 6.433525] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.433526] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.433527] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.433565] <W 88 03
[ 6.433602] cx23885[0]/0: 50
[ 6.433640] cx23885[0]/0: e0
[ 6.433677] cx23885[0]/0: ff
[ 6.433714] cx23885[0]/0: e0
[ 6.433751] cx23885[0]/0: ff
[ 6.433752] cx23885[0]/0: >
[ 6.433753] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.433754] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.433755] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.433792] <W 88 03
[ 6.433829] cx23885[0]/0: 54
[ 6.433867] cx23885[0]/0: 56
[ 6.433904] cx23885[0]/0: 00
[ 6.433941] cx23885[0]/0: 05
[ 6.433978] cx23885[0]/0: 00
[ 6.433979] cx23885[0]/0: >
[ 6.433980] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.433981] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.433982] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.434019] <W 88 03
[ 6.434056] cx23885[0]/0: 58
[ 6.434094] cx23885[0]/0: d1
[ 6.434131] cx23885[0]/0: 00
[ 6.434168] cx23885[0]/0: b0
[ 6.434205] cx23885[0]/0: 00
[ 6.434206] cx23885[0]/0: >
[ 6.434207] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.434208] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.434209] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.434248] <W 88 03
[ 6.434285] cx23885[0]/0: 5c
[ 6.434323] cx23885[0]/0: 82
[ 6.434360] cx23885[0]/0: ff
[ 6.434397] cx23885[0]/0: 71
[ 6.434434] cx23885[0]/0: 00
[ 6.434435] cx23885[0]/0: >
[ 6.434436] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.434437] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.434438] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.434475] <W 88 03
[ 6.434513] cx23885[0]/0: 60
[ 6.434550] cx23885[0]/0: 8c
[ 6.434587] cx23885[0]/0: fd
[ 6.434624] cx23885[0]/0: 53
[ 6.434661] cx23885[0]/0: fe
[ 6.434662] cx23885[0]/0: >
[ 6.434663] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.434664] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.434665] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.434702] <W 88 03
[ 6.434740] cx23885[0]/0: 64
[ 6.434777] cx23885[0]/0: 99
[ 6.434814] cx23885[0]/0: ff
[ 6.434851] cx23885[0]/0: df
[ 6.434888] cx23885[0]/0: fd
[ 6.434889] cx23885[0]/0: >
[ 6.434890] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.434891] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.434892] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.434929] <W 88 03
[ 6.434966] cx23885[0]/0: 68
[ 6.435004] cx23885[0]/0: a3
[ 6.435041] cx23885[0]/0: 04
[ 6.435078] cx23885[0]/0: 41
[ 6.435115] cx23885[0]/0: 02
[ 6.435116] cx23885[0]/0: >
[ 6.435117] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.435118] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.435119] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.435156] <W 88 03
[ 6.435193] cx23885[0]/0: 6c
[ 6.435231] cx23885[0]/0: 4d
[ 6.435268] cx23885[0]/0: 03
[ 6.435305] cx23885[0]/0: 4a
[ 6.435342] cx23885[0]/0: 05
[ 6.435343] cx23885[0]/0: >
[ 6.435344] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.435345] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.435346] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.435383] <W 88 03
[ 6.435420] cx23885[0]/0: 70
[ 6.435458] cx23885[0]/0: 1e
[ 6.435495] cx23885[0]/0: fa
[ 6.435533] cx23885[0]/0: 01
[ 6.435570] cx23885[0]/0: ff
[ 6.435570] cx23885[0]/0: >
[ 6.435571] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.435572] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.435573] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.435611] <W 88 03
[ 6.435648] cx23885[0]/0: 74
[ 6.435685] cx23885[0]/0: ed
[ 6.435722] cx23885[0]/0: f7
[ 6.435760] cx23885[0]/0: 17
[ 6.435797] cx23885[0]/0: f7
[ 6.435797] cx23885[0]/0: >
[ 6.435798] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.435799] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.435800] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.435837] <W 88 03
[ 6.435875] cx23885[0]/0: 78
[ 6.435912] cx23885[0]/0: 61
[ 6.435949] cx23885[0]/0: 04
[ 6.435986] cx23885[0]/0: f5
[ 6.436024] cx23885[0]/0: fc
[ 6.436024] cx23885[0]/0: >
[ 6.436025] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.436026] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.436027] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.436064] <W 88 03
[ 6.436102] cx23885[0]/0: 7c
[ 6.436139] cx23885[0]/0: f4
[ 6.436176] cx23885[0]/0: 0c
[ 6.436213] cx23885[0]/0: d5
[ 6.436250] cx23885[0]/0: 0a
[ 6.436251] cx23885[0]/0: >
[ 6.436252] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.436253] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.436254] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.436291] <W 88 03
[ 6.436329] cx23885[0]/0: 80
[ 6.436366] cx23885[0]/0: 8d
[ 6.436403] cx23885[0]/0: 00
[ 6.436440] cx23885[0]/0: 21
[ 6.436478] cx23885[0]/0: 09
[ 6.436479] cx23885[0]/0: >
[ 6.436480] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.436481] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.436482] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.436519] <W 88 03
[ 6.436557] cx23885[0]/0: 84
[ 6.436594] cx23885[0]/0: bd
[ 6.436631] cx23885[0]/0: f0
[ 6.436669] cx23885[0]/0: e7
[ 6.436706] cx23885[0]/0: f6
[ 6.436706] cx23885[0]/0: >
[ 6.436707] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.436708] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.436709] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.436747] <W 88 03
[ 6.436784] cx23885[0]/0: 88
[ 6.436821] cx23885[0]/0: 91
[ 6.436859] cx23885[0]/0: f8
[ 6.436896] cx23885[0]/0: 3f
[ 6.436933] cx23885[0]/0: f1
[ 6.436934] cx23885[0]/0: >
[ 6.436935] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.436936] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.436937] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.436974] <W 88 03
[ 6.437011] cx23885[0]/0: 8c
[ 6.437048] cx23885[0]/0: 3b
[ 6.437085] cx23885[0]/0: 0d
[ 6.437123] cx23885[0]/0: 92
[ 6.437160] cx23885[0]/0: 03
[ 6.437160] cx23885[0]/0: >
[ 6.437161] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.437162] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.437163] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.437201] <W 88 03
[ 6.437238] cx23885[0]/0: 90
[ 6.437275] cx23885[0]/0: 00
[ 6.437312] cx23885[0]/0: 00
[ 6.437350] cx23885[0]/0: 0d
[ 6.437387] cx23885[0]/0: 11
[ 6.437387] cx23885[0]/0: >
[ 6.437388] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.437389] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.437390] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.437428] <W 88 01
[ 6.437465] cx23885[0]/0: 03
[ 6.437502] cx23885[0]/0: f6
[ 6.437503] cx23885[0]/0: >
[ 6.437504] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.437505] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.437506] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.437545] <W 88 04
[ 6.437582] cx23885[0]/0: 01
[ 6.437583] cx23885[0]/0: R
[ 6.437622] cx23885[0]/0: 00
[ 6.437622] cx23885[0]/0: >
[ 6.437623] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.437624] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.437625] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.437662] <W 88 04
[ 6.437700] cx23885[0]/0: 01
[ 6.437737] cx23885[0]/0: 00
[ 6.437738] cx23885[0]/0: >
[ 6.437739] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.437740] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.437741] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.437778] <W 88 03
[ 6.437816] cx23885[0]/0: 00
[ 6.437853] cx23885[0]/0: f5
[ 6.437890] cx23885[0]/0: 28
[ 6.437927] cx23885[0]/0: 5c
[ 6.437964] cx23885[0]/0: 01
[ 6.437965] cx23885[0]/0: >
[ 6.437966] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.437967] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.437968] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.438005] <W 88 01
[ 6.438043] cx23885[0]/0: 02
[ 6.438043] cx23885[0]/0: R
[ 6.438082] cx23885[0]/0: 10
[ 6.438083] cx23885[0]/0: >
[ 6.438084] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.438085] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.438087] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.438124] <W 88 01
[ 6.438161] cx23885[0]/0: 02
[ 6.438198] cx23885[0]/0: 10
[ 6.438199] cx23885[0]/0: >
[ 6.438200] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.438201] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.438202] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.438240] <W 88 03
[ 6.438277] cx23885[0]/0: 40
[ 6.438314] cx23885[0]/0: 83
[ 6.438351] cx23885[0]/0: df
[ 6.438389] cx23885[0]/0: f7
[ 6.438426] cx23885[0]/0: 0d
[ 6.438426] cx23885[0]/0: >
[ 6.438427] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.438428] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.438429] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.438467] <W 88 01
[ 6.438504] cx23885[0]/0: 04
[ 6.438541] cx23885[0]/0: 80
[ 6.438578] cx23885[0]/0: dd
[ 6.438615] cx23885[0]/0: 04
[ 6.438653] cx23885[0]/0: 07
[ 6.438653] cx23885[0]/0: >
[ 6.438654] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.438655] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.438656] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.438693] <W 88 03
[ 6.438731] cx23885[0]/0: 14
[ 6.438768] cx23885[0]/0: 00
[ 6.438805] cx23885[0]/0: 06
[ 6.438842] cx23885[0]/0: 40
[ 6.438879] cx23885[0]/0: 22
[ 6.438880] cx23885[0]/0: >
[ 6.438881] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.438882] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.438883] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.438920] <W 88 03
[ 6.438958] cx23885[0]/0: 18
[ 6.438995] cx23885[0]/0: 00
[ 6.439032] cx23885[0]/0: 26
[ 6.439069] cx23885[0]/0: 00
[ 6.439106] cx23885[0]/0: 40
[ 6.439107] cx23885[0]/0: >
[ 6.439108] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.439109] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.439110] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.439147] <W 88 03
[ 6.439185] cx23885[0]/0: 24
[ 6.439222] cx23885[0]/0: 00
[ 6.439259] cx23885[0]/0: 26
[ 6.439297] cx23885[0]/0: 00
[ 6.439334] cx23885[0]/0: 40
[ 6.439334] cx23885[0]/0: >
[ 6.439335] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.439337] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.439338] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.439375] <W 88 03
[ 6.439413] cx23885[0]/0: 2c
[ 6.439450] cx23885[0]/0: 20
[ 6.439487] cx23885[0]/0: e6
[ 6.439524] cx23885[0]/0: 50
[ 6.439561] cx23885[0]/0: 02
[ 6.439562] cx23885[0]/0: >
[ 6.439563] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.439564] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.439565] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.439602] <W 88 03
[ 6.439640] cx23885[0]/0: 9c
[ 6.439677] cx23885[0]/0: 00
[ 6.439714] cx23885[0]/0: 0b
[ 6.439751] cx23885[0]/0: ff
[ 6.439788] cx23885[0]/0: 01
[ 6.439789] cx23885[0]/0: >
[ 6.439790] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.439791] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.439792] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.439829] <W 88 04
[ 6.439867] cx23885[0]/0: 10
[ 6.439904] cx23885[0]/0: bf
[ 6.439941] cx23885[0]/0: 0d
[ 6.439978] cx23885[0]/0: ff
[ 6.440015] cx23885[0]/0: ff
[ 6.440016] cx23885[0]/0: >
[ 6.440017] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.440018] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.440019] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.440056] <W 88 04
[ 6.440093] cx23885[0]/0: 14
[ 6.440131] cx23885[0]/0: 03
[ 6.440168] cx23885[0]/0: 7d
[ 6.440206] cx23885[0]/0: 13
[ 6.440243] cx23885[0]/0: 00
[ 6.440244] cx23885[0]/0: >
[ 6.440245] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.440246] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.440247] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.440285] <W 88 04
[ 6.440322] cx23885[0]/0: 18
[ 6.440359] cx23885[0]/0: 80
[ 6.440396] cx23885[0]/0: 80
[ 6.440434] cx23885[0]/0: 00
[ 6.440471] cx23885[0]/0: 01
[ 6.440471] cx23885[0]/0: >
[ 6.440472] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.440473] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.440474] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.440512] <W 88 04
[ 6.440549] cx23885[0]/0: 1c
[ 6.440586] cx23885[0]/0: 00
[ 6.440623] cx23885[0]/0: 00
[ 6.440661] cx23885[0]/0: 00
[ 6.440698] cx23885[0]/0: 00
[ 6.440698] cx23885[0]/0: >
[ 6.440699] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.440700] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.440701] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.440739] <W 88 04
[ 6.440776] cx23885[0]/0: 20
[ 6.440813] cx23885[0]/0: 0f
[ 6.440850] cx23885[0]/0: 3e
[ 6.440888] cx23885[0]/0: 1c
[ 6.440925] cx23885[0]/0: 00
[ 6.440933] cx23885[0]/0: >
[ 6.440934] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.440936] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.440937] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.440974] <W 88 04
[ 6.441012] cx23885[0]/0: 2c
[ 6.441049] cx23885[0]/0: 00
[ 6.441086] cx23885[0]/0: 00
[ 6.441123] cx23885[0]/0: 60
[ 6.441160] cx23885[0]/0: 42
[ 6.441161] cx23885[0]/0: >
[ 6.441162] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.441163] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.441164] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.441201] <W 88 04
[ 6.441239] cx23885[0]/0: 30
[ 6.441276] cx23885[0]/0: 9b
[ 6.441313] cx23885[0]/0: 03
[ 6.441350] cx23885[0]/0: 00
[ 6.441387] cx23885[0]/0: 00
[ 6.441388] cx23885[0]/0: >
[ 6.441389] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.441390] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.441391] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.441428] <W 88 04
[ 6.441465] cx23885[0]/0: 38
[ 6.441502] cx23885[0]/0: 00
[ 6.441539] cx23885[0]/0: 00
[ 6.441577] cx23885[0]/0: 00
[ 6.441614] cx23885[0]/0: 00
[ 6.441614] cx23885[0]/0: >
[ 6.441615] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.441616] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.441617] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.441654] <W 88 04
[ 6.441692] cx23885[0]/0: 40
[ 6.441729] cx23885[0]/0: 24
[ 6.441766] cx23885[0]/0: e8
[ 6.441803] cx23885[0]/0: e3
[ 6.441840] cx23885[0]/0: f8
[ 6.441841] cx23885[0]/0: >
[ 6.441842] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.441843] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.441844] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.441881] <W 88 04
[ 6.441918] cx23885[0]/0: 44
[ 6.441955] cx23885[0]/0: dc
[ 6.441992] cx23885[0]/0: 40
[ 6.442030] cx23885[0]/0: 10
[ 6.442067] cx23885[0]/0: 40
[ 6.442067] cx23885[0]/0: >
[ 6.442068] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.442069] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.442070] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.442107] <W 88 04
[ 6.442145] cx23885[0]/0: 48
[ 6.442182] cx23885[0]/0: a0
[ 6.442219] cx23885[0]/0: 02
[ 6.442256] cx23885[0]/0: 3f
[ 6.442293] cx23885[0]/0: cd
[ 6.442294] cx23885[0]/0: >
[ 6.442295] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.442296] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.442297] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.442334] <W 88 04
[ 6.442371] cx23885[0]/0: 4c
[ 6.442409] cx23885[0]/0: 00
[ 6.442446] cx23885[0]/0: 10
[ 6.442483] cx23885[0]/0: 1f
[ 6.442520] cx23885[0]/0: 16
[ 6.442521] cx23885[0]/0: >
[ 6.442522] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.442523] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.442524] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.442562] <W 88 04
[ 6.442599] cx23885[0]/0: 50
[ 6.442636] cx23885[0]/0: 02
[ 6.442674] cx23885[0]/0: 08
[ 6.442711] cx23885[0]/0: 00
[ 6.442748] cx23885[0]/0: 00
[ 6.442749] cx23885[0]/0: >
[ 6.442750] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.442751] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.442752] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.442790] <W 88 09
[ 6.442827] cx23885[0]/0: 1c
[ 6.442864] cx23885[0]/0: 00
[ 6.442901] cx23885[0]/0: 00
[ 6.442939] cx23885[0]/0: 00
[ 6.442976] cx23885[0]/0: 01
[ 6.442976] cx23885[0]/0: >
[ 6.442977] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.442978] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.442979] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.443016] <W 88 08
[ 6.443054] cx23885[0]/0: e0
[ 6.443091] cx23885[0]/0: 70
[ 6.443128] cx23885[0]/0: 38
[ 6.443165] cx23885[0]/0: 06
[ 6.443202] cx23885[0]/0: 03
[ 6.443203] cx23885[0]/0: >
[ 6.443204] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.443205] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.443206] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.443243] <W 88 08
[ 6.443280] cx23885[0]/0: d4
[ 6.443317] cx23885[0]/0: 24
[ 6.443354] cx23885[0]/0: 00
[ 6.443392] cx23885[0]/0: ff
[ 6.443429] cx23885[0]/0: 7f
[ 6.443429] cx23885[0]/0: >
[ 6.443430] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.443431] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.443432] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.443469] <W 88 08
[ 6.443507] cx23885[0]/0: d0
[ 6.443544] cx23885[0]/0: 73
[ 6.443581] cx23885[0]/0: 30
[ 6.443618] cx23885[0]/0: 06
[ 6.443655] cx23885[0]/0: 00
[ 6.443656] cx23885[0]/0: >
[ 6.443657] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.443658] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.443659] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.443696] <W 88 08
[ 6.443733] cx23885[0]/0: c8
[ 6.443770] cx23885[0]/0: 00
[ 6.443808] cx23885[0]/0: 00
[ 6.443845] cx23885[0]/0: 01
[ 6.443882] cx23885[0]/0: 00
[ 6.443883] cx23885[0]/0: >
[ 6.443883] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.443884] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.443885] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.443923] <W 88 08
[ 6.443960] cx23885[0]/0: cc
[ 6.443997] cx23885[0]/0: 23
[ 6.444034] cx23885[0]/0: 00
[ 6.444071] cx23885[0]/0: 08
[ 6.444108] cx23885[0]/0: 00
[ 6.444109] cx23885[0]/0: >
[ 6.444110] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.444111] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.444112] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.444149] <W 88 03
[ 6.444186] cx23885[0]/0: 3c
[ 6.444224] cx23885[0]/0: 00
[ 6.444261] cx23885[0]/0: c8
[ 6.444298] cx23885[0]/0: 04
[ 6.444335] cx23885[0]/0: 2a
[ 6.444336] cx23885[0]/0: >
[ 6.444337] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.444338] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.444339] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.444376] <W 88 03
[ 6.444413] cx23885[0]/0: 98
[ 6.444451] cx23885[0]/0: 00
[ 6.444488] cx23885[0]/0: 00
[ 6.444525] cx23885[0]/0: 00
[ 6.444562] cx23885[0]/0: 00
[ 6.444563] cx23885[0]/0: >
[ 6.444564] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.444565] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.444566] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.444603] <W 88 01
[ 6.444640] cx23885[0]/0: 02
[ 6.444641] cx23885[0]/0: R
[ 6.444680] cx23885[0]/0: 10
[ 6.444681] cx23885[0]/0: >
[ 6.444682] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.444683] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.444683] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.444721] <W 88 01
[ 6.444758] cx23885[0]/0: 02
[ 6.444795] cx23885[0]/0: 10
[ 6.444796] cx23885[0]/0: >
[ 6.444797] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.444798] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.444799] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.444836] <W 88 01
[ 6.444873] cx23885[0]/0: 02
[ 6.444874] cx23885[0]/0: R
[ 6.444913] cx23885[0]/0: 10
[ 6.444913] cx23885[0]/0: >
[ 6.444914] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.444915] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.444916] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.444953] <W 88 01
[ 6.444991] cx23885[0]/0: 02
[ 6.445028] cx23885[0]/0: 10
[ 6.445029] cx23885[0]/0: >
[ 6.445030] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.445031] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.445032] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.445069] <W 88 01
[ 6.445106] cx23885[0]/0: 02
[ 6.445107] cx23885[0]/0: R
[ 6.445146] cx23885[0]/0: 10
[ 6.445146] cx23885[0]/0: >
[ 6.445148] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.445149] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.445150] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.445187] <W 88 01
[ 6.445224] cx23885[0]/0: 02
[ 6.445261] cx23885[0]/0: 10
[ 6.445262] cx23885[0]/0: >
[ 6.445263] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.445264] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.445265] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.445302] <W 88 08
[ 6.445339] cx23885[0]/0: 10
[ 6.445340] cx23885[0]/0: R
[ 6.445379] cx23885[0]/0: 00
[ 6.445380] cx23885[0]/0: >
[ 6.445380] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.445381] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.445382] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.445420] <W 88 08
[ 6.445457] cx23885[0]/0: 10
[ 6.445494] cx23885[0]/0: 01
[ 6.445495] cx23885[0]/0: >
[ 6.445496] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.445497] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.445497] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.445535] <W 88 08
[ 6.445572] cx23885[0]/0: 03
[ 6.445573] cx23885[0]/0: R
[ 6.445611] cx23885[0]/0: 00
[ 6.445612] cx23885[0]/0: >
[ 6.445613] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.445614] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.445615] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.445653] <W 88 08
[ 6.445690] cx23885[0]/0: 03
[ 6.445727] cx23885[0]/0: 00
[ 6.445728] cx23885[0]/0: >
[ 6.445729] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.445730] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.445730] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.445768] <W 88 08
[ 6.445805] cx23885[0]/0: d3
[ 6.445842] cx23885[0]/0: 1f
[ 6.445843] cx23885[0]/0: >
[ 6.445843] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.445844] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.445845] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.445883] <W 88 08
[ 6.445920] cx23885[0]/0: d0
[ 6.445957] cx23885[0]/0: 70
[ 6.445994] cx23885[0]/0: 38
[ 6.446031] cx23885[0]/0: 06
[ 6.446068] cx23885[0]/0: 1f
[ 6.446069] cx23885[0]/0: >
[ 6.446070] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.446071] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.446072] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.446109] <W 88 08
[ 6.446146] cx23885[0]/0: 03
[ 6.446147] cx23885[0]/0: R
[ 6.446186] cx23885[0]/0: 00
[ 6.446187] cx23885[0]/0: >
[ 6.446188] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.446189] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.446189] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.446227] <W 88 08
[ 6.446264] cx23885[0]/0: 03
[ 6.446301] cx23885[0]/0: 10
[ 6.446302] cx23885[0]/0: >
[ 6.446303] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.446304] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.446305] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.446342] <W 88 08
[ 6.446379] cx23885[0]/0: 10
[ 6.446380] cx23885[0]/0: R
[ 6.446420] cx23885[0]/0: 01
[ 6.446421] cx23885[0]/0: >
[ 6.446421] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.446422] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.446423] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.446461] <W 88 08
[ 6.446498] cx23885[0]/0: 10
[ 6.446535] cx23885[0]/0: 00
[ 6.446536] cx23885[0]/0: >
[ 6.446536] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.446537] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.446538] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.446576] <W 88 08
[ 6.446613] cx23885[0]/0: 03
[ 6.446614] cx23885[0]/0: R
[ 6.446652] cx23885[0]/0: 10
[ 6.446653] cx23885[0]/0: >
[ 6.446654] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.446655] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.446656] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.446693] <W 88 08
[ 6.446730] cx23885[0]/0: 03
[ 6.446767] cx23885[0]/0: 10
[ 6.446768] cx23885[0]/0: >
[ 6.446769] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.446770] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.446771] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.446808] <W 88 04
[ 6.446845] cx23885[0]/0: 02
[ 6.446883] cx23885[0]/0: 04
[ 6.446883] cx23885[0]/0: >
[ 6.446884] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.446885] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.446886] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.446924] <W 88 04
[ 6.446961] cx23885[0]/0: 9f
[ 6.446998] cx23885[0]/0: 14
[ 6.446999] cx23885[0]/0: >
[ 6.447000] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.447001] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.447001] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.447039] <W 88 04
[ 6.447076] cx23885[0]/0: 01
[ 6.447077] cx23885[0]/0: R
[ 6.447116] cx23885[0]/0: 00
[ 6.447116] cx23885[0]/0: >
[ 6.447117] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.447118] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.447119] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.447156] <W 88 04
[ 6.447193] cx23885[0]/0: 01
[ 6.447231] cx23885[0]/0: 00
[ 6.447231] cx23885[0]/0: >
[ 6.447232] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.447233] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.447234] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.447271] <W 88 04
[ 6.447308] cx23885[0]/0: 01
[ 6.447309] cx23885[0]/0: R
[ 6.447348] cx23885[0]/0: 00
[ 6.447349] cx23885[0]/0: >
[ 6.447349] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.447351] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.447351] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.447389] <W 88 04
[ 6.447426] cx23885[0]/0: 01
[ 6.447463] cx23885[0]/0: 60
[ 6.447464] cx23885[0]/0: >
[ 6.447464] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.447466] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.447467] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.447504] <W 88 08
[ 6.447542] cx23885[0]/0: 10
[ 6.447542] cx23885[0]/0: R
[ 6.447581] cx23885[0]/0: 00
[ 6.447582] cx23885[0]/0: >
[ 6.447583] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.447584] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.447585] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.447623] <W 88 08
[ 6.447660] cx23885[0]/0: 10
[ 6.447697] cx23885[0]/0: 01
[ 6.447697] cx23885[0]/0: >
[ 6.447698] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.447699] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.447700] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.447737] <W 88 08
[ 6.447775] cx23885[0]/0: 08
[ 6.447812] cx23885[0]/0: f6
[ 6.447812] cx23885[0]/0: >
[ 6.447813] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.447814] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.447815] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.447852] <W 88 08
[ 6.447889] cx23885[0]/0: 0b
[ 6.447927] cx23885[0]/0: 00
[ 6.447927] cx23885[0]/0: >
[ 6.447928] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.447929] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.447930] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.447967] <W 88 08
[ 6.448005] cx23885[0]/0: 10
[ 6.448005] cx23885[0]/0: R
[ 6.448044] cx23885[0]/0: 01
[ 6.448045] cx23885[0]/0: >
[ 6.448046] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.448047] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.448048] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.448085] <W 88 08
[ 6.448122] cx23885[0]/0: 10
[ 6.448159] cx23885[0]/0: 00
[ 6.448160] cx23885[0]/0: >
[ 6.448161] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.448162] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.448163] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.448200] <W 88 01
[ 6.448238] cx23885[0]/0: 24
[ 6.448275] cx23885[0]/0: 03
[ 6.448275] cx23885[0]/0: >
[ 6.448276] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.448278] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.448279] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.448316] <W 88 01
[ 6.448353] cx23885[0]/0: 44
[ 6.448390] cx23885[0]/0: 05
[ 6.448391] cx23885[0]/0: >
[ 6.448392] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.448393] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.448394] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.448431] <W 88 09
[ 6.448468] cx23885[0]/0: 14
[ 6.448505] cx23885[0]/0: a0
[ 6.448506] cx23885[0]/0: >
[ 6.448507] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.448508] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.448509] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.448546] <W 88 09
[ 6.448583] cx23885[0]/0: 18
[ 6.448620] cx23885[0]/0: a0
[ 6.448621] cx23885[0]/0: >
[ 6.448622] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.448623] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.448624] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.448661] <W 88 09
[ 6.448698] cx23885[0]/0: 19
[ 6.448735] cx23885[0]/0: 01
[ 6.448736] cx23885[0]/0: >
[ 6.448737] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.448738] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.448739] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.448776] <W 88 09
[ 6.448813] cx23885[0]/0: 10
[ 6.448850] cx23885[0]/0: c9
[ 6.448888] cx23885[0]/0: 00
[ 6.448925] cx23885[0]/0: b0
[ 6.448962] cx23885[0]/0: 12
[ 6.448963] cx23885[0]/0: >
[ 6.448964] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.448965] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.448965] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.449003] <W 88 08
[ 6.449040] cx23885[0]/0: d0
[ 6.449077] cx23885[0]/0: 70
[ 6.449114] cx23885[0]/0: 38
[ 6.449152] cx23885[0]/0: 06
[ 6.449189] cx23885[0]/0: 1f
[ 6.449190] cx23885[0]/0: >
[ 6.449190] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.449191] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.449193] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.449230] <W 88 01
[ 6.449268] cx23885[0]/0: 24
[ 6.449305] cx23885[0]/0: 00
[ 6.449342] cx23885[0]/0: 01
[ 6.449380] cx23885[0]/0: 00
[ 6.449417] cx23885[0]/0: 00
[ 6.449418] cx23885[0]/0: >
[ 6.449419] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.449420] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.449421] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.449459] <W 88 08
[ 6.449496] cx23885[0]/0: 03
[ 6.449497] cx23885[0]/0: R
[ 6.449535] cx23885[0]/0: 10
[ 6.449536] cx23885[0]/0: >
[ 6.449537] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.449538] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.449539] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.449576] <W 88 08
[ 6.449613] cx23885[0]/0: 03
[ 6.449650] cx23885[0]/0: 00
[ 6.449651] cx23885[0]/0: >
[ 6.449652] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.449653] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.449654] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.449691] <W 88 01
[ 6.449728] cx23885[0]/0: 03
[ 6.449765] cx23885[0]/0: 11
[ 6.449766] cx23885[0]/0: >
[ 6.449767] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.449768] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.449769] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.449806] <W 88 04
[ 6.449843] cx23885[0]/0: 01
[ 6.449844] cx23885[0]/0: R
[ 6.449883] cx23885[0]/0: 60
[ 6.449883] cx23885[0]/0: >
[ 6.449885] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.449886] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.449887] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.449924] <W 88 04
[ 6.449961] cx23885[0]/0: 01
[ 6.449998] cx23885[0]/0: 60
[ 6.449999] cx23885[0]/0: >
[ 6.450000] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.450001] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.450002] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.450039] <W 88 01
[ 6.450076] cx23885[0]/0: 02
[ 6.450077] cx23885[0]/0: R
[ 6.450116] cx23885[0]/0: 10
[ 6.450116] cx23885[0]/0: >
[ 6.450117] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.450118] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.450119] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.450156] <W 88 01
[ 6.450194] cx23885[0]/0: 02
[ 6.450231] cx23885[0]/0: 90
[ 6.450231] cx23885[0]/0: >
[ 6.450232] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.450233] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.450234] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.450271] <W 88 03
[ 6.450309] cx23885[0]/0: 1c
[ 6.450346] cx23885[0]/0: 00
[ 6.450383] cx23885[0]/0: 26
[ 6.450420] cx23885[0]/0: 26
[ 6.450457] cx23885[0]/0: c2
[ 6.450458] cx23885[0]/0: >
[ 6.450459] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.450460] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.450461] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.450498] <W 88 03
[ 6.450535] cx23885[0]/0: 20
[ 6.450572] cx23885[0]/0: 00
[ 6.450609] cx23885[0]/0: 26
[ 6.450647] cx23885[0]/0: 26
[ 6.450684] cx23885[0]/0: c2
[ 6.450684] cx23885[0]/0: >
[ 6.450685] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.450686] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.450687] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.450725] <W 88 03
[ 6.450762] cx23885[0]/0: 18
[ 6.450799] cx23885[0]/0: 00
[ 6.450836] cx23885[0]/0: 26
[ 6.450873] cx23885[0]/0: 26
[ 6.450910] cx23885[0]/0: da
[ 6.450911] cx23885[0]/0: >
[ 6.450912] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.450913] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.450914] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.450951] <W 88 03
[ 6.450988] cx23885[0]/0: 3c
[ 6.451026] cx23885[0]/0: 00
[ 6.451063] cx23885[0]/0: c8
[ 6.451100] cx23885[0]/0: 24
[ 6.451137] cx23885[0]/0: 2a
[ 6.451138] cx23885[0]/0: >
[ 6.451139] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.451140] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.451140] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.451178] <W 88 01
[ 6.451215] cx23885[0]/0: 04
[ 6.451253] cx23885[0]/0: 00
[ 6.451290] cx23885[0]/0: dd
[ 6.451327] cx23885[0]/0: 04
[ 6.451364] cx23885[0]/0: 07
[ 6.451365] cx23885[0]/0: >
[ 6.451366] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.451367] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.451367] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.451405] <W 88 03
[ 6.451442] cx23885[0]/0: 98
[ 6.451479] cx23885[0]/0: 00
[ 6.451516] cx23885[0]/0: 00
[ 6.451554] cx23885[0]/0: 00
[ 6.451591] cx23885[0]/0: 00
[ 6.451591] cx23885[0]/0: >
[ 6.451592] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.451593] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.451595] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.451632] <W 88 01
[ 6.451669] cx23885[0]/0: 02
[ 6.451670] cx23885[0]/0: R
[ 6.451709] cx23885[0]/0: 90
[ 6.451709] cx23885[0]/0: >
[ 6.451710] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.451711] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.451712] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.451749] <W 88 01
[ 6.451786] cx23885[0]/0: 02
[ 6.451824] cx23885[0]/0: 90
[ 6.451824] cx23885[0]/0: >
[ 6.451825] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.451826] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.451827] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.451864] <W 88 01
[ 6.451901] cx23885[0]/0: 02
[ 6.451902] cx23885[0]/0: R
[ 6.451941] cx23885[0]/0: 90
[ 6.451941] cx23885[0]/0: >
[ 6.451942] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.451943] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.451944] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.451981] <W 88 01
[ 6.452018] cx23885[0]/0: 02
[ 6.452056] cx23885[0]/0: 90
[ 6.452056] cx23885[0]/0: >
[ 6.452057] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.452058] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.452059] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.452096] <W 88 01
[ 6.452133] cx23885[0]/0: 02
[ 6.452134] cx23885[0]/0: R
[ 6.452173] cx23885[0]/0: 90
[ 6.452174] cx23885[0]/0: >
[ 6.452174] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.452175] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.452176] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.452213] <W 88 01
[ 6.452251] cx23885[0]/0: 02
[ 6.452288] cx23885[0]/0: 90
[ 6.452288] cx23885[0]/0: >
[ 6.452289] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.452290] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.452291] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.452328] <W 88 08
[ 6.452366] cx23885[0]/0: 10
[ 6.452366] cx23885[0]/0: R
[ 6.452405] cx23885[0]/0: 00
[ 6.452406] cx23885[0]/0: >
[ 6.452407] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.452408] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.452409] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.452446] <W 88 08
[ 6.452483] cx23885[0]/0: 10
[ 6.452520] cx23885[0]/0: 01
[ 6.452521] cx23885[0]/0: >
[ 6.452522] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.452523] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.452524] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.452561] <W 88 08
[ 6.452598] cx23885[0]/0: 03
[ 6.452599] cx23885[0]/0: R
[ 6.452637] cx23885[0]/0: 00
[ 6.452638] cx23885[0]/0: >
[ 6.452639] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.452640] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.452641] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.452679] <W 88 08
[ 6.452716] cx23885[0]/0: 03
[ 6.452753] cx23885[0]/0: 00
[ 6.452753] cx23885[0]/0: >
[ 6.452754] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.452755] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.452756] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.452793] <W 88 08
[ 6.452831] cx23885[0]/0: d3
[ 6.452868] cx23885[0]/0: 1f
[ 6.452868] cx23885[0]/0: >
[ 6.452869] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.452870] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.452871] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.452908] <W 88 08
[ 6.452946] cx23885[0]/0: d0
[ 6.452986] cx23885[0]/0: 70
[ 6.453023] cx23885[0]/0: 38
[ 6.453060] cx23885[0]/0: 06
[ 6.453097] cx23885[0]/0: 1f
[ 6.453098] cx23885[0]/0: >
[ 6.453099] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.453100] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.453101] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.453138] <W 88 08
[ 6.453176] cx23885[0]/0: 03
[ 6.453176] cx23885[0]/0: R
[ 6.453215] cx23885[0]/0: 00
[ 6.453216] cx23885[0]/0: >
[ 6.453216] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.453217] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.453218] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.453256] <W 88 08
[ 6.453293] cx23885[0]/0: 03
[ 6.453330] cx23885[0]/0: 10
[ 6.453330] cx23885[0]/0: >
[ 6.453331] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.453332] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.453333] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.453370] <W 88 08
[ 6.453408] cx23885[0]/0: 10
[ 6.453409] cx23885[0]/0: R
[ 6.453447] cx23885[0]/0: 01
[ 6.453448] cx23885[0]/0: >
[ 6.453449] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.453450] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.453451] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.453488] <W 88 08
[ 6.453525] cx23885[0]/0: 10
[ 6.453562] cx23885[0]/0: 00
[ 6.453563] cx23885[0]/0: >
[ 6.453564] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.453565] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.453566] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.453603] <W 88 08
[ 6.453640] cx23885[0]/0: 03
[ 6.453641] cx23885[0]/0: R
[ 6.453680] cx23885[0]/0: 10
[ 6.453680] cx23885[0]/0: >
[ 6.453682] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.453683] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.453683] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.453721] <W 88 08
[ 6.453758] cx23885[0]/0: 03
[ 6.453795] cx23885[0]/0: 10
[ 6.453796] cx23885[0]/0: >
[ 6.453796] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.453797] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.453798] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.453836] <W 88 04
[ 6.453873] cx23885[0]/0: 02
[ 6.453910] cx23885[0]/0: 04
[ 6.453910] cx23885[0]/0: >
[ 6.453911] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.453912] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.453913] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.453950] <W 88 04
[ 6.453988] cx23885[0]/0: 9f
[ 6.454025] cx23885[0]/0: 14
[ 6.454025] cx23885[0]/0: >
[ 6.454026] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.454027] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.454029] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.454066] <W 88 04
[ 6.454103] cx23885[0]/0: 01
[ 6.454104] cx23885[0]/0: R
[ 6.454142] cx23885[0]/0: 60
[ 6.454143] cx23885[0]/0: >
[ 6.454144] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.454145] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.454146] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.454183] <W 88 04
[ 6.454220] cx23885[0]/0: 01
[ 6.454258] cx23885[0]/0: 00
[ 6.454258] cx23885[0]/0: >
[ 6.454259] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.454260] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.454261] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.454298] <W 88 04
[ 6.454335] cx23885[0]/0: 01
[ 6.454336] cx23885[0]/0: R
[ 6.454375] cx23885[0]/0: 00
[ 6.454376] cx23885[0]/0: >
[ 6.454377] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.454378] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.454379] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.454416] <W 88 04
[ 6.454453] cx23885[0]/0: 01
[ 6.454490] cx23885[0]/0: 60
[ 6.454491] cx23885[0]/0: >
[ 6.454492] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.454493] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.454494] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.454531] <W 88 08
[ 6.454568] cx23885[0]/0: 10
[ 6.454569] cx23885[0]/0: R
[ 6.454608] cx23885[0]/0: 00
[ 6.454608] cx23885[0]/0: >
[ 6.454609] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.454610] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.454611] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.454648] <W 88 08
[ 6.454686] cx23885[0]/0: 10
[ 6.454723] cx23885[0]/0: 01
[ 6.454723] cx23885[0]/0: >
[ 6.454724] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.454725] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.454726] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.454763] <W 88 08
[ 6.454800] cx23885[0]/0: 08
[ 6.454838] cx23885[0]/0: f6
[ 6.454838] cx23885[0]/0: >
[ 6.454839] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.454840] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.454841] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.454878] <W 88 08
[ 6.454915] cx23885[0]/0: 0b
[ 6.454953] cx23885[0]/0: 00
[ 6.454953] cx23885[0]/0: >
[ 6.454954] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.454955] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.454956] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.454993] <W 88 08
[ 6.455030] cx23885[0]/0: 10
[ 6.455031] cx23885[0]/0: R
[ 6.455070] cx23885[0]/0: 01
[ 6.455071] cx23885[0]/0: >
[ 6.455072] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.455072] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.455073] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.455111] <W 88 08
[ 6.455148] cx23885[0]/0: 10
[ 6.455185] cx23885[0]/0: 00
[ 6.455186] cx23885[0]/0: >
[ 6.455187] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.455188] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.455189] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.455226] <W 88 01
[ 6.455263] cx23885[0]/0: 24
[ 6.455301] cx23885[0]/0: 03
[ 6.455301] cx23885[0]/0: >
[ 6.455302] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.455304] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.455304] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.455342] <W 88 01
[ 6.455379] cx23885[0]/0: 44
[ 6.455416] cx23885[0]/0: 05
[ 6.455417] cx23885[0]/0: >
[ 6.455417] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.455418] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.455419] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.455456] <W 88 09
[ 6.455494] cx23885[0]/0: 14
[ 6.455531] cx23885[0]/0: a0
[ 6.455531] cx23885[0]/0: >
[ 6.455532] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.455533] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.455534] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.455571] <W 88 09
[ 6.455608] cx23885[0]/0: 18
[ 6.455646] cx23885[0]/0: a0
[ 6.455647] cx23885[0]/0: >
[ 6.455648] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.455649] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.455649] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.455687] <W 88 09
[ 6.455724] cx23885[0]/0: 19
[ 6.455761] cx23885[0]/0: 01
[ 6.455762] cx23885[0]/0: >
[ 6.455762] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.455763] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.455764] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.455802] <W 88 09
[ 6.455839] cx23885[0]/0: 10
[ 6.455876] cx23885[0]/0: c9
[ 6.455913] cx23885[0]/0: 00
[ 6.455950] cx23885[0]/0: b0
[ 6.455988] cx23885[0]/0: 12
[ 6.455988] cx23885[0]/0: >
[ 6.455989] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.455990] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.455991] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.456029] <W 88 08
[ 6.456066] cx23885[0]/0: d0
[ 6.456103] cx23885[0]/0: 70
[ 6.456140] cx23885[0]/0: 38
[ 6.456177] cx23885[0]/0: 06
[ 6.456214] cx23885[0]/0: 1f
[ 6.456215] cx23885[0]/0: >
[ 6.456216] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.456217] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.456218] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.456255] <W 88 01
[ 6.456292] cx23885[0]/0: 24
[ 6.456329] cx23885[0]/0: 00
[ 6.456366] cx23885[0]/0: 01
[ 6.456404] cx23885[0]/0: 00
[ 6.456441] cx23885[0]/0: 00
[ 6.456441] cx23885[0]/0: >
[ 6.456442] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.456443] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.456444] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.456482] <W 88 04
[ 6.456519] cx23885[0]/0: 78
[ 6.456556] cx23885[0]/0: 1f
[ 6.456594] cx23885[0]/0: 02
[ 6.456631] cx23885[0]/0: 28
[ 6.456668] cx23885[0]/0: 66
[ 6.456668] cx23885[0]/0: >
[ 6.456669] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.456670] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.456671] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.456708] <W 88 04
[ 6.456746] cx23885[0]/0: 00
[ 6.456783] cx23885[0]/0: 00
[ 6.456820] cx23885[0]/0: 00
[ 6.456857] cx23885[0]/0: 00
[ 6.456894] cx23885[0]/0: 00
[ 6.456895] cx23885[0]/0: >
[ 6.456896] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.456897] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.456898] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.456935] <W 88 04
[ 6.456972] cx23885[0]/0: b4
[ 6.457009] cx23885[0]/0: 30
[ 6.457047] cx23885[0]/0: 40
[ 6.457084] cx23885[0]/0: 52
[ 6.457121] cx23885[0]/0: 20
[ 6.457122] cx23885[0]/0: >
[ 6.457122] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.457123] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.457124] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.457162] <W 88 04
[ 6.457199] cx23885[0]/0: 7c
[ 6.457236] cx23885[0]/0: 63
[ 6.457273] cx23885[0]/0: 82
[ 6.457310] cx23885[0]/0: 0a
[ 6.457347] cx23885[0]/0: 01
[ 6.457348] cx23885[0]/0: >
[ 6.457349] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.457350] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.457351] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.457388] <W 88 04
[ 6.457425] cx23885[0]/0: 28
[ 6.457462] cx23885[0]/0: 1a
[ 6.457499] cx23885[0]/0: 60
[ 6.457537] cx23885[0]/0: 1e
[ 6.457574] cx23885[0]/0: 1e
[ 6.457574] cx23885[0]/0: >
[ 6.457575] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.457576] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.457577] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.457614] <W 88 04
[ 6.457652] cx23885[0]/0: 24
[ 6.457689] cx23885[0]/0: 7a
[ 6.457726] cx23885[0]/0: 00
[ 6.457763] cx23885[0]/0: 2d
[ 6.457800] cx23885[0]/0: 5b
[ 6.457801] cx23885[0]/0: >
[ 6.457802] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.457803] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.457803] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.457841] <W 88 03
[ 6.457878] cx23885[0]/0: 04
[ 6.457915] cx23885[0]/0: 0c
[ 6.457952] cx23885[0]/0: bc
[ 6.457989] cx23885[0]/0: 03
[ 6.458026] cx23885[0]/0: 65
[ 6.458027] cx23885[0]/0: >
[ 6.458028] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.458029] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.458030] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.458067] <W 88 03
[ 6.458104] cx23885[0]/0: 08
[ 6.458141] cx23885[0]/0: 85
[ 6.458178] cx23885[0]/0: 8c
[ 6.458216] cx23885[0]/0: 03
[ 6.458253] cx23885[0]/0: bd
[ 6.458253] cx23885[0]/0: >
[ 6.458254] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.458255] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.458256] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.458293] <W 88 03
[ 6.458330] cx23885[0]/0: 0c
[ 6.458368] cx23885[0]/0: 0a
[ 6.458405] cx23885[0]/0: 64
[ 6.458442] cx23885[0]/0: b4
[ 6.458479] cx23885[0]/0: 1d
[ 6.458480] cx23885[0]/0: >
[ 6.458481] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.458482] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.458483] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.458520] <W 88 03
[ 6.458557] cx23885[0]/0: 10
[ 6.458594] cx23885[0]/0: 00
[ 6.458632] cx23885[0]/0: 88
[ 6.458669] cx23885[0]/0: 00
[ 6.458706] cx23885[0]/0: 00
[ 6.458706] cx23885[0]/0: >
[ 6.458707] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.458708] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.458709] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.458746] <W 88 03
[ 6.458784] cx23885[0]/0: 14
[ 6.458821] cx23885[0]/0: 00
[ 6.458859] cx23885[0]/0: 04
[ 6.458896] cx23885[0]/0: 40
[ 6.458933] cx23885[0]/0: 44
[ 6.458933] cx23885[0]/0: >
[ 6.458934] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.458935] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.458936] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.458973] <W 88 03
[ 6.459011] cx23885[0]/0: 2c
[ 6.459048] cx23885[0]/0: 00
[ 6.459085] cx23885[0]/0: 08
[ 6.459122] cx23885[0]/0: 80
[ 6.459159] cx23885[0]/0: 0c
[ 6.459160] cx23885[0]/0: >
[ 6.459161] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.459162] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.459163] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.459201] <W 88 03
[ 6.459238] cx23885[0]/0: 30
[ 6.459275] cx23885[0]/0: 00
[ 6.459312] cx23885[0]/0: 01
[ 6.459349] cx23885[0]/0: 00
[ 6.459386] cx23885[0]/0: 27
[ 6.459387] cx23885[0]/0: >
[ 6.459388] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.459389] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.459390] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.459427] <W 88 03
[ 6.459464] cx23885[0]/0: 34
[ 6.459501] cx23885[0]/0: 1f
[ 6.459538] cx23885[0]/0: 6e
[ 6.459576] cx23885[0]/0: 29
[ 6.459613] cx23885[0]/0: 1f
[ 6.459613] cx23885[0]/0: >
[ 6.459614] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.459616] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.459617] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.459654] <W 88 03
[ 6.459691] cx23885[0]/0: 38
[ 6.459728] cx23885[0]/0: c1
[ 6.459765] cx23885[0]/0: 50
[ 6.459803] cx23885[0]/0: 9f
[ 6.459840] cx23885[0]/0: 00
[ 6.459840] cx23885[0]/0: >
[ 6.459841] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.459842] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.459843] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.459880] <W 88 03
[ 6.459918] cx23885[0]/0: 40
[ 6.459955] cx23885[0]/0: 06
[ 6.459992] cx23885[0]/0: bf
[ 6.460029] cx23885[0]/0: ef
[ 6.460066] cx23885[0]/0: 1b
[ 6.460067] cx23885[0]/0: >
[ 6.460068] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.460069] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.460070] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.460107] <W 88 03
[ 6.460144] cx23885[0]/0: 44
[ 6.460182] cx23885[0]/0: e8
[ 6.460219] cx23885[0]/0: 35
[ 6.460256] cx23885[0]/0: 00
[ 6.460293] cx23885[0]/0: 00
[ 6.460294] cx23885[0]/0: >
[ 6.460295] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.460295] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.460296] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.460334] <W 88 03
[ 6.460371] cx23885[0]/0: 00
[ 6.460408] cx23885[0]/0: 35
[ 6.460445] cx23885[0]/0: 5e
[ 6.460482] cx23885[0]/0: ba
[ 6.460519] cx23885[0]/0: 01
[ 6.460520] cx23885[0]/0: >
[ 6.460521] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.460522] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.460523] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.460560] <W 88 03
[ 6.460597] cx23885[0]/0: 48
[ 6.460634] cx23885[0]/0: 01
[ 6.460672] cx23885[0]/0: 00
[ 6.460710] cx23885[0]/0: 00
[ 6.460747] cx23885[0]/0: 00
[ 6.460748] cx23885[0]/0: >
[ 6.460749] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.460750] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.460751] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.460788] <W 88 03
[ 6.460825] cx23885[0]/0: 4c
[ 6.460863] cx23885[0]/0: ef
[ 6.460900] cx23885[0]/0: ff
[ 6.460937] cx23885[0]/0: fc
[ 6.460974] cx23885[0]/0: ff
[ 6.460975] cx23885[0]/0: >
[ 6.460976] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.460977] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.460977] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.461015] <W 88 03
[ 6.461052] cx23885[0]/0: 50
[ 6.461089] cx23885[0]/0: e0
[ 6.461126] cx23885[0]/0: ff
[ 6.461163] cx23885[0]/0: e0
[ 6.461200] cx23885[0]/0: ff
[ 6.461201] cx23885[0]/0: >
[ 6.461202] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.461203] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.461204] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.461241] <W 88 03
[ 6.461278] cx23885[0]/0: 54
[ 6.461315] cx23885[0]/0: 56
[ 6.461352] cx23885[0]/0: 00
[ 6.461389] cx23885[0]/0: 05
[ 6.461426] cx23885[0]/0: 00
[ 6.461427] cx23885[0]/0: >
[ 6.461428] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.461429] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.461430] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.461467] <W 88 03
[ 6.461504] cx23885[0]/0: 58
[ 6.461542] cx23885[0]/0: d1
[ 6.461579] cx23885[0]/0: 00
[ 6.461617] cx23885[0]/0: b0
[ 6.461655] cx23885[0]/0: 00
[ 6.461655] cx23885[0]/0: >
[ 6.461656] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.461657] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.461658] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.461695] <W 88 03
[ 6.461732] cx23885[0]/0: 5c
[ 6.461752] mousedev: PS/2 mouse device common for all mice
[ 6.461770] cx23885[0]/0: 82
[ 6.461807] cx23885[0]/0: ff
[ 6.461844] cx23885[0]/0: 71
[ 6.461881] cx23885[0]/0: 00
[ 6.461882] cx23885[0]/0: >
[ 6.461883] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.461884] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.461885] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.461922] <W 88 03
[ 6.461959] cx23885[0]/0: 60
[ 6.461997] cx23885[0]/0: 8c
[ 6.462034] cx23885[0]/0: fd
[ 6.462071] cx23885[0]/0: 53
[ 6.462108] cx23885[0]/0: fe
[ 6.462109] cx23885[0]/0: >
[ 6.462109] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.462110] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.462112] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.462149] <W 88 03
[ 6.462186] cx23885[0]/0: 64
[ 6.462223] cx23885[0]/0: 99
[ 6.462260] cx23885[0]/0: ff
[ 6.462297] cx23885[0]/0: df
[ 6.462335] cx23885[0]/0: fd
[ 6.462335] cx23885[0]/0: >
[ 6.462336] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.462337] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.462338] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.462375] <W 88 03
[ 6.462412] cx23885[0]/0: 68
[ 6.462450] cx23885[0]/0: a3
[ 6.462487] cx23885[0]/0: 04
[ 6.462524] cx23885[0]/0: 41
[ 6.462561] cx23885[0]/0: 02
[ 6.462561] cx23885[0]/0: >
[ 6.462562] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.462563] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.462564] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.462601] <W 88 03
[ 6.462639] cx23885[0]/0: 6c
[ 6.462676] cx23885[0]/0: 4d
[ 6.462713] cx23885[0]/0: 03
[ 6.462750] cx23885[0]/0: 4a
[ 6.462787] cx23885[0]/0: 05
[ 6.462788] cx23885[0]/0: >
[ 6.462789] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.462790] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.462790] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.462828] <W 88 03
[ 6.462865] cx23885[0]/0: 70
[ 6.462902] cx23885[0]/0: 1e
[ 6.462939] cx23885[0]/0: fa
[ 6.462976] cx23885[0]/0: 01
[ 6.463013] cx23885[0]/0: ff
[ 6.463014] cx23885[0]/0: >
[ 6.463015] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.463016] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.463016] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.463054] <W 88 03
[ 6.463091] cx23885[0]/0: 74
[ 6.463128] cx23885[0]/0: ed
[ 6.463165] cx23885[0]/0: f7
[ 6.463202] cx23885[0]/0: 17
[ 6.463239] cx23885[0]/0: f7
[ 6.463240] cx23885[0]/0: >
[ 6.463241] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.463242] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.463242] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.463280] <W 88 03
[ 6.463317] cx23885[0]/0: 78
[ 6.463354] cx23885[0]/0: 61
[ 6.463391] cx23885[0]/0: 04
[ 6.463428] cx23885[0]/0: f5
[ 6.463465] cx23885[0]/0: fc
[ 6.463466] cx23885[0]/0: >
[ 6.463467] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.463468] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.463468] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.463506] <W 88 03
[ 6.463543] cx23885[0]/0: 7c
[ 6.463580] cx23885[0]/0: f4
[ 6.463617] cx23885[0]/0: 0c
[ 6.463654] cx23885[0]/0: d5
[ 6.463691] cx23885[0]/0: 0a
[ 6.463692] cx23885[0]/0: >
[ 6.463693] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.463694] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.463694] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.463732] <W 88 03
[ 6.463769] cx23885[0]/0: 80
[ 6.463806] cx23885[0]/0: 8d
[ 6.463843] cx23885[0]/0: 00
[ 6.463880] cx23885[0]/0: 21
[ 6.463917] cx23885[0]/0: 09
[ 6.463918] cx23885[0]/0: >
[ 6.463918] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.463919] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.463920] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.463957] <W 88 03
[ 6.463995] cx23885[0]/0: 84
[ 6.464032] cx23885[0]/0: bd
[ 6.464069] cx23885[0]/0: f0
[ 6.464106] cx23885[0]/0: e7
[ 6.464143] cx23885[0]/0: f6
[ 6.464143] cx23885[0]/0: >
[ 6.464144] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.464145] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.464146] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.464186] <W 88 03
[ 6.464224] cx23885[0]/0: 88
[ 6.464261] cx23885[0]/0: 91
[ 6.464298] cx23885[0]/0: f8
[ 6.464335] cx23885[0]/0: 3f
[ 6.464372] cx23885[0]/0: f1
[ 6.464373] cx23885[0]/0: >
[ 6.464374] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.464375] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.464376] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.464413] <W 88 03
[ 6.464450] cx23885[0]/0: 8c
[ 6.464488] cx23885[0]/0: 3b
[ 6.464525] cx23885[0]/0: 0d
[ 6.464562] cx23885[0]/0: 92
[ 6.464599] cx23885[0]/0: 03
[ 6.464599] cx23885[0]/0: >
[ 6.464600] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.464601] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.464602] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.464640] <W 88 03
[ 6.464677] cx23885[0]/0: 90
[ 6.464714] cx23885[0]/0: 00
[ 6.464751] cx23885[0]/0: 00
[ 6.464788] cx23885[0]/0: 0d
[ 6.464825] cx23885[0]/0: 11
[ 6.464826] cx23885[0]/0: >
[ 6.464827] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.464828] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.464829] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.464866] <W 88 01
[ 6.464904] cx23885[0]/0: 03
[ 6.464941] cx23885[0]/0: 11
[ 6.464941] cx23885[0]/0: >
[ 6.464942] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.464943] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.464944] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.464981] <W 88 04
[ 6.465018] cx23885[0]/0: 01
[ 6.465019] cx23885[0]/0: R
[ 6.465058] cx23885[0]/0: 00
[ 6.465059] cx23885[0]/0: >
[ 6.465059] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.465060] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.465061] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.465098] <W 88 04
[ 6.465136] cx23885[0]/0: 01
[ 6.465173] cx23885[0]/0: 00
[ 6.465173] cx23885[0]/0: >
[ 6.465174] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.465175] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.465176] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.465213] <W 88 01
[ 6.465250] cx23885[0]/0: 02
[ 6.465251] cx23885[0]/0: R
[ 6.465290] cx23885[0]/0: 90
[ 6.465290] cx23885[0]/0: >
[ 6.465291] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.465292] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.465293] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.465330] <W 88 01
[ 6.465367] cx23885[0]/0: 02
[ 6.465405] cx23885[0]/0: 90
[ 6.465405] cx23885[0]/0: >
[ 6.465406] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.465407] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.465408] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.465445] <W 88 03
[ 6.465483] cx23885[0]/0: 1c
[ 6.465520] cx23885[0]/0: 00
[ 6.465557] cx23885[0]/0: 26
[ 6.465594] cx23885[0]/0: 26
[ 6.465631] cx23885[0]/0: c2
[ 6.465632] cx23885[0]/0: >
[ 6.465633] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.465634] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.465635] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.465672] <W 88 03
[ 6.465710] cx23885[0]/0: 20
[ 6.465747] cx23885[0]/0: 00
[ 6.465784] cx23885[0]/0: 26
[ 6.465821] cx23885[0]/0: 26
[ 6.465858] cx23885[0]/0: c2
[ 6.465859] cx23885[0]/0: >
[ 6.465860] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.465860] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.465861] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.465899] <W 88 03
[ 6.465936] cx23885[0]/0: 18
[ 6.465973] cx23885[0]/0: 00
[ 6.466010] cx23885[0]/0: 26
[ 6.466047] cx23885[0]/0: 26
[ 6.466084] cx23885[0]/0: da
[ 6.466085] cx23885[0]/0: >
[ 6.466086] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.466087] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.466088] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.466125] <W 88 03
[ 6.466163] cx23885[0]/0: 3c
[ 6.466201] cx23885[0]/0: 00
[ 6.466238] cx23885[0]/0: c8
[ 6.466276] cx23885[0]/0: 24
[ 6.466313] cx23885[0]/0: 2a
[ 6.466313] cx23885[0]/0: >
[ 6.466314] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.466315] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.466316] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.466353] <W 88 01
[ 6.466390] cx23885[0]/0: 04
[ 6.466428] cx23885[0]/0: 00
[ 6.466465] cx23885[0]/0: dd
[ 6.466502] cx23885[0]/0: 04
[ 6.466539] cx23885[0]/0: 07
[ 6.466539] cx23885[0]/0: >
[ 6.466540] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.466541] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.466542] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.466579] <W 88 03
[ 6.466617] cx23885[0]/0: 98
[ 6.466654] cx23885[0]/0: 00
[ 6.466691] cx23885[0]/0: 00
[ 6.466728] cx23885[0]/0: 00
[ 6.466765] cx23885[0]/0: 00
[ 6.466766] cx23885[0]/0: >
[ 6.466767] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.466768] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.466769] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.466806] <W 88 01
[ 6.466843] cx23885[0]/0: 02
[ 6.466844] cx23885[0]/0: R
[ 6.466883] cx23885[0]/0: 90
[ 6.466884] cx23885[0]/0: >
[ 6.466884] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.466885] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.466886] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.466923] <W 88 01
[ 6.466961] cx23885[0]/0: 02
[ 6.466998] cx23885[0]/0: 90
[ 6.466999] cx23885[0]/0: >
[ 6.466999] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.467000] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.467001] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.467039] <W 88 01
[ 6.467076] cx23885[0]/0: 02
[ 6.467076] cx23885[0]/0: R
[ 6.467115] cx23885[0]/0: 90
[ 6.467116] cx23885[0]/0: >
[ 6.467117] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.467118] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.467118] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.467156] <W 88 01
[ 6.467193] cx23885[0]/0: 02
[ 6.467230] cx23885[0]/0: 90
[ 6.467231] cx23885[0]/0: >
[ 6.467231] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.467232] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.467233] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.467270] <W 88 01
[ 6.467308] cx23885[0]/0: 02
[ 6.467308] cx23885[0]/0: R
[ 6.467347] cx23885[0]/0: 90
[ 6.467348] cx23885[0]/0: >
[ 6.467349] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.467350] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.467351] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.467388] <W 88 01
[ 6.467425] cx23885[0]/0: 02
[ 6.467462] cx23885[0]/0: 90
[ 6.467463] cx23885[0]/0: >
[ 6.467464] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.467465] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.467465] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.467503] <W 88 08
[ 6.467540] cx23885[0]/0: 10
[ 6.467541] cx23885[0]/0: R
[ 6.467579] cx23885[0]/0: 00
[ 6.467580] cx23885[0]/0: >
[ 6.467581] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.467582] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.467583] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.467621] <W 88 08
[ 6.467658] cx23885[0]/0: 10
[ 6.467695] cx23885[0]/0: 01
[ 6.467695] cx23885[0]/0: >
[ 6.467696] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.467697] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.467698] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.467735] <W 88 08
[ 6.467772] cx23885[0]/0: 03
[ 6.467773] cx23885[0]/0: R
[ 6.467812] cx23885[0]/0: 10
[ 6.467813] cx23885[0]/0: >
[ 6.467813] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.467814] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.467815] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.467852] <W 88 08
[ 6.467890] cx23885[0]/0: 03
[ 6.467927] cx23885[0]/0: 00
[ 6.467927] cx23885[0]/0: >
[ 6.467928] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.467929] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.467930] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.467967] <W 88 08
[ 6.468004] cx23885[0]/0: d3
[ 6.468041] cx23885[0]/0: 1f
[ 6.468042] cx23885[0]/0: >
[ 6.468043] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.468044] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.468044] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.468082] <W 88 08
[ 6.468119] cx23885[0]/0: d0
[ 6.468156] cx23885[0]/0: 70
[ 6.468193] cx23885[0]/0: 38
[ 6.468230] cx23885[0]/0: 06
[ 6.468267] cx23885[0]/0: 1f
[ 6.468268] cx23885[0]/0: >
[ 6.468269] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.468270] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.468271] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.468308] <W 88 08
[ 6.468345] cx23885[0]/0: 03
[ 6.468346] cx23885[0]/0: R
[ 6.468384] cx23885[0]/0: 00
[ 6.468385] cx23885[0]/0: >
[ 6.468386] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.468387] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.468388] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.468425] <W 88 08
[ 6.468462] cx23885[0]/0: 03
[ 6.468499] cx23885[0]/0: 10
[ 6.468500] cx23885[0]/0: >
[ 6.468501] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.468502] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.468503] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.468540] <W 88 08
[ 6.468577] cx23885[0]/0: 10
[ 6.468578] cx23885[0]/0: R
[ 6.468617] cx23885[0]/0: 01
[ 6.468618] cx23885[0]/0: >
[ 6.468618] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.468619] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.468620] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.468657] <W 88 08
[ 6.468694] cx23885[0]/0: 10
[ 6.468732] cx23885[0]/0: 00
[ 6.468732] cx23885[0]/0: >
[ 6.468733] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.468734] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.468735] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.468772] <W 88 08
[ 6.468809] cx23885[0]/0: 03
[ 6.468810] cx23885[0]/0: R
[ 6.468849] cx23885[0]/0: 10
[ 6.468849] cx23885[0]/0: >
[ 6.468850] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.468851] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.468852] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.468889] <W 88 08
[ 6.468926] cx23885[0]/0: 03
[ 6.468963] cx23885[0]/0: 10
[ 6.468964] cx23885[0]/0: >
[ 6.468965] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.468966] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.468967] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.469004] <W 88 04
[ 6.469041] cx23885[0]/0: 02
[ 6.469079] cx23885[0]/0: 04
[ 6.469079] cx23885[0]/0: >
[ 6.469080] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.469081] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.469082] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.469119] <W 88 04
[ 6.469156] cx23885[0]/0: 9f
[ 6.469193] cx23885[0]/0: 14
[ 6.469194] cx23885[0]/0: >
[ 6.469195] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.469195] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.469196] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.469234] <W 88 04
[ 6.469271] cx23885[0]/0: 01
[ 6.469271] cx23885[0]/0: R
[ 6.469310] cx23885[0]/0: 00
[ 6.469311] cx23885[0]/0: >
[ 6.469312] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.469313] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.469314] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.469351] <W 88 04
[ 6.469388] cx23885[0]/0: 01
[ 6.469426] cx23885[0]/0: 00
[ 6.469426] cx23885[0]/0: >
[ 6.469427] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.469428] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.469429] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.469466] <W 88 04
[ 6.469503] cx23885[0]/0: 01
[ 6.469504] cx23885[0]/0: R
[ 6.469543] cx23885[0]/0: 00
[ 6.469543] cx23885[0]/0: >
[ 6.469544] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.469545] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.469546] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.469583] <W 88 04
[ 6.469620] cx23885[0]/0: 01
[ 6.469658] cx23885[0]/0: 60
[ 6.469658] cx23885[0]/0: >
[ 6.469659] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.469660] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.469661] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.469698] <W 88 08
[ 6.469735] cx23885[0]/0: 10
[ 6.469736] cx23885[0]/0: R
[ 6.469775] cx23885[0]/0: 00
[ 6.469775] cx23885[0]/0: >
[ 6.469776] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.469777] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.469778] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.469815] <W 88 08
[ 6.469853] cx23885[0]/0: 10
[ 6.469890] cx23885[0]/0: 01
[ 6.469890] cx23885[0]/0: >
[ 6.469891] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.469892] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.469893] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.469930] <W 88 08
[ 6.469967] cx23885[0]/0: 08
[ 6.470004] cx23885[0]/0: f6
[ 6.470005] cx23885[0]/0: >
[ 6.470005] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.470006] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.470007] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.470045] <W 88 08
[ 6.470083] cx23885[0]/0: 0b
[ 6.470120] cx23885[0]/0: 00
[ 6.470121] cx23885[0]/0: >
[ 6.470122] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.470123] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.470124] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.470161] <W 88 08
[ 6.470198] cx23885[0]/0: 10
[ 6.470199] cx23885[0]/0: R
[ 6.470237] cx23885[0]/0: 01
[ 6.470238] cx23885[0]/0: >
[ 6.470239] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.470240] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.470241] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.470278] <W 88 08
[ 6.470315] cx23885[0]/0: 10
[ 6.470353] cx23885[0]/0: 00
[ 6.470353] cx23885[0]/0: >
[ 6.470354] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.470355] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.470356] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.470393] <W 88 01
[ 6.470430] cx23885[0]/0: 24
[ 6.470467] cx23885[0]/0: 03
[ 6.470468] cx23885[0]/0: >
[ 6.470469] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.470469] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.470470] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.470508] <W 88 01
[ 6.470545] cx23885[0]/0: 44
[ 6.470582] cx23885[0]/0: 05
[ 6.470582] cx23885[0]/0: >
[ 6.470583] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.470584] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.470585] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.470622] <W 88 09
[ 6.470659] cx23885[0]/0: 14
[ 6.470697] cx23885[0]/0: a0
[ 6.470697] cx23885[0]/0: >
[ 6.470698] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.470699] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.470700] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.470737] <W 88 09
[ 6.470774] cx23885[0]/0: 18
[ 6.470811] cx23885[0]/0: a0
[ 6.470812] cx23885[0]/0: >
[ 6.470812] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.470813] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.470814] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.470852] <W 88 09
[ 6.470889] cx23885[0]/0: 19
[ 6.470926] cx23885[0]/0: 01
[ 6.470926] cx23885[0]/0: >
[ 6.470927] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.470928] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.470929] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.470966] <W 88 09
[ 6.471003] cx23885[0]/0: 10
[ 6.471041] cx23885[0]/0: c9
[ 6.471078] cx23885[0]/0: 00
[ 6.471115] cx23885[0]/0: b0
[ 6.471152] cx23885[0]/0: 12
[ 6.471152] cx23885[0]/0: >
[ 6.471153] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.471154] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.471155] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.471192] <W 88 08
[ 6.471229] cx23885[0]/0: d0
[ 6.471266] cx23885[0]/0: 70
[ 6.471303] cx23885[0]/0: 38
[ 6.471341] cx23885[0]/0: 06
[ 6.471378] cx23885[0]/0: 1f
[ 6.471378] cx23885[0]/0: >
[ 6.471379] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.471380] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.471381] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.471418] <W 88 01
[ 6.471455] cx23885[0]/0: 24
[ 6.471492] cx23885[0]/0: 00
[ 6.471529] cx23885[0]/0: 01
[ 6.471566] cx23885[0]/0: 00
[ 6.471603] cx23885[0]/0: 00
[ 6.471604] cx23885[0]/0: >
[ 6.471605] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.471606] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.471607] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.471645] <W 88 01
[ 6.471682] cx23885[0]/0: 03
[ 6.471719] cx23885[0]/0: 11
[ 6.471719] cx23885[0]/0: >
[ 6.471720] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.471721] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.471722] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.471759] <W 88 04
[ 6.471797] cx23885[0]/0: 01
[ 6.471797] cx23885[0]/0: R
[ 6.471836] cx23885[0]/0: 60
[ 6.471837] cx23885[0]/0: >
[ 6.471838] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.471839] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.471839] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.471877] <W 88 04
[ 6.471914] cx23885[0]/0: 01
[ 6.471951] cx23885[0]/0: 60
[ 6.471951] cx23885[0]/0: >
[ 6.471952] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.471953] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.471954] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.471991] <W 88 01
[ 6.472028] cx23885[0]/0: 02
[ 6.472029] cx23885[0]/0: R
[ 6.472068] cx23885[0]/0: 90
[ 6.472068] cx23885[0]/0: >
[ 6.472069] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.472070] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.472071] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.472108] <W 88 01
[ 6.472145] cx23885[0]/0: 02
[ 6.472183] cx23885[0]/0: 90
[ 6.472183] cx23885[0]/0: >
[ 6.472184] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.472185] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.472186] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.472223] <W 88 03
[ 6.472260] cx23885[0]/0: 1c
[ 6.472298] cx23885[0]/0: 00
[ 6.472334] cx23885[0]/0: 26
[ 6.472372] cx23885[0]/0: 26
[ 6.472409] cx23885[0]/0: c2
[ 6.472409] cx23885[0]/0: >
[ 6.472410] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.472411] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.472412] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.472449] <W 88 03
[ 6.472486] cx23885[0]/0: 20
[ 6.472523] cx23885[0]/0: 00
[ 6.472560] cx23885[0]/0: 26
[ 6.472598] cx23885[0]/0: 26
[ 6.472635] cx23885[0]/0: c2
[ 6.472635] cx23885[0]/0: >
[ 6.472636] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.472637] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.472638] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.472675] <W 88 03
[ 6.472712] cx23885[0]/0: 18
[ 6.472750] cx23885[0]/0: 00
[ 6.472787] cx23885[0]/0: 26
[ 6.472824] cx23885[0]/0: 26
[ 6.472861] cx23885[0]/0: da
[ 6.472861] cx23885[0]/0: >
[ 6.472862] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.472863] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.472864] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.472901] <W 88 03
[ 6.472938] cx23885[0]/0: 3c
[ 6.472976] cx23885[0]/0: 00
[ 6.473013] cx23885[0]/0: c8
[ 6.473050] cx23885[0]/0: 24
[ 6.473087] cx23885[0]/0: 2a
[ 6.473088] cx23885[0]/0: >
[ 6.473089] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.473090] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.473091] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.473128] <W 88 01
[ 6.473165] cx23885[0]/0: 04
[ 6.473202] cx23885[0]/0: 00
[ 6.473239] cx23885[0]/0: dd
[ 6.473277] cx23885[0]/0: 04
[ 6.473314] cx23885[0]/0: 07
[ 6.473314] cx23885[0]/0: >
[ 6.473315] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.473316] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.473317] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.473354] <W 88 03
[ 6.473391] cx23885[0]/0: 98
[ 6.473428] cx23885[0]/0: 00
[ 6.473465] cx23885[0]/0: 00
[ 6.473503] cx23885[0]/0: 00
[ 6.473540] cx23885[0]/0: 00
[ 6.473540] cx23885[0]/0: >
[ 6.473541] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.473542] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.473543] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.473580] <W 88 01
[ 6.473617] cx23885[0]/0: 02
[ 6.473618] cx23885[0]/0: R
[ 6.473657] cx23885[0]/0: 90
[ 6.473657] cx23885[0]/0: >
[ 6.473658] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.473659] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.473660] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.473697] <W 88 01
[ 6.473734] cx23885[0]/0: 02
[ 6.473771] cx23885[0]/0: 90
[ 6.473772] cx23885[0]/0: >
[ 6.473773] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.473773] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.473774] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.473812] <W 88 01
[ 6.473849] cx23885[0]/0: 02
[ 6.473849] cx23885[0]/0: R
[ 6.473888] cx23885[0]/0: 90
[ 6.473889] cx23885[0]/0: >
[ 6.473890] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.473891] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.473891] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.473929] <W 88 01
[ 6.473966] cx23885[0]/0: 02
[ 6.474003] cx23885[0]/0: 90
[ 6.474004] cx23885[0]/0: >
[ 6.474004] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.474005] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.474006] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.474043] <W 88 01
[ 6.474081] cx23885[0]/0: 02
[ 6.474081] cx23885[0]/0: R
[ 6.474120] cx23885[0]/0: 90
[ 6.474121] cx23885[0]/0: >
[ 6.474122] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.474123] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.474123] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.474161] <W 88 01
[ 6.474198] cx23885[0]/0: 02
[ 6.474243] cx23885[0]/0: 90
[ 6.474243] cx23885[0]/0: >
[ 6.474244] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.474245] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.474246] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.474283] <W 88 08
[ 6.474320] cx23885[0]/0: 10
[ 6.474321] cx23885[0]/0: R
[ 6.474359] cx23885[0]/0: 00
[ 6.474360] cx23885[0]/0: >
[ 6.474361] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.474362] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.474363] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.474400] <W 88 08
[ 6.474437] cx23885[0]/0: 10
[ 6.474474] cx23885[0]/0: 01
[ 6.474475] cx23885[0]/0: >
[ 6.474475] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.474476] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.474477] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.474514] <W 88 08
[ 6.474552] cx23885[0]/0: 03
[ 6.474552] cx23885[0]/0: R
[ 6.474591] cx23885[0]/0: 10
[ 6.474592] cx23885[0]/0: >
[ 6.474592] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.474593] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.474594] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.474631] <W 88 08
[ 6.474668] cx23885[0]/0: 03
[ 6.474706] cx23885[0]/0: 00
[ 6.474706] cx23885[0]/0: >
[ 6.474707] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.474708] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.474709] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.474746] <W 88 08
[ 6.474783] cx23885[0]/0: d3
[ 6.474820] cx23885[0]/0: 1f
[ 6.474821] cx23885[0]/0: >
[ 6.474822] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.474823] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.474823] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.474861] <W 88 08
[ 6.474898] cx23885[0]/0: d0
[ 6.474935] cx23885[0]/0: 70
[ 6.474972] cx23885[0]/0: 38
[ 6.475009] cx23885[0]/0: 06
[ 6.475046] cx23885[0]/0: 1f
[ 6.475047] cx23885[0]/0: >
[ 6.475048] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.475049] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.475049] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.475087] <W 88 08
[ 6.475124] cx23885[0]/0: 03
[ 6.475125] cx23885[0]/0: R
[ 6.475164] cx23885[0]/0: 00
[ 6.475164] cx23885[0]/0: >
[ 6.475165] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.475166] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.475167] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.475204] <W 88 08
[ 6.475241] cx23885[0]/0: 03
[ 6.475279] cx23885[0]/0: 10
[ 6.475279] cx23885[0]/0: >
[ 6.475280] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.475281] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.475282] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.475319] <W 88 08
[ 6.475356] cx23885[0]/0: 10
[ 6.475357] cx23885[0]/0: R
[ 6.475395] cx23885[0]/0: 01
[ 6.475396] cx23885[0]/0: >
[ 6.475397] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.475398] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.475399] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.475436] <W 88 08
[ 6.475473] cx23885[0]/0: 10
[ 6.475511] cx23885[0]/0: 00
[ 6.475511] cx23885[0]/0: >
[ 6.475512] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.475513] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.475514] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.475551] <W 88 08
[ 6.475588] cx23885[0]/0: 03
[ 6.475588] cx23885[0]/0: R
[ 6.475627] cx23885[0]/0: 10
[ 6.475628] cx23885[0]/0: >
[ 6.475629] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.475630] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.475630] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.475668] <W 88 08
[ 6.475705] cx23885[0]/0: 03
[ 6.475742] cx23885[0]/0: 10
[ 6.475743] cx23885[0]/0: >
[ 6.475743] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.475744] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.475745] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.475782] <W 88 04
[ 6.475819] cx23885[0]/0: 02
[ 6.475857] cx23885[0]/0: 04
[ 6.475857] cx23885[0]/0: >
[ 6.475858] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.475859] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.475860] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.475897] <W 88 04
[ 6.475934] cx23885[0]/0: 9f
[ 6.475971] cx23885[0]/0: 14
[ 6.475972] cx23885[0]/0: >
[ 6.475972] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.475973] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.475974] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.476011] <W 88 04
[ 6.476049] cx23885[0]/0: 01
[ 6.476049] cx23885[0]/0: R
[ 6.476088] cx23885[0]/0: 60
[ 6.476089] cx23885[0]/0: >
[ 6.476089] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.476090] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.476091] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.476128] <W 88 04
[ 6.476166] cx23885[0]/0: 01
[ 6.476203] cx23885[0]/0: 00
[ 6.476203] cx23885[0]/0: >
[ 6.476204] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.476205] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.476206] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.476243] <W 88 04
[ 6.476281] cx23885[0]/0: 01
[ 6.476281] cx23885[0]/0: R
[ 6.476320] cx23885[0]/0: 00
[ 6.476321] cx23885[0]/0: >
[ 6.476321] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.476322] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.476324] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.476361] <W 88 04
[ 6.476398] cx23885[0]/0: 01
[ 6.476435] cx23885[0]/0: 60
[ 6.476436] cx23885[0]/0: >
[ 6.476436] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.476437] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.476438] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.476475] <W 88 08
[ 6.476513] cx23885[0]/0: 10
[ 6.476513] cx23885[0]/0: R
[ 6.476552] cx23885[0]/0: 00
[ 6.476553] cx23885[0]/0: >
[ 6.476554] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.476555] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.476555] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.476593] <W 88 08
[ 6.476630] cx23885[0]/0: 10
[ 6.476667] cx23885[0]/0: 01
[ 6.476667] cx23885[0]/0: >
[ 6.476668] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.476669] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.476670] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.476707] <W 88 08
[ 6.476744] cx23885[0]/0: 08
[ 6.476781] cx23885[0]/0: f6
[ 6.476782] cx23885[0]/0: >
[ 6.476783] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.476784] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.476784] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.476822] <W 88 08
[ 6.476859] cx23885[0]/0: 0b
[ 6.476896] cx23885[0]/0: 00
[ 6.476896] cx23885[0]/0: >
[ 6.476897] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.476898] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x44 len = 0x2
[ 6.476899] cx23885[0]/0: i2c_sendbytes(msg->wlen=2, nextmsg->rlen=1)
[ 6.476936] <W 88 08
[ 6.476973] cx23885[0]/0: 10
[ 6.476974] cx23885[0]/0: R
[ 6.477013] cx23885[0]/0: 01
[ 6.477013] cx23885[0]/0: >
[ 6.477014] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.477015] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.477016] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.477053] <W 88 08
[ 6.477090] cx23885[0]/0: 10
[ 6.477127] cx23885[0]/0: 00
[ 6.477128] cx23885[0]/0: >
[ 6.477129] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.477129] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.477130] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.477167] <W 88 01
[ 6.477205] cx23885[0]/0: 24
[ 6.477242] cx23885[0]/0: 03
[ 6.477242] cx23885[0]/0: >
[ 6.477243] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.477244] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.477245] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.477282] <W 88 01
[ 6.477319] cx23885[0]/0: 44
[ 6.477356] cx23885[0]/0: 05
[ 6.477357] cx23885[0]/0: >
[ 6.477357] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.477358] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.477359] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.477396] <W 88 09
[ 6.477434] cx23885[0]/0: 14
[ 6.477471] cx23885[0]/0: a0
[ 6.477471] cx23885[0]/0: >
[ 6.477472] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.477473] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.477474] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.477511] <W 88 09
[ 6.477548] cx23885[0]/0: 18
[ 6.477585] cx23885[0]/0: a0
[ 6.477586] cx23885[0]/0: >
[ 6.477587] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.477588] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x3
[ 6.477588] cx23885[0]/0: i2c_sendbytes(msg->len=3)
[ 6.477626] <W 88 09
[ 6.477663] cx23885[0]/0: 19
[ 6.477700] cx23885[0]/0: 01
[ 6.477700] cx23885[0]/0: >
[ 6.477701] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.477702] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.477703] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.477740] <W 88 09
[ 6.477777] cx23885[0]/0: 10
[ 6.477815] cx23885[0]/0: c9
[ 6.477852] cx23885[0]/0: 00
[ 6.477889] cx23885[0]/0: b0
[ 6.477926] cx23885[0]/0: 12
[ 6.477927] cx23885[0]/0: >
[ 6.477927] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.477928] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.477929] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.477966] <W 88 08
[ 6.478003] cx23885[0]/0: d0
[ 6.478041] cx23885[0]/0: 70
[ 6.478078] cx23885[0]/0: 38
[ 6.478115] cx23885[0]/0: 06
[ 6.478152] cx23885[0]/0: 1f
[ 6.478153] cx23885[0]/0: >
[ 6.478154] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.478155] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x44 len = 0x6
[ 6.478155] cx23885[0]/0: i2c_sendbytes(msg->len=6)
[ 6.478193] <W 88 01
[ 6.478230] cx23885[0]/0: 24
[ 6.478267] cx23885[0]/0: 00
[ 6.478304] cx23885[0]/0: 01
[ 6.478341] cx23885[0]/0: 00
[ 6.478378] cx23885[0]/0: 00
[ 6.478379] cx23885[0]/0: >
[ 6.478380] cx23885[0]: cx23885_audio_mux(input=0)
[ 6.478381] cx23885[0]: cx23885_flatiron_mux(input = 1)
[ 6.478382] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.478383] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x4c len = 0x1
[ 6.478384] cx23885[0]/0: i2c_sendbytes(msg->wlen=1, nextmsg->rlen=1)
[ 6.478421] <W 98 0e
[ 6.478421] cx23885[0]/0: R
[ 6.478461] cx23885[0]/0: 20
[ 6.478461] cx23885[0]/0: >
[ 6.478462] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.478463] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x4c len = 0x2
[ 6.478464] cx23885[0]/0: i2c_sendbytes(msg->len=2)
[ 6.478501] <W 98 0e
[ 6.478538] cx23885[0]/0: 20
[ 6.478539] cx23885[0]/0: >
[ 6.478539] cx23885[0]/0: i2c_xfer(num = 1)
[ 6.478540] cx23885[0]/0: i2c_xfer(num = 1) addr = 0x4c len = 0x2
[ 6.478541] cx23885[0]/0: i2c_sendbytes(msg->len=2)
[ 6.478579] <W 98 0f
[ 6.478616] cx23885[0]/0: 00
[ 6.478617] cx23885[0]/0: >
[ 6.478617] cx23885[0]: Flatiron dump
[ 6.478618] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.478619] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x4c len = 0x1
[ 6.478620] cx23885[0]/0: i2c_sendbytes(msg->wlen=1, nextmsg->rlen=1)
[ 6.478657] <W 98 00
[ 6.478658] cx23885[0]/0: R
[ 6.478697] cx23885[0]/0: d2
[ 6.478697] cx23885[0]/0: >
[ 6.478698] cx23885[0]: FI[00] = d2
[ 6.478699] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.478700] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x4c len = 0x1
[ 6.478701] cx23885[0]/0: i2c_sendbytes(msg->wlen=1, nextmsg->rlen=1)
[ 6.478738] <W 98 01
[ 6.478739] cx23885[0]/0: R
[ 6.478778] cx23885[0]/0: 03
[ 6.478778] cx23885[0]/0: >
[ 6.478779] cx23885[0]: FI[01] = 03
[ 6.478780] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.478781] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x4c len = 0x1
[ 6.478782] cx23885[0]/0: i2c_sendbytes(msg->wlen=1, nextmsg->rlen=1)
[ 6.478819] <W 98 02
[ 6.478820] cx23885[0]/0: R
[ 6.478859] cx23885[0]/0: 1b
[ 6.478859] cx23885[0]/0: >
[ 6.478860] cx23885[0]: FI[02] = 1b
[ 6.478861] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.478862] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x4c len = 0x1
[ 6.478863] cx23885[0]/0: i2c_sendbytes(msg->wlen=1, nextmsg->rlen=1)
[ 6.478900] <W 98 03
[ 6.478900] cx23885[0]/0: R
[ 6.478939] cx23885[0]/0: 00
[ 6.478940] cx23885[0]/0: >
[ 6.478940] cx23885[0]: FI[03] = 00
[ 6.478941] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.478942] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x4c len = 0x1
[ 6.478943] cx23885[0]/0: i2c_sendbytes(msg->wlen=1, nextmsg->rlen=1)
[ 6.478980] <W 98 04
[ 6.478981] cx23885[0]/0: R
[ 6.479020] cx23885[0]/0: 08
[ 6.479020] cx23885[0]/0: >
[ 6.479021] cx23885[0]: FI[04] = 08
[ 6.479022] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.479023] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x4c len = 0x1
[ 6.479024] cx23885[0]/0: i2c_sendbytes(msg->wlen=1, nextmsg->rlen=1)
[ 6.479061] <W 98 05
[ 6.479062] cx23885[0]/0: R
[ 6.479101] cx23885[0]/0: 08
[ 6.479101] cx23885[0]/0: >
[ 6.479102] cx23885[0]: FI[05] = 08
[ 6.479103] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.479104] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x4c len = 0x1
[ 6.479105] cx23885[0]/0: i2c_sendbytes(msg->wlen=1, nextmsg->rlen=1)
[ 6.479142] <W 98 06
[ 6.479142] cx23885[0]/0: R
[ 6.479181] cx23885[0]/0: 03
[ 6.479182] cx23885[0]/0: >
[ 6.479183] cx23885[0]: FI[06] = 03
[ 6.479183] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.479184] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x4c len = 0x1
[ 6.479185] cx23885[0]/0: i2c_sendbytes(msg->wlen=1, nextmsg->rlen=1)
[ 6.479222] <W 98 07
[ 6.479223] cx23885[0]/0: R
[ 6.479262] cx23885[0]/0: 00
[ 6.479262] cx23885[0]/0: >
[ 6.479263] cx23885[0]: FI[07] = 00
[ 6.479264] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.479265] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x4c len = 0x1
[ 6.479265] cx23885[0]/0: i2c_sendbytes(msg->wlen=1, nextmsg->rlen=1)
[ 6.479303] <W 98 08
[ 6.479303] cx23885[0]/0: R
[ 6.479342] cx23885[0]/0: 13
[ 6.479343] cx23885[0]/0: >
[ 6.479344] cx23885[0]: FI[08] = 13
[ 6.479344] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.479345] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x4c len = 0x1
[ 6.479346] cx23885[0]/0: i2c_sendbytes(msg->wlen=1, nextmsg->rlen=1)
[ 6.479383] <W 98 09
[ 6.479384] cx23885[0]/0: R
[ 6.479423] cx23885[0]/0: 13
[ 6.479423] cx23885[0]/0: >
[ 6.479424] cx23885[0]: FI[09] = 13
[ 6.479425] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.479426] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x4c len = 0x1
[ 6.479427] cx23885[0]/0: i2c_sendbytes(msg->wlen=1, nextmsg->rlen=1)
[ 6.479464] <W 98 0a
[ 6.479465] cx23885[0]/0: R
[ 6.479504] cx23885[0]/0: 0a
[ 6.479504] cx23885[0]/0: >
[ 6.479505] cx23885[0]: FI[0a] = 0a
[ 6.479506] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.479507] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x4c len = 0x1
[ 6.479507] cx23885[0]/0: i2c_sendbytes(msg->wlen=1, nextmsg->rlen=1)
[ 6.479545] <W 98 0b
[ 6.479545] cx23885[0]/0: R
[ 6.479584] cx23885[0]/0: 00
[ 6.479585] cx23885[0]/0: >
[ 6.479585] cx23885[0]: FI[0b] = 00
[ 6.479586] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.479587] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x4c len = 0x1
[ 6.479588] cx23885[0]/0: i2c_sendbytes(msg->wlen=1, nextmsg->rlen=1)
[ 6.479625] <W 98 0c
[ 6.479626] cx23885[0]/0: R
[ 6.479665] cx23885[0]/0: 05
[ 6.479665] cx23885[0]/0: >
[ 6.479666] cx23885[0]: FI[0c] = 05
[ 6.479667] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.479668] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x4c len = 0x1
[ 6.479669] cx23885[0]/0: i2c_sendbytes(msg->wlen=1, nextmsg->rlen=1)
[ 6.479706] <W 98 0d
[ 6.479706] cx23885[0]/0: R
[ 6.479745] cx23885[0]/0: 00
[ 6.479746] cx23885[0]/0: >
[ 6.479746] cx23885[0]: FI[0d] = 00
[ 6.479747] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.479749] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x4c len = 0x1
[ 6.479749] cx23885[0]/0: i2c_sendbytes(msg->wlen=1, nextmsg->rlen=1)
[ 6.479787] <W 98 0e
[ 6.479787] cx23885[0]/0: R
[ 6.479826] cx23885[0]/0: 20
[ 6.479827] cx23885[0]/0: >
[ 6.479827] cx23885[0]: FI[0e] = 20
[ 6.479828] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.479829] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x4c len = 0x1
[ 6.479830] cx23885[0]/0: i2c_sendbytes(msg->wlen=1, nextmsg->rlen=1)
[ 6.479868] <W 98 0f
[ 6.479868] cx23885[0]/0: R
[ 6.479907] cx23885[0]/0: 00
[ 6.479908] cx23885[0]/0: >
[ 6.479908] cx23885[0]: FI[0f] = 00
[ 6.479909] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.479910] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x4c len = 0x1
[ 6.479911] cx23885[0]/0: i2c_sendbytes(msg->wlen=1, nextmsg->rlen=1)
[ 6.479948] <W 98 10
[ 6.479949] cx23885[0]/0: R
[ 6.479988] cx23885[0]/0: 0c
[ 6.479988] cx23885[0]/0: >
[ 6.479989] cx23885[0]: FI[10] = 0c
[ 6.479990] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.479991] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x4c len = 0x1
[ 6.479992] cx23885[0]/0: i2c_sendbytes(msg->wlen=1, nextmsg->rlen=1)
[ 6.480029] <W 98 11
[ 6.480029] cx23885[0]/0: R
[ 6.480068] cx23885[0]/0: 88
[ 6.480069] cx23885[0]/0: >
[ 6.480070] cx23885[0]: FI[11] = 88
[ 6.480071] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.480072] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x4c len = 0x1
[ 6.480073] cx23885[0]/0: i2c_sendbytes(msg->wlen=1, nextmsg->rlen=1)
[ 6.480110] <W 98 12
[ 6.480110] cx23885[0]/0: R
[ 6.480149] cx23885[0]/0: 71
[ 6.480150] cx23885[0]/0: >
[ 6.480151] cx23885[0]: FI[12] = 71
[ 6.480151] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.480152] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x4c len = 0x1
[ 6.480153] cx23885[0]/0: i2c_sendbytes(msg->wlen=1, nextmsg->rlen=1)
[ 6.480191] <W 98 13
[ 6.480191] cx23885[0]/0: R
[ 6.480230] cx23885[0]/0: 08
[ 6.480230] cx23885[0]/0: >
[ 6.480231] cx23885[0]: FI[13] = 08
[ 6.480232] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.480233] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x4c len = 0x1
[ 6.480234] cx23885[0]/0: i2c_sendbytes(msg->wlen=1, nextmsg->rlen=1)
[ 6.480271] <W 98 14
[ 6.480272] cx23885[0]/0: R
[ 6.480311] cx23885[0]/0: 80
[ 6.480312] cx23885[0]/0: >
[ 6.480312] cx23885[0]: FI[14] = 80
[ 6.480313] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.480314] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x4c len = 0x1
[ 6.480315] cx23885[0]/0: i2c_sendbytes(msg->wlen=1, nextmsg->rlen=1)
[ 6.480352] <W 98 15
[ 6.480353] cx23885[0]/0: R
[ 6.480392] cx23885[0]/0: 00
[ 6.480392] cx23885[0]/0: >
[ 6.480393] cx23885[0]: FI[15] = 00
[ 6.480394] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.480395] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x4c len = 0x1
[ 6.480395] cx23885[0]/0: i2c_sendbytes(msg->wlen=1, nextmsg->rlen=1)
[ 6.480433] <W 98 16
[ 6.480433] cx23885[0]/0: R
[ 6.480472] cx23885[0]/0: ff
[ 6.480473] cx23885[0]/0: >
[ 6.480473] cx23885[0]: FI[16] = ff
[ 6.480474] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.480475] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x4c len = 0x1
[ 6.480477] cx23885[0]/0: i2c_sendbytes(msg->wlen=1, nextmsg->rlen=1)
[ 6.480514] <W 98 17
[ 6.480514] cx23885[0]/0: R
[ 6.480553] cx23885[0]/0: ff
[ 6.480554] cx23885[0]/0: >
[ 6.480555] cx23885[0]: FI[17] = ff
[ 6.480555] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.480556] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x4c len = 0x1
[ 6.480557] cx23885[0]/0: i2c_sendbytes(msg->wlen=1, nextmsg->rlen=1)
[ 6.480594] <W 98 18
[ 6.480595] cx23885[0]/0: R
[ 6.480634] cx23885[0]/0: ff
[ 6.480634] cx23885[0]/0: >
[ 6.480635] cx23885[0]: FI[18] = ff
[ 6.480636] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.480637] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x4c len = 0x1
[ 6.480638] cx23885[0]/0: i2c_sendbytes(msg->wlen=1, nextmsg->rlen=1)
[ 6.480675] <W 98 19
[ 6.480675] cx23885[0]/0: R
[ 6.480714] cx23885[0]/0: 00
[ 6.480715] cx23885[0]/0: >
[ 6.480716] cx23885[0]: FI[19] = 00
[ 6.480716] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.480717] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x4c len = 0x1
[ 6.480718] cx23885[0]/0: i2c_sendbytes(msg->wlen=1, nextmsg->rlen=1)
[ 6.480755] <W 98 1a
[ 6.480756] cx23885[0]/0: R
[ 6.480795] cx23885[0]/0: 02
[ 6.480796] cx23885[0]/0: >
[ 6.480797] cx23885[0]: FI[1a] = 02
[ 6.480797] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.480798] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x4c len = 0x1
[ 6.480799] cx23885[0]/0: i2c_sendbytes(msg->wlen=1, nextmsg->rlen=1)
[ 6.480838] <W 98 1b
[ 6.480839] cx23885[0]/0: R
[ 6.480878] cx23885[0]/0: 00
[ 6.480879] cx23885[0]/0: >
[ 6.480879] cx23885[0]: FI[1b] = 00
[ 6.480880] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.480881] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x4c len = 0x1
[ 6.480882] cx23885[0]/0: i2c_sendbytes(msg->wlen=1, nextmsg->rlen=1)
[ 6.480919] <W 98 1c
[ 6.480920] cx23885[0]/0: R
[ 6.480959] cx23885[0]/0: 00
[ 6.480959] cx23885[0]/0: >
[ 6.480960] cx23885[0]: FI[1c] = 00
[ 6.480961] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.480961] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x4c len = 0x1
[ 6.480962] cx23885[0]/0: i2c_sendbytes(msg->wlen=1, nextmsg->rlen=1)
[ 6.480999] <W 98 1d
[ 6.481000] cx23885[0]/0: R
[ 6.481039] cx23885[0]/0: 00
[ 6.481039] cx23885[0]/0: >
[ 6.481040] cx23885[0]: FI[1d] = 00
[ 6.481041] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.481042] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x4c len = 0x1
[ 6.481042] cx23885[0]/0: i2c_sendbytes(msg->wlen=1, nextmsg->rlen=1)
[ 6.481080] <W 98 1e
[ 6.481080] cx23885[0]/0: R
[ 6.481119] cx23885[0]/0: 00
[ 6.481120] cx23885[0]/0: >
[ 6.481121] cx23885[0]: FI[1e] = 00
[ 6.481121] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.481122] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x4c len = 0x1
[ 6.481123] cx23885[0]/0: i2c_sendbytes(msg->wlen=1, nextmsg->rlen=1)
[ 6.481160] <W 98 1f
[ 6.481161] cx23885[0]/0: R
[ 6.481200] cx23885[0]/0: 00
[ 6.481200] cx23885[0]/0: >
[ 6.481202] cx23885[0]: FI[1f] = 00
[ 6.481202] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.481203] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x4c len = 0x1
[ 6.481204] cx23885[0]/0: i2c_sendbytes(msg->wlen=1, nextmsg->rlen=1)
[ 6.481241] <W 98 20
[ 6.481242] cx23885[0]/0: R
[ 6.481281] cx23885[0]/0: 00
[ 6.481281] cx23885[0]/0: >
[ 6.481282] cx23885[0]: FI[20] = 00
[ 6.481283] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.481284] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x4c len = 0x1
[ 6.481284] cx23885[0]/0: i2c_sendbytes(msg->wlen=1, nextmsg->rlen=1)
[ 6.481322] <W 98 21
[ 6.481323] cx23885[0]/0: R
[ 6.481362] cx23885[0]/0: 00
[ 6.481362] cx23885[0]/0: >
[ 6.481363] cx23885[0]: FI[21] = 00
[ 6.481364] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.481364] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x4c len = 0x1
[ 6.481365] cx23885[0]/0: i2c_sendbytes(msg->wlen=1, nextmsg->rlen=1)
[ 6.481403] <W 98 22
[ 6.481403] cx23885[0]/0: R
[ 6.481442] cx23885[0]/0: 00
[ 6.481442] cx23885[0]/0: >
[ 6.481443] cx23885[0]: FI[22] = 00
[ 6.481444] cx23885[0]/0: i2c_xfer(num = 2)
[ 6.481445] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x4c len = 0x1
[ 6.481446] cx23885[0]/0: i2c_sendbytes(msg->wlen=1, nextmsg->rlen=1)
[ 6.481483] <W 98 23
[ 6.481483] cx23885[0]/0: R
[ 6.481522] cx23885[0]/0: 00
[ 6.481523] cx23885[0]/0: >
[ 6.481524] cx23885[0]: FI[23] = 00
[ 6.481525] cx23885_dvb_register() allocating 1 frontend(s)
[ 6.481526] cx23885[0]: cx23885 based dvb card
[ 6.488339] AVX version of gcm_enc/dec engaged.
[ 6.695786] usb 4-1.5: Warning! Unlikely big volume range (=6144), cval->res is probably wrong.
[ 6.695800] usb 4-1.5: [5] FU [Mic Capture Volume] ch = 1, val = 1536/7680/1
[ 6.696218] usbcore: registered new interface driver snd-usb-audio
[ 6.696274] uvcvideo: Found UVC 1.00 device <unnamed> (046d:0804)
[ 6.711364] input: UVC Camera (046d:0804) as /devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.5/4-1.5:1.0/input/input18
[ 6.711489] usbcore: registered new interface driver uvcvideo
[ 6.711491] USB Video Class driver (1.1.1)
[ 7.231092] cx23885[0]/0: i2c_xfer(num = 2)
[ 7.231097] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x19 len = 0x1
[ 7.231099] cx23885[0]/0: i2c_sendbytes(msg->wlen=1, nextmsg->rlen=2)
[ 7.231240] <W 32 05
[ 7.231242] cx23885[0]/0: R
[ 7.231385] cx23885[0]/0: 00
[ 7.231527] cx23885[0]/0: 00
[ 7.231528] cx23885[0]/0: >
[ 7.231533] tda18271 1-0060: creating new instance
[ 7.231535] cx23885[0]/0: i2c_xfer(num = 2)
[ 7.231537] cx23885[0]/0: i2c_xfer(num = 2) addr = 0x60 len = 0x1
[ 7.231539] cx23885[0]/0: i2c_sendbytes(msg->wlen=1, nextmsg->rlen=16)
[ 7.231782] <W c0 00
[ 7.231783] cx23885[0]/0: R
[ 7.231993] cx23885[0]/0: fe
[ 7.232101] cx23885[0]/0: fe
[ 7.232209] cx23885[0]/0: fe
[ 7.232317] cx23885[0]/0: fe
[ 7.232425] cx23885[0]/0: fe
[ 7.232532] cx23885[0]/0: fe
[ 7.232640] cx23885[0]/0: fe
[ 7.232748] cx23885[0]/0: fe
[ 7.232856] cx23885[0]/0: fe
[ 7.232964] cx23885[0]/0: fe
[ 7.233072] cx23885[0]/0: fe
[ 7.233179] cx23885[0]/0: fe
[ 7.233287] cx23885[0]/0: fe
[ 7.233395] cx23885[0]/0: fe
[ 7.233518] cx23885[0]/0: fe
[ 7.233659] cx23885[0]/0: fe
[ 7.233661] cx23885[0]/0: >
[ 7.233663] Unknown device (254) detected @ 1-0060, device not supported.
[ 7.233666] tda18271_attach: [1-0060|M] error -22 on line 1285
[ 7.234259] tda18271 1-0060: destroying instance
[ 7.234261] cx23885[0]: frontend initialization failed
[ 7.234795] cx23885_dvb_register() dvb_register failed err = -22
[ 7.235430] cx23885_dev_setup() Failed to register dvb on VID_C
[ 7.236058] cx23885_dev_checkrevision() Hardware revision = 0xd0
[ 7.236064] cx23885[0]/0: found at 0000:03:00.0, rev: 4, irq: 18, latency: 0, mmio: 0xf7a00000
[ 7.240773] cx23885[0]: open dev=vbi0 radio=0 type=vbi-cap
[ 7.240777] cx23885[0]: post videobuf_queue_init()
[ 7.240812] cx23885[0]: open dev=video0 radio=0 type=vid-cap
[ 7.240816] cx23885[0]: post videobuf_queue_init()
[ 7.302425] fuse init (API version 7.23)
[ 7.964745] intel_rapl: RAPL domain dram detection failed
[ 8.124207] REISERFS (device sda6): found reiserfs format "3.6" with standard journal
[ 8.124218] REISERFS (device sda6): using ordered data mode
[ 8.124220] reiserfs: using flush barriers
[ 8.124387] REISERFS (device sda6): journal params: device sda6, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
[ 8.124652] REISERFS (device sda6): checking transaction log (sda6)
[ 8.609653] WARNING! power/level is deprecated; use power/control instead
[ 8.717582] REISERFS (device sda6): Using r5 hash to sort names
[ 8.785700] Adding 4883724k swap on /dev/sda8. Priority:-1 extents:1 across:4883724k FS
[ 8.912038] SGI XFS with ACLs, security attributes, realtime, large block/inode numbers, no debug enabled
[ 8.925245] XFS (sdb2): Mounting V4 Filesystem
[ 9.113429] XFS (sdb2): Ending clean mount
[ 9.491547] EXT4-fs (sda7): mounting ext2 file system using the ext4 subsystem
[ 9.519357] EXT4-fs (sda7): mounted filesystem without journal. Opts: (null)
[ 9.546604] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: data=ordered
[ 9.574336] systemd-journald[154]: Received request to flush runtime journal from PID 1
[ 15.680362] IPv6: ADDRCONF(NETDEV_UP): enp5s0: link is not ready
[ 17.698006] r8168: enp5s0: link up
[ 17.698039] IPv6: ADDRCONF(NETDEV_CHANGE): enp5s0: link becomes ready
[ 488.200016] systemd-journald[154]: Failed to read ACL on /var/log/journal/8ba812dda826441cbfcff1d859bb0ffc/user-1000.journal, ignoring: Operation not supported
[ 492.368955] fglrx_pci 0000:01:00.0: irq 51 for MSI/MSI-X
[ 492.369727] <6>[fglrx] Firegl kernel thread PID: 542
[ 492.369855] <6>[fglrx] Firegl kernel thread PID: 543
[ 492.369999] <6>[fglrx] Firegl kernel thread PID: 544
[ 492.370107] <6>[fglrx] IRQ 51 Enabled
[ 492.470058] <6>[fglrx] Reserved FB block: Shared offset:0, size:1000000
[ 492.470060] <6>[fglrx] Reserved FB block: Unshared offset:f838000, size:4000
[ 492.470061] <6>[fglrx] Reserved FB block: Unshared offset:f83c000, size:4c4000
[ 492.470061] <6>[fglrx] Reserved FB block: Unshared offset:7fff4000, size:c000
[ 497.086098] cx23885[0]: cx23885_start_audio_dma()
[ 497.086104] cx23885[0]: cx23885_sram_channel_setup() Configuring channel [TV Audio]
[ 497.086124] cx23885[0]: Start audio DMA, 1024 B/line, 4 lines/FIFO, 256 periods, 262144 byte buffer
[ 497.086140] cx23885[0]: TV Audio - dma channel status dump
[ 497.086144] cx23885[0]: cmds: init risc lo : 0xcd1b4000
[ 497.086148] cx23885[0]: cmds: init risc hi : 0x00000000
[ 497.086151] cx23885[0]: cmds: cdt base : 0x00010930
[ 497.086155] cx23885[0]: cmds: cdt size : 0x00000008
[ 497.086158] cx23885[0]: cmds: iq base : 0x000106b0
[ 497.086162] cx23885[0]: cmds: iq size : 0x00000010
[ 497.086165] cx23885[0]: cmds: risc pc lo : 0xcd1b403c
[ 497.086169] cx23885[0]: cmds: risc pc hi : 0x00000000
[ 497.086172] cx23885[0]: cmds: iq wr ptr : 0x000041bb
[ 497.086175] cx23885[0]: cmds: iq rd ptr : 0x000041af
[ 497.086179] cx23885[0]: cmds: cdt current : 0x00010938
[ 497.086182] cx23885[0]: cmds: pci target lo : 0xcd201000
[ 497.086186] cx23885[0]: cmds: pci target hi : 0x00000000
[ 497.086197] cx23885[0]: cmds: line / byte : 0x00000000
[ 497.086200] cx23885[0]: risc0: 0x1c000400 [ write sol eol count=1024 ]
[ 497.086207] cx23885[0]: risc1: 0xcd201000 [ writecm sol eol irq1 21 12 count=0 ]
[ 497.086214] cx23885[0]: risc2: 0x00000000 [ INVALID count=0 ]
[ 497.086219] cx23885[0]: risc3: 0x1d010400 [ write sol eol irq1 cnt0 count=1024 ]
[ 497.086225] cx23885[0]: (0x000106b0) iq 0: 0x1c000400 [ write sol eol count=1024 ]
[ 497.086231] cx23885[0]: iq 1: 0xcd201000 [ arg #1 ]
[ 497.086235] cx23885[0]: iq 2: 0x00000000 [ arg #2 ]
[ 497.086238] cx23885[0]: (0x000106bc) iq 3: 0x1d010400 [ write sol eol irq1 cnt0 count=1024 ]
[ 497.086245] cx23885[0]: iq 4: 0xcd201400 [ arg #1 ]
[ 497.086249] cx23885[0]: iq 5: 0x00000000 [ arg #2 ]
[ 497.086260] cx23885[0]: (0x000106c8) iq 6: 0x1d010400 [ write sol eol irq1 cnt0 count=1024 ]
[ 497.086266] cx23885[0]: iq 7: 0xcd201800 [ arg #1 ]
[ 497.086269] cx23885[0]: iq 8: 0x00000000 [ arg #2 ]
[ 497.086273] cx23885[0]: (0x000106d4) iq 9: 0x1d010400 [ write sol eol irq1 cnt0 count=1024 ]
[ 497.086279] cx23885[0]: iq a: 0xcd201c00 [ arg #1 ]
[ 497.086282] cx23885[0]: iq b: 0x00000000 [ arg #2 ]
[ 497.086286] cx23885[0]: (0x000106e0) iq c: 0x1d010400 [ write sol eol irq1 cnt0 count=1024 ]
[ 497.086292] cx23885[0]: iq d: 0xcd202000 [ arg #1 ]
[ 497.086295] cx23885[0]: iq e: 0x00000000 [ arg #2 ]
[ 497.086299] cx23885[0]: (0x000106ec) iq f: 0x7f9a7ede [ jump sol eol irq2 irq1 23 20 19 cnt1 14 13 12 count=3806 ]
[ 497.086308] cx23885[0]: iq 10: 0x55634f88 [ arg #1 ]
[ 497.086311] cx23885[0]: iq 11: 0x3caa9132 [ arg #2 ]
[ 497.086313] cx23885[0]: fifo: 0x00007000 -> 0x8000
[ 497.086314] cx23885[0]: ctrl: 0x000106b0 -> 0x10710
[ 497.086318] cx23885[0]: ptr1_reg: 0x00007038
[ 497.086321] cx23885[0]: ptr2_reg: 0x00010938
[ 497.086324] cx23885[0]: cnt1_reg: 0x00000007
[ 497.086327] cx23885[0]: cnt2_reg: 0x00000007
[ 502.334449] cx23885[0]: Stopping audio DMA
[ 502.334459] cx23885[0]: TV Audio - dma channel status dump
[ 502.334463] cx23885[0]: cmds: init risc lo : 0xcd1b4000
[ 502.334466] cx23885[0]: cmds: init risc hi : 0x00000000
[ 502.334469] cx23885[0]: cmds: cdt base : 0x00010930
[ 502.334471] cx23885[0]: cmds: cdt size : 0x00000008
[ 502.334474] cx23885[0]: cmds: iq base : 0x000106b0
[ 502.334477] cx23885[0]: cmds: iq size : 0x00000010
[ 502.334480] cx23885[0]: cmds: risc pc lo : 0xcd1b4438
[ 502.334483] cx23885[0]: cmds: risc pc hi : 0x00000000
[ 502.334486] cx23885[0]: cmds: iq wr ptr : 0x000041b1
[ 502.334489] cx23885[0]: cmds: iq rd ptr : 0x000041b5
[ 502.334491] cx23885[0]: cmds: cdt current : 0x00010948
[ 502.334494] cx23885[0]: cmds: pci target lo : 0xcd1df400
[ 502.334497] cx23885[0]: cmds: pci target hi : 0x00000000
[ 502.334500] cx23885[0]: cmds: line / byte : 0x03550000
[ 502.334503] cx23885[0]: risc0: 0x1d010400 [ write sol eol irq1 cnt0 count=1024 ]
[ 502.334509] cx23885[0]: risc1: 0xcd1df400 [ writecm sol eol irq1 20 19 18 cnt0 resync 14 13 12 count=1024 ]
[ 502.334515] cx23885[0]: risc2: 0x00000000 [ INVALID count=0 ]
[ 502.334518] cx23885[0]: risc3: 0x1d010400 [ write sol eol irq1 cnt0 count=1024 ]
[ 502.334523] cx23885[0]: (0x000106b0) iq 0: 0xcd1de000 [ writecm sol eol irq1 20 19 18 cnt0 resync 14 13 count=0 ]
[ 502.334529] cx23885[0]: iq 1: 0x00000000 [ arg #1 ]
[ 502.334532] cx23885[0]: iq 2: 0x1d010400 [ arg #2 ]
[ 502.334535] cx23885[0]: (0x000106bc) iq 3: 0xcd1de400 [ writecm sol eol irq1 20 19 18 cnt0 resync 14 13 count=1024 ]
[ 502.334541] cx23885[0]: iq 4: 0x00000000 [ arg #1 ]
[ 502.334544] cx23885[0]: iq 5: 0x00000000 [ arg #2 ]
[ 502.334547] cx23885[0]: (0x000106c8) iq 6: 0x1d010400 [ write sol eol irq1 cnt0 count=1024 ]
[ 502.334551] cx23885[0]: iq 7: 0xcd1df400 [ arg #1 ]
[ 502.334554] cx23885[0]: iq 8: 0x00000000 [ arg #2 ]
[ 502.334557] cx23885[0]: (0x000106d4) iq 9: 0x1d010400 [ write sol eol irq1 cnt0 count=1024 ]
[ 502.334561] cx23885[0]: iq a: 0xcd1df800 [ arg #1 ]
[ 502.334564] cx23885[0]: iq b: 0x00000000 [ arg #2 ]
[ 502.334567] cx23885[0]: (0x000106e0) iq c: 0x1d010400 [ write sol eol irq1 cnt0 count=1024 ]
[ 502.334572] cx23885[0]: iq d: 0xcd1dfc00 [ arg #1 ]
[ 502.334574] cx23885[0]: iq e: 0x00000000 [ arg #2 ]
[ 502.334577] cx23885[0]: (0x000106ec) iq f: 0x1d010400 [ write sol eol irq1 cnt0 count=1024 ]
[ 502.334582] cx23885[0]: iq 10: 0x55634f88 [ arg #1 ]
[ 502.334585] cx23885[0]: iq 11: 0x3caa9132 [ arg #2 ]
[ 502.334586] cx23885[0]: fifo: 0x00007000 -> 0x8000
[ 502.334586] cx23885[0]: ctrl: 0x000106b0 -> 0x10710
[ 502.334589] cx23885[0]: ptr1_reg: 0x000075b8
[ 502.334592] cx23885[0]: ptr2_reg: 0x00010948
[ 502.334595] cx23885[0]: cnt1_reg: 0x00000037
[ 502.334598] cx23885[0]: cnt2_reg: 0x00000005But before you do that, look at this:
[ 5.869867] CORE cx23885[0]: subsystem: 0070:2a18, board: Hauppauge WinTV-HVR1255 [card=20,insmod option]
I don't understand. What's significant about that?
Last edited by Dornith (2014-09-23 15:36:53)
Offline