[커널 2.6] modprobe.conf에 등록한 모듈이 올라가지 않습니다.
글쓴이: ratmhun / 작성시간: 월, 2004/08/09 - 6:53오후
RH9에서 2.6.7로 커널 컴파일을 했습니다.
1. 2.4의 /etc/modules.conf가 /etc/modprobe.conf으로 대체되었다는 뜻은 더 이상 modules.conf가 사용되지 않는다는 것을 말하는 것이겠죠?
2. generate-modprobe.conf /etc/modprobe.conf을 이용해서 modprobe.conf를 생성하니 수 많은 모듈 정보가 나타납니다. 여기있는 모듈들이 모두 사용되는 겁니까? 2.4의 /etc/modules.conf에는 이더넷 카드, 사운드 카드, 그래픽 카드 정도와 관련된 모듈 정보만 수동으로 추가했었는데... 이걸 어떻게 수정하면 될까요?
3. /etc/modprobe.conf 어떻게 씁니까? 일단 제가 시도한 것은 2.4에서 /etc/modules.conf 에서 모듈을 등록하던 방법과 동일하게 해 보았습니다.
nvidia 모듈alias char-major-XX nvidia (XX는 숫자)
cmpci 모듈 (ALSA)
# ALSA portion alias char-major-116 snd alias snd-card-0 snd-cmipci # module options should go here # OSS/Free portion alias char-major-14 soundcore alias sound-slot-0 snd-card-0 # card #1 alias sound-service-0-0 snd-mixer-oss alias sound-service-0-1 snd-seq-oss alias sound-service-0-3 snd-pcm-oss alias sound-service-0-8 snd-seq-oss alias sound-service-0-12 snd-pcm-oss
BTTV 모듈
alias char-major-81 bttv options bttv card=44 gbuffers=4 tuner=9 options tuner debug=1 type=9
결과는 역시 실패입니다. 도저히 모듈을 부팅하면서 자동으로 잡을 수가 없어서 rc.local 파일에 modprobe xxx 이런 식으로 집어넣고 쓰고 있습니다.... 2.4에서 잘 동작하던 TV 수신 카드는 modprobe로도 잡지 못하고 있군요....
Forums:
댓글 달기