Skip to content

Instantly share code, notes, and snippets.

@jk0
Created July 9, 2015 16:09
Show Gist options
  • Select an option

  • Save jk0/4597d54961350a411805 to your computer and use it in GitHub Desktop.

Select an option

Save jk0/4597d54961350a411805 to your computer and use it in GitHub Desktop.
write(1, "Loading TX: Tx1\n", 16Loading TX: Tx1
) = 16
open("/dev/hidraw0", O_RDWR|O_NOCTTY|O_NONBLOCK) = 6
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7ee5cc7c) = -1 EINVAL (Invalid argument)
close(6) = 0
dup(2) = 6
fcntl64(6, F_GETFL) = 0x20002 (flags O_RDWR|O_LARGEFILE)
mprotect(0x75e24000, 4096, PROT_READ|PROT_WRITE) = 0
fstat64(6, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x76f87000
_llseek(6, 0, 0x7ee5cc48, SEEK_CUR) = -1 ESPIPE (Illegal seek)
write(6, "open serial port: Invalid argume"..., 35open serial port: Invalid argument
) = 35
close(6) = 0
munmap(0x76f87000, 4096) = 0
write(2, "*** ERROR: Could not initialize "..., 36*** ERROR: Could not initialize TX ") = 36
write(2, "Tx1", 3Tx1) = 3
write(2, "\"\n", 2"
) = 2
ioctl(7, 0x4143, 0x76ccb000) = 0
munmap(0x76f88000, 8192) = 0
ioctl(7, 0x4112, 0xed14aa00) = 0
close(7) = 0
write(2, "*** ERROR: Could not initialize "..., 46*** ERROR: Could not initialize Logic object ") = 46
write(2, "SimplexLogic", 12SimplexLogic) = 12
write(2, "\". Skipping...\n", 15". Skipping...
) = 15
write(2, "*** ERROR: No logics available. "..., 47*** ERROR: No logics available. Bailing out...
) = 47
exit_group(1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment