VS LTV 883 RF (cx88xx/cx8800)

Установка, настройка TV-тюнеров, видеокамер, веб-камер, плат видеозахвата, flash(MP3)-плееры

Модератор: Модераторы разделов

Ответить
stampoon
Сообщения: 702
ОС: Mandrake/Mandriva Cooker

VS LTV 883 RF (cx88xx/cx8800)

Сообщение stampoon »

Помогите завести сабжевый тюнер.
И так, что имеется:
Тюнер - VS LTV 883 RF (V-STREAM BG+DK)
Чип: Conexant cx23883-19 (e3676911/0318 KOREA)
Что прописано:

Код: Выделить всё

$ cat /etc/modprobe.conf | grep cx88xx
options cx88xx card=16

$ dmesg | grep cx88
cx88/0: cx2388x v4l2 driver version 0.0.7 loaded
cx8800 0000:02:01.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
cx88[0]: subsystem: 0000:0000, board: KWorld LTV883RF [card=16,insmod option], frontend(s): 0
cx88[0]: TV tuner type 48, Radio tuner type -1
tuner 0-0060: chip found @ 0xc0 (cx88[0])
input: cx88 IR (KWorld LTV883RF) as /devices/pci0000:00/0000:00:14.4/0000:02:01.0/input/input5
cx88[0]/0: found at 0000:02:01.0, rev: 5, irq: 21, latency: 64, mmio: 0xf8000000
IRQ 21/cx88[0]: IRQF_DISABLED is not guaranteed on shared IRQs
cx88[0]/0: registered device video0 [v4l2]
cx88[0]/0: registered device vbi0
cx88[0]/0: registered device radio0

$ lsmod | grep cx88
cx8800                 37404  0
cx88xx                 85452  1 cx8800
ir_common              52948  1 cx88xx
i2c_algo_bit            7028  1 cx88xx
tveeprom               14996  1 cx88xx
v4l2_common            21328  3 tuner,cx8800,cx88xx
videodev               43744  4 tuner,cx8800,cx88xx,v4l2_common
i2c_core               34592  11 nvidia,i2c_piix4,tuner_simple,tea5767,tuner,cx8800,cx88xx,i2c_algo_bit,tveeprom,
v4l2_common,videodev
btcx_risc               5848  2 cx8800,cx88xx
videobuf_dma_sg        14836  2 cx8800,cx88xx
videobuf_core          21332  3 cx8800,cx88xx,videobuf_dma_sg


Т.е. устройство определяется, однако принимать сигнал он не хочет. На высокочастотке висит видак, т.е. с него картинка идет 100%, но с тюнера идут только помехи :(

Код: Выделить всё

$ mplayer tv:// -tv norm=5 -tv freq=607.25 -tv input=0
MPlayer SVN-1.rc4.0.r29850.2plf2010.1-4.4.1 (C) 2000-2009 MPlayer Team
3DNow supported but disabled
3DNowExt supported but disabled
Can't open joystick device /dev/input/js0: No such file or directory
Can't init input joystick
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing tv://.
TV file format detected.
Selected driver: v4l2
 name: Video 4 Linux 2 input
 author: Martin Olschewski <olschewski@zpr.uni-koeln.de>
 comment: first try, more to come;-)
Selected device: KWorld LTV883RF
 Tuner cap: STEREO LANG1 LANG2
 Tuner rxs: MONO
 Capabilites:  video capture  VBI capture device  tuner  read/write  streaming
 supported norms: 0 = NTSC-M; 1 = NTSC-M-JP; 2 = NTSC-443; 3 = PAL-BG; 4 = PAL-I; 5 = PAL-DK; 6 = PAL-M; 7 = PAL-N; 8 = PAL-Nc; 9 = PAL-60; 10 = SECAM-B; 11 = SECAM-G; 12 = SECAM-H; 13 = SECAM-DK; 14 = SECAM-L;
 inputs: 0 = Television; 1 = for debug only; 2 = Composite1; 3 = S-Video;
 Current input: 1
 Current format: BGR24
