Anzeigen der neuesten Beiträge
0 Mitglieder und 2 Gäste betrachten dieses Thema.
V4L-DVB Treiber brauchts unter Lucid / Koala nicht mehr.
PS: Ich würde Lucid mal komplett neu installieren. Geht ja recht schnell
Lucid mag meine nVidia-Grafik nicht, sodass ich hier zunächst mit einem schwarzen Bildschirm "begrüßt" werde. Werde es aber in Erwägung ziehen
// TT S2-3200 PCI /* * NOTE! on some STB0899 versions, the internal PLL takes a longer time * to settle, aka LOCK. On the older revisions of the chip, we don't see * this, as a result on the newer chips the entire clock tree, will not * be stable after a freshly POWER 'ed up situation. * In this case, we should RESET the STB0899 (Active LOW) and wait for * PLL stabilization. * * On the TT S2 3200 and clones, the STB0899 demodulator's RESETB is * connected to the SAA7146 GPIO, GPIO2, Pin 142 */ /* Reset Demodulator */ saa7146_setgpio(budget_ci->budget.dev, 2, SAA7146_GPIO_OUTLO); /* Wait for everything to die */ msleep(50); /* Pull it up out of Reset state */ saa7146_setgpio(budget_ci->budget.dev, 2, SAA7146_GPIO_OUTHI); /* Wait for PLL to stabilize */ msleep(250); /* * PLL state should be stable now. Ideally, we should check * for PLL LOCK status. But well, never mind! */
Habe gerade nochmals nachgeschaut. Stand auch schon in der älteren Version von V4L-DVB drinne.
blacklist vga16fbblacklist nouveau