도와주세요!!
글 수 15,339
2011.08.30 14:42:29 (*.171.209.161)
21203
hotplug를 컴파일해서 타겟보드에서 실행하면 아래와 같이 오류 메시지가 발생합니다.
input.rc 파일을 첨부하였습니다.
원인이 뭘까요!
*.부팅시 에러 메시지 입니다.
Starting hotplug /etc/hotplug/input.rc: eval: line 83: syntax error near unexpec
ted token `('
/etc/hotplug/input.rc: eval: line 83: `Phys=input(ts)'
*.터미널에서 실행한 에러 메시지
[root@falinux hotplug]$ ./input.rc start
./input.rc: eval: line 83: syntax error near unexpected token `('
./input.rc: eval: line 83: `Phys=input(ts)'
*.우분투에서 실행한 메시지
./input.rc start
/etc/hotplug/input.agent: 1: arithmetic expression: expecting EOF: "0x"
/etc/hotplug/input.agent: 1: arithmetic expression: expecting EOF: "0x"
/etc/hotplug/input.agent: 1: arithmetic expression: expecting EOF: "0x"
안녕하세요...
커널의 터치스크린 드라이버에서 Phys 에 input(ts) 라는 문자열에서 ( 를 인식하지 못하는 문제입니다..
drivers/input/touchscreen/s3c-ts.c
421 #endif
422 sprintf(ts->phys, "input(ts)");
423
424 ts->dev->name = s3c_ts_name;
425 ts->dev->phys = ts->phys;