v4l2: current audio mode is : MONO
v4l2: ioctl set format failed: Invalid argument
v4l2: ioctl set format failed: Invalid argument
tv.c: norm_from_string(5): Bogus norm parameter, setting default.
==========================================================================
Opening video decoder: [raw] RAW Uncompressed Video
Movie-Aspect is undefined - no prescaling applied.
VO: [xv] 640x480 => 640x480 Packed UYVY  [zoom]
Selected video codec: [rawuyvy] vfm: raw (RAW UYVY)
==========================================================================
Audio: no sound
Starting playback...
v4l2: 29 frames successfully processed, 5 frames dropped.

Exiting... (Quit)

Пытался принять картинку с S-video, но там только черный экран.
Интеллект — это способность избегать выполнения работы, но так, чтобы она при этом была сделана.
Спасибо сказали:
Аватара пользователя
Олег777
Сообщения: 238
Статус: зануда
ОС: Чё?

Re: VS LTV 883 RF (cx88xx/cx8800)

Сообщение Олег777 »

Перебрать номера тюнеров?
options cx88xx i2c_scan=1 card=16 tuner=44
А смотрел предварительно просканировал каналы с помощью скопипастенного скрипта, а вы попробуйте добавить драйвер
#!/bin/sh
mplayer -tv driver=v4l2:normid=5:mjpeg\
-osdlevel 1 -fs -mixer /dev/mixer -vo xv -mixer-channel pcm -aspect 4/3\
tv:// -ontop
Спички - детям!
Спасибо сказали:
stampoon
Сообщения: 702
ОС: Mandrake/Mandriva Cooker

Re: VS LTV 883 RF (cx88xx/cx8800)

Сообщение stampoon »

Олег777 писал(а):
04.12.2009 14:46
Перебрать номера тюнеров?

попробую, отпишусь
Олег777 писал(а):
04.12.2009 14:46
tv driver=v4l2:normid=5:mjpeg\

спасибо! я ему уже через какой только разделитель не пытался передавать параметры, а вот до двоеточия не додумался
Интеллект — это способность избегать выполнения работы, но так, чтобы она при этом была сделана.
Спасибо сказали:
Аватара пользователя
ES131245
Сообщения: 27

Re: VS LTV 883 RF (cx88xx/cx8800)

Сообщение ES131245 »

у меня в сис блоке та же карта тв...
помогите плиз довести до ума.... выход dmesg...

Код:

