[cpia] Problem with cpia-0.7.4

Johannes Erdfelt jerdfelt@sventech.com
Tue, 25 Apr 2000 17:14:28 -0400


On Tue, Apr 25, 2000, Jacob Nikom <nikom@merl.com> wrote:
> Thank you very much for your response. There is nothing 
> in my /proc/bus/usb directory. I think it is empty because
> I did not have any devices but CPIA camera.

All USB devices will be listed in there. And even if you don't have any
USB devices connected, there will be a devices and drivers file.

If it's empty, the filesystem hasn't been mounted.

> When I tried to mount my /proc/bus/usb directory,
> I got an error:
> [nikom@xxx linux]# mount /proc/bus/usb
> mount: can't find /proc/bus/usb in /etc/fstab or /etc/mtab
> [nikom@xxx linux]#

mount -t usbdevfs none /proc/bus/usb

> Should I edit fstab manually or the correct version should be
> created automatically? I suspect, there is something wrong in 
> my kernel configuration settings but I don't know what it could be.

It's not automatic. You need to manually mount it. You can add it to
fstab as well.

JE