아무리 해도 TV가 잡히질 않습니다.;;
글쓴이: aNsITAte / 작성시간: 금, 2005/06/17 - 11:59오전
데비안 쓰고 있습니다.
TV카드는 OnAir-2 입니다.
kldp에 설명글이 있어서 그대로 따라서
/etc/module.conf 도 애래처럼 바꿔주었습니다.
### This file is automatically generated by update-modules" # # Please do not edit this file directly. If you want to change or add # anything please take a look at the files in /etc/modutils and read # the manpage for update-modules. # ### update-modules: start processing /etc/modutils/0keep # DO NOT MODIFY THIS FILE! # This file is not marked as conffile to make sure if you upgrade modutils # it will be restored in case some modifications have been made. # # The keep command is necessary to prevent insmod and friends from ignoring # the builtin defaults of a path-statement is encountered. Until all other # packages use the new `add path'-statement this keep-statement is essential # to keep your system working keep ### update-modules: end processing /etc/modutils/0keep ### update-modules: start processing /etc/modutils/actions # Special actions that are needed for some modules # The BTTV module does not load the tuner module automatically, # so do that in hereOnAir-2 # post-install bttv insmod tuner # post-remove bttv rmmod tuner ### update-modules: end processing /etc/modutils/actions ### update-modules: start processing /etc/modutils/aliases # Aliases to tell insmod/modprobe which modules to use # Uncomment the network protocols you don't want loaded: # alias net-pf-1 off # Unix # alias net-pf-2 off # IPv4 # alias net-pf-3 off # Amateur Radio AX.25 # alias net-pf-4 off # IPX # alias net-pf-5 off # DDP / appletalk # alias net-pf-6 off # Amateur Radio NET/ROM # alias net-pf-9 off # X.25 # alias net-pf-10 off # IPv6 # alias net-pf-11 off # ROSE / Amateur Radio X.25 PLP # alias net-pf-19 off # Acorn Econet alias net-pf-24 pppoe alias char-major-10-175 agpgart alias char-major-10-200 tun #alias char-major-81 bttv alias char-major-108 ppp_generic alias /dev/ppp ppp_generic alias tty-ldisc-3 ppp_async alias tty-ldisc-14 ppp_synctty alias ppp-compress-21 bsd_comp alias ppp-compress-24 ppp_deflate alias ppp-compress-26 ppp_deflate # Crypto modules (see http://www.kerneli.org/) alias loop-xfer-gen-0 loop_gen alias loop-xfer-3 loop_fish2 alias loop-xfer-gen-10 loop_gen alias cipher-2 des alias cipher-3 fish2 alias cipher-4 blowfish alias cipher-6 idea alias cipher-7 serp6f alias cipher-8 mars6 alias cipher-11 rc62 alias cipher-15 dfc2 alias cipher-16 rijndael alias cipher-17 rc5 ### update-modules: end processing /etc/modutils/aliases ### update-modules: start processing /etc/modutils/apm alias char-major-10-134 apm alias /dev/apm_bios /dev/misc/apm_bios alias /dev/misc/apm_bios apm ### update-modules: end processing /etc/modutils/apm ### update-modules: start processing /etc/modutils/paths # This file contains a list of paths that modprobe should scan, # beside the ones that are compiled into the modutils tools # themselves. ### update-modules: end processing /etc/modutils/paths ### update-modules: start processing /etc/modutils/arch/i386 alias parport_lowlevel parport_pc alias char-major-10-144 nvram alias binfmt-0064 binfmt_aout alias char-major-10-135 rtc ### update-modules: end processing /etc/modutils/arch/i386 ########[ On Air TV Card Setting ]########################################## #alias char-major-81 videodev # Video Capture interface #alias char-major-81-0 bttv # Fram grabber(bt848) Driver #options bttv card=43 radio=1 # 43=On Air TV Number #options tuner type=9 # Tunner(Alphus NTSC) Driver #options msp3400 mixer=1 # msp3400.o TV Sound Moudle [u]#########[ On Air TV2 AND Little On Air Tv Card Setting ]#################### alias char-major-81 videodev # video capture interface alias char-major-81-0 bttv # Frame grabber(bt848) Driver post-install bttv modprobe -k msp3400 # Sound Processor(msp3400) Driver pre-install bttv modprobe -k tuner type=2 # Tunner(Philps NTSC) Driver options bttv card=43 radio=1 # 43=Little On Air tv Number [/u]
lsmod | grep bt 명령으로 올라온 모듈을 확인했더니 다음과 같습니다.
pigmalion:~# lsmod | grep bt snd_bt87x 13640 0 snd_pcm 85384 2 snd_emu10k1,snd_bt87x snd 50660 9 snd_emu10k1,snd_rawmidi,snd_seq_device,snd_ac97_codec,snd_util_mem,snd_hwdep,snd_bt87x,snd_pcm,snd_timer snd_page_alloc 11144 3 snd_emu10k1,snd_bt87x,snd_pcm btaudio 16400 0 bt878 11188 0 bttv 143052 1 bt878 video_buf 20356 1 bttv i2c_algo_bit 8968 1 bttv v4l2_common 6400 1 bttv btcx_risc 4744 1 bttv i2c_core 22416 3 msp3400,bttv,i2c_algo_bit videodev 9856 1 bttv soundcore 9824 6 snd,btaudio,bttv,emu10k1,sound pigmalion:~#
그리고 dmesg | grep bt 로 메시지를 확인하니 아래 처럼 인식이 안되는군요.
도대체 이거 어떻게 해야하는 거죠? 한 3일동안 이거 때문에 삽질만 해대는 것 같습니다.
pigmalion:~# dmesg | grep bt bttv: driver version 0.9.15 loaded bttv: using 8 buffers with 2080k (520 pages) each for capture bttv: Bt8xx card found (0). bttv0: Bt878 (rev 17) at 0000:02:08.0, irq: 201, latency: 32, mmio: 0xf4000000 [u]bttv0: using: *** UNKNOWN/GENERIC *** [card=0,autodetected][/u] bttv0: gpio: en=00000000, out=00000000 in=00ffffff [init] bttv: readee error bttv0: using tuner=-1 bttv0: i2c: checking for MSP34xx @ 0x80... found bttv0: i2c: checking for TDA9875 @ 0xb0... not found bttv0: i2c: checking for TDA7432 @ 0x8a... not found bttv0: registered device video0 bttv0: registered device vbi0 bt878: AUDIO driver version 0.0.0 loaded bt878: Bt878 AUDIO function found (0). bt878(0): Bt878 (rev 17) at 02:08.1, irq: 201, latency: 32, memory: 0xf4001000 btaudio: driver version 0.7 loaded [digital+analog] pigmalion:~#
Forums:
튜너 타입이랑 카드 옵션을 맞게 줘야되는데 dmesg를 보니 모듈은 올라
튜너 타입이랑 카드 옵션을 맞게 줘야되는데 dmesg를 보니 모듈은 올라왔으나 그냥 generic으로 잡네요 module 설정에 옵션이 들어가있긴한데 이상하군요 명령행에서 직접 insmod 명령으로 모듈을 옵션과 함께 줘보세요 옵션이 틀렸으면 뭐라고 메시지가 나올겁니다
2.6커널이시라면...
모듈 설정하는 곳이 변경된 것 같습니다.
/etc/modprobe.d/
라는 디렉토리가 있다면요
디렉토리 안에 bttv.modprobe 를 만드시고 다음의 옵션을 적어주시면 됩니다.
options bttv tuner=2 radio=1
로 잡으시면 됩니다.
저같은 경우에는 options bttv tuner=2 radio=1 card=43 으로 주면
소리가 안나오더라구요.
그런데 문제는 ㅡ.ㅡ;;; 이렇게 설정을 해두면 Generic 으로 카드가 잡히는데..
특정순간이 되면 TV가 갑자기 안오는 현상이 발생하네요. ㅡ.ㅡ;; 어떻게 해야할지 모르겠네요.
그립다는 것은 아직도 네가 내 안에 남아 있다는 뜻이다.
그립다는 것은 지금은 너를 볼 수 없다는 뜻이다.
볼 수는 없지만 보이지 않는 내 안 어느 곳에 네가 남아 있다는 뜻이다.
-이정하의 《혼자 사랑한다는 것은》중에서-
댓글 달기