Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- techmik@michaels-laptop:~$ adb dmesg
- Android Debug Bridge version 1.0.26
- -d - directs command to the only connected USB device
- returns an error if more than one USB device is present.
- -e - directs command to the only running emulator.
- returns an error if more than one emulator is running.
- -s <serial number> - directs command to the USB device or emulator with
- the given serial number. Overrides ANDROID_SERIAL
- environment variable.
- -p <product name or path> - simple product name like 'sooner', or
- a relative/absolute path to a product
- out directory like 'out/target/product/sooner'.
- If -p is not specified, the ANDROID_PRODUCT_OUT
- environment variable is used, which must
- be an absolute path.
- devices - list all connected devices
- connect <host>[:<port>] - connect to a device via TCP/IP
- Port 5555 is used by default if no port number is specified.
- disconnect [<host>[:<port>]] - disconnect from a TCP/IP device.
- Port 5555 is used by default if no port number is specified.
- Using this ocmmand with no additional arguments
- will disconnect from all connected TCP/IP devices.
- device commands:
- adb push <local> <remote> - copy file/dir to device
- adb pull <remote> [<local>] - copy file/dir from device
- adb sync [ <directory> ] - copy host->device only if changed
- (-l means list but don't copy)
- (see 'adb help all')
- adb shell - run remote shell interactively
- adb shell <command> - run remote shell command
- adb emu <command> - run emulator console command
- adb logcat [ <filter-spec> ] - View device log
- adb forward <local> <remote> - forward socket connections
- forward specs are one of:
- tcp:<port>
- localabstract:<unix domain socket name>
- localreserved:<unix domain socket name>
- localfilesystem:<unix domain socket name>
- dev:<character device name>
- jdwp:<process pid> (remote only)
- adb jdwp - list PIDs of processes hosting a JDWP transport
- adb install [-l] [-r] [-s] <file> - push this package file to the device and install it
- ('-l' means forward-lock the app)
- ('-r' means reinstall the app, keeping its data)
- ('-s' means install on SD card instead of internal storage)
- adb uninstall [-k] <package> - remove this app package from the device
- ('-k' means keep the data and cache directories)
- adb bugreport - return all information from the device
- that should be included in a bug report.
- adb help - show this help message
- adb version - show version num
- DATAOPTS:
- (no option) - don't touch the data partition
- -w - wipe the data partition
- -d - flash the data partition
- scripting:
- adb wait-for-device - block until device is online
- adb start-server - ensure that there is a server running
- adb kill-server - kill the server if it is running
- adb get-state - prints: offline | bootloader | device
- adb get-serialno - prints: <serial-number>
- adb status-window - continuously print device status for a specified device
- adb remount - remounts the /system partition on the device read-write
- adb reboot [bootloader|recovery] - reboots the device, optionally into the bootloader or recovery program
- adb reboot-bootloader - reboots the device into the bootloader
- adb root - restarts the adbd daemon with root permissions
- adb usb - restarts the adbd daemon listening on USB
- adb tcpip <port> - restarts the adbd daemon listening on TCP on the specified port
- networking:
- adb ppp <tty> [parameters] - Run PPP over USB.
- Note: you should not automatically start a PPP connection.
- <tty> refers to the tty for PPP stream. Eg. dev:/dev/omap_csmi_tty1
- [parameters] - Eg. defaultroute debug dump local notty usepeerdns
- adb sync notes: adb sync [ <directory> ]
- <localdir> can be interpreted in several ways:
- - If <directory> is not specified, both /system and /data partitions will be updated.
- - If it is "system" or "data", only the corresponding partition
- is updated.
- environmental variables:
- ADB_TRACE - Print debug information. A comma separated list of the following values
- 1 or all, adb, sockets, packets, rwx, usb, sync, sysdeps, transport, jdwp
- ANDROID_SERIAL - The serial number to connect to. -s takes priority over this if given.
- ANDROID_LOG_TAGS - When used with the logcat option, only these debug tags are printed.
- techmik@michaels-laptop:~$ adb shell
- # dmesg
- <6>[ 0.000000] Initializing cgroup subsys cpu
- <5>[ 0.000000] Linux version 2.6.35.7-02808-g13ab6f4 (atin@waltest9-ma) (gcc version 4.4.3 (GCC) ) #1 PREEMPT Wed May 4 05:56:17 EDT 2011
- <4>[ 0.000000] CPU: ARMv7 Processor [412fc082] revision 2 (ARMv7), cr=10c53c7f
- <4>[ 0.000000] CPU: VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
- <4>[ 0.000000] Machine: aries
- <4>[ 0.000000] Memory policy: ECC disabled, Data cache writeback
- <7>[ 0.000000] On node 0 totalpages: 20480
- <7>[ 0.000000] free_area_init_node: node 0, pgdat c08eaab4, node_mem_map c09dd000
- <7>[ 0.000000] Normal zone: 160 pages used for memmap
- <7>[ 0.000000] Normal zone: 0 pages reserved
- <7>[ 0.000000] Normal zone: 20320 pages, LIFO batch:3
- <7>[ 0.000000] On node 1 totalpages: 65536
- <7>[ 0.000000] free_area_init_node: node 1, pgdat c08eb13c, node_mem_map d0002000
- <7>[ 0.000000] Normal zone: 512 pages used for memmap
- <7>[ 0.000000] Normal zone: 0 pages reserved
- <7>[ 0.000000] Normal zone: 65024 pages, LIFO batch:15
- <7>[ 0.000000] On node 2 totalpages: 32512
- <7>[ 0.000000] free_area_init_node: node 2, pgdat c08eb7c4, node_mem_map e0001000
- <7>[ 0.000000] Normal zone: 254 pages used for memmap
- <7>[ 0.000000] Normal zone: 0 pages reserved
- <7>[ 0.000000] Normal zone: 32258 pages, LIFO batch:7
- <7>[ 0.000000] On node 3 totalpages: 0
- <7>[ 0.000000] free_area_init_node: node 3, pgdat c08ebe4c, node_mem_map c0a85c20
- <4>[ 0.000000] Normal zone: 1 pages exceeds realsize 0
- <4>[ 0.000000] CPU S5PV210/S5PC110 (id 0x43110221)
- <7>[ 0.000000] s5pv210_init_clocks: initializing clocks
- <6>[ 0.000000] S3C24XX Clocks, Copyright 2004 Simtec Electronics
- <7>[ 0.000000] s5pv210_setup_clocks: registering clocks
- <7>[ 0.000000] s5pv210_setup_clocks: clkdiv0 = 14131330, clkdiv1 = 00300400
- <7>[ 0.000000] s5pv210_setup_clocks: xtal is 24000000
- <6>[ 0.000000] S5PV210: PLL settings, A=800000000, M=667000000, E=96000000 V=54000000
- <6>[ 0.000000] S5PV210: ARMCLK=800000000, HCLKM=200000000, HCLKD=166750000
- <6>[ 0.000000] HCLKP=133400000, PCLKM=100000000, PCLKD=83375000, PCLKP=66700000
- <6>[ 0.000000] sclk_dmc: source is mout_mpll (1), rate is 166750000
- <6>[ 0.000000] sclk_onenand: source is hclk_dsys (1), rate is 166750000
- <6>[ 0.000000] sclk: source is mout_mpll (6), rate is 133400000
- <6>[ 0.000000] sclk: source is mout_mpll (6), rate is 66700000
- <6>[ 0.000000] sclk: source is mout_mpll (6), rate is 66700000
- <6>[ 0.000000] sclk: source is mout_mpll (6), rate is 66700000
- <6>[ 0.000000] sclk_mixer: source is sclk_dac (0), rate is 54000000
- <6>[ 0.000000] sclk_spdif: source is sclk_audio (0), rate is 24000000
- <6>[ 0.000000] sclk_fimc: source is ext_xtal (0), rate is 24000000
- <6>[ 0.000000] sclk_fimc: source is ext_xtal (0), rate is 24000000
- <6>[ 0.000000] sclk_fimc: source is ext_xtal (0), rate is 24000000
- <6>[ 0.000000] sclk_cam: source is xusbxti (1), rate is 24000000
- <6>[ 0.000000] sclk_cam: source is ext_xtal (0), rate is 24000000
- <6>[ 0.000000] sclk_fimd: source is mout_mpll (6), rate is 166750000
- <6>[ 0.000000] sclk_mmc: source is mout_mpll (6), rate is 51307692
- <6>[ 0.000000] sclk_mmc: source is mout_mpll (6), rate is 47642857
- <6>[ 0.000000] sclk_mmc: source is mout_mpll (6), rate is 47642857
- <6>[ 0.000000] sclk_mmc: source is mout_mpll (6), rate is 47642857
- <6>[ 0.000000] sclk_mfc: source is sclk_a2m (0), rate is 200000000
- <6>[ 0.000000] sclk_fimg2d: source is sclk_a2m (0), rate is 200000000
- <6>[ 0.000000] sclk: source is mout_mpll (1), rate is 66700000
- <6>[ 0.000000] sclk_csis: source is ext_xtal (0), rate is 24000000
- <6>[ 0.000000] sclk_spi: source is mout_epll (7), rate is 96000000
- <6>[ 0.000000] sclk_spi: source is mout_epll (7), rate is 96000000
- <6>[ 0.000000] sclk_pwi: source is ext_xtal (0), rate is 24000000
- <6>[ 0.000000] sclk_pwm: source is ext_xtal (0), rate is 24000000
- <6>[ 0.000000] sclk_mdnie: source is mout_mpll (6), rate is 166750000
- <6>[ 0.000000] sclk_mdnie_pwm: source is ext_xtal (0), rate is 24000000
- <6>[ 0.000000] s5pv210: 37748736 bytes system memory reserved for mfc at 0x30a90000
- <6>[ 0.000000] s5pv210: 37748736 bytes system memory reserved for mfc at 0x40204000
- <6>[ 0.000000] s5pv210: 12582912 bytes system memory reserved for fimc0 at 0x42604000
- <6>[ 0.000000] s5pv210: 10137600 bytes system memory reserved for fimc1 at 0x43204000
- <6>[ 0.000000] s5pv210: 12582912 bytes system memory reserved for fimc2 at 0x43baf000
- <6>[ 0.000000] s5pv210: 8388608 bytes system memory reserved for jpeg at 0x32e90000
- <6>[ 0.000000] s5pv210: 6144000 bytes system memory reserved for fimd at 0x447af000
- <4>[ 0.000000] Built 3 zonelists in Zone order, mobility grouping on. Total pages: 117602
- <5>[ 0.000000] Kernel command line: console=ttySAC2,115200 loglevel=4
- <6>[ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
- <6>[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
- <6>[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
- <6>[ 0.000000] Memory: 80MB 256MB 127MB = 463MB total
- <5>[ 0.000000] Memory: 337436k/337436k available, 136676k reserved, 0K highmem
- <5>[ 0.000000] Virtual kernel memory layout:
- <5>[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
- <5>[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
- <5>[ 0.000000] DMA : 0xff000000 - 0xffe00000 ( 14 MB)
- <5>[ 0.000000] vmalloc : 0xe8000000 - 0xfc000000 ( 320 MB)
- <5>[ 0.000000] lowmem : 0xc0000000 - 0xe7f00000 ( 639 MB)
- <5>[ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
- <5>[ 0.000000] .init : 0xc0008000 - 0xc00b2000 ( 680 kB)
- <5>[ 0.000000] .text : 0xc00b2000 - 0xc08e5000 (8396 kB)
- <5>[ 0.000000] .data : 0xc08e6000 - 0xc092c7a0 ( 282 kB)
- <6>[ 0.000000] SLUB: Genslabs=9, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=4
- <6>[ 0.000000] Hierarchical RCU implementation.
- <6>[ 0.000000] RCU-based detection of stalled CPUs is disabled.
- <6>[ 0.000000] Verbose stalled-CPUs detection is disabled.
- <6>[ 0.000000] NR_IRQS:393
- <6>[ 0.000000] VIC @fd000000: id 0x00041192, vendor 0x41
- <6>[ 0.000000] VIC @fd010000: id 0x00041192, vendor 0x41
- <6>[ 0.000000] VIC @fd020000: id 0x00041192, vendor 0x41
- <6>[ 0.000000] VIC @fd030000: id 0x00041192, vendor 0x41
- <6>[ 0.000000] mult[140737]
- <6>[ 0.000000] max_delta_ns[2937815369]
- <6>[ 0.000000] min_delta_ns[30517]
- <6>[ 0.000000] rate[32768]
- <6>[ 0.000000] HZ[256]
- <6>[ 0.000000] console [ttySAC2] enabled
- <6>[ 0.000228] Calibrating delay loop... 796.20 BogoMIPS (lpj=1556480)
- <6>[ 0.081947] pid_max: default: 32768 minimum: 301
- <4>[ 0.082016] Mount-cache hash table entries: 512
- <6>[ 0.082352] Initializing cgroup subsys debug
- <6>[ 0.082367] Initializing cgroup subsys cpuacct
- <6>[ 0.082378] Initializing cgroup subsys freezer
- <6>[ 0.082408] CPU: Testing write buffer coherency: ok
- <6>[ 0.084913] regulator: core version 0.5
- <6>[ 0.085076] NET: Registered protocol family 16
- <6>[ 0.092726] console [ttyFIQ0] enabled
- <6>[ 0.092831] Registered FIQ tty driver c4c123c0
- <6>[ 0.095866] ram_console: got buffer at 57f00000, size ff000
- <6>[ 0.096004] ram_console: found existing buffer, size 25635, start 25635
- <6>[ 0.152757] console [ram-1] enabled
- <6>[ 0.152852] S5PC110 Hardware version : EVT1
- <6>[ 0.155660] HWREV is 0x1
- <4>[ 0.158686] S3C Power Management, Copyright 2004 Simtec Electronics
- <6>[ 0.164496] pmstats at 57fff000
- <6>[ 0.168749] S5PV210: Initializing architecture
- <6>[ 0.172294] s3c24xx-pwm s3c24xx-pwm.0: tin at 66700000, tdiv at 66700000, tin=divclk, base 0
- <6>[ 0.180487] s3c24xx-pwm s3c24xx-pwm.1: tin at 66700000, tdiv at 66700000, tin=divclk, base 8
- <6>[ 0.188888] s3c24xx-pwm s3c24xx-pwm.2: tin at 66700000, tdiv at 66700000, tin=divclk, base 12
- <6>[ 0.197387] s3c24xx-pwm s3c24xx-pwm.3: tin at 66700000, tdiv at 66700000, tin=divclk, base 16
- <6>[ 0.205944] regulator: pd_audio_supply: 5000 mV normal
- <6>[ 0.211154] regulator: pd_cam_supply: 5000 mV normal
- <6>[ 0.216091] regulator: pd_tv_supply: 5000 mV normal
- <6>[ 0.221118] regulator: pd_lcd_supply: 5000 mV normal
- <6>[ 0.226052] regulator: pd_g3d_supply: 5000 mV normal
- <6>[ 0.231163] regulator: pd_mfc_supply: 5000 mV normal
- <4>[ 0.241078] bio: create slab <bio-0> at 0
- <5>[ 0.244397] SCSI subsystem initialized
- <6>[ 0.247968] i2c-gpio i2c-gpio.4: using pins 247 (SDA) and 246 (SCL)
- <6>[ 0.253882] i2c-gpio i2c-gpio.5: using pins 203 (SDA) and 204 (SCL)
- <6>[ 0.261334] regulator: VALIVE_1.2V: 1200 mV
- <6>[ 0.264826] regulator: VUSB_1.1V: 1100 mV
- <6>[ 0.269457] regulator: VADC_3.3V: 3300 mV
- <6>[ 0.272952] regulator: VLCD_1.8V: 1800 mV
- <6>[ 0.277037] regulator: VUSB_3.3V: 3300 mV
- <6>[ 0.281681] regulator: VCC_2.8V_PDA: 2800 mV
- <6>[ 0.285446] regulator: CAM_AF_3.0V: 3000 mV
- <6>[ 0.289702] regulator: CAM_SENSOR_CORE_1.2V: 1200 mV
- <6>[ 0.294809] regulator: VGA_VDDIO_2.8V: 2800 mV
- <6>[ 0.299227] regulator: VGA_DVDD_1.8V: 1800 mV
- <6>[ 0.303738] regulator: CAM_ISP_HOST_2.8V: 2800 mV
- <6>[ 0.308415] regulator: VGA_AVDD_2.8V: 2800 mV
- <6>[ 0.312849] regulator: VCC_3.0V_LCD: 3000 mV
- <6>[ 0.317059] regulator: VDD_ARM: 750 <--> 1500 mV at 1200 mV
- <6>[ 0.322609] regulator: VDD_INT: 750 <--> 1500 mV at 1100 mV
- <6>[ 0.329003] regulator: VCC_1.8V: 1800 mV
- <6>[ 0.332425] regulator: CAM_ISP_CORE_1.2V: 1200 mV
- <6>[ 0.338350] i2c-gpio i2c-gpio.6: using pins 206 (SDA) and 209 (SCL)
- <6>[ 0.343441] i2c-gpio i2c-gpio.7: using pins 201 (SDA) and 202 (SCL)
- <6>[ 0.349763] i2c-gpio i2c-gpio.9: using pins 245 (SDA) and 244 (SCL)
- <6>[ 0.355924] i2c-gpio i2c-gpio.11: using pins 114 (SDA) and 98 (SCL)
- <6>[ 0.362250] i2c-gpio i2c-gpio.12: using pins 173 (SDA) and 172 (SCL)
- <6>[ 0.368485] i2c-gpio i2c-gpio.13: using pins 240 (SDA) and 239 (SCL)
- <6>[ 0.374901] i2c-gpio i2c-gpio.10: using pins 197 (SDA) and 198 (SCL)
- <6>[ 0.381199] s3c-i2c s3c2440-i2c.0: i2c-0: S3C I2C adapter
- <6>[ 0.386582] s3c-i2c s3c2440-i2c.1: i2c-1: S3C I2C adapter
- <6>[ 0.391909] s3c-i2c s3c2440-i2c.2: i2c-2: S3C I2C adapter
- <6>[ 0.397496] Advanced Linux Sound Architecture Driver Version 1.0.23.
- <6>[ 0.403840] Bluetooth: Core ver 2.15
- <6>[ 0.407093] NET: Registered protocol family 31
- <6>[ 0.411355] Bluetooth: HCI device and connection manager initialized
- <6>[ 0.417766] Bluetooth: HCI socket layer initialized
- <6>[ 0.422674] Switching to clocksource clock_source_systimer
- <6>[ 0.429135] NET: Registered protocol family 2
- <6>[ 0.432545] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
- <6>[ 0.440144] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
- <6>[ 0.446770] TCP bind hash table entries: 16384 (order: 6, 327680 bytes)
- <6>[ 0.453616] TCP: Hash tables configured (established 16384 bind 16384)
- <6>[ 0.459542] TCP reno registered
- <6>[ 0.462735] UDP hash table entries: 256 (order: 1, 12288 bytes)
- <6>[ 0.468579] UDP-Lite hash table entries: 256 (order: 1, 12288 bytes)
- <6>[ 0.475132] NET: Registered protocol family 1
- <6>[ 0.643007] wake enabled for irq 165
- <6>[ 0.645277] wake disabled for irq 165
- <6>[ 0.649408] S5PV210 ADC driver, (c) 2010 Samsung Electronics
- <6>[ 0.654891] Loaded driver for PL330 DMAC-0 s3c-pl330
- <6>[ 0.659524] DBUFF-64x8bytes Num_Chans-8 Num_Peri-2 Num_Events-32
- <6>[ 0.665584] Loaded driver for PL330 DMAC-1 s3c-pl330
- <6>[ 0.670529] DBUFF-8x4bytes Num_Chans-8 Num_Peri-32 Num_Events-32
- <6>[ 0.676584] Loaded driver for PL330 DMAC-2 s3c-pl330
- <6>[ 0.681532] DBUFF-8x4bytes Num_Chans-8 Num_Peri-32 Num_Events-32
- <6>[ 0.688667] ashmem: initialized
- <6>[ 0.690983] ROMFS MTD (C) 2007 Red Hat, Inc.
- <7>[ 0.694887] yaffs built May 4 2011 05:56:14 Installing.
- <6>[ 0.700277] msgmni has been set to 659
- <6>[ 0.707113] alg: No test for stdrng (krng)
- <6>[ 0.709919] io scheduler noop registered
- <6>[ 0.713760] io scheduler deadline registered
- <6>[ 0.718084] io scheduler cfq registered (default)
- <6>[ 0.723859] s3cfb s3cfb: [fb2] dma: 0x447af000, cpu: 0xe8800000, size: 0x005dc000
- <6>[ 0.735671] s3cfb s3cfb: [fb0] dma: 0x447af000, cpu: 0xe9000000, size: 0x005dc000
- <6>[ 0.750331] FIMD src sclk = 166750000
- <6>[ 0.799294] s3cfb s3cfb: registered successfully
- <4>[ 0.803724] PA FB = 0x447AF000, bits per pixel = 32
- <4>[ 0.807491] screen width=480 height=800 va=0xd47af000 pa=0x447af000
- <4>[ 0.813631] xres_virtual = 480, yres_virtual = 3200, xoffset = 0, yoffset = 0
- <4>[ 0.820819] fb_size=6144000
- <4>[ 0.823510] Back frameBuffer[0].VAddr=d4926000 PAddr=44926000 size=1536000
- <4>[ 0.830448] Back frameBuffer[1].VAddr=d4a9d000 PAddr=44a9d000 size=1536000
- <4>[ 0.837198] Back frameBuffer[2].VAddr=d4c14000 PAddr=44c14000 size=1536000
- <6>[ 0.844314] s5pv210-uart.0: s3c2410_serial0 at MMIO 0xe2900000 (irq = 16) is a S3C6400/10
- <6>[ 0.852427] s5pv210-uart.1: s3c2410_serial1 at MMIO 0xe2900400 (irq = 20) is a S3C6400/10
- <6>[ 0.860503] s5pv210-uart.3: s3c2410_serial3 at MMIO 0xe2900c00 (irq = 28) is a S3C6400/10
- <6>[ 0.872878] brd: module loaded
- <6>[ 0.875728] loop: module loaded
- <6>[ 0.875980] Android kernel panic handler initialized (bind=kpanic)
- <6>[ 0.876133] Loading pn544 driver
- <6>[ 0.876379] sec_jack_probe : Registering jack driver
- <6>[ 0.876900] wake enabled for irq 38
- <6>[ 0.878415] sec_jack_detect_irq_thread
- <6>[ 0.878636] sec_jack_set_micbias_state: on=1
- <6>[ 0.878873] handle_jack_not_inserted
- <6>[ 0.879004] sec_jack_set_micbias_state: on=0
- <6>[ 0.879329] wake enabled for irq 167
- <6>[ 0.879882] fsa9480 7-0025: dev1: 0x0, dev2: 0x0
- <6>[ 0.881598] [MODEM] bp_irq() PHONE_ACTIVE_PIN=0
- <6>[ 0.881849] wake enabled for irq 47
- <6>[ 0.881981] wake enabled for irq 43
- <6>[ 0.882857] Muxed OneNAND 512MB 1.8V 16-bit (0x50)
- <6>[ 0.883087] OneNAND version = 0x013e
- <7>[ 0.883216] Chip support all block unlock
- <7>[ 0.883349] Chip has 4KiB pagesize
- <6>[ 0.883578] Scanning device for bad blocks
- <4>[ 2.201550] onenand_bbt_wait: ecc error = 0xaaaa, controller error 0x0400
- <4>[ 2.201812] Bad eraseblock 1584 at 0x18c00000
- <4>[ 2.586646] Bad eraseblock 2047 at 0x1ffc0000
- <5>[ 2.586787] Creating 8 MTD partitions on "(null)":
- <5>[ 2.587020] 0x000001200000-0x000001980000 : "boot"
- <5>[ 2.588045] 0x000001980000-0x000002100000 : "recovery"
- <5>[ 2.589037] 0x000002100000-0x00000dc80000 : "system"
- <5>[ 2.591489] 0x00000dc80000-0x000012c80000 : "cache"
- <5>[ 2.593139] 0x00001d880000-0x00001e500000 : "efs"
- <5>[ 2.594071] 0x00001e500000-0x00001f280000 : "radio"
- <5>[ 2.595009] 0x000012c80000-0x00001d880000 : "datadata"
- <5>[ 2.597546] 0x00001f500000-0x000020000000 : "reservoir"
- <6>[ 2.689933] tl2796: c0, b-6e3d440a, got v 2040630, factory wants 2079000
- <6>[ 2.690181] tl2796: c1, b-8474e005, got v 2023480, factory wants 2016000
- <6>[ 2.690428] tl2796: c2, b-803d80a3, got v 1711350, factory wants 1561000
- <6>[ 2.834495] tl2796_probe successfully proved
- <6>[ 2.834790] PPP generic driver version 2.4.2
- <6>[ 2.835080] PPP Deflate Compression module registered
- <6>[ 2.835226] PPP BSD Compression module registered
- <6>[ 2.836274] PPP MPPE Compression module registered
- <6>[ 2.836421] NET: Registered protocol family 24
- <6>[ 2.838608] s3c-udc : S3C HS USB Device Controller Driver, (c) 2008-2009 Samsung Electronics
- <6>[ 2.838618] s3c-udc : version 15 March 2009 (DMA Mode)
- <6>[ 2.839007] android init
- <6>[ 2.839171] android_probe pdata: c08f76e0
- <6>[ 2.839372] android_bind
- <7>[ 2.839581] android_bind_config
- <6>[ 2.839853] android_usb gadget: android_usb ready
- <7>[ 2.855936] Registered gadget driver 'android_usb'
- <6>[ 2.856218] f_adb init
- <6>[ 2.856341] android_register_function adb
- <6>[ 2.856476] f_mass_storage init
- <6>[ 2.856734] fsg_probe pdev: c08f6a80, pdata: c08f7704
- <6>[ 2.856922] android_register_function usb_mass_storage
- <6>[ 2.857067] f_rndis init
- <6>[ 2.857355] android_register_function rndis
- <6>[ 2.857495] rndis_function_bind_config MAC: 02:07:4B:47:42:41
- <4>[ 2.857664] android_usb gadget: using random self ethernet address
- <4>[ 2.857851] android_usb gadget: using random host ethernet address
- <6>[ 2.859031] usb0: MAC 8a:a2:14:93:b2:3a
- <6>[ 2.859166] usb0: HOST MAC da:97:3a:5f:66:1b
- <6>[ 2.859559] android_usb gadget: Mass Storage Function, version: 2009/09/11
- <6>[ 2.859806] android_usb gadget: Number of LUNs=2
- <6>[ 2.859948] lun0: LUN: removable file: (no medium)
- <6>[ 2.860177] lun1: LUN: removable file: (no medium)
- <6>[ 2.860406] adb_bind_config
- <6>[ 2.860790] f_accessory init
- <6>[ 2.861003] android_register_function accessory
- <6>[ 2.861320] mice: PS/2 mouse device common for all mice
- <6>[ 2.861940] input: mxt224_ts_input as /devices/virtual/input/input0
- <6>[ 2.902919] Atmel MXT224 2-004a: family = 0x80, variant = 0x1, version = 0x16, build = 171
- <6>[ 2.979441] bma023 5-0038: bma023 found
- <6>[ 2.980103] bma023 5-0038: al_version=2, ml_version=1
- <6>[ 3.003495] input: accelerometer_sensor as /devices/virtual/input/input1
- <6>[ 3.004077] input: magnetic_sensor as /devices/virtual/input/input2
- <6>[ 3.004602] input: raw_magnetic_sensor as /devices/virtual/input/input3
- <3>[ 3.010835] yas529 12-002e: [init] 0 DeviceID is 80 40
- <6>[ 3.025079] input: orientation_sensor as /devices/virtual/input/input4
- <6>[ 3.025479] wake enabled for irq 166
- <6>[ 3.025736] wake enabled for irq 169
- <6>[ 3.025923] wake enabled for irq 170
- <6>[ 3.026057] GPIO Input Driver: Start gpio inputs for aries-keypad in interrupt mode
- <6>[ 3.026496] input: aries-keypad as /devices/virtual/input/input5
- <6>[ 3.027356] input: proximity_sensor as /devices/virtual/input/input6
- <6>[ 3.027860] input: light_sensor as /devices/virtual/input/input7
- <4>[ 3.028649] S3C24XX RTC, (c) 2004,2006 Simtec Electronics
- <6>[ 3.029526] s3c-rtc s3c2410-rtc: rtc disabled, re-enabling
- <6>[ 3.030048] using rtc device, s3c, for alarms
- <6>[ 3.030215] s3c-rtc s3c2410-rtc: rtc core: registered s3c as rtc0
- <6>[ 3.030527] i2c /dev entries driver
- <6>[ 3.031995] Linux video capture interface: v2.00
- <6>[ 3.032289] mfc_init: <6>S5PC110 MFC Driver, (c) 2009 Samsung Electronics
- <6>[ 3.032297]
- <6>[ 3.033062] S3C JPEG Driver, (c) 2007 Samsung Electronics
- <6>[ 3.033210] JPEG driver for S5PV210
- <6>[ 3.035429] max17040 9-0036: MAX17040 Fuel-Gauge Ver 03
- <6>[ 3.035918] device-mapper: uevent: version 1.0.3
- <6>[ 3.039200] device-mapper: ioctl: 4.17.0-ioctl (2010-03-05) initialised: [email protected]
- <6>[ 3.039388] Bluetooth: HCI UART driver ver 2.2
- <6>[ 3.039614] Bluetooth: HCI H4 protocol initialized
- <6>[ 3.039920] cpuidle: using governor ladder
- <6>[ 3.040138] cpuidle: using governor menu
- <6>[ 3.040321] sdhci: Secure Digital Host Controller Interface driver
- <6>[ 3.040471] sdhci: Copyright(c) Pierre Ossman
- <6>[ 3.040823] s3c-sdhci s3c-sdhci.0: clock source 0: hsmmc (133400000 Hz)
- <6>[ 3.040991] s3c-sdhci s3c-sdhci.0: clock source 1: hsmmc (133400000 Hz)
- <6>[ 3.041249] s3c-sdhci s3c-sdhci.0: clock source 2: sclk_mmc (51307692 Hz)
- <6>[ 3.041740] mmc0: SDHCI controller on samsung-hsmmc [s3c-sdhci.0] using ADMA
- <6>[ 3.041957] s3c-sdhci s3c-sdhci.1: clock source 0: hsmmc (133400000 Hz)
- <6>[ 3.042212] s3c-sdhci s3c-sdhci.1: clock source 1: hsmmc (133400000 Hz)
- <6>[ 3.042383] s3c-sdhci s3c-sdhci.1: clock source 2: sclk_mmc (47642857 Hz)
- <6>[ 3.042769] mmc1: SDHCI controller on samsung-hsmmc [s3c-sdhci.1] using ADMA
- <6>[ 3.043067] s3c-sdhci s3c-sdhci.2: clock source 0: hsmmc (133400000 Hz)
- <6>[ 3.043235] s3c-sdhci s3c-sdhci.2: clock source 1: hsmmc (133400000 Hz)
- <6>[ 3.043492] s3c-sdhci s3c-sdhci.2: clock source 2: sclk_mmc (47642857 Hz)
- <7>[ 3.043668] Universal :SD Detect configuration
- <7>[ 3.043898] Universal : Card status 1
- <6>[ 3.044145] mmc2: SDHCI controller on samsung-hsmmc [s3c-sdhci.2] using ADMA
- <6>[ 3.044947] logger: created 64K log 'log_main'
- <6>[ 3.045173] logger: created 256K log 'log_events'
- <6>[ 3.045444] logger: created 64K log 'log_radio'
- <6>[ 3.045759] logger: created 64K log 'log_system'
- <4>[ 3.046212] No device for DAI WM8994 PAIFRX
- <6>[ 3.046844] WM8994 Audio Codec 0.1
- <6>[ 3.061873] s3c_idma_preallocate_buffer: VA-e8240000 PA-C0000000 163840bytes
- <6>[ 3.062420] asoc: WM8994 PAIFRX <-> s5pc1xx-i2s mapping ok
- <6>[ 3.063138] ALSA device list:
- <6>[ 3.063269] #0: smdkc110 (WM8994)
- <6>[ 3.063511] GACT probability NOT on
- <6>[ 3.063649] Mirror/redirect action on
- <6>[ 3.063781] u32 classifier
- <6>[ 3.063985] Actions configured
- <6>[ 3.064116] Netfilter messages via NETLINK v0.30.
- <6>[ 3.064319] nf_conntrack version 0.5.0 (5272 buckets, 21088 max)
- <4>[ 3.064728] CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use
- <4>[ 3.064918] nf_conntrack.acct=1 kernel parameter, acct=1 nf_conntrack module option or
- <4>[ 3.065166] sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
- <6>[ 3.066068] ctnetlink v0.93: registering with nfnetlink.
- <6>[ 3.066348] xt_time: kernel timezone is -0000
- <6>[ 3.068890] ip_tables: (C) 2000-2006 Netfilter Core Team
- <6>[ 3.069155] arp_tables: (C) 2002 David S. Miller
- <6>[ 3.069370] TCP cubic registered
- <6>[ 3.069622] NET: Registered protocol family 10
- <6>[ 3.071677] lo: Disabled Privacy Extensions
- <6>[ 3.078092] Mobile IPv6
- <6>[ 3.078305] IPv6 over IPv4 tunneling driver
- <6>[ 3.080158] sit0: Disabled Privacy Extensions
- <6>[ 3.083489] ip6tnl0: Disabled Privacy Extensions
- <6>[ 3.085244] NET: Registered protocol family 17
- <6>[ 3.085413] NET: Registered protocol family 15
- <6>[ 3.085761] Bluetooth: L2CAP ver 2.14
- <6>[ 3.085895] Bluetooth: L2CAP socket layer initialized
- <6>[ 3.086049] Bluetooth: SCO (Voice Link) ver 0.6
- <6>[ 3.086292] Bluetooth: SCO socket layer initialized
- <6>[ 3.086525] Bluetooth: RFCOMM TTY layer initialized
- <6>[ 3.086765] Bluetooth: RFCOMM socket layer initialized
- <6>[ 3.086908] Bluetooth: RFCOMM ver 1.11
- <6>[ 3.087053] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
- <6>[ 3.087386] NET: Registered protocol family 35
- <6>[ 3.087591] ThumbEE CPU extension supported.
- <6>[ 3.088625] S5PV210 CPUFREQ Initialising...
- <6>[ 3.089074] s5pv210_cpufreq_init: S5PV210 cpu-freq driver
- <6>[ 3.089307] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 2
- <6>[ 3.092430] regulator_init_complete: disabling pd_mfc_supply
- <6>[ 3.092677] regulator_init_complete: disabling pd_tv_supply
- <6>[ 3.092829] regulator_init_complete: disabling pd_cam_supply
- <6>[ 3.093377] input: cypress-touchkey as /devices/virtual/input/input8
- <6>[ 3.124088] cypress_touchkey_driver 10-0020: cypress_touchkey_probe: hardware rev1 = 0x5c, rev2 = 0xd4
- <3>[ 3.124940] cypress_touchkey_driver 10-0020: i2c write error
- <3>[ 3.139819] cypress_touchkey_driver 10-0020: i2c write error
- <6>[ 3.155637] s3c-rtc s3c2410-rtc: rtc disabled, re-enabling
- <6>[ 3.156084] s3c-rtc s3c2410-rtc: setting system clock to 2011-05-06 02:44:12 UTC (1304649852)
- <6>[ 3.158095] FIMC0 registered successfully
- <6>[ 3.160053] FIMC1 registered successfully
- <6>[ 3.161764] FIMC2 registered successfully
- <6>[ 3.162214] max8998_charger_probe : MAX8998 Charger Driver Loading
- <6>[ 3.165054] max8998_charger_probe : pmic interrupt registered
- <6>[ 3.167689] wake enabled for irq 39
- <4>[ 3.168300] Warning: unable to open an initial console.
- <6>[ 3.171081] Freeing init memory: 680K
- <6>[ 3.520892] mmc0: new high speed MMC card at address 0001
- <6>[ 3.525876] mmcblk0: mmc0:0001 MAG8DE 14.9 GiB
- <6>[ 3.526241] mmcblk0: p1 p2
- <7>[ 3.567899] Universal : Card status 1
- <6>[ 3.651340] mmc2: new high speed SDHC card at address c8a8
- <6>[ 3.654755] mmcblk1: mmc2:c8a8 SU16G 14.8 GiB
- <6>[ 3.655161] mmcblk1: p1
- <6>[ 5.225957] yaffs: dev is 32505859 name is "mtdblock3" rw
- <6>[ 5.226167] yaffs: passed flags ""
- <7>[ 5.226280] yaffs: Attempting MTD mount of 31.3,"mtdblock3"
- <7>[ 5.235601] yaffs: restored from checkpoint
- <7>[ 5.235905] yaffs_read_super: isCheckpointed 1
- <7>[ 5.248629] save exit: isCheckpointed 1
- <6>[ 5.367051] keychord: using input dev aries-keypad for fevent
- <6>[ 5.367537] init: command 'loglevel' r=0
- <6>[ 5.367663] init: command 'export' r=0
- <6>[ 5.367854] init: command 'export' r=0
- <6>[ 5.367974] init: command 'export' r=0
- <6>[ 5.368095] init: command 'export' r=0
- <6>[ 5.368286] init: command 'export' r=0
- <6>[ 5.368406] init: command 'export' r=0
- <6>[ 5.368526] init: command 'export' r=0
- <6>[ 5.368717] init: command 'export' r=0
- <6>[ 5.368837] init: command 'export' r=0
- <6>[ 5.368955] init: command 'export' r=0
- <6>[ 5.369144] init: command 'export' r=0
- <6>[ 5.369264] init: command 'export' r=0
- <6>[ 5.369384] init: command 'export' r=0
- <6>[ 5.369735] init: command 'symlink' r=0
- <6>[ 5.369877] init: command 'symlink' r=0
- <6>[ 5.370021] init: command 'mkdir' r=0
- <6>[ 5.370231] init: command 'mkdir' r=0
- <6>[ 5.370367] init: command 'mkdir' r=0
- <6>[ 5.370495] init: command 'mkdir' r=0
- <6>[ 5.370810] init: command 'mount' r=0
- <6>[ 5.371072] init: command 'mkdir' r=0
- <6>[ 5.371202] init: command 'mkdir' r=-17
- <6>[ 5.371328] init: command 'mkdir' r=-17
- <6>[ 5.371537] init: command 'mkdir' r=0
- <6>[ 5.371663] init: command 'mkdir' r=-17
- <6>[ 5.371803] init: command 'mkdir' r=0
- <6>[ 5.372009] init: command 'mkdir' r=0
- <6>[ 5.372146] init: command 'mkdir' r=0
- <6>[ 5.372284] init: command 'mkdir' r=0
- <6>[ 5.372489] init: command 'mkdir' r=0
- <6>[ 5.372684] init: command 'mount' r=0
- <6>[ 5.372826] init: command 'mkdir' r=0
- <6>[ 5.373080] init: command 'mount' r=0
- <6>[ 5.373228] init: command 'mkdir' r=0
- <6>[ 5.373440] init: command 'write' r=0
- <6>[ 5.373730] init: command 'write' r=0
- <6>[ 5.373901] init: command 'write' r=0
- <6>[ 5.374053] init: command 'write' r=0
- <6>[ 5.374271] init: command 'write' r=0
- <6>[ 5.374419] init: command 'write' r=0
- <6>[ 5.374566] init: command 'write' r=0
- <6>[ 5.374774] init: command 'mkdir' r=0
- <6>[ 5.375030] init: command 'mount' r=0
- <6>[ 5.375165] init: command 'chown' r=0
- <6>[ 5.375365] init: command 'chown' r=0
- <6>[ 5.375494] init: command 'chmod' r=0
- <6>[ 5.375636] init: command 'write' r=-22
- <6>[ 5.375820] init: command 'mkdir' r=0
- <6>[ 5.375951] init: command 'chown' r=0
- <6>[ 5.376080] init: command 'chmod' r=0
- <6>[ 5.376216] init: command 'write' r=0
- <6>[ 5.376472] init: command 'mkdir' r=0
- <6>[ 5.376605] init: command 'chown' r=0
- <6>[ 5.376734] init: command 'chmod' r=0
- <6>[ 5.376943] init: command 'write' r=0
- <6>[ 5.377069] init: processing action 0x268d8 (fs)
- <6>[ 5.377266] init: mtd partition 0, boot
- <6>[ 5.377486] init: mtd partition 1, recovery
- <6>[ 5.377611] init: mtd partition 2, system
- <6>[ 5.377803] init: mtd partition 3, cache
- <6>[ 5.377925] init: mtd partition 4, efs
- <6>[ 5.378045] init: mtd partition 5, radio
- <6>[ 5.378237] init: mtd partition 6, datadata
- <6>[ 5.378360] init: mtd partition 7, reservoir
- <6>[ 5.378567] yaffs: dev is 32505858 name is "mtdblock2" rw
- <6>[ 5.378768] yaffs: passed flags ""
- <7>[ 5.378880] yaffs: Attempting MTD mount of 31.2,"mtdblock2"
- <7>[ 5.465269] yaffs: restored from checkpoint
- <7>[ 5.465624] yaffs_read_super: isCheckpointed 1
- <6>[ 5.465781] init: command 'mount' r=0
- <6>[ 5.465980] init: processing action 0x2a398 (fs)
- <6>[ 5.466187] init: command 'mount' r=-1
- <6>[ 5.466356] yaffs: dev is 32505859 name is "mtdblock3" rw
- <6>[ 5.466554] yaffs: passed flags ""
- <7>[ 5.466666] yaffs: Attempting MTD mount of 31.3,"mtdblock3"
- <7>[ 5.476100] yaffs: restored from checkpoint
- <7>[ 5.476307] yaffs_read_super: isCheckpointed 1
- <6>[ 5.476446] init: command 'mount' r=0
- <6>[ 9.401255] EXT4-fs (mmcblk0p2): recovery complete
- <6>[ 9.406712] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: noauto_da_alloc
- <6>[ 9.410234] init: command 'mount' r=0
- <6>[ 9.411757] yaffs: dev is 32505862 name is "mtdblock6" rw
- <6>[ 9.413473] yaffs: passed flags ""
- <7>[ 9.414355] yaffs: Attempting MTD mount of 31.6,"mtdblock6"
- <3>[ 9.582160] onenand_wait: ECC error = 0xaaaa
- <7>[ 9.869076] block 383 is bad
- <7>[ 22.292581] yaffs_read_super: isCheckpointed 0
- <6>[ 22.292826] init: command 'mount' r=0
- <6>[ 22.293007] init: command 'mkdir' r=0
- <6>[ 22.293208] yaffs: dev is 32505860 name is "mtdblock4" rw
- <6>[ 22.293407] yaffs: passed flags ""
- <7>[ 22.293519] yaffs: Attempting MTD mount of 31.4,"mtdblock4"
- <7>[ 22.901086] yaffs_read_super: isCheckpointed 0
- <6>[ 22.901300] init: command 'mount' r=0
- <6>[ 22.903234] init: command 'chown' r=0
- <6>[ 22.909709] init: command 'chmod' r=0
- <6>[ 22.910800] init: command 'chmod' r=0
- <6>[ 22.911804] init: command 'chown' r=0
- <6>[ 22.911939] init: command 'chown' r=-2
- <6>[ 22.912145] init: command 'chown' r=0
- <6>[ 22.912273] init: command 'chmod' r=0
- <6>[ 22.912512] init: command 'chmod' r=0
- <6>[ 22.917122] init: command 'chown' r=0
- <6>[ 22.917295] init: command 'chown' r=0
- <6>[ 22.917501] init: command 'chown' r=0
- <6>[ 22.917691] init: processing action 0x2a690 (post-fs)
- <6>[ 22.918686] init: command 'exec' r=0
- <6>[ 22.918908] init: command 'chown' r=0
- <6>[ 22.919120] init: command 'chmod' r=0
- <6>[ 22.920146] init: command 'chown' r=0
- <6>[ 22.921129] init: command 'chmod' r=0
- <6>[ 22.922316] init: command 'mkdir' r=-17
- <6>[ 22.922479] init: command 'chown' r=0
- <6>[ 22.922618] init: command 'chmod' r=0
- <6>[ 22.922834] init: command 'copy' r=-1
- <6>[ 22.924073] init: command 'chown' r=-2
- <6>[ 22.924243] init: command 'chmod' r=-2
- <6>[ 22.924446] init: command 'copy' r=-1
- <6>[ 22.924581] init: command 'chown' r=-2
- <6>[ 22.924708] init: command 'chmod' r=-2
- <6>[ 22.924913] init: command 'write' r=-2
- <6>[ 22.927031] init: command 'chown' r=0
- <6>[ 22.927971] init: command 'chmod' r=0
- <6>[ 22.930383] init: command 'chown' r=0
- <6>[ 22.931323] init: command 'chmod' r=0
- <6>[ 22.931476] init: command 'chown' r=0
- <6>[ 22.931685] init: command 'chmod' r=0
- <6>[ 22.931824] init: command 'chown' r=0
- <6>[ 22.931966] init: command 'chmod' r=0
- <6>[ 22.932199] init: command 'chown' r=0
- <6>[ 22.932336] init: command 'chmod' r=0
- <6>[ 22.932485] init: command 'mkdir' r=-17
- <6>[ 22.934012] init: command 'mkdir' r=-17
- <6>[ 22.934162] init: command 'mkdir' r=-17
- <6>[ 22.934306] init: command 'mkdir' r=-17
- <6>[ 22.934519] init: command 'mkdir' r=-17
- <6>[ 22.934661] init: command 'mkdir' r=-17
- <6>[ 22.935615] init: command 'mkdir' r=-17
- <6>[ 22.935833] init: command 'mkdir' r=-17
- <6>[ 22.936005] init: command 'chmod' r=0
- <6>[ 22.936969] init: command 'chmod' r=0
- <6>[ 22.945739] init: command 'mkdir' r=-17
- <6>[ 22.947046] init: command 'mkdir' r=-17
- <6>[ 22.947197] init: command 'symlink' r=-1
- <6>[ 22.955988] init: command 'mkdir' r=-17
- <6>[ 22.965941] init: command 'mkdir' r=-17
- <6>[ 22.974196] init: command 'mkdir' r=-17
- <6>[ 22.974417] init: command 'mkdir' r=-17
- <6>[ 22.974568] init: command 'chown' r=0
- <6>[ 22.974706] init: command 'chmod' r=0
- <6>[ 22.974851] init: command 'mkdir' r=-17
- <6>[ 22.976217] init: command 'chown' r=0
- <6>[ 22.977367] init: command 'chmod' r=0
- <6>[ 22.977685] init: command 'mkdir' r=-17
- <6>[ 22.978149] init: command 'mkdir' r=-17
- <6>[ 22.978452] init: command 'chown' r=0
- <6>[ 22.978751] init: command 'chmod' r=0
- <6>[ 22.980177] init: command 'chown' r=0
- <6>[ 22.981320] init: command 'chmod' r=0
- <6>[ 22.981605] init: command 'chown' r=0
- <6>[ 22.982040] init: command 'chmod' r=0
- <6>[ 22.982386] init: command 'chown' r=0
- <6>[ 22.982690] init: command 'chmod' r=0
- <6>[ 22.983219] init: command 'chown' r=0
- <6>[ 22.983527] init: command 'chmod' r=0
- <6>[ 22.983847] init: command 'chown' r=0
- <6>[ 22.984316] init: command 'chmod' r=0
- <6>[ 22.984587] init: processing action 0x2cac0 (property_service_init)
- <6>[ 23.001472] init: Created socket '/dev/socket/property_service' with mode '666', user '0', group '0'
- <6>[ 23.001791] init: command 'property_service_init' r=0
- <6>[ 23.002220] init: processing action 0x2cb08 (signal_init)
- <6>[ 23.002613] init: command 'signal_init' r=0
- <6>[ 23.003052] init: processing action 0x2cb50 (check_startup)
- <6>[ 23.003313] init: command 'check_startup' r=0
- <6>[ 23.003736] init: processing action 0x26930 (boot)
- <6>[ 23.004796] init: command 'ifup' r=0
- <6>[ 23.005173] init: command 'hostname' r=0
- <6>[ 23.005678] init: command 'domainname' r=0
- <6>[ 23.005944] init: command 'setrlimit' r=0
- <6>[ 23.006254] init: command 'setprop' r=0
- <6>[ 23.006759] init: command 'setprop' r=0
- <6>[ 23.007043] init: command 'setprop' r=0
- <6>[ 23.007324] init: command 'setprop' r=0
- <6>[ 23.007767] init: command 'setprop' r=0
- <6>[ 23.008046] init: command 'setprop' r=0
- <6>[ 23.008326] init: command 'setprop' r=0
- <6>[ 23.008772] init: command 'setprop' r=0
- <6>[ 23.009053] init: command 'setprop' r=0
- <6>[ 23.009336] init: command 'setprop' r=0
- <6>[ 23.009781] init: command 'setprop' r=0
- <6>[ 23.010066] init: command 'setprop' r=0
- <6>[ 23.010390] init: command 'setprop' r=0
- <6>[ 23.010842] init: command 'setprop' r=0
- <6>[ 23.011129] init: command 'setprop' r=0
- <6>[ 23.011414] init: command 'setprop' r=0
- <6>[ 23.011862] init: command 'setprop' r=0
- <6>[ 23.012146] init: command 'setprop' r=0
- <6>[ 23.012584] init: command 'write' r=0
- <6>[ 23.013086] init: command 'write' r=0
- <6>[ 23.013416] init: command 'write' r=0
- <6>[ 23.013777] init: command 'write' r=0
- <6>[ 23.014329] init: command 'write' r=0
- <6>[ 23.014679] init: command 'write' r=0
- <6>[ 23.014997] init: command 'write' r=0
- <6>[ 23.015449] init: command 'chown' r=-2
- <6>[ 23.015728] init: command 'chown' r=-2
- <6>[ 23.016005] init: command 'chown' r=-2
- <6>[ 23.016446] init: command 'chown' r=-2
- <6>[ 23.016719] init: command 'chown' r=-2
- <6>[ 23.017028] init: command 'chown' r=0
- <6>[ 23.017490] init: command 'chown' r=0
- <6>[ 23.017804] init: command 'chown' r=0
- <6>[ 23.018243] init: command 'chmod' r=0
- <6>[ 23.018697] init: command 'chmod' r=0
- <6>[ 23.018981] init: command 'chmod' r=0
- <6>[ 23.019384] init: command 'chown' r=0
- <6>[ 23.019683] init: command 'chown' r=-2
- <6>[ 23.020133] init: command 'chown' r=-2
- <6>[ 23.020416] init: command 'chown' r=-2
- <6>[ 23.020700] init: command 'chown' r=-2
- <6>[ 23.021146] init: command 'chown' r=-2
- <6>[ 23.021428] init: command 'chown' r=-2
- <6>[ 23.021712] init: command 'chown' r=-2
- <6>[ 23.022217] init: command 'chown' r=-2
- <6>[ 23.022513] init: command 'chown' r=-2
- <6>[ 23.022792] init: command 'chown' r=-2
- <6>[ 23.023231] init: command 'chown' r=-2
- <6>[ 23.023513] init: command 'chown' r=-2
- <6>[ 23.023789] init: command 'chown' r=-2
- <6>[ 23.024232] init: command 'chown' r=-2
- <6>[ 23.024519] init: command 'chown' r=-2
- <6>[ 23.024801] init: command 'chown' r=-2
- <6>[ 23.025315] init: command 'chown' r=0
- <6>[ 23.025662] init: command 'chown' r=0
- <6>[ 23.026033] init: command 'chown' r=0
- <6>[ 23.026518] init: command 'chown' r=0
- <6>[ 23.026822] init: command 'chown' r=0
- <6>[ 23.027128] init: command 'chown' r=0
- <6>[ 23.027593] init: command 'chown' r=0
- <6>[ 23.027898] init: command 'chown' r=0
- <6>[ 23.028202] init: command 'chown' r=0
- <6>[ 23.028704] init: command 'setprop' r=0
- <6>[ 23.029042] init: command 'setprop' r=0
- <6>[ 23.029375] init: command 'setprop' r=0
- <6>[ 23.029910] init: command 'setprop' r=0
- <6>[ 23.030246] init: command 'setprop' r=0
- <5>[ 23.034101] init: starting 'gpsd'
- <5>[ 23.034960] init: starting 'pvrsrvinit'
- <6>[ 23.043103] init: Created socket '/dev/socket/gps' with mode '660', user '1021', group '1000'
- <5>[ 23.080536] init: starting 'servicemanager'
- <5>[ 23.097141] init: starting 'vold'
- <5>[ 23.097483] init: starting 'netd'
- <6>[ 23.108229] init: Created socket '/dev/socket/vold' with mode '660', user '0', group '1009'
- <6>[ 23.108801] init: Created socket '/dev/socket/netd' with mode '660', user '0', group '1000'
- <5>[ 23.136176] init: starting 'debuggerd'
- <5>[ 23.138454] init: starting 'ril-daemon'
- <6>[ 23.147689] init: Created socket '/dev/socket/rild-debug' with mode '660', user '1001', group '1000'
- <6>[ 23.148009] init: Created socket '/dev/socket/rild' with mode '660', user '0', group '1001'
- <5>[ 23.160614] init: starting 'zygote'
- <5>[ 23.164410] init: starting 'media'
- <5>[ 23.165706] init: starting 'dbus'
- <5>[ 23.167044] init: starting 'installd'
- <5>[ 23.168390] init: starting 'keystore'
- <5>[ 23.174282] init: starting 'orientationd'
- <6>[ 23.179129] init: Created socket '/dev/socket/dbus' with mode '660', user '1002', group '1002'
- <6>[ 23.179942] init: Created socket '/dev/socket/installd' with mode '600', user '1000', group '1000'
- <6>[ 23.180569] init: Created socket '/dev/socket/keystore' with mode '666', user '0', group '0'
- <6>[ 23.181343] init: Created socket '/dev/socket/zygote' with mode '666', user '0', group '0'
- <5>[ 23.199324] init: starting 'geomagneticd'
- <5>[ 23.208070] init: starting 'tvout'
- <6>[ 23.208378] init: command 'class_start' r=0
- <6>[ 23.208556] init: processing action 0x29f28 (boot)
- <6>[ 23.208829] init: command 'mount' r=0
- <6>[ 23.208983] init: command 'symlink' r=0
- <6>[ 23.209124] init: command 'symlink' r=0
- <6>[ 23.209378] init: command 'symlink' r=0
- <6>[ 23.250818] init: command 'import' r=0
- <6>[ 23.593883] warning: `rild' uses 32-bit capabilities (legacy support in use)
- <3>[ 23.772478] init: exec: pid 111 exited with return code 248: Unknown error: 63541
- <6>[ 23.772713] init: command 'exec' r=0
- <6>[ 23.772974] init: waitpid returned pid 97, status = 00000000
- <5>[ 23.773109] init: process 'pvrsrvinit', pid 97 exited
- <6>[ 23.773366] init: command 'setprop' r=0
- <6>[ 23.773494] init: command 'setprop' r=0
- <6>[ 23.773699] init: command 'setprop' r=0
- <6>[ 23.773836] init: command 'setprop' r=0
- <6>[ 23.773971] init: command 'setprop' r=0
- <6>[ 23.774176] init: command 'setprop' r=0
- <6>[ 23.774311] init: command 'setprop' r=0
- <6>[ 23.774447] init: command 'setprop' r=0
- <6>[ 23.774715] init: command 'mkdir' r=-17
- <6>[ 23.774865] init: command 'mkdir' r=-17
- <6>[ 23.775000] init: command 'setprop' r=0
- <6>[ 23.775330] init: command 'chown' r=0
- <6>[ 23.775520] init: command 'chmod' r=0
- <6>[ 23.775708] init: command 'chown' r=0
- <6>[ 23.775984] init: command 'chown' r=0
- <6>[ 23.776148] init: command 'chown' r=0
- <6>[ 23.776309] init: command 'chown' r=0
- <6>[ 23.776532] init: command 'mkdir' r=-17
- <6>[ 23.776706] init: command 'chown' r=0
- <6>[ 23.776914] init: command 'chown' r=0
- <6>[ 23.777092] init: command 'chmod' r=0
- <6>[ 23.777290] init: processing action 0x2cb98 (queue_propety_triggers)
- <6>[ 23.777450] init: command 'queue_propety_triggers' r=0
- <6>[ 23.777650] init: processing action 0x27640 (property:persist.service.adb.enable=1)
- <5>[ 23.777812] init: starting 'adbd'
- <6>[ 23.778154] init: command 'start' r=0
- <6>[ 23.778318] init: processing action 0x2c908 (property:ro.secure=0)
- <3>[ 23.778551] init: service 'console' requires console
- <6>[ 23.778677] init: command 'start' r=0
- <6>[ 23.797287] enabling adb
- <6>[ 23.831670] adb_open
- <6>[ 25.616946] init: waitpid returned pid 111, status = 00000000
- <3>[ 25.617096] init: untracked pid 111 exited
- <6>[ 25.840855] [MODEM] modem_reset()
- <6>[ 26.154771] modemctl_ioctl() 0
- <6>[ 29.939496] [MODEM] modem_start() normal
- <6>[ 29.939699] [MODEM] we have a crappy bootloader an wait for it
- <6>[ 34.359277] [MODEM] bp_irq() PHONE_ACTIVE_PIN=1
- <6>[ 34.402418] [MODEM] binary load done
- <6>[ 34.402569] [MODEM] modem_start() DONE
- <6>[ 34.402687] modemctl_ioctl() 0
- <5>[ 41.915392] init: starting 'bootanim'
- <6>[ 41.921108] wake enabled for irq 34
- <6>[ 41.922924] wake disabled for irq 34
- <4>[ 163.088734] wifi_set_power = 1
- <4>[ 163.174141] wifi_set_carddetect = 1
- <7>[ 163.174284] sdhci_s3c_force_presence_change : Enter
- <4>[ 163.174579]
- <4>[ 163.174583] Dongle Host Driver, version 4.218.248.23
- <4>[ 163.293171] mmc1: queuing unknown CIS tuple 0x80 (50 bytes)
- <4>[ 163.301537] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
- <4>[ 163.332152] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
- <6>[ 163.335297] mmc1: new SDIO card at address 0001
- <4>[ 163.339724] DHD: dongle ram size is set to 294912(orig 294912)
- <6>[ 163.488373] request_suspend_state: wakeup (3->0) at 163431542295 (2011-05-06 02:46:52.828037503 UTC)
- <6>[ 163.607240] wake enabled for irq 164
- <4>[ 163.614295] Firmware version = wl0: Dec 20 2010 19:21:39 version 4.218.248.18
- <4>[ 163.766372] eth0: Broadcom Dongle Host Driver mac=00:26:37:95:41:60
- <5>[ 164.836284] init: starting 'wpa_supplicant'
- <6>[ 164.862091] init: Created socket '/dev/socket/wpa_eth0' with mode '660', user '1010', group '1010'
- <4>[ 166.469339] wl_iw_set_country: set country for US as US rev 69 failed
- <5>[ 167.116507] init: starting 'dhcpcd_eth0'
- <4>[ 167.157722] STA connect received 1
- <4>[ 171.526027] wl_iw_set_country: set country for US as US rev 69 failed
- <5>[ 173.071162] init: service 'bootanim' is being killed
- <6>[ 173.075267] init: waitpid returned pid 199, status = 0000000f
- <5>[ 173.075413] init: process 'bootanim', pid 199 exited
- <6>[ 173.974295] s3c-rtc s3c2410-rtc: rtc disabled, re-enabling
- <6>[ 183.181248] request_suspend_state: sleep (0->3) at 183124472712 (2011-05-06 02:47:12.303991167 UTC)
- <4>[ 183.224413] dhd_get_dtim_skip bcn_li_dtim=3 DTIM=1 Listen=20
- <7>[ 183.416989] save exit: isCheckpointed 1
- <7>[ 183.438224] save exit: isCheckpointed 1
- <7>[ 183.438390] save exit: isCheckpointed 0
- <3>[ 183.753387] ce147_power_en()
- <3>[ 183.760898] S5KA3DFX 0-0062: s5ka3dfx has been probed
- <4>[ 183.761040] fetching platform data
- <4>[ 183.761220] parallel mode
- <7>[ 184.821192] save exit: isCheckpointed 0
- <6>[ 185.379395] request_suspend_state: wakeup (3->0) at 185322621419 (2011-05-06 02:47:14.502139792 UTC)
- <6>[ 185.381008] s3cfb_late_resume is called
- <6>[ 185.398181] FIMD src sclk = 166750000
- <6>[ 185.443540] s3cfb_late_resume is complete
- <6>[ 187.892502] binder: release 719:828 transaction 11076 out, still active
- <6>[ 188.022362] binder: 189:500 transaction failed 29189, size 3940-0
- <6>[ 188.022510] binder: send failed reply for transaction 11076, target dead
- <6>[ 190.021033] binder: 733:764 transaction failed 29189, size 140-0
- <3>[ 195.507325] binder: release proc 807, transaction 12618, not freed
- <6>[ 196.209450] request_suspend_state: sleep (0->3) at 196152717002 (2011-05-06 02:47:25.332235166 UTC)
- <4>[ 196.248628] dhd_get_dtim_skip bcn_li_dtim=3 DTIM=1 Listen=20
- <7>[ 196.418156] save exit: isCheckpointed 0
- <7>[ 196.429696] save exit: isCheckpointed 0
- <6>[ 197.460640] request_suspend_state: wakeup (3->0) at 197403903419 (2011-05-06 02:47:26.583422291 UTC)
- <6>[ 197.462273] s3cfb_late_resume is called
- <6>[ 197.470191] FIMD src sclk = 166750000
- <6>[ 197.514037] s3cfb_late_resume is complete
- <4>[ 246.168884] ce147_s_ctrl: V4L2_CID_CAMERA_CHECK_DATALINE 0
- <4>[ 246.169033] ce147_s_ctrl: V4L2_CID_CAMERA_ANTI_BANDING 0
- <4>[ 246.169233] ce147_s_ctrl: V4L2_CID_CAMERA_ISO 0
- <4>[ 246.169356] ce147_s_ctrl: V4L2_CID_CAMERA_BRIGHTNESS 4
- <4>[ 246.169554] ce147_s_ctrl: V4L2_CID_CAMERA_FRAME_RATE 30
- <4>[ 246.169684] ce147_s_ctrl: V4L2_CID_CAMERA_METERING 2
- <4>[ 246.169810] ce147_s_ctrl: V4L2_CID_CAMERA_EFFECT 1
- <4>[ 246.170075] ce147_s_ctrl: V4L2_CID_CAMERA_WHITE_BALANCE 1
- <3>[ 246.170237] ce147_power_en()
- <3>[ 246.170415] ce147_power_en() - power state changed
- <3>[ 246.170549] Failed to request GPB0 for camera control
- <3>[ 246.179508] ce147_power_en(ON)
- <6>[ 246.179705] cam_isp_core_regulator = d7bd6180
- <6>[ 246.179823] cam_isp_host_regulator = dac15d80
- <6>[ 246.179940] cam_af_regulator = dac15740
- <6>[ 246.180052] cam_sensor_regulator = dac15f80
- <3>[ 246.180169] failed gpio_request(GPB7) for camera control
- <7>[ 247.176450] fw M:0 m:0 |prm M:0 m:0
- <7>[ 247.177368] y. m. d = 0.0.0
- <7>[ 247.178300] ce147_get_main_sw_fw_version Enter
- <4>[ 247.184766] File size : 17
- <7>[ 247.185751] fw M:5 m:15 |prm M:5 m:15
- <7>[ 247.186604] y. m. d = 2010.9.7
- <7>[ 247.187436] FW Version: 5.15
- <7>[ 247.188900] PRM Version: 7.54
- <7>[ 247.189862] Date(y.m.d): 2010.5.14
- <7>[ 247.190699] Sensor version: 16
- <4>[ 247.192252] ce147_s_ctrl: V4L2_CID_CAM_PREVIEW_ONOFF 1
- <4>[ 247.193154] ce147_set_preview_start state->check_dataline = Normal preview sequence
- <4>[ 247.201487] ce147_set_preview_start CE147_RUNMODE_READY
- <4>[ 247.588783] ce147_s_ctrl: V4L2_CID_CAMERA_FOCUS_MODE 0
- <4>[ 247.620018] ce147_s_ctrl: V4L2_CID_CAMERA_FACE_DETECTION 0
- <4>[ 247.621465] ce147_s_ctrl: V4L2_CID_CAMERA_SHARPNESS 2
- <4>[ 247.623606] ce147_s_ctrl: V4L2_CID_CAMERA_SATURATION 2
- <4>[ 247.624994] ce147_s_ctrl: V4L2_CID_CAMERA_CONTRAST 2
- <4>[ 247.626350] ce147_s_ctrl: V4L2_CID_CAMERA_BEAUTY_SHOT 0
- <4>[ 247.628576] ce147_s_ctrl: V4L2_CID_CAMERA_ZOOM 0
- <4>[ 247.630459] ce147_s_ctrl: V4L2_CID_CAMERA_BATCH_REFLECTION 1
- <4>[ 247.680099] ce147_s_ctrl: V4L2_CID_CAMERA_BATCH_REFLECTION 1
- <4>[ 264.947759] ce147_s_ctrl: V4L2_CID_CAMERA_SET_AUTO_FOCUS 1
- <4>[ 264.950275] ce147_g_ctrl: V4L2_CID_CAMERA_AUTO_FOCUS_RESULT 5
- <4>[ 264.981844] ce147_s_ctrl: V4L2_CID_CAMERA_BATCH_REFLECTION 1
- <4>[ 265.084386] ce147_g_ctrl: V4L2_CID_CAM_JPEG_MEMSIZE 3538944
- <4>[ 265.085058] ce147_g_ctrl: V4L2_CID_CAM_JPEG_MEMSIZE 3538944
- <4>[ 265.085483] ce147_s_ctrl: V4L2_CID_CAM_CAPTURE 134217793
- <4>[ 265.086324] ce147_set_capture_start 1
- <3>[ 268.084146] CE147 0-003c: ce147_set_capture_start: failed: Wait for buffering_capture
- <3>[ 268.085917] CE147 0-003c: ce147_s_ctrl: vidioc_s_ctrl failed -16, s_ctrl: id(65), value(-1069127036)
- <3>[ 268.088776] s3c-fimc-0 : fimc_streamon_capture: Error in V4L2_CID_CAM_CAPTURE
- <4>[ 268.115686] ce147_s_ctrl: V4L2_CID_CAM_JPEG_QUALITY 90
- <4>[ 268.116846] ce147_s_ctrl: V4L2_CID_CAMERA_EXIF_ORIENTATION 6
- <4>[ 268.123489] ce147_s_ctrl: V4L2_CID_CAMERA_CAPTURE 0
- <3>[ 268.124441] CE147 0-003c: ce147_s_ctrl: vidioc_s_ctrl failed -515, s_ctrl: id(50), value(0)
- <6>[ 270.454573] init: waitpid returned pid 104, status = 0000000b
- <5>[ 270.454726] init: process 'media', pid 104 exited
- <5>[ 270.454924] init: process 'media' killing any children in process group
- <5>[ 270.455235] init: starting 'media'
- <3>[ 270.502393] ce147_power_en()
- <3>[ 270.502511] ce147_power_en() - power state changed
- <3>[ 270.504052] ce147_power_en(OFF)
- <6>[ 270.507900] wm8994_set_mic_bias: system_rev=48, on=0
- <6>[ 285.481674] fsa9480 7-0025: dev1: 0x4, dev2: 0x0
- <6>[ 285.918736] android_usb gadget: high speed config #1: android
- <4>[ 305.897830] ce147_s_ctrl: V4L2_CID_CAMERA_CHECK_DATALINE 0
- <4>[ 305.898049] ce147_s_ctrl: V4L2_CID_CAMERA_ANTI_BANDING 0
- <4>[ 305.898195] ce147_s_ctrl: V4L2_CID_CAMERA_ISO 0
- <4>[ 305.898320] ce147_s_ctrl: V4L2_CID_CAMERA_BRIGHTNESS 4
- <4>[ 305.898518] ce147_s_ctrl: V4L2_CID_CAMERA_FRAME_RATE 30
- <4>[ 305.898647] ce147_s_ctrl: V4L2_CID_CAMERA_METERING 2
- <4>[ 305.898843] ce147_s_ctrl: V4L2_CID_CAMERA_EFFECT 1
- <4>[ 305.898967] ce147_s_ctrl: V4L2_CID_CAMERA_WHITE_BALANCE 1
- <3>[ 305.899196] ce147_power_en()
- <3>[ 305.899302] ce147_power_en() - power state changed
- <3>[ 305.908311] ce147_power_en(ON)
- <6>[ 305.908494] cam_isp_core_regulator = d7bd6180
- <6>[ 305.908610] cam_isp_host_regulator = dac15d80
- <6>[ 305.908726] cam_af_regulator = dac15740
- <6>[ 305.908908] cam_sensor_regulator = dac15f80
- <3>[ 305.909023] failed gpio_request(GPB7) for camera control
- <7>[ 306.906852] fw M:5 m:15 |prm M:5 m:15
- <7>[ 306.907774] y. m. d = 2010.9.7
- <7>[ 306.908711] ce147_get_main_sw_fw_version Enter
- <7>[ 306.910212] already read main sw version
- <7>[ 306.911074] FW Version: 5.15
- <7>[ 306.911907] PRM Version: 7.54
- <7>[ 306.912835] Date(y.m.d): 2010.5.14
- <7>[ 306.914313] Sensor version: 16
- <4>[ 306.915167] ce147_s_ctrl: V4L2_CID_CAM_PREVIEW_ONOFF 1
- <4>[ 306.916141] ce147_set_preview_start state->check_dataline = Normal preview sequence
- <4>[ 306.924781] ce147_set_preview_start CE147_RUNMODE_READY
- <4>[ 307.256790] ce147_s_ctrl: V4L2_CID_CAMERA_FOCUS_MODE 0
- <4>[ 307.287904] ce147_s_ctrl: V4L2_CID_CAMERA_FACE_DETECTION 0
- <4>[ 307.289999] ce147_s_ctrl: V4L2_CID_CAMERA_SHARPNESS 2
- <4>[ 307.291466] ce147_s_ctrl: V4L2_CID_CAMERA_SATURATION 2
- <4>[ 307.292833] ce147_s_ctrl: V4L2_CID_CAMERA_CONTRAST 2
- <4>[ 307.294206] ce147_s_ctrl: V4L2_CID_CAMERA_BEAUTY_SHOT 0
- <4>[ 307.295777] ce147_s_ctrl: V4L2_CID_CAMERA_ZOOM 0
- <4>[ 307.301283] ce147_s_ctrl: V4L2_CID_CAMERA_BATCH_REFLECTION 1
- <4>[ 307.385124] ce147_s_ctrl: V4L2_CID_CAMERA_BATCH_REFLECTION 1
- <4>[ 311.316973] ce147_s_ctrl: V4L2_CID_CAMERA_SET_AUTO_FOCUS 1
- <4>[ 311.319143] ce147_g_ctrl: V4L2_CID_CAMERA_AUTO_FOCUS_RESULT 5
- <4>[ 312.128926] ce147_s_ctrl: V4L2_CID_CAMERA_BATCH_REFLECTION 1
- <4>[ 312.221402] ce147_g_ctrl: V4L2_CID_CAM_JPEG_MEMSIZE 3538944
- <4>[ 312.224452] ce147_g_ctrl: V4L2_CID_CAM_JPEG_MEMSIZE 3538944
- <4>[ 312.225554] ce147_s_ctrl: V4L2_CID_CAM_CAPTURE 134217793
- <4>[ 312.241483] ce147_set_capture_start 1
- <4>[ 312.491058] ce147_set_capture_start 2
- <4>[ 312.492671] ce147_set_capture_start 3
- <4>[ 312.495700] ce147_set_capture_start 4
- <4>[ 312.497274] ce147_set_capture_start 5
- <4>[ 312.498930] ce147_set_capture_exif ENTER
- <4>[ 312.501123] ce147_set_capture_exif OUT
- <4>[ 312.502777] ce147_set_capture_start 6
- <4>[ 312.505393] ce147_set_capture_start 7
- <4>[ 312.791688] ce147_set_capture_start 8
- <4>[ 312.796085] ce147_set_capture_start 9
- <4>[ 312.941370] ce147_s_ctrl: V4L2_CID_CAM_JPEG_QUALITY 90
- <4>[ 312.982873] ce147_s_ctrl: V4L2_CID_CAMERA_EXIF_ORIENTATION 6
- <4>[ 312.984036] ce147_s_ctrl: V4L2_CID_CAMERA_CAPTURE 0
- <3>[ 312.985594] CE147 0-003c: ce147_s_ctrl: vidioc_s_ctrl failed -515, s_ctrl: id(50), value(0)
- <6>[ 314.269940] init: waitpid returned pid 1438, status = 0000000b
- <5>[ 314.270092] init: process 'media', pid 1438 exited
- <5>[ 314.270220] init: process 'media' killing any children in process group
- <5>[ 314.270559] init: starting 'media'
- <3>[ 314.330494] ce147_power_en()
- <3>[ 314.330684] ce147_power_en() - power state changed
- <3>[ 314.332234] ce147_power_en(OFF)
- <6>[ 314.336751] wm8994_set_mic_bias: system_rev=48, on=0
- <4>[ 458.215281] ce147_s_ctrl: V4L2_CID_CAMERA_CHECK_DATALINE 0
- <4>[ 458.215430] ce147_s_ctrl: V4L2_CID_CAMERA_ANTI_BANDING 0
- <4>[ 458.215631] ce147_s_ctrl: V4L2_CID_CAMERA_ISO 0
- <4>[ 458.215754] ce147_s_ctrl: V4L2_CID_CAMERA_BRIGHTNESS 4
- <4>[ 458.215950] ce147_s_ctrl: V4L2_CID_CAMERA_FRAME_RATE 30
- <4>[ 458.216078] ce147_s_ctrl: V4L2_CID_CAMERA_METERING 2
- <4>[ 458.216205] ce147_s_ctrl: V4L2_CID_CAMERA_EFFECT 1
- <4>[ 458.216399] ce147_s_ctrl: V4L2_CID_CAMERA_WHITE_BALANCE 1
- <3>[ 458.216556] ce147_power_en()
- <3>[ 458.216759] ce147_power_en() - power state changed
- <3>[ 458.225734] ce147_power_en(ON)
- <6>[ 458.225845] cam_isp_core_regulator = d7bd6180
- <6>[ 458.226034] cam_isp_host_regulator = dac15d80
- <6>[ 458.226151] cam_af_regulator = dac15740
- <6>[ 458.226263] cam_sensor_regulator = dac15f80
- <3>[ 458.226450] failed gpio_request(GPB7) for camera control
- <7>[ 459.234762] fw M:5 m:15 |prm M:5 m:15
- <7>[ 459.236446] y. m. d = 2010.9.7
- <7>[ 459.237275] ce147_get_main_sw_fw_version Enter
- <7>[ 459.238118] already read main sw version
- <7>[ 459.239592] FW Version: 5.15
- <7>[ 459.240564] PRM Version: 7.54
- <7>[ 459.241391] Date(y.m.d): 2010.5.14
- <7>[ 459.242208] Sensor version: 16
- <4>[ 459.243676] ce147_s_ctrl: V4L2_CID_CAM_PREVIEW_ONOFF 1
- <4>[ 459.244660] ce147_set_preview_start state->check_dataline = Normal preview sequence
- <4>[ 459.270780] ce147_set_preview_start CE147_RUNMODE_READY
- <4>[ 459.616180] ce147_s_ctrl: V4L2_CID_CAMERA_FOCUS_MODE 0
- <4>[ 459.647199] ce147_s_ctrl: V4L2_CID_CAMERA_FACE_DETECTION 0
- <4>[ 459.648645] ce147_s_ctrl: V4L2_CID_CAMERA_SHARPNESS 2
- <4>[ 459.650721] ce147_s_ctrl: V4L2_CID_CAMERA_SATURATION 2
- <4>[ 459.652086] ce147_s_ctrl: V4L2_CID_CAMERA_CONTRAST 2
- <4>[ 459.654101] ce147_s_ctrl: V4L2_CID_CAMERA_BEAUTY_SHOT 0
- <4>[ 459.655719] ce147_s_ctrl: V4L2_CID_CAMERA_ZOOM 0
- <4>[ 459.658326] ce147_s_ctrl: V4L2_CID_CAMERA_BATCH_REFLECTION 1
- <4>[ 459.708585] ce147_s_ctrl: V4L2_CID_CAMERA_BATCH_REFLECTION 1
- <4>[ 462.350553] ce147_s_ctrl: V4L2_CID_CAMERA_SET_AUTO_FOCUS 1
- <4>[ 462.351387] ce147_g_ctrl: V4L2_CID_CAMERA_AUTO_FOCUS_RESULT 5
- <4>[ 462.430252] ce147_s_ctrl: V4L2_CID_CAMERA_BATCH_REFLECTION 1
- <4>[ 462.524778] ce147_g_ctrl: V4L2_CID_CAM_JPEG_MEMSIZE 3538944
- <4>[ 462.529564] ce147_g_ctrl: V4L2_CID_CAM_JPEG_MEMSIZE 3538944
- <4>[ 462.529835] ce147_s_ctrl: V4L2_CID_CAM_CAPTURE 134217793
- <4>[ 462.532774] ce147_set_capture_start 1
- <3>[ 465.541403] CE147 0-003c: ce147_set_capture_start: failed: Wait for buffering_capture
- <3>[ 465.543810] CE147 0-003c: ce147_s_ctrl: vidioc_s_ctrl failed -16, s_ctrl: id(65), value(-1069127036)
- <3>[ 465.545990] s3c-fimc-0 : fimc_streamon_capture: Error in V4L2_CID_CAM_CAPTURE
- <4>[ 465.573822] ce147_s_ctrl: V4L2_CID_CAM_JPEG_QUALITY 90
- <4>[ 465.578966] ce147_s_ctrl: V4L2_CID_CAMERA_EXIF_ORIENTATION 6
- <4>[ 465.596852] ce147_s_ctrl: V4L2_CID_CAMERA_CAPTURE 0
- <3>[ 465.597011] CE147 0-003c: ce147_s_ctrl: vidioc_s_ctrl failed -515, s_ctrl: id(50), value(0)
- <6>[ 466.863913] init: waitpid returned pid 1486, status = 0000000b
- <5>[ 466.864137] init: process 'media', pid 1486 exited
- <5>[ 466.864266] init: process 'media' killing any children in process group
- <5>[ 466.864557] init: starting 'media'
- <3>[ 466.924217] ce147_power_en()
- <3>[ 466.924337] ce147_power_en() - power state changed
- <3>[ 466.925961] ce147_power_en(OFF)
- <6>[ 466.929513] wm8994_set_mic_bias: system_rev=48, on=0
- # techmik@michaels-laptop:~$
Advertisement
Add Comment
Please, Sign In to add comment