hwclock 관련해서 질문 드립니다.
글쓴이: paeksj98 / 작성시간: 월, 2008/07/14 - 4:08오후
hwclock명령을 주면 아래와 같은 메시지를 뿌리네요.
hwclock: Could not access RTC: No such file or directory
좀 자세히 나오면 삽질을 덜해두 될텐데...
rtc를 access 못하고 무슨 파일을 못찾는다는것 같은데..
busybox 로 컴파일해서 쓰는데..
도통 모르겠네요...
누가 힌트좀 주세요.
Forums:
...
커널 컴파일 하실 때,
device driver - character device - rtc 밑의 모든 장치를 enable하셔서 컴파일해 보세요.
그게 아니라면 반대로 modprobe -r rtc 하신 다음에 hwclock하면 잘 될 수도 있습니다.
이유는 잘 모르겠네요;;
akudoku.net rancid - i'm forever
life is only one time
hwclock --directisa 로
hwclock --directisa 로 한번 해보세요.
--
/~eunjea
http://eunjaeim.com
hwclock --directisa
hwclock --directisa
hwclock: unrecognized option `--directisa'
BusyBox v1.00-rc3 (2004.10.07-20:03+0000) multi-call binary
Usage: hwclock [-r|--show] [-s|--hctosys] [-w|--systohc] [-l|--localtime] [-u|--utc]
Query and set the hardware clock (RTC)
Options:
-r read hardware clock and print result
-s set the system time from the hardware clock
-w set the hardware clock to the current system time
-u the hardware clock is kept in coordinated universal time
-l the hardware clock is kept in local time
옵션이 없다네요.....
--directisa access the ISA
--directisa access the ISA bus directly instead of /dev/rtc
이전 버전에는 없나보군요. 아무래도 rtc (real time clock) 지원하도록 커널을 다시 컴파일하시든지 바꾸셔야 하겠습니다.
--
/~eunjea
http://eunjaeim.com
커널 컴파일시 rtc 지원되게 체크는 해두었습니다.
몇가지 항목을 체크한 상태입니다.
s3c관련 rtc까지 체크한 상태입니다.
혹이 2.4커널과 2.6커널로 오면서
타임관련 여러가지 구조체를 쓰는데 혹 그부분을 바꾸면 될지..??
어떤식으로 봐야할지 좀 ....난감...
hwclock 부분은 수정 되었습니다.
인터넷을 검색하다보니 해결 방안이 있더군요..
컴파일 옵션을 좀 만져주고. rtc0를 rtc로 바꾸어주면 해결이 되더군요.
한가지 궁금한게
tm_src, rtc_time 제가 시간값을 분명히 두개의 구조체에 넣었는데
제부팅을 하면 값이 초기화 되버리네요..
2.4커널에서는 이런식으로 처리를 했는데 정상적으로 처리가 되었는데.
2.6.23.8에서 작업을 하는데 사라지네요.
hwclock -w 로 저장도 하고 하는데
hwclock 도 초기화 되는 문제가 있습니다.
어떤식으로 처리를 해야할지 조언좀 부탁드립니다.
댓글 달기