안녕하세요..

일반적으로 Video fo Linux (v4l)을 사용하셨다면 다음과 같이 하시면 됩니다.

# mknod /dev/video0 c 81 0  

그럼 수고하세요.


>커널 묘듈화 해서 zImage 와 커널을 이지보드에 밀어넣고
>
>USB 웹 캠을 꼽고 부팅을 하니 이렇게 나오네요;
>
>
>usb 1-1: new full speed USB device using address 2
>drivers/usb/media/ov511.c: USB OV511+ video device found
>drivers/usb/media/ov511.c: model: Unknown
>drivers/usb/media/ov511.c: Camera type (44) not recognized
>drivers/usb/media/ov511.c: Please notify mark@alpha.dyndns.org of the name,
>drivers/usb/media/ov511.c: manufacturer, model, and this number of your camera.
>drivers/usb/media/ov511.c: Also include the output of the detection process.
>drivers/usb/media/ov511.c: Sensor is an OV7620
>drivers/usb/media/ov511.c: Device at usb-s3c2410-1 registered to minor 0
>
>
>
>그리고 /dev 안에 보면 여러 파일들이 있는데
>
>어떤 파일로 device 을 열어야 하는지 궁금하네요
>
>usb 웹 캠인데
>
>vfl 을 이용해서 캡쳐를 할려고 하는데
>
>리눅스에서 잘 되는것이
>
>이지보드에서는
>
>ERR : video device could not be opened  라는 에러 메시지가 뜨네요
>
>어떻게 해야 되는지 .. 도움 부탁드립니다.