- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
我的应用程序有一个小问题。
首先我安装 i2c-tools 包,
我向所有用户授予 dev/i2c* 文件的所有权限。
之后,在 etc/modules
文件中添加行 i2c-dev
i2c 设备存在于/dev/目录中。
我猜问题出在我的 C 代码中:int fd = open("/dev/i2c-1", O_RDWR);
返回 -1 值,并给出 errno:2 No such file or directory。
有人有建议吗,我找不到什么问题?
下面是i2cDetect、设备和权限输出。
root@arge16-HP-600B:/home/arge1-6# i2cdetect -y 1
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: -- -- -- -- -- -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- 37 -- -- -- -- -- -- -- --
40: -- -- -- -- -- -- -- -- -- 49 -- -- -- -- -- --
50: 50 -- -- -- -- -- -- -- -- 59 -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
70: -- -- -- -- -- -- -- --
root@arge16-HP-600B:/home/arge1-6# i2cdetect -l
i2c-0 i2c i915 gmbus ssc I2C adapter
i2c-1 i2c i915 gmbus vga I2C adapter
i2c-2 i2c i915 gmbus panel I2C adapter
i2c-3 i2c i915 gmbus dpc I2C adapter
i2c-4 i2c i915 gmbus dpb I2C adapter
i2c-5 i2c i915 gmbus dpd I2C adapter
i2c-6 i2c DPDDC-B I2C adapter
root@arge16-HP-600B:/home/arge1-6# ls -l /dev/i2c*
crw-rw-rw- 1 root i2c 89, 0 Oct 2 14:36 /dev/i2c-0
crw-rw-rw- 1 root i2c 89, 1 Oct 2 14:36 /dev/i2c-1
crw-rw-rw- 1 root i2c 89, 2 Oct 2 14:36 /dev/i2c-2
crw-rw-rw- 1 root i2c 89, 3 Oct 2 14:36 /dev/i2c-3
crw-rw-rw- 1 root i2c 89, 4 Oct 2 14:36 /dev/i2c-4
crw-rw-rw- 1 root i2c 89, 5 Oct 2 14:36 /dev/i2c-5
crw-rw-rw- 1 root i2c 89, 6 Oct 2 14:36 /dev/i2c-6
root@arge16-HP-600B:/home/arge1-6/Desktop/ekrem/adt/workspaceEkrem/DIP40/IpIntercomDIP40# strace i2cdetect -y 1
execve("/usr/sbin/i2cdetect", ["i2cdetect", "-y", "1"], [/* 28 vars */]) = 0
brk(0) = 0xf1a000
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f53bc733000
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=125548, ...}) = 0
mmap(NULL, 125548, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f53bc714000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360\36\2\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1853400, ...}) = 0
mmap(NULL, 3961912, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f53bc14b000
mprotect(0x7f53bc308000, 2097152, PROT_NONE) = 0
mmap(0x7f53bc508000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1bd000) = 0x7f53bc508000
mmap(0x7f53bc50e000, 17464, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f53bc50e000
close(3) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f53bc713000
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f53bc711000
arch_prctl(ARCH_SET_FS, 0x7f53bc711740) = 0
mprotect(0x7f53bc508000, 16384, PROT_READ) = 0
mprotect(0x603000, 4096, PROT_READ) = 0
mprotect(0x7f53bc735000, 4096, PROT_READ) = 0
munmap(0x7f53bc714000, 125548) = 0
open("/dev/i2c/1", O_RDWR) = -1 ENOENT (No such file or directory)
open("/dev/i2c-1", O_RDWR) = 3
ioctl(3, 0x705, 0x7fff039b01d8) = 0
fstat(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f53bc732000
write(1, " 0 1 2 3 4 5 6 7 8 "..., 52 0 1 2 3 4 5 6 7 8 9 a b c d e f
) = 52
write(1, "00: ", 400: ) = 4
write(1, " ", 3 ) = 3
write(1, " ", 3 ) = 3
write(1, " ", 3 ) = 3
ioctl(3, 0x703, 0x3) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x4) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x5) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x6) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x7) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x8) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x9) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0xa) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0xb) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0xc) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0xd) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0xe) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0xf) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- \n", 4--
) = 4
write(1, "10: ", 410: ) = 4
ioctl(3, 0x703, 0x10) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x11) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x12) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x13) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x14) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x15) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x16) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x17) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x18) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x19) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x1a) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x1b) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x1c) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x1d) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x1e) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x1f) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- \n", 4--
) = 4
write(1, "20: ", 420: ) = 4
ioctl(3, 0x703, 0x20) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x21) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x22) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x23) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x24) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x25) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x26) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x27) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x28) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x29) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x2a) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x2b) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x2c) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x2d) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x2e) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x2f) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- \n", 4--
) = 4
write(1, "30: ", 430: ) = 4
ioctl(3, 0x703, 0x30) = 0
ioctl(3, 0x720, 0x7fff039b00f0) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x31) = 0
ioctl(3, 0x720, 0x7fff039b00f0) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x32) = 0
ioctl(3, 0x720, 0x7fff039b00f0) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x33) = 0
ioctl(3, 0x720, 0x7fff039b00f0) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x34) = 0
ioctl(3, 0x720, 0x7fff039b00f0) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x35) = 0
ioctl(3, 0x720, 0x7fff039b00f0) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x36) = 0
ioctl(3, 0x720, 0x7fff039b00f0) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x37) = 0
ioctl(3, 0x720, 0x7fff039b00f0) = 0
write(1, "37 ", 337 ) = 3
ioctl(3, 0x703, 0x38) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x39) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x3a) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x3b) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x3c) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x3d) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x3e) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x3f) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- \n", 4--
) = 4
write(1, "40: ", 440: ) = 4
ioctl(3, 0x703, 0x40) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x41) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x42) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x43) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x44) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x45) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x46) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x47) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x48) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x49) = 0
ioctl(3, 0x720, 0x7fff039b0120) = 0
write(1, "49 ", 349 ) = 3
ioctl(3, 0x703, 0x4a) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x4b) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x4c) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x4d) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x4e) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x4f) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- \n", 4--
) = 4
write(1, "50: ", 450: ) = 4
ioctl(3, 0x703, 0x50) = 0
ioctl(3, 0x720, 0x7fff039b00f0) = 0
write(1, "50 ", 350 ) = 3
ioctl(3, 0x703, 0x51) = 0
ioctl(3, 0x720, 0x7fff039b00f0) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x52) = 0
ioctl(3, 0x720, 0x7fff039b00f0) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x53) = 0
ioctl(3, 0x720, 0x7fff039b00f0) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x54) = 0
ioctl(3, 0x720, 0x7fff039b00f0) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x55) = 0
ioctl(3, 0x720, 0x7fff039b00f0) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x56) = 0
ioctl(3, 0x720, 0x7fff039b00f0) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x57) = 0
ioctl(3, 0x720, 0x7fff039b00f0) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x58) = 0
ioctl(3, 0x720, 0x7fff039b00f0) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x59) = 0
ioctl(3, 0x720, 0x7fff039b00f0) = 0
write(1, "59 ", 359 ) = 3
ioctl(3, 0x703, 0x5a) = 0
ioctl(3, 0x720, 0x7fff039b00f0) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x5b) = 0
ioctl(3, 0x720, 0x7fff039b00f0) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x5c) = 0
ioctl(3, 0x720, 0x7fff039b00f0) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x5d) = 0
ioctl(3, 0x720, 0x7fff039b00f0) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x5e) = 0
ioctl(3, 0x720, 0x7fff039b00f0) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x5f) = 0
ioctl(3, 0x720, 0x7fff039b00f0) = -1 ENXIO (No such device or address)
write(1, "-- \n", 4--
) = 4
write(1, "60: ", 460: ) = 4
ioctl(3, 0x703, 0x60) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x61) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x62) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x63) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x64) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x65) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x66) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x67) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x68) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x69) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x6a) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x6b) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x6c) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x6d) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x6e) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x6f) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- \n", 4--
) = 4
write(1, "70: ", 470: ) = 4
ioctl(3, 0x703, 0x70) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x71) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x72) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x73) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x74) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x75) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x76) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
ioctl(3, 0x703, 0x77) = 0
ioctl(3, 0x720, 0x7fff039b0120) = -1 ENXIO (No such device or address)
write(1, "-- ", 3-- ) = 3
write(1, " ", 3 ) = 3
write(1, " ", 3 ) = 3
write(1, " ", 3 ) = 3
write(1, " ", 3 ) = 3
write(1, " ", 3 ) = 3
write(1, " ", 3 ) = 3
write(1, " ", 3 ) = 3
write(1, " \n", 4
) = 4
close(3) = 0
exit_group(0) = ?
+++ exited with 0 +++
最佳答案
您已在 HP-600B PC 上运行 i2c-detect,而不是在 Android 虚拟设备上运行。
显然,您的 Android 虚拟设备与大多数设备一样,没有 i2c 功能,或者至少没有向/dev 中的普通用户公开。
您可以在某种程度上从 adb shell
探索 Android 设备,但最终要看到与您的应用程序可用的相同类型的受限 View 和文件系统安装,您将需要使用文件浏览器应用程序、本地终端应用程序(例如 connectbot)或 ssh 服务器应用程序。
当试图了解某些东西可能如何工作时,在PC上运行测试确实是一个捷径,但只有在目标系统本身上运行的测试才能确定它实际支持的内容。
关于embedded - open ("/dev/i2c-1",O_RDWR) 返回-1, i2c-1 设备无法打开,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26370626/
我通过 spring ioc 编写了一些 Rest 应用程序。但我无法解决这个问题。这是我的异常(exception): org.springframework.beans.factory.BeanC
我对 TestNG、Spring 框架等完全陌生,我正在尝试使用注释 @Value通过 @Configuration 访问配置文件注释。 我在这里想要实现的目标是让控制台从配置文件中写出“hi”,通过
为此工作了几个小时。我完全被难住了。 这是 CS113 的实验室。 如果用户在程序(二进制计算器)结束时选择继续,我们需要使用 goto 语句来到达程序的顶部。 但是,我们还需要释放所有分配的内存。
我正在尝试使用 ffmpeg 库构建一个小的 C 程序。但是我什至无法使用 avformat_open_input() 打开音频文件设置检查错误代码的函数后,我得到以下输出: Error code:
使用 Spring Initializer 创建一个简单的 Spring boot。我只在可用选项下选择 DevTools。 创建项目后,无需对其进行任何更改,即可正常运行程序。 现在,当我尝试在项目
所以我只是在 Mac OS X 中通过 brew 安装了 qt。但是它无法链接它。当我尝试运行 brew link qt 或 brew link --overwrite qt 我得到以下信息: ton
我在提交和 pull 时遇到了问题:在提交的 IDE 中,我看到: warning not all local changes may be shown due to an error: unable
我跑 man gcc | grep "-L" 我明白了 Usage: grep [OPTION]... PATTERN [FILE]... Try `grep --help' for more inf
我有一段代码,旨在接收任何 URL 并将其从网络上撕下来。到目前为止,它运行良好,直到有人给了它这个 URL: http://www.aspensurgical.com/static/images/a
在过去的 5 个小时里,我一直在尝试在我的服务器上设置 WireGuard,但在完成所有设置后,我无法 ping IP 或解析域。 下面是服务器配置 [Interface] Address = 10.
我正在尝试在 GitLab 中 fork 我的一个私有(private)项目,但是当我按下 fork 按钮时,我会收到以下信息: No available namespaces to fork the
我这里遇到了一些问题。我是 node.js 和 Rest API 的新手,但我正在尝试自学。我制作了 REST API,使用 MongoDB 与我的数据库进行通信,我使用 Postman 来测试我的路
下面的代码在控制台中给出以下消息: Uncaught DOMException: Failed to execute 'appendChild' on 'Node': The new child el
我正在尝试调用一个新端点来显示数据,我意识到在上一组有效的数据中,它在数据周围用一对额外的“[]”括号进行控制台,我认为这就是问题是,而新端点不会以我使用数据的方式产生它! 这是 NgFor 失败的原
我正在尝试将我的 Symfony2 应用程序部署到我的 Azure Web 应用程序,但遇到了一些麻烦。 推送到远程时,我在终端中收到以下消息 remote: Updating branch 'mas
Minikube已启动并正在运行,没有任何错误,但是我无法 curl IP。我在这里遵循:https://docs.traefik.io/user-guide/kubernetes/,似乎没有提到关闭
每当我尝试docker组成任何项目时,都会出现以下错误。 我尝试过有和没有sudo 我在这台机器上只有这个问题。我可以在Mac和Amazon WorkSpace上运行相同的容器。 (myslabs)
我正在尝试 pip install stanza 并收到此消息: ERROR: No matching distribution found for torch>=1.3.0 (from stanza
DNS 解析看起来不错,但我无法 ping 我的服务。可能是什么原因? 来自集群中的另一个 Pod: $ ping backend PING backend.default.svc.cluster.l
我正在使用Hibernate 4 + Spring MVC 4当我开始 Apache Tomcat Server 8我收到此错误: Error creating bean with name 'wel
我是一名优秀的程序员,十分优秀!