[cpia] gee willikers!

Johannes Erdfelt jerdfelt@sventech.com
Tue, 25 Jan 2000 01:08:21 -0500


On Mon, Jan 24, 2000, David Cougle <lunarbard@moonman.com> wrote:
> 
> I have usb webcam 2...
> here are the modules I have loaded...
> 
>   
> usb-uhci               17540   0  (unused)
> ide-cd                 24524   1  (autoclean)
> cdrom                  27356   0  (autoclean) [ide-cd]
> mousedev                2996   0  (unused)
> evdev                   2380   0  (unused)
> input                   1784   0  [mousedev evdev]
> serial                 38820   1  (autoclean)
> ppp_async               7116   1 
> ppp_deflate            40580   0 
> ppp_generic            11304   1  [ppp_async ppp_deflate]
> slhc                    4488   0  [ppp_generic]
> usbcore                44256   0  [usb-uhci]
> videodev                2656   0 
> unix                   14364  34  (autoclean)
> 
> 
> but STILL, even though /proc/bus/usb exists, it's empty!
> And i know i have cam plugged in to usb slot.

mount -t usbdevfs none /proc/bus/usb

> still gqcam says 
> gqcam 
> /dev/video: No such device
> 
> and
> 
> ls /dev/video
> lrwxrwxrwx   1 root     root            6 Jan  7 10:38 /dev/video ->
> video0
> [root@localhost lunarbard]# ls /dev/video0
> crw-------   1 lunarbar root      81,   0 Sep 21 09:05 /dev/video0
> 
> any ideas anyone?

Anything in the kernel logs?

JE