[ 20.467495] Linux video capture interface: v2.00 [ 20.483646] cx88/0: cx2388x v4l2 driver version 0.0.7 loaded [ 20.483714] cx8800 0000:05:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 20.483852] cx88[0]: Your board has no valid PCI Subsystem ID and thus can't [ 20.483853] cx88[0]: be autodetected. Please pass card=<n> insmod option to [ 20.483853] cx88[0]: workaround that. Redirect complaints to the vendor of [ 20.483854] cx88[0]: the TV card. Best regards, [ 20.483855] cx88[0]: -- tux [ 20.484016] cx88[0]: Here is a list of valid choices for the card=<n> insmod option: [ 20.484052] cx88[0]: card=0 -> UNKNOWN/GENERIC [ 20.484084] cx88[0]: card=1 -> Hauppauge WinTV 34xxx models [ 20.484117] cx88[0]: card=2 -> GDI Black Gold [ 20.484148] cx88[0]: card=3 -> PixelView [ 20.484180] cx88[0]: card=4 -> ATI TV Wonder Pro [ 20.484212] cx88[0]: card=5 -> Leadtek Winfast 2000XP Expert [ 20.484245] cx88[0]: card=6 -> AverTV Studio 303 (M126) [ 20.484278] cx88[0]: card=7 -> MSI TV-@nywhere Master [ 20.484310] cx88[0]: card=8 -> Leadtek Winfast DV2000 [ 20.484343] cx88[0]: card=9 -> Leadtek PVR 2000 [ 20.484383] cx88[0]: card=10 -> IODATA GV-VCP3/PCI [ 20.484423] cx88[0]: card=11 -> Prolink PlayTV PVR [ 20.484463] cx88[0]: card=12 -> ASUS PVR-416 [ 20.484503] cx88[0]: card=13 -> MSI TV-@nywhere [ 20.484543] cx88[0]: card=14 -> KWorld/VStream XPert DVB-T [ 20.484584] cx88[0]: card=15 -> DViCO FusionHDTV DVB-T1 [ 20.484625] cx88[0]: card=16 -> KWorld LTV883RF [ 20.484665] cx88[0]: card=17 -> DViCO FusionHDTV 3 Gold-Q [ 20.484706] cx88[0]: card=18 -> Hauppauge Nova-T DVB-T [ 20.484747] cx88[0]: card=19 -> Conexant DVB-T reference design [ 20.484788] cx88[0]: card=20 -> Provideo PV259 [ 20.484828] cx88[0]: card=21 -> DViCO FusionHDTV DVB-T Plus [ 20.484869] cx88[0]: card=22 -> pcHDTV HD3000 HDTV [ 20.484910] cx88[0]: card=23 -> digitalnow DNTV Live! DVB-T [ 20.484951] cx88[0]: card=24 -> Hauppauge WinTV 28xxx (Roslyn) models [ 20.484993] cx88[0]: card=25 -> Digital-Logic MICROSPACE Entertainment Center (MEC) [ 20.485044] cx88[0]: card=26 -> IODATA GV/BCTV7E [ 20.485084] cx88[0]: card=27 -> PixelView PlayTV Ultra Pro (Stereo) [ 20.485126] cx88[0]: card=28 -> DViCO FusionHDTV 3 Gold-T [ 20.485167] cx88[0]: card=29 -> ADS Tech Instant TV DVB-T PCI [ 20.485208] cx88[0]: card=30 -> TerraTec Cinergy 1400 DVB-T [ 20.485250] cx88[0]: card=31 -> DViCO FusionHDTV 5 Gold [ 20.485290] cx88[0]: card=32 -> AverMedia UltraTV Media Center PCI 550 [ 20.485333] cx88[0]: card=33 -> Kworld V-Stream Xpert DVD [ 20.485374] cx88[0]: card=34 -> ATI HDTV Wonder [ 20.485414] cx88[0]: card=35 -> WinFast DTV1000-T [ 20.485454] cx88[0]: card=36 -> AVerTV 303 (M126) [ 20.485494] cx88[0]: card=37 -> Hauppauge Nova-S-Plus DVB-S [ 20.485535] cx88[0]: card=38 -> Hauppauge Nova-SE2 DVB-S [ 20.485576] cx88[0]: card=39 -> KWorld DVB-S 100 [ 20.485616] cx88[0]: card=40 -> Hauppauge WinTV-HVR1100 DVB-T/Hybrid [ 20.485658] cx88[0]: card=41 -> Hauppauge WinTV-HVR1100 DVB-T/Hybrid (Low Profile) [ 20.485710] cx88[0]: card=42 -> digitalnow DNTV Live! DVB-T Pro [ 20.485751] cx88[0]: card=43 -> KWorld/VStream XPert DVB-T with cx22702 [ 20.485793] cx88[0]: card=44 -> DViCO FusionHDTV DVB-T Dual Digital [ 20.485835] cx88[0]: card=45 -> KWorld HardwareMpegTV XPert [ 20.485877] cx88[0]: card=46 -> DViCO FusionHDTV DVB-T Hybrid [ 20.485918] cx88[0]: card=47 -> pcHDTV HD5500 HDTV [ 20.485958] cx88[0]: card=48 -> Kworld MCE 200 Deluxe [ 20.485999] cx88[0]: card=49 -> PixelView PlayTV P7000 [ 20.486039] cx88[0]: card=50 -> NPG Tech Real TV FM Top 10 [ 20.486080] cx88[0]: card=51 -> WinFast DTV2000 H [ 20.486121] cx88[0]: card=52 -> Geniatech DVB-S [ 20.486161] cx88[0]: card=53 -> Hauppauge WinTV-HVR3000 TriMode Analog/DVB-S/DVB-T [ 20.486212] cx88[0]: card=54 -> Norwood Micro TV Tuner [ 20.486253] cx88[0]: card=55 -> Shenzhen Tungsten Ages Tech TE-DTV-250 / Swann OEM [ 20.486304] cx88[0]: card=56 -> Hauppauge WinTV-HVR1300 DVB-T/Hybrid MPEG Encoder [ 20.486355] cx88[0]: card=57 -> ADS Tech Instant Video PCI [ 20.486396] cx88[0]: card=58 -> Pinnacle PCTV HD 800i [ 20.486437] cx88[0]: card=59 -> DViCO FusionHDTV 5 PCI nano [ 20.486478] cx88[0]: card=60 -> Pinnacle Hybrid PCTV [ 20.486519] cx88[0]: card=61 -> Leadtek TV2000 XP Global [ 20.486560] cx88[0]: card=62 -> PowerColor RA330 [ 20.486600] cx88[0]: card=63 -> Geniatech X8000-MT DVBT [ 20.486641] cx88[0]: card=64 -> DViCO FusionHDTV DVB-T PRO [ 20.486682] cx88[0]: card=65 -> DViCO FusionHDTV 7 Gold [ 20.486722] cx88[0]: card=66 -> Prolink Pixelview MPEG 8000GT [ 20.486764] cx88[0]: card=67 -> Kworld PlusTV HD PCI 120 (ATSC 120) [ 20.486806] cx88[0]: card=68 -> Hauppauge WinTV-HVR4000 DVB-S/S2/T/Hybrid [ 20.486848] cx88[0]: card=69 -> Hauppauge WinTV-HVR4000(Lite) DVB-S/S2 [ 20.486890] cx88[0]: card=70 -> TeVii S460 DVB-S/S2 [ 20.486931] cx88[0]: card=71 -> Omicom SS4 DVB-S/S2 PCI [ 20.486972] cx88[0]: card=72 -> TBS 8920 DVB-S/S2 [ 20.487012] cx88[0]: card=73 -> TeVii S420 DVB-S [ 20.487052] cx88[0]: card=74 -> Prolink Pixelview Global Extreme [ 20.487093] cx88[0]: card=75 -> PROF 7300 DVB-S/S2 [ 20.487134] cx88[0]: card=76 -> SATTRADE ST4200 DVB-S/S2 [ 20.487175] cx88[0]: card=77 -> TBS 8910 DVB-S [ 20.487215] cx88[0]: card=78 -> Prof 6200 DVB-S [ 20.487255] cx88[0]: card=79 -> Terratec Cinergy HT PCI MKII [ 20.487296] cx88[0]: card=80 -> Hauppauge WinTV-IR Only [ 20.487337] cx88[0]: card=81 -> Leadtek WinFast DTV1800 Hybrid [ 20.487378] cx88[0]: card=82 -> WinFast DTV2000 H rev. J [ 20.487419] cx88[0]: subsystem: 0000:0000, board: UNKNOWN/GENERIC [card=0,autodetected], frontend(s): 0 [ 20.487421] cx88[0]: TV tuner type -1, Radio tuner type -1 [ 20.528128] ip_tables: © 2000-2006 Netfilter Core Team [ 20.554791] alloc irq_desc for 22 on node 0 [ 20.554793] alloc kstat_irqs on node 0 [ 20.554798] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22 [ 20.554822] HDA Intel 0000:00:1b.0: setting latency timer to 64 [ 20.586646] nvidia 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 20.586650] nvidia 0000:01:00.0: setting latency timer to 64 [ 20.586770] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 185.18.36 Fri Aug 14 17:35:21 PDT 2009 [ 20.669355] tuner 0-0060: chip found @ 0xc0 (cx88[0]) [ 20.669403] tea5767 0-0060: type set to Philips TEA5767HN FM Radio [ 20.674483] tuner 0-0061: chip found @ 0xc2 (cx88[0]) [ 20.675237] tveeprom 0-0050: Huh, no eeprom present (err=-6)? [ 20.676175] cx88[0]/0: found at 0000:05:00.0, rev: 5, irq: 16, latency: 64, mmio: 0xfd000000 [ 20.676180] IRQ 16/cx88[0]: IRQF_DISABLED is not guaranteed on shared IRQs [ 20.676221] cx88[0]/0: registered device video0 [v4l2] [ 20.676240] cx88[0]/0: registered device vbi0 [ 20.677185] tuner 0-0061: tuner type not set [ 20.741744] cfg80211: Calling CRDA to update world regulatory domain [ 20.751012] cfg80211: World regulatory domain updated: [ 20.751014] (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [ 20.751016] (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 20.751018] (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 20.751020] (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 20.751022] (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 20.751023] (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 20.802350] phy0: Selected rate control algorithm 'minstrel' [ 20.802847] Registered led device: rt2800usb-phy0::radio [ 20.802861] Registered led device: rt2800usb-phy0::assoc [ 20.802872] Registered led device: rt2800usb-phy0::quality [ 20.803144] usbcore: registered new interface driver rt2800usb [ 20.803717] rt2870sta: module is from the staging directory, the quality is unknown, you have been warned. [ 20.805595] rtusb init ---> [ 20.805629] usbcore: registered new interface driver rt2870 [ 20.806107] rt3070sta: module is from the staging directory, the quality is unknown, you have been warned. [ 20.807983] rtusb init ---> [ 20.807985] Error: Driver 'rt2870' is already registered, aborting... [ 20.808040] usbcore: error -16 registering interface driver rt2870 [ 21.004000] rt2800usb 1-5:1.0: firmware: requesting rt2870.bin [ 21.045823] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input6 [ 21.106733] type=1505 audit(1264237806.637:12): operation="profile_replace" pid=1115 name=/usr/share/gdm/guest-session/Xsession [ 21.107891] type=1505 audit(1264237806.637:13): operation="profile_replace" pid=1116 name=/sbin/dhclient3 [ 21.108389] type=1505 audit(1264237806.637:14): operation="profile_replace" pid=1116 name=/usr/lib/NetworkManager/nm-dhcp-client.action [ 21.108662] type=1505 audit(1264237806.637:15): operation="profile_replace" pid=1116 name=/usr/lib/connman/scripts/dhclient-script [ 21.110853] type=1505 audit(1264237806.637:16): operation="profile_replace" pid=1117 name=/usr/bin/evince [ 21.118988] type=1505 audit(1264237806.647:17): operation="profile_replace" pid=1117 name=/usr/bin/evince-previewer [ 21.123714] type=1505 audit(1264237806.657:18): operation="profile_replace" pid=1117 name=/usr/bin/evince-thumbnailer [ 21.130101] type=1505 audit(1264237806.657:19): operation="profile_replace" pid=1119 name=/usr/lib/cups/backend/cups-pdf [ 21.130687] type=1505 audit(1264237806.657:20): operation="profile_replace" pid=1119 name=/usr/sbin/cupsd [ 21.132259] type=1505 audit(1264237806.657:21): operation="profile_replace" pid=1120 name=/usr/sbin/tcpdump [ 21.323276] ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 21.327741] sky2 eth1: enabling interface [ 21.327896] ADDRCONF(NETDEV_UP): eth1: link is not ready [ 21.328867] skge eth0: enabling interface [ 21.331999] ADDRCONF(NETDEV_UP): eth0: link is not ready [ 21.697207] ppdev: user-space parallel port driver [ 23.139709] skge eth0: Link is up at 100 Mbps, full duplex, flow control both [ 23.139872] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 33.490005] eth0: no IPv6 routers present [ 47.168670] tuner 0-0061: tuner type not set [ 346.114117] tuner 0-0061: tuner type not set
Спасибо сказали:
Аватара пользователя
Олег777
Сообщения: 238
Статус: зануда
ОС: Чё?

