# # 02-Jan-04 amo Download ov511 drivers # # http://alpha.dyndns.org/ov511/download.html http://alpha.dyndns.org/ov511/install.html http://alpha.dyndns.org/ov511/apps.html # # # dmesg # ----- # drivers/usb/media/ov511.c: v1.64 for Linux 2.5 : ov511 USB Camera Driver # # cd /usr/local/src # # which usb controllers # lspci # # For UHCI controllers # modprobe usb-uhci" OR "modprobe uhci". # # For OHCI controllers, # modprobe usb-ohci # ( uhci-hcd and ohci-hcd ) # # Check that it exists # cat /proc/bus/usb/devices # # Preliminary USB device filesystem" is probably not enabled # in your kernel config, or usbdevfs isn't mounted # # # This should also automatically load the "videodev" modprobe ov511 # # # check that it exists # ls -la /dev/video0 # mknod /dev/video0 c 81 0 # # if you have another video device, you camera might be on /dev/video1 # # Some applications look for the device at /dev/video # # # Test the camera # ----------------- # http://alpha.dyndns.org/ov511/apps.html # # End of file