MythTV setup

Mario Saturno blade at teilam.gr
Sat Apr 2 16:15:22 EEST 2005


On Sat, 2005-04-02 at 11:21 +0300, Mario Saturno wrote:
> Καλήν ημέρα στη λίστα,
> 
> Πρόσφατα πήρα μια pktcdvd                28612  0
> "PCI: Tv+FM Radio Card BT 878 chipset PAL Version (BG/DK) - CTVFMi" της
> conceptronic. Την έβαλα στο Linux με πυρήνα 2.6.11.5, την είδε το lspci:
> 
> 0000:02:04.0 Multimedia video controller: Brooktree Corporation Bt878
> Video Capture (rev 11)
> 0000:02:04.1 Multimedia controller: Brooktree Corporation Bt878 Audio
> Capture (rev 11)
> 
> Διάλεξα το MythTV κάνε την εγκατάσταση επιτυχώς. Φορτώνω τα εξής
> modules:
> 
> pktcdvd                28612  0
> cx8800                 27404  0
> cx88xx                 45076  1 cx8800
> video_buf              17924  2 cx8800,cx88xx
> v4l1_compat            14340  1 cx8800
> v4l2_common             5248  1 cx8800
> btcx_risc               4488  2 cx8800,cx88xx
> videodev                8320  2 cx8800,cx88xx
> 
> Το πρώτο πρόβλημα είναι σχετικό με IrDA. Η κάρτα έχει μια συσκευή κι ένα
> τηλε-control.. ακολουθώντας το manual πάω να κάνω modprobe το
> lirc_serial και μου δίνει segfault, προσπαθώ να δώσω lsmod /
> cat /proc/modules αλλά κάνει hangup και δεν μπορώ ούτε να kill-άρω το
> process. Reboot το σύστημα okay, ξανά το ίδιο πρόβλημα, 4 φορές, να κάνω
> strace? 
> Αν έχετε καμιά ιδέα θα με ενδιέφερε.. αλλά για την ώρα ας μην αλλάζω
> κανάλια από το τηλεχειριστήριο δεν με πειράζει. Στο setup του MythTV μου
> ζητάει να θέσω vbi & video devices. Από όσο ρώτησα στο freenode τα
> defaults είναι /dev/video0 & /dev/vbi0 αλλά ο τυπάκος που μου το είπε
> δεν είχε udev, ενώ εγώ έχω udev. Έψαξα με το find /dev -name "vid*" or
> "vb*" αλλά τίποτα..
> 
> Ξέρει κανείς να μου πει αν τα modules είναι τα σωστά? Αν χρειάζεται κάτι
> άλλο ή έχει άλλο όνομα το device?
> 
> Ευχαριστώ
> 
> 

Διαβάζω το bttv howto και βλέπω ότι δεν έχω κάνει compile όλα τα modules
που χρειάζονται, οπότε ξανά make modules και τώρα σύμφωνα με το howto
έχω τα σωστά modules loaded αλλά .. :
2.6.11.5)-(02 April 2005 - 16:10)-(pts/0)
└─-(~)-> lsmod
Module                  Size  Used by
tuner                  22052  0
bttv                  149840  0
sd_mod                 15488  4
tveeprom               12184  1 bttv
ohci1394               32260  0
ieee1394               94900  1 ohci1394
i2c_i801                8204  0
pktcdvd                28612  0
cx8800                 27404  0
cx88xx                 45076  1 cx8800
video_buf              17924  3 bttv,cx8800,cx88xx
v4l1_compat            14340  1 cx8800
v4l2_common             5248  2 bttv,cx8800
btcx_risc               4488  3 bttv,cx8800,cx88xx
videodev                8320  3 bttv,cx8800,cx88xx
[...]

┌-(root)
2.6.11.5)-(02 April 2005 - 16:11)-(pts/0)
└─-(~)-> dmesg
[...]
bttv: driver version 0.9.15 loaded
bttv: using 8 buffers with 2080k (520 pages) each for capture
bttv: Bt8xx card found (0).
ACPI: PCI interrupt 0000:02:04.0[A] -> GSI 20 (level, low) -> IRQ 20
bttv0: Bt878 (rev 17) at 0000:02:04.0, irq: 20, latency: 32, mmio:
0xf4000000
bttv0: using: Conceptronic CONTVFMi [card=120,insmod option]
bttv0: gpio: en=00000000, out=00000000 in=003fffff [init]
bttv0: using tuner=5
bttv0: i2c: checking for MSP34xx @ 0x80... not found <-- NOTE
bttv0: i2c: checking for TDA9875 @ 0xb0... not found <-- NOTE
bttv0: i2c: checking for TDA7432 @ 0x8a... not found <-- NOTE
bttv0: i2c: checking for TDA9887 @ 0x86... not found <-- NOTE
tuner: chip found at addr 0xc0 i2c-bus bt878 #0 [sw]
tuner: type set to 5 (Philips PAL_BG (FI1216 and compatibles)) by bt878
#0 [sw]
bttv0: registered device video0
bttv0: registered device vbi0
bttv0: registered device radio0
bttv0: PLL: 28636363 => 35468950 .. ok
bttv0: add subdevice "remote0"

έχω κάνει compile ότι module υπήρχε στο subdir του πυρήνα I2C για να μην
έχει πρόβλημα παρά ταύτα .. παίρνω τα 4 "not found" και βλέπω να λέει
registering device video0 vbi0 radio0

BIG YAHOO ?? Nope :(

 ┌-(root)
2.6.11.5)-(02 April 2005 - 16:11)-(pts/0)
└─-(~)-> find /dev/ -name "vi*"

┌-(root)
2.6.11.5)-(02 April 2005 - 16:14)-(pts/0)
└─-(~)-> echo "@@"


Any ideas? :((




More information about the Linux-greek-users mailing list