1st - I looked on the box of my Logitech QuickCam Express to get the model #. I couldn't find reference anywhere else. The number was listed right above the bar code on the box. This was a recent purchase, so it is a newer model number: QC XPRS 961121-0403 . 1st question, does this have the same chip set as the qce-ga-0.30a driver. If not, is there one being worked on?
2nd - I recomplied my the 2.2.18 kernel with all the needed usb stuff. I complied the quickcam.o and moved it to /lib/modules/2.2.18/usb. I added the entry 'alias char-major-81 quickcam' to my /etc/modules.conf. What am I missing. Here is the output from quickcam.sh:
[root@breckenridge qce-ga-0.30a]# ./quickcam.sh
Using /lib/modules/2.2.18/misc/videodev.o
Using /lib/modules/2.2.18/usb/usbcore.o
insmod: a module named usbcore already exists
Using /lib/modules/2.2.18/usb/usb-uhci.o
insmod: a module named usb-uhci already exists
Module Size Used by
quickcam 24404 0 (unused)
videodev 2592 1 [quickcam]
opl3 11400 0
sb 34132 0
uart401 6224 0 [sb]
sound 57548 0 [opl3 sb uart401]
soundcore 2564 5 [sb sound]
usb-uhci 20160 0 (unused)
usbcore 44232 1 [quickcam usb-uhci]
Looks ok to me:
Here is the output when running xawtv:
[root@breckenridge /etc]# xawtv
This is xawtv-3.35, running on Linux/i586 (2.2.18)
visual: id=0x20 class=4 (TrueColor), depth=16
Xlib: extension "XVideo" missing on display ":0.0".
x11: 1152x864, 16 bit/pixel, 2304 byte/scanline, DGA
v4l-conf had some trouble, trying to continue anyway
open /dev/video: Device or resource busy
v4l: open /dev/video: Device or resource busy
no video grabber device available
[root@breckenridge /etc]#
3rd: Is there something that I need to configure to associate the quickcam with /dev/video0 or should that happen when the driver is loaded?
feel free to email me any ideas of what to remedy this problem @ bouldertatum@hotmail.com
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Been working on this way too hard.
1st - I looked on the box of my Logitech QuickCam Express to get the model #. I couldn't find reference anywhere else. The number was listed right above the bar code on the box. This was a recent purchase, so it is a newer model number: QC XPRS 961121-0403 . 1st question, does this have the same chip set as the qce-ga-0.30a driver. If not, is there one being worked on?
2nd - I recomplied my the 2.2.18 kernel with all the needed usb stuff. I complied the quickcam.o and moved it to /lib/modules/2.2.18/usb. I added the entry 'alias char-major-81 quickcam' to my /etc/modules.conf. What am I missing. Here is the output from quickcam.sh:
[root@breckenridge qce-ga-0.30a]# ./quickcam.sh
Using /lib/modules/2.2.18/misc/videodev.o
Using /lib/modules/2.2.18/usb/usbcore.o
insmod: a module named usbcore already exists
Using /lib/modules/2.2.18/usb/usb-uhci.o
insmod: a module named usb-uhci already exists
Module Size Used by
quickcam 24404 0 (unused)
videodev 2592 1 [quickcam]
opl3 11400 0
sb 34132 0
uart401 6224 0 [sb]
sound 57548 0 [opl3 sb uart401]
soundcore 2564 5 [sb sound]
usb-uhci 20160 0 (unused)
usbcore 44232 1 [quickcam usb-uhci]
Looks ok to me:
Here is the output when running xawtv:
[root@breckenridge /etc]# xawtv
This is xawtv-3.35, running on Linux/i586 (2.2.18)
visual: id=0x20 class=4 (TrueColor), depth=16
Xlib: extension "XVideo" missing on display ":0.0".
x11: 1152x864, 16 bit/pixel, 2304 byte/scanline, DGA
v4l-conf had some trouble, trying to continue anyway
open /dev/video: Device or resource busy
v4l: open /dev/video: Device or resource busy
no video grabber device available
[root@breckenridge /etc]#
3rd: Is there something that I need to configure to associate the quickcam with /dev/video0 or should that happen when the driver is loaded?
feel free to email me any ideas of what to remedy this problem @ bouldertatum@hotmail.com