Re: VS LTV 883 RF (cx88xx/cx8800)

Сообщение Олег777 »

темы то, рядом ЫЫ
Подскажите чайнику параметер n для тюнера сс
Кто нибудь из спецов скажите, что это
[ 20.675237] tveeprom 0-0050: Huh, no eeprom present (err=-6)?

Дико интересно, до сих пор
Спички - детям!
Спасибо сказали:
Nim
Сообщения: 9
ОС: Open suse

Re: VS LTV 883 RF (cx88xx/cx8800)

Сообщение Nim »

Олег777 писал(а):
27.02.2010 11:55
темы то, рядом ЫЫ
Подскажите чайнику параметер n для тюнера сс
Кто нибудь из спецов скажите, что это
[ 20.675237] tveeprom 0-0050: Huh, no eeprom present (err=-6)?

Дико интересно, до сих пор

это что то связано с настройкой каналов. я эту беду побеждал через ястну у меня suse. там пришлось догружать тулсы от v4l
Спасибо сказали:
rayarcher
Сообщения: 2
ОС: Debian

Re: VS LTV 883 RF (cx88xx/cx8800)

Сообщение rayarcher »

Не знаю насколько в тему - но сдается здесь речь идет как раз об этом.... вот только сам я, к сожалению еще не допер как исходники свои исправить, если кто-нибудь сможет то, что там написано переварить и рассказать по людски - буду очень благодарен.
Спасибо сказали:
kotnaton
Сообщения: 234

