Skip to content

Instantly share code, notes, and snippets.

@scottellis
Created November 13, 2014 20:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scottellis/460c0bb15871a9ff3843 to your computer and use it in GitHub Desktop.
Save scottellis/460c0bb15871a9ff3843 to your computer and use it in GitHub Desktop.
Output from kdump debugging i2c
root@duovero:~ # ktrace -t+ i2c -s -f /dev/iic
root@duovero:~ # kdump
807 ktrace RET ktrace 0
807 ktrace CALL execve(0xbffff764,0xbffffc94,0xbffffca8)
807 ktrace NAMI "/sbin/i2c"
807 ktrace RET execve -1 errno 2 No such file or directory
807 ktrace CALL execve(0xbffff764,0xbffffc94,0xbffffca8)
807 ktrace NAMI "/bin/i2c"
807 ktrace RET execve -1 errno 2 No such file or directory
807 ktrace CALL execve(0xbffff764,0xbffffc94,0xbffffca8)
807 ktrace NAMI "/usr/sbin/i2c"
807 ktrace NAMI "/libexec/ld-elf.so.1"
807 i2c RET execve 0
807 i2c CALL mmap(0,0x8000,0x3<PROT_READ|PROT_WRITE>,0x1002<MAP_PRIVATE|MAP_ANON>,0xffffffff,0,0,0)
807 i2c RET mmap 537092096/0x20036000
807 i2c CALL issetugid
807 i2c RET issetugid 0
807 i2c CALL lstat(0x2003b000,0xbffff118)
807 i2c NAMI "/etc"
807 i2c STRU struct stat {dev=57, ino=30465, mode=040755, nlink=25, uid=1001, gid=1001, rdev=62849, atime=1415456549, stime=1415893376, ctime=1415893376, birthtime=1415456549, size=2560, blksize=32768, blocks=8, flags=0x0 }
807 i2c RET lstat 0
807 i2c CALL lstat(0x2003b000,0xbffff118)
807 i2c NAMI "/etc/libmap.conf"
807 i2c STRU struct stat {dev=57, ino=33618, mode=0100644, nlink=1, uid=0, gid=0, rdev=70995, atime=1415891992, stime=1415891972, ctime=1415891972, birthtime=1415891972, size=102, blksize=32768, blocks=8, flags=0x0 }
807 i2c RET lstat 0
807 i2c CALL open(0x2003b000,0x100000<O_CLOEXEC>,<unused>0x2003b000)
807 i2c NAMI "/etc/libmap.conf"
807 i2c RET open 3
807 i2c CALL fstat(0x3,0xbffff1c8)
807 i2c STRU struct stat {dev=57, ino=33618, mode=0100644, nlink=1, uid=0, gid=0, rdev=70995, atime=1415891992, stime=1415891972, ctime=1415891972, birthtime=1415891972, size=102, blksize=32768, blocks=8, flags=0x0 }
807 i2c RET fstat 0
807 i2c CALL mmap(0,0x66,0x1<PROT_READ>,0x2<MAP_PRIVATE>,0x3,0,0,0)
807 i2c RET mmap 537055232/0x2002d000
807 i2c CALL close(0x3)
807 i2c RET close 0
807 i2c CALL lstat(0x2003b800,0xbfffe4a8)
807 i2c NAMI "/usr"
807 i2c STRU struct stat {dev=57, ino=60938, mode=040755, nlink=15, uid=0, gid=0, rdev=123762, atime=1415891939, stime=1415891939, ctime=1415891939, birthtime=1415891939, size=512, blksize=32768, blocks=8, flags=0x0 }
807 i2c RET lstat 0
807 i2c CALL lstat(0x2003b800,0xbfffe4a8)
807 i2c NAMI "/usr/local"
807 i2c STRU struct stat {dev=57, ino=60996, mode=040755, nlink=2, uid=0, gid=0, rdev=123820, atime=1415891939, stime=1415891939, ctime=1415891939, birthtime=1415891939, size=512, blksize=32768, blocks=8, flags=0x0 }
807 i2c RET lstat 0
807 i2c CALL lstat(0x2003b800,0xbfffe4a8)
807 i2c NAMI "/usr/local/etc"
807 i2c RET lstat -1 errno 2 No such file or directory
807 i2c CALL munmap(0x2002d000,0x66)
807 i2c RET munmap 0
807 i2c CALL open(0x2002af52,0x100000<O_CLOEXEC>,<unused>0xffff7008)
807 i2c NAMI "/var/run/ld-elf.so.hints"
807 i2c RET open 3
807 i2c CALL read(0x3,0xbfffeaa0,0x80)
807 i2c GIO fd 3 read 128 bytes
0x0000 4568 6e74 0100 0000 8000 0000 1e00 0000 0000 0000 1d00 0000 0000 0000 0000 |Ehnt..........................|
0x001e 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 |..............................|
0x003c 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 |..............................|
0x005a 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 |..............................|
0x0078 0000 0000 0000 0000 |........|
807 i2c RET read 128/0x80
807 i2c CALL lseek(0x3,0,<invalid=128>,0,0,0)
807 i2c RET lseek 128/0x80
807 i2c CALL read(0x3,0x2003c000,0x1e)
807 i2c GIO fd 3 read 30 bytes
"/lib:/usr/lib:/usr/lib/compat\0"
807 i2c RET read 30/0x1e
807 i2c CALL close(0x3)
807 i2c RET close 0
807 i2c CALL access(0x2003b800,0<F_OK>)
807 i2c NAMI "/lib/libc.so.7"
807 i2c RET access 0
807 i2c CALL open(0x20037020,0x100000<O_CLOEXEC>,<unused>0x200359e0)
807 i2c NAMI "/lib/libc.so.7"
807 i2c RET open 3
807 i2c CALL fstat(0x3,0xbfffeb50)
807 i2c STRU struct stat {dev=57, ino=91693, mode=0100444, nlink=1, uid=0, gid=0, rdev=187512, atime=1415891992, stime=1415891940, ctime=1415891940, birthtime=1415891940, size=1559884, blksize=32768, blocks=3136, flags=0x20000 }
807 i2c RET fstat 0
807 i2c CALL mmap(0,0x1000,0x1<PROT_READ>,0x40002<MAP_PRIVATE|MAP_PREFAULT_READ>,0x3,0,0,0)
807 i2c RET mmap 537055232/0x2002d000
807 i2c CALL mmap(0,0x17f000,0<PROT_NONE>,0x1021002<MAP_PRIVATE|MAP_ANON|MAP_NOCORE|MAP_ALIGNED_SUPER>,0xffffffff,0,0,0)
807 i2c RET mmap 537919488/0x20100000
807 i2c CALL mmap(0x20100000,0x159000,0x5<PROT_READ|PROT_EXEC>,0x60012<MAP_PRIVATE|MAP_FIXED|MAP_NOCORE|MAP_PREFAULT_READ>,0x3,0,0,0)
807 i2c RET mmap 537919488/0x20100000
807 i2c CALL mmap(0x20260000,0x8000,0x3<PROT_READ|PROT_WRITE>,0x40012<MAP_PRIVATE|MAP_FIXED|MAP_PREFAULT_READ>,0x3,0,0x158000,0)
807 i2c RET mmap 539361280/0x20260000
807 i2c CALL mmap(0x20268000,0x17000,0x3<PROT_READ|PROT_WRITE>,0x1012<MAP_PRIVATE|MAP_FIXED|MAP_ANON>,0xffffffff,0,0,0)
807 i2c RET mmap 539394048/0x20268000
807 i2c CALL munmap(0x2002d000,0x1000)
807 i2c RET munmap 0
807 i2c CALL close(0x3)
807 i2c RET close 0
807 i2c CALL mmap(0,0x11000,0x3<PROT_READ|PROT_WRITE>,0x1002<MAP_PRIVATE|MAP_ANON>,0xffffffff,0x2,0,0)
807 i2c RET mmap 537124864/0x2003e000
807 i2c CALL sysarch(0x2,0x2003d200)
807 i2c RET sysarch 0
807 i2c CALL sigprocmask(SIG_BLOCK,0x20035954,0xbffff218)
807 i2c RET sigprocmask 0
807 i2c CALL sigprocmask(SIG_SETMASK,0x20035964,0)
807 i2c RET sigprocmask 0
807 i2c CALL __sysctl(0xbfffedf4,0x2,0x2027db70,0xbfffedf0,0,0)
807 i2c SCTL "hw.floatingpoint"
807 i2c RET __sysctl 0
807 i2c CALL readlink(0x20251a10,0xbfffe9df,0x400)
807 i2c NAMI "/etc/malloc.conf"
807 i2c RET readlink -1 errno 2 No such file or directory
807 i2c CALL issetugid
807 i2c RET issetugid 0
807 i2c CALL break(0x12290)
807 i2c RET break 0
807 i2c CALL mmap(0,0x400000,0x3<PROT_READ|PROT_WRITE>,0x1002<MAP_PRIVATE|MAP_ANON>,0xffffffff,0,0,0)
807 i2c RET mmap 539488256/0x2027f000
807 i2c CALL munmap(0x2027f000,0x400000)
807 i2c RET munmap 0
807 i2c CALL mmap(0,0x7ff000,0x3<PROT_READ|PROT_WRITE>,0x1002<MAP_PRIVATE|MAP_ANON>,0xffffffff,0xbfffe74c,0,0)
807 i2c RET mmap 539488256/0x2027f000
807 i2c CALL munmap(0x2027f000,0x181000)
807 i2c RET munmap 0
807 i2c CALL munmap(0x20800000,0x27e000)
807 i2c RET munmap 0
807 i2c CALL sigprocmask(SIG_BLOCK,0x20035954,0xbfffedb8)
807 i2c RET sigprocmask 0
807 i2c CALL sigprocmask(SIG_SETMASK,0x20035964,0)
807 i2c RET sigprocmask 0
807 i2c CALL sigprocmask(SIG_BLOCK,0x20035954,0xbfffedb8)
807 i2c RET sigprocmask 0
807 i2c CALL sigprocmask(SIG_SETMASK,0x20035964,0)
807 i2c RET sigprocmask 0
807 i2c CALL open(0xbffffdda,0x2<O_RDWR>,<unused>0x2025593e)
807 i2c NAMI "/dev/iic1"
807 i2c RET open 3
807 i2c CALL fstat(0x1,0xbffff820)
807 i2c STRU struct stat {dev=1895890688, ino=66, mode=020620, nlink=1, uid=0, gid=4, rdev=66, atime=1415908392, stime=1415908392, ctime=1415908392, birthtime=-1, size=0, blksize=4096, blocks=0, flags=0x0 }
807 i2c RET fstat 0
807 i2c CALL sigprocmask(SIG_BLOCK,0x20035954,0xbffff630)
807 i2c RET sigprocmask 0
807 i2c CALL sigprocmask(SIG_SETMASK,0x20035964,0)
807 i2c RET sigprocmask 0
807 i2c CALL mmap(0,0x400000,0x3<PROT_READ|PROT_WRITE>,0x1002<MAP_PRIVATE|MAP_ANON>,0xffffffff,0x20038188,0,0)
807 i2c RET mmap 545259520/0x20800000
807 i2c CALL ioctl(0x1,TIOCGETA,0xbffff7e8)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL ioctl(0x3,I2CSTART,0xbffffc30)
807 i2c RET ioctl -1 errno 6 Device not configured
807 i2c CALL ioctl(0x3,I2CSTOP,0xbffffc30)
807 i2c RET ioctl -1 errno 22 Invalid argument
807 i2c CALL write(0x1,0x20803000,0x24)
807 i2c GIO fd 1 wrote 36 bytes
"Scanning I2C devices on /dev/iic1:
"
807 i2c RET write 36/0x24
807 i2c CALL ioctl(0x3,I2CRSTCARD,0xbffffc30)
807 i2c RET ioctl 0
807 i2c CALL close(0x3)
807 i2c RET close 0
807 i2c CALL sigprocmask(SIG_BLOCK,0x20035954,0xbffff9e0)
807 i2c RET sigprocmask 0
807 i2c CALL sigprocmask(SIG_SETMASK,0x20035964,0)
807 i2c RET sigprocmask 0
807 i2c CALL sigprocmask(SIG_BLOCK,0x20035954,0xbffff570)
807 i2c RET sigprocmask 0
807 i2c CALL sigprocmask(SIG_SETMASK,0x20035964,0)
807 i2c RET sigprocmask 0
807 i2c CALL sigprocmask(SIG_BLOCK,0x20035954,0xbffff570)
807 i2c RET sigprocmask 0
807 i2c CALL sigprocmask(SIG_SETMASK,0x20035964,0)
807 i2c RET sigprocmask 0
807 i2c CALL exit(0)
root@duovero:~ #
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment