Around about 07/09/05 19:39, Craig Tinson typed ...
this is the part where it segfaults (first time I've ever done a gdb!)
71        tcsetattr (fd, TCSANOW, &options);
set_rts (fd=0) at digibox.c:82

fd is zero, so it failed to open the serial device. Probably permissions; try it as root first.

I don't recall whether I setuid the redeye exe [safest if it works] (chown root redeye; chmod ug+s redeye) or whether I let all and sundry access the serial device (chmod a+wr /dev/<whateveritis>).

--
[EMAIL PROTECTED] ~]# rm -f .signature
[EMAIL PROTECTED] ~]# ls -l .signature
ls: .signature: No such file or directory
[EMAIL PROTECTED] ~]# exit
_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to