ubuntuusers.de

Twinhan VP-3021

Status: Gelöst | Ubuntu-Version: Ubuntu 8.04 (Hardy Heron)
Antworten |

blackadder-jd

Avatar von blackadder-jd

Anmeldungsdatum:
26. November 2006

Beiträge: 120

Folgendes: Nachdem ich erstmal die VP-3021 eingebaut hatte bleib Ubuntu beim Laden von bttv stehen, da es die Karte nicht mit autodetect erkennt. Blacklisten der Module bttv und bt878 führte zum Start des PCs mit der TV-Karte. Da es offensichtlich andere Distributionen oder Versionen gibt bei der die TV-Karte funktioniert, habe ich also die wahrscheinlichsten Parameter im Netz gefunden:

modprobe bttv card=113 tuner=4

nachdem ich eine options in /etc/modprobe.d/TV_BTTV erstelllt hatte bootet der PC wieder ohne blacklisten der Module. Aber DVB geht immer noch nicht

dmesg | grep bttv
liefert:
[ 1995.871931] bttv: driver version 0.9.17 loaded
[ 1995.871942] bttv: using 8 buffers with 2080k (520 pages) each for capture
[ 1995.872821] bttv: Bt8xx card found (0).
[ 1995.872851] bttv0: Bt878 (rev 17) at 0000:00:0c.0, irq: 20, latency: 32, mmio: 0xcfcfe000
[ 1995.873313] bttv0: subsystem: ffff:a1ff (UNKNOWN)
[ 1995.873322] bttv0: using: Twinhan DST + clones [card=113,insmod option]
[ 1995.873355] bttv0: gpio: en=00000000, out=00000000 in=00f923fe [init]
[ 1995.874564] bttv0: tuner absent
[ 1995.874825] bttv0: add subdevice "dvb0"

dmesg | grep bt878
liefert:
[ 1995.924980] bt878: AUDIO driver version 0.0.0 loaded
[ 1995.925673] bt878: Bt878 AUDIO function found (0).
[ 1995.925724] bt878_probe: card id=[0xa1ffffff], Unknown card.
[ 1995.926915] bt878: probe of 0000:00:0c.1 failed with error -22

dmesg  grep dvb_bt8xx
liefert:
[ 1995.936366] dvb_bt8xx: unable to determine DMA core of card 0,
[ 1995.936
376] dvb_bt8xx: if you have the ALSA bt87x audio driver installed, try removing it.

dmesg  grep DVB
liefert nichts

laut diesem alten Forumseintrag lief es mal: 59132

aber eine Ähnliche Karte geht mit einem Ähnlichen Problem nicht 2267481

und bttv-gallery.de weiß folgendes über die Karte

TwinHan VisionDTV Ter" AKA: "VisonPlus VP-3021" 
because it's 25 Euro less and has a very nice USB IR sensor.
bttv1: Bt878 (rev 17) at 00:0b.0, irq: 5, latency: 64, mmio: 0xcfcfc000
bttv1: detected: Twinhan VisionPlus DVB-T [card=113], PCI subsystem ID is 1822:0001
bttv1: using: Twinhan DST + clones [card=113,autodetected]
bttv1: gpio: en=00000000, out=00000000 in=00f100fe [init]
bttv1: using tuner=4
DVB: registering new adapter (Ave).
DVB: registering frontend 3:0 (DVB-T Zarlink MT352 demodulator driver)...
DVB: registering new adapter (DST).

features: fullts, AVin
 card driver: dvb-bt8xx
 interface: PCI
 PCI device id: 109e:0878
 PCI subsystem id: 0071:0101
 Bridge: bt8xx
 frontend 1
   tin box: ALPS TDED4-504A
   frontend driver: nxt6000
   demodulator location: tin box
   demodulator: NxtWave Communications NXT6000 @0x0A
   PLL: TI ALP50 @0x60
 Notes: This board design is used by numerous OEMs. Other names it may be known as include: Nebula DigiTV
Sold as "HAMA" in Germany:
ACPI: PCI interrupt 0000:00:0a.0[A] -> GSI 10 (level, low) -> IRQ 10
bttv0: Bt878 (rev 17) at 0000:00:0a.0, irq: 10, latency: 32, mmio: 0xcdcfe000
bttv0: detected: Twinhan VisionPlus DVB-T [card=113], PCI > subsystem ID is 1822:0001
bttv0: using: Twinhan DST + clones [card=113,insmod option]
bttv0: risc main @ 1449e000
bttv0: gpio: en=00000000, out=00000000 in=00fb2afe [init]
bttv0: using tuner=4
bttv0: add subdevice "dvb0"
bt878: AUDIO driver version 0.0.0 loaded
bt878: Bt878 AUDIO function found (0).

Hat irgendjemand diese Karte am laufen? und kann mir jemand mit der installation weiterhelfen? v4l-dvb habe ich noch nicht probiert, da ja die Treiber eigentlich schon im Kernel sind. Würde es helfen den alsa bt87x Treiber zu entfernen? wenn ja, wie?

vielen Dank für Hilfe.

P.S. Falls nötig habe ich aber noch eine Version von v4l-dvb mit der ich eine cinergyXXS in Kubuntu 8.04 am laufen hatte.

Bearbeitet von morryis:

Bitte verwende doch CODE Blöcke, um die Übersicht hier im Forum zu verbessern, Danke.

blackadder-jd

(Themenstarter)
Avatar von blackadder-jd

Anmeldungsdatum:
26. November 2006

Beiträge: 120

Seit Ubuntu 10.04 geht es endlich (wieder)! Wenn man eine config Datei in /etc/modprobe.d erstellt: Ich habe sie TV_BTTV.conf genannt wichtig ist ab 10.04 die Endung .conf sonst wird die Datei ignoriert. Der Inhalt der Datei ist folgende Zeile mit der die Karte konfiguriert wird:

options bttv card=113 tuner=4
Antworten |