Guy McArthur <[EMAIL PROTECTED]> writes: > I've tried 9.2 RC1 and 2. In both, my webcam driver is loaded, but somehow the > ddevice is not configured. The error message I get from a video4linux > application is: > > "Unable to open /dev/video0 (No such device)" > But /dev/video0 does exist, with correct permissions.
this does not means that the device file does not exist on the fs (aka the device on-disk representation) but that the kernel does not which device is linked to it. aka the driver for it hasn't registered any device > The kernel module (ov511) is loaded. what does reports lspcidrake -v ? what is dmesg output?
