View previous topic :: View next topic |
Author |
Message |
Adam15906 Apprentice
Joined: 10 Jun 2004 Posts: 150 Location: PA,USA
|
Posted: Mon Jul 19, 2004 12:58 am Post subject: Did I install my WebCam correctly? |
|
|
I have a Veo Stingray.
I am using 2.6.7-gentoo-r11.
I choose Video For Linux in the Kernel.
I choose IBM C-it Xirxntex(or however its spelled).
I restarted after updating the Kernel.
But one bug.
I tried gqcam and get an error that /dev/video is no such device.
Is a webcam like eth0 that needs to be started at boot or something? _________________ Let Jesus be with you . |
|
Back to top |
|
|
tomthewombat Apprentice
Joined: 29 Mar 2003 Posts: 244 Location: NY State
|
Posted: Mon Jul 19, 2004 4:06 am Post subject: |
|
|
a) if you compiled the driver as a modules, 'lsmod' to see if it actually loaded
-> 'modprobe modulename' to load it
b) test if /dev/v4l/video0 exits
-> if it does tell gqcam to use it instead.
'gqcam -c /dev/v4l/video0' (it might be -d)
c) if video0 doesn't exist there either AND the driver is definately loaded, you are either using the wrong driver or its failing to detect your webcam
-> seek more help from this thread _________________ http://www.wombatorium.net |
|
Back to top |
|
|
icantthinkofaname n00b
Joined: 22 Apr 2004 Posts: 63 Location: Portland Oregon
|
Posted: Tue Nov 02, 2004 3:42 pm Post subject: |
|
|
making a link from /dev/v4l/video0 to /dev/video worked for me. |
|
Back to top |
|
|
|