처음에 모듈을 보면 lsmod 로 보면
pcmcia_core 48416 0
ne2k-pci 4584 1
8390 6228 0 [ne2k-pci]
rtl8139 12064 1
만있읍니다 그래서 modprobe bttv 라고 하면
Module Size Used by
bttv 36704 0 (unused)
tuner 2148 1 (autoclean)
i2c 3456 2 [bttv tuner]
videodev 2560 2 [bttv]
pcmcia_core 48416 0
ne2k-pci 4584 1
8390 6228 0 [ne2k-pci]
rtl8139 12064 1
라고 위처럼 나옵니다
또한 module.conf 화일에
alias net-pf-4 off # we won't use PF IPX
alias net-pf-5 off # we won't use PF AppleTalk
alias char-major-81 videodev
alias char-major-81-0 bttv
pre-install bttv modprobe -k tuner
options bttv card=28
options tuner type=2
라고 추가 했읍니다.
그런데도 아래와 같은 메시지가 나옵니다
디렉토리확인하면 /dev/video 디렉토리가 없읍니다.
This is xawtv-3.13, running on Linux/i686 (2.2.16)
visual: id=0x22 class=3 (PseudoColor), depth=8
visual: id=0x23 class=5 (DirectColor), depth=8
visual: id=0x24 class=1 (GrayScale), depth=8
visual: id=0x25 class=2 (StaticColor), depth=8
visual: id=0x26 class=4 (TrueColor), depth=8
visual: id=0x27 class=0 (StaticGray), depth=8
switching visual (0x27)
x11: 640x480, 8 bit/pixel, 640 byte/scanline, DGA
can't open /dev/video: No such file or directory
waitpid: No child processes
v4l-conf had some trouble, trying to continue anyway
open /dev/video: No such file or directory
can't open /dev/video: No such file or directory
waitpid: No child processes
v4l-conf had some trouble, trying to continue anyway
open /dev/video: No such file or directory
no video grabber device available
흠.... 왜 이럴까요???
아시는 분은 답변 바랍니다.
그리고 이곳 저곳 문서에 나와있는대로 따라 한 결과 입니다.
물론 커널 버전은 2.2.14 정도 되니 bttv 를 사용할수 있으리라 봅니다
수고 하십시요..