Michael.Schmidt at L-3com.com schrieb:
> if (ioctl (fd, PPCLAIM)) {
> perror ("PPCLAIM");
> close (fd);
> return 1;
> }
>
> PPCLAIM: No such device or address
Usually this error is triggered, when the device could not be registered.
dmesg usually shows a more detailed message.
Regards, Andy