Buenas lista, llevo un par de dias intentando hacer funcionar una vieja webcam logitech. El problema que tengo esque no hay forma de crear el dispositivo /dev/video0. Os cuento los datos tecnicos..
server:~# lsusb Bus 001 Device 004: ID 046d:0870 Logitech, Inc. QuickCam Express Bus 001 Device 002: ID 03f0:0205 Hewlett-Packard ScanJet 3300c Bus 001 Device 001: ID 0000:0000 server:~# lsmod |grep spc gspca 626128 0 videodev 21120 2 gspca,ov511 usbcore 112644 5 gspca,ohci_hcd,ov511,uhci_hcd server:~# dmesg |grep usb usbcore: registered new driver usbfs usbcore: registered new driver hub usb usb1: configuration #1 chosen from 1 choice usb 1-1: new full speed USB device using uhci_hcd and address 2 usb 1-1: configuration #1 chosen from 1 choice usb 1-2: new full speed USB device using uhci_hcd and address 3 usb 1-2: configuration #1 chosen from 1 choice usbcore: registered new driver ov511 usbcore: registered new driver gspca usb 1-2: USB disconnect, address 3 usb 1-2: new full speed USB device using uhci_hcd and address 4 usb 1-2: configuration #1 chosen from 1 choice En principio este driver:gspca (http://mxhaard.free.fr/download.html) da soporte para mi camara: 046d:0870. con mi kernel 2.6.18-4-686 He probado tambien creando el dispositivo manualmente con mknod pero sigue sin fucionar :( ¿Que puedo hacer?? Gracias!!

