Have you tried mknod
mknod /dev/video0 c 81 0
ln -s /dev/video0 /dev/video
see linuxusbguide.sourceforge.net and read the USB-guide for more information
Yes, thanks, this works (and don't forget
chgrp video /dev/video*
either.)
But I had thought that Debian was set up so that MAKEDEV would handle
all device node creation and we admins wouldn't have to know major and
minor device numbers any more.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]