PXA270 보드에서 ov511 칩셋 웹캠 인식시키기

khwing의 이미지

정말 답답해서 미칠것 같네요.

임베디드 실습 프로젝트에 사용할 웹캠이 설치되지 않습니다.

한백전자 sm2 보드를 사용하고 있는데요.

웹캠이 인식되지 않아서 x-hyper255b 보드에서 보드를 아예 바꿔서 진행하는 중입니다.

이번에 사용하는 보드는 usb 호스트가 잘 인식되서 웹캠을 꽂으면 불도 들어오고해서 잘 될줄 알았는데 그렇지 못하네요..

제 보드 상태는 다음과 같습니다.

(웹캠 인식시 minicom에 출력되는 내용)
usb 1-1: new full speed USB device using pxa27x-ohci and address 4
usb 2-2: new full speed USB device using otg242-ohci and address 2
drivers/usb/media/ov511.c: USB OV511 video device found
drivers/usb/media/ov511.c: model: Generic Camera (no ID)
drivers/usb/media/ov511.c: Sensor is an OV7610
drivers/usb/media/ov511.c: Device at usb-TDI OTG 242-hcd-2 registered to minor 1

(minicom lsmod시)
[root@SM2 dev]$lsmod
Module Size Used by
gspca 679880 0 - Live 0xbf071000
uvcvideo 41828 0 - Live 0xbf065000
camera 171120 0 - Live 0xbf03a000
mcf25 218656 0 - Live 0xbf003000
cfio 6308 2 mcf25, Live 0xbf000000

(minicom dmesg시)
[root@SM2 dev]$dmesg
umber 2
otg242-ohci otg242-ohci: irq 9, io mem 0x08200000
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
enable_irq(9) unbalanced from c01f0a98
Initializing USB Mass Storage driver...
usbcore: registered new driver usb-storage
USB Mass Storage support registered.
usbcore: registered new driver hiddev
usbcore: registered new driver usbhid
drivers/usb/input/hid-core.c: v2.01:USB HID core driver
usbcore: registered new driver ov511
drivers/usb/media/ov511.c: v1.64 for Linux 2.5 : ov511 USv511.c: Device at usb-pxa27x-1 registered t1I2C: driver for device mt9m111.
In function i2c_mt9m111_attach_adapter.
I2C: driver for device mt9m111.
In function i2c_mt9m111_attach_adapter.
I2C: driver for device mt9m111.
In function i2c_mt9m111_attach_adapter.
usb 1-1: USB disconnect, address 2
usb 1-1: new full speed USB device using pxa27x-ohci and address 3
drivers/usb/media/ov511.c: USB OV511 video device found
drivers/usb/media/ov511.c: model: Generic Camera (no ID)

(cat dev/video1시)
[root@SM2 dev]$cat /dev/video1
cat: Read errordrivers/usb/media/ov511.c: reg write: error -110: NAK (device does not respond)
Segmentation fault

위와 같습니다..

상태도 뒤죽박죽이라 지금 글 작성하는 시점에는 device does not respond) 라는 글이라도 나오네요

video0에는 보드 카메라 모듈이 인식되서 사용할수 없더군요

3일째 밤낮 코딩도 아닌 드라이버 설치에만 시간을 쏟고 있으니 바쁜 기말기간에 정말 멘붕상태입니다.

어떻게 처리를 해야 쓸 수 있을까요

insmod ov511 등의 명령어는 사용할 수 없다더군요..

리눅스 자체가 초보인데 물어볼 데도 없이 이런 지경이니 정말 난감합니다 ㅜㅜ

khwing의 이미지

chmod 666 /dev/video* 적용시에는..

cat: Read errorSegmentation fault

라는 메시지가 출력되는걸로 바뀌네요.. 도대체 뭐가 뭔지...

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.