> if (-1 == ioctl(fd, VIDIOCCAPTURE, (int *)&b)) > { perror("capture"); close(fd); exit(1);} > > "capture: Invalid argument" > > but if i run "xawtv" first, i do not get the error, so i obviously not > setting something right. run v4l-conf needs to configure the driver first (current video mode + fb address). xawtv does this automagically at startup. Gerd