Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Video4Linux and WebCam /QickCam
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
chris4linux
Apprentice
Apprentice


Joined: 13 Nov 2002
Posts: 210
Location: Germany

PostPosted: Fri Jan 03, 2003 10:26 pm    Post subject: Video4Linux and WebCam /QickCam Reply with quote

Hi folks,
After 1000 of hours testing and kernel compiling I don't know what I could do more....my problem:
I've the Logitech QuickCam but it won't work :(
I've compiled in kernel usb storage support, V4L and OHCI and so on. I've taken the driver from topic https://forums.gentoo.org/viewtopic.php?t=4067 but when I start xawtv I get the error msg:

This is xawtv-3.80, running on Linux/i686 (2.4.19-xfs-r2.5f)
WARNING: Your X-Server has no DGA support.
can't open /dev/v4l/video0: No such file or directory
v4l-conf had some trouble, trying to continue anyway
v4l2: open /dev/v4l/video0: No such file or directory
v4l2: open /dev/v4l/video0: No such file or directory
v4l: open /dev/v4l/video0: No such file or directory
no video grabber device available

what can I do? Any idea? what should be compiled in the kernel?

Thx4Answers,
- Chris
_________________
NOTICE: alloc: /dev/null: filesystem full
Back to top
View user's profile Send private message
Carlos
Guru
Guru


Joined: 07 Aug 2002
Posts: 458
Location: Providence, RI

PostPosted: Sat Jan 04, 2003 1:33 am    Post subject: Reply with quote

Have you compiled the driver directly into the kernel or as a module? In the latter case, have you started the module with modprobe? Any USB-related kernel messages would be helpful; have you gotten other USB devices working with your set-up?

Compiling in stuff like the USB devfs and the USB proc filesystem might be necessary, and even if not would make it much easier to debug your problem, methinks.
_________________
Man must shape his tools lest they shape him.
Back to top
View user's profile Send private message
chris4linux
Apprentice
Apprentice


Joined: 13 Nov 2002
Posts: 210
Location: Germany

PostPosted: Sat Jan 04, 2003 10:25 pm    Post subject: Reply with quote

everything is compiled in to the kernel....how can I get the /dev/video or /dev/v4l/video device?

Thx,
Chris
_________________
NOTICE: alloc: /dev/null: filesystem full
Back to top
View user's profile Send private message
evidence
Tux's lil' helper
Tux's lil' helper


Joined: 04 Nov 2002
Posts: 85

PostPosted: Sun Jan 05, 2003 5:21 am    Post subject: Reply with quote

try this...

compile 'video for linux', 'usb support', 'usb-uhci' and 'usb-ohci' as modules. the qce-ga shell script (quickcam.sh) that loads the qce-ga module will load these modules for you, but they do have to be in module form.

also, make sure you have the video for linux entries in /etc/devfsd.conf
Code:
# Video4Linux devices
REGISTER       v4l/.*       PERMISSIONS root.video 660


once you have them compiled as modules, it's just a matter of
Code:
sh quickcam.sh

running this script should create the appropriate entries /dev/v4l/

hope this helps
Back to top
View user's profile Send private message
evidence
Tux's lil' helper
Tux's lil' helper


Joined: 04 Nov 2002
Posts: 85

PostPosted: Sun Jan 05, 2003 6:12 am    Post subject: Reply with quote

ahh yes...

also, some programs look for /dev/video. you can create the link from /dev/v4l/video0 to /dev/video by adding this to /etc/devfsd.conf.
Code:
# Video4Linux devices
REGISTER       v4l/.*       PERMISSIONS root.video 660

LOOKUP         ^video$      CFUNCTION GLOBAL mksymlink ${mntpnt}/v4l/video0 video
REGISTER       ^v4l/video0  CFUNCTION GLOBAL mksymlink ${devpath} video
UNREGISTER     ^v4l/video0  CFUNCTION GLOBAL unlink video


good luck :D
Back to top
View user's profile Send private message
chris4linux
Apprentice
Apprentice


Joined: 13 Nov 2002
Posts: 210
Location: Germany

PostPosted: Mon Jan 06, 2003 9:54 am    Post subject: Reply with quote

thx for help, I'll try this and hope it works :-)


-Chris
_________________
NOTICE: alloc: /dev/null: filesystem full
Back to top
View user's profile Send private message
nybbles
n00b
n00b


Joined: 10 May 2003
Posts: 55
Location: Vancouver

PostPosted: Fri Jul 04, 2003 1:47 am    Post subject: Reply with quote

i have a favour to ask:

can someone do an lsmod and tell me what they get that is relevant to the quickcam express?

Before shifting to the openmosix cluster (woohooooo setiathome cluster!), my quickcam functioned perfectly (by looking at quickcam threads, including this one, thanks!)

back then... I had this module called v4l2-common... after i started using the openmosix kernel, v4l2-common was GONE!!! :cry:

Now I have mod_quickcam and videodev as the quickcam-specific modules (weird eh?) It worked for a while, but now for some reason its not working anymore. So... I was wondering if v4l is completely necessary? I mean... it did work...

Here's the modules lsmod-ed

Quote:

mod_quickcam 44208 0 (unused)
videodev 6688 1 [mod_quickcam]


I dont wanna go back to Windoze Ex-Pee to use Netmeeting sigh sigh sigh :( :( :( :( so please helpz us....

Thanks!!!
_________________
oo oo aah aah
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum