Guest User

i9070 info

a guest
Aug 28th, 2012
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.34 KB | None | 0 0
  1. #### dmesg error
  2.  
  3. <4>[ 10.234191] j4fs: module license 'unspecified' taints kernel.
  4. <4>[ 10.234252] Disabling lock debugging due to kernel taint
  5. <4>[ 10.245819] FlashDevMount : filp_open() OK....!
  6. <3>[ 10.246551] init: SEC_DEVENC ***[/dev/block/mmcblk0p1][0]
  7. <4>[ 10.265838] fsd_reclaim 1291: MST is not recognized(mst.magic=0x00000000)
  8. <4>[ 10.265899] fsd_reclaim 1292: MST is not recognized
  9. <4>[ 10.273376] [<c079884c>] (unwind_backtrace+0x0/0xf0) from [<c0c8151c>] (dump_stack+0x10/0x24)
  10. <4>[ 10.273559] [<c0c8151c>] (dump_stack+0x10/0x24) from [<bf003ac8>] (fsd_reclaim+0x3bc/0xe40 [j4fs])
  11. <4>[ 10.273712] [<bf003ac8>] (fsd_reclaim+0x3bc/0xe40 [j4fs]) from [<bf0017bc>] (j4fs_fill_super+0x2e0/0x364 [j4fs])
  12. <4>[ 10.273834] [<bf0017bc>] (j4fs_fill_super+0x2e0/0x364 [j4fs]) from [<c08756c8>] (get_sb_bdev+0x110/0x16c)
  13. <4>[ 10.273956] [<c08756c8>] (get_sb_bdev+0x110/0x16c) from [<bf0002f8>] (j4fs_get_sb+0x58/0x6c [j4fs])
  14. <4>[ 10.274078] [<bf0002f8>] (j4fs_get_sb+0x58/0x6c [j4fs]) from [<c08744a0>] (vfs_kern_mount+0x58/0x108)
  15. <4>[ 10.274169] [<c08744a0>] (vfs_kern_mount+0x58/0x108) from [<c0874594>] (do_kern_mount+0x34/0xd8)
  16. <4>[ 10.274261] [<c0874594>] (do_kern_mount+0x34/0xd8) from [<c088bb94>] (do_mount+0x7a4/0x848)
  17. <4>[ 10.274383] [<c088bb94>] (do_mount+0x7a4/0x848) from [<c088bcbc>] (sys_mount+0x84/0xc4)
  18. <4>[ 10.274475] [<c088bcbc>] (sys_mount+0x84/0xc4) from [<c0791740>] (ret_fast_syscall+0x0/0x30)
  19. <4>[ 10.274627] fsd_reclaim 1607: Error(nErr=0x00000000)
  20. <4>[ 10.274688] fsd_reclaim 1612: j4fs_rw_start is set to default value(128KB)
  21. <4>[ 10.274810] j4fs_fill_super 1311: Error(nErr=0x40000000)
  22. <6>[ 10.305999] param_init
  23. <3>[ 10.306091] lfs_param_op: filp_open failed. (-2)
  24. <3>[ 10.306152] param_init(358): Loading parameters failed. Parameters have been initialized as default.
  25.  
  26.  
  27. ### lsmod output
  28. dhd 266353 0 - Live 0xbf069000
  29. cifs 225149 0 - Live 0xbf026000
  30. bthid 4940 0 - Live 0xbf01f000
  31. param 11349 0 - Live 0xbf017000 (P)
  32. j4fs 69502 0 - Live 0xbf000000 (P)
  33.  
  34.  
  35. ### mount output
  36. rootfs / rootfs rw 0 0
  37. tmpfs /dev tmpfs rw,relatime,mode=755 0 0
  38. devpts /dev/pts devpts rw,relatime,mode=600 0 0
  39. proc /proc proc rw,relatime 0 0
  40. sysfs /sys sysfs rw,relatime 0 0
  41. none /sys/kernel/debug debugfs rw,relatime 0 0
  42. none /acct cgroup rw,relatime,cpuacct 0 0
  43. tmpfs /mnt/asec tmpfs rw,relatime,mode=755,gid=1000 0 0
  44. tmpfs /dev/shm tmpfs rw,relatime,mode=755,gid=1000 0 0
  45. tmpfs /mnt/obb tmpfs rw,relatime,mode=755,gid=1000 0 0
  46. /dev/block/mmcblk0p3 /system ext4 ro,relatime,barrier=1,data=ordered 0 0
  47. /dev/block/mmcblk0p2 /modemfs ext4 rw,nosuid,nodev,relatime,barrier=1,data=ordered 0 0
  48. /dev/block/mmcblk0p4 /cache ext4 rw,nosuid,nodev,relatime,barrier=1,data=ordered 0 0
  49. /dev/block/mmcblk0p7 /efs ext4 rw,nosuid,nodev,noatime,barrier=1,data=ordered 0 0
  50. /dev/block/mmcblk0p5 /data ext4 rw,nosuid,nodev,relatime,barrier=1,data=ordered,noauto_da_alloc 0 0
  51. /dev/block/vold/179:8 /mnt/sdcard vfat rw,dirsync,nosuid,nodev,noexec,noatime,nodiratime,uid=1000,gid=1015,fmask=0002,dmask=0002,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
  52. /dev/block/vold/179:17 /mnt/sdcard/external_sd vfat rw,dirsync,nosuid,nodev,noexec,noatime,nodiratime,uid=1000,gid=1015,fmask=0002,dmask=0002,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
Advertisement
Add Comment
Please, Sign In to add comment