Dear all, I am using kernel 2.4.18-3 (Redhat 7.3) To configure Logitech Quickcam express camera (USB) i downloaded the file quickcam-vc-1.0.5 and compiled the kernel.This is my lsmod output
Module Size Used by Tainted: P parport_pc 18724 0 (autoclean) qcamvc_pp 4452 0 (autoclean) (unused) parport 34208 0 (autoclean) [parport_pc qcamvc_pp] qcamvc_usb 4836 0 (autoclean) (unused) qcamvc 14176 0 [qcamvc_pp qcamvc_usb] videodev 6624 0 [qcamvc] i810_audio 23008 0 (autoclean) ac97_codec 11936 0 (autoclean) [i810_audio] soundcore 6692 2 (autoclean) [i810_audio] binfmt_misc 7556 1 autofs 12132 0 (autoclean) (unused) eepro100 20240 1 ipchains 43528 10 ide-cd 30272 0 (autoclean) cdrom 32224 0 (autoclean) [ide-cd] usb-ohci 20736 0 (unused) usbcore 73216 1 [qcamvc_usb usb-ohci] ext3 67136 2 jbd 49400 2 [ext3]
Whenever i try to access camera using xawtv i am getting this error message.
This is xawtv-3.73, running on Linux/i686 (2.4.18-3) can't open /dev/video0: No such device v4l-conf had some trouble, trying to continue anyway v4l2: open /dev/video0: No such device v4l: open /dev/video0: No such device no video grabber device available
My dmesg message
Linux video capture interface: v1.00 QuickCam VC: (C) 2001 by De Marchi Daniele, demarchidaniele@libero.it QuickCam VC: v4l level driver version 1.0.5 registered. QuickCam VC: Making a quickcam directory in /proc. QuickCam VC(USB): (C) 2001 by De Marchi Daniele, demarchidaniele@libero.it QuickCam VC(USB): lowlevel driver version 1.0.5 registered. qcamvc_usb: init usb.c: registered new driver Connectix QuickCam VC QuickCam VC(PP): (C) 2001 by De Marchi Daniele, demarchidaniele@libero.it QuickCam VC(PP): lowlevel driver version 1.0.5 registered. parport0: PC-style at 0x378 [PCSPP,TRISTATE]
this i am trying from past 4 days & even i tried in sourceforge.net Quickcam forum but no information.please help me out.
thanks vasu.k
On Thursday 14 November 2002 16:56, you wrote:
Dear all, I am using kernel 2.4.18-3 (Redhat 7.3)
To configure Logitech Quickcam express camera (USB) i downloaded the file quickcam-vc-1.0.5 and compiled the kernel.This is my lsmod output
i dont know about this driver, i have qce-ga-0.40c search google for it, this driver works abit slow...., rehat 7.2, but i dont think it should make any difference. BTW do you actually have a /dev/video0 file ?
rahul
Quoting Rahul Saxena rahul.saxena@SoftHome.net:
On Thursday 14 November 2002 16:56, you wrote:
i dont know about this driver, i have qce-ga-0.40c search google for it, this driver works abit slow...., rehat 7.2, but i dont think it should make any difference.
[snip]
Check Sourceforge.net. They have a project for th eLogiteck Quick Cam there.
I have tried the drivers there for my Logitech Cam i have installed at my N.O.C in office.
I have the cam connected to me Gnu-Linux web server which streams video anywhere in the world. I am using a webstreaming app available from Freshmeat.net. RH7.2 and the drivers for the quickcam drivers from sourceforge.
Bye for now.
Trevor
BTW do you actually have a /dev/video0 file ?
rahul
On Thu, 14 Nov 2002, K.Vasudeva wrote:
Whenever i try to access camera using xawtv i am getting this error message.
This is xawtv-3.73, running on Linux/i686 (2.4.18-3) can't open /dev/video0: No such device
try creating /dev/video0:
mknod /dev/video0 c 81 0
Philip
NOTE: I have never actually used xawtv or a camera connected to my PC before.