Lieber Besucher, herzlich willkommen bei: GentooForum.de. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.
Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von »neweb« (17.02.2006, 10:32)
Zitat
Yes, I know someone for wich the 300i works perfectly
FX
Zitat
You need a special kernel patch, but the easiest way to discuss about this is to subscribe to the linux dvb mailing list
Cheers,
FX
Zitat
modprobe firmware_class
modprobe v4l2-common
modprobe v4l1-compat
modprobe saa7134
modprobe saa7134-dvb
modprobe dvb-ttpci
modprobe ves1x93
modprobe i2c_sis96x
modprobe dvb_core
modprobe video_buf_dvb
modprobe tda1004x
modprobe mt352
modprobe cx22702
modprobe saa7314_empress
modprobe bttv
modprobe i2c_algo_bit
modprobe btcx_risc
modprobe dvb_pll
modprobe tveeprom
modprobe video_buf
modprobe pci_hotplug
modprobe i2c_sensor
modprobe i2c_dev
modprobe i2c_core
modprobe or51132
modprobe budget_ci
modprobe stv0299
Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von »neweb« (22.08.2005, 20:38)
Zitat
Aug 22 20:41:56 localzone saa7134[0]: subsystem: 11bd:002d, board: Pinnacle PCTV 300i DVB-T + PAL [card=50,insmod option]
Aug 22 20:44:00 localzone saa7134[0]: subsystem: 11bd:002d, board: Pinnacle PCTV 300i DVB-T + PAL [card=50,autodetected]
Aug 22 20:44:00 localzone DVB: registering new adapter (saa7134[0]).
Aug 22 20:44:00 localzone DVB: registering frontend 0 (Zarlink MT352 DVB-T)...
Zitat
[...]
# dvb support
KERNEL="dvb*", PROGRAM="/etc/udev/scripts/dvb.sh %k", NAME="%c", MODE="0660", GROUP="video"
[...]
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »neweb« (23.08.2005, 20:17)
Zitat
KERNEL="dvb*", PROGRAM="/etc/udev/scripts/dvb.sh %k", NAME="%c", MODE="0660", GROUP="video"
Zitat
Linux video capture interface: v1.00
saa7130/34: v4l2 driver version 0.2.12 loaded
ACPI: PCI Interrupt 0000:00:09.0[A] -> GSI 17 (level, low) -> IRQ 17
saa7134[0]: found at 0000:00:09.0, rev: 1, irq: 17, latency: 32, mmio: 0xcfffbc00
saa7134[0]: subsystem: 11bd:002d, board: Pinnacle PCTV 300i DVB-T + PAL [card=50,autodetected]
saa7134[0]: board init: gpio is c806000
saa7134[0]: i2c eeprom 00: bd 11 2d 00 f8 f8 1c 00 43 43 a9 1c 55 d2 b2 92
saa7134[0]: i2c eeprom 10: 00 f0 04 04 ff 20 ff ff ff ff ff ff ff ff ff ff
saa7134[0]: i2c eeprom 20: 01 40 01 02 03 ff 03 01 08 ff 00 25 ff ff ff ff
saa7134[0]: i2c eeprom 30: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
tuner 0-0060: chip found @ 0xc0 (saa7134[0])
tuner 0-0060: microtune: companycode=3cbf part=42 rev=2f
tuner 0-0060: microtune MT2050 found, OK
tda9885/6/7: chip found @ 0x86
saa7134[0]: registered device video0 [v4l2]
saa7134[0]: registered device vbi0
saa7134[0]: pinnacle 300i dvb setup
DVB: registering new adapter (saa7134[0]).
DVB: registering frontend 0 (Zarlink MT352 DVB-T)...
saa7134[0]/audio: audio carrier scan failed, using 5.500 MHz [default]
Zitat
Hi all,
After some problems, I got the hybrid analog and dvb-t budget card
working with a stock 2.6.13.1 kernel plus one patch with _older_
video4linux drivers. Besides that kernel I'm using a fairly updated
debian/testing system.
Kudos go to user "neweb" on the german gentoo forum for the idea and the
pointer to the older drivers. You can find it all described (in german)
here:
[gelöst] Hat jemand Erfahrung mit der Pinnacle 300i (SAA7134) und DVB unter Linux
http://de.gentoo-wiki.com/Pinnacle_300i
Short summary in English:
2.6.13.1 ships with video4linux 0.2.14. These drivers introduce a
problem with the 300i card. Symptom is that the "scan" utility (debian
package dvb-utils) can not tune to any frequency:
# scan /home/cfi/channels.conf -v
[...]
Zitat
Hi, folks
I worked a bit on the Pinnacle PCTV 300i and i think i got it
fully working now.
A remaining problem is that the tda9887.ko module needs to be
loaded before tuner.ko. The reason seems to be the tda8290 probing
code wich seems to be harmful only for the pinnacle cards.
Please try the patch and report whether it works for you.
Best regards
Hartmut