Hey Alan,

On Fri, 2003-03-21 at 07:34, Alan Murrell wrote:
> **ERROR: [lavrec] Error opening video-device
> (/dev/video0): No such file or directory

/dev/video0 doesn't exist. :-).

> And there are absolutely no '/dev/video' devices of
> any kind.  I had thought that previously when I rand
> the 'update buz', it automatically created a
> '/dev/video' device?  I did try following the README,
> and created the /dev/video0 device, like this (because
> I am using devfsd, I had to modify things a little):
> 
> mknod /dev/v4l/video0 c 81 0
> ln -sf /dev/v4l/video0 /dev/video0
> ln -sf /dev/v4l/video
> 
> However, I still get the same error (even after trying
> to do an 'update buz' again, just to make sure).

ls -la /dev/video*? I'm guessing /dev/v4l/ doesn't exist or so.

Why not just do "for i in $(seq 0 3); do mknod /dev/video$i c 81 $i;
done && ln -s /dev/video0 /dev/video"?

Ronald

-- 
Ronald Bultje <[EMAIL PROTECTED]>
Linux Video/Multimedia developer



-------------------------------------------------------
This SF.net email is sponsored by: Tablet PC.  
Does your code think in ink? You could win a Tablet PC. 
Get a free Tablet PC hat just for playing. What are you waiting for? 
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to