Hi,

> I can't put the system detecting the camera. 
> I've made a small program that just try to open the /dev/video but I 
> get the error message: No such device. The most notorious thing I have
> done since yeasterday was to reboot the system after 
> configuring a program for the webcam. Since then the light on 
> the camera is allways OFF and the PC does't detect it anymore 
> (as it happens also with the audio,dsp .)

1.  Does /dev/video exist?
2.  Is it a symlink to a real /dev/ device file?  If so, which one?
3.  Do you have the camera plugged in?
4.  Do you have the philips webcam driver loaded?

> Is there any file where I can check if the PC recognizes that 
> the cam is connected?

If /proc/bus/usb is mounted, you can look in /proc/bus/usb/devices
for devices that are currently recognized as USB devices (may or
may not have a driver).  To mount /proc/bus/usb, enter
  mount -t usbdevfs usb /proc/bus/usb
This requires that USB support be built with the usbdevfs option
enabled (Yes).

> What can be the cause of this non-detection?

Any of numbers 1-4 above.

> Thank You,
> Nuno
> 
> PS. I am not the root of my system and I ve suse 6.4, kernel 
> 2.3.51 on a PII 333Mhz single processor.
> I have a philips webcam vesta pro (680K) and drivers from 
> www.smcc.demon.nl/webcam and the program I ve configured is 
> camstream from the same site.

~Randy


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to