|
|
此芯片的驱动在这里:
http://mxhaard.free.fr/download.html
安装顺利,在/etc/modules中加入行:
重启后仍不能使用。
- #dmesg(节录)
- Linux video capture interface: v1.00
- drivers/usb/core/usb.c: registered new driver usbfs
- drivers/usb/core/usb.c: registered new driver hub
- spca50x: no version for "usb_alloc_urb" found: kernel tainted.
- drivers/usb/core/usb.c: registered new driver spca50x
- /usr/src/spca5xx-23082004/drivers/usb/spca50x.c: spca5xx driver 0.50 registered
复制代码
找了下/usr/src/linux-2.6.5/.config确实没有"usb_alloc_urb",晕!
- # v4l-conf
- v4l-conf: using X11 display :0.0
- dga: version 2.0
- mode: 1024x768, depth=24, bpp=32, bpl=4096, base=0xe8000000
- can't open /dev/video0: No such file or directory
复制代码
/dev目录下也没有video0设备,晕!
:help |
|