[cpia] Problem with cpia-0.7.4

Johannes Erdfelt jerdfelt@sventech.com
Tue, 25 Apr 2000 18:30:34 -0400


On Tue, Apr 25, 2000, Jacob Nikom <nikom@merl.com> wrote:
> 
> Thank you very much for your help. I followed your advice and 
> mounted the device using fstab. Here is my fstab file:
> 
> /dev/video              /proc/bus/usb           usbdevfs   
> defaults        0 0

This is incorrect. It happens to work, but it should read:

none		/proc/bus/usb	usbdevfs	defaults	0 0

> However, the gqcam program still cannot recognize the video device:
> 
> prompt>gqcam
> /dev/video: No such device
> 
> I thought I need "video0" instead of "video" and recompiled frontend.c
> but it did not help.
> Do you know what could be wrong?

video is a symlink to video0 on your machine so they are identical.

Could you give me the output of /proc/bus/usb/devices?

JE