Re: VS LTV 883 RF (cx88xx/cx8800)

Сообщение kotnaton »

Аналогичная ситуация. Попробовал вот это:
Олег777 писал(а):
04.12.2009 14:46
options cx88xx i2c_scan=1 card=16 tuner=44


И вот что получилось:
$ dmesg | grep cx88
[ 14.988110] cx88/0: cx2388x v4l2 driver version 0.0.7 loaded
[ 14.988173] cx8800 0000:01:09.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 14.988799] cx88[0]: subsystem: 1554:4949, board: KWorld LTV883RF [card=16,insmod option], frontend(s): 0
[ 14.988805] cx88[0]: TV tuner type 44, Radio tuner type -1
[ 15.341359] cx88[0]: i2c scan: found device @ 0xa0 [eeprom]
[ 15.388891] cx88[0]: i2c scan: found device @ 0xc2 [tuner (analog/dvb)]
[ 15.530481] tuner 2-0061: chip found @ 0xc2 (cx88[0])
[ 15.779912] input: cx88 IR (KWorld LTV883RF) as /devices/pci0000:00/0000:00:1e.0/0000:01:09.0/input/input6
[ 15.780076] cx88[0]/0: found at 0000:01:09.0, rev: 5, irq: 17, latency: 64, mmio: 0xcd000000
[ 15.780094] IRQ 17/cx88[0]: IRQF_DISABLED is not guaranteed on shared IRQs
[ 15.780201] cx88[0]/0: registered device video0 [v4l2]
[ 15.780254] cx88[0]/0: registered device vbi0
[ 15.780315] cx88[0]/0: registered device radio0
[ 15.787653] cx88_audio 0000:01:09.1: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 15.787669] IRQ 17/cx88[0]: IRQF_DISABLED is not guaranteed on shared IRQs
[ 15.787701] cx88[0]/1: CX88x/0: ALSA support for cx2388x boards


На композите - по-прежнему "черный квадрат", tvtime - белый шум.
бывает же такое ???
Спасибо сказали:
Ответить