20c20 < read(3, "\243O\235\211\250\27\351,\200a\227R\250\20\205\342a\212"..., 32) = 32 --- > read(3, "2H\305t\221\33l=\316\203\245{\231\34$r~\351\1$\375X\365"..., 32) = 32 22,24c22,25 < open("/dev/nst0", O_RDONLY) = -1 EIO (Input/output error) < dup(2) = 3 < fcntl64(3, F_GETFL) = 0x8002 (flags O_RDWR|O_LARGEFILE) --- > open("/dev/nst0", O_RDONLY) = 3 > ioctl(3, SNDCTL_MIDI_MPUMODE, 0xbffff998) = -1 EIO (Input/output error) > dup(2) = 4 > fcntl64(4, F_GETFL) = 0x8002 (flags O_RDWR|O_LARGEFILE) 29c30,31 < fstat64(3, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 1), ...}) = 0 --- > fstat64(4, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...}) = 0 > mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40 31,34c33,35 < _llseek(3, 0, 0xbffff7d0, SEEK_CUR) = -1 ESPIPE (Illegal seek) < write(3, "/dev/nst0: Input/output error\n", 30/dev/nst0: Input/output error < ) = 30 < close(3) = 0 --- > _llseek(4, 0, 0xbffff7a0, SEEK_CUR) = -1 ESPIPE (Illegal seek) > write(4, "/dev/nst0: Input/output error\n", 30/dev/nst0: Input/output error) = 30 > close(4) = 0 36c37,39 < _exit(1) = ? --- > ioctl(3, SNDCTL_MIDI_MPUCMD, 0xbffff980) = 0 > close(3) = 0 > _exit(2) = ?