Dear All,
I have a card name 10 moons dtv card, you can get information by this URL: http://www.10moons.com/english/htm/dtv.htm. I want to watch TV with it under Redhat Linux 9.0,
so i do the following steps:
Step 1: Update kernel from 2.4.20-8 to 2.4.21(http://www.dnsbalance.ring.gr.jp/archives/linux/kernel.org/kernel/v2.4/linux-2.4.21.tar.bz2)


Step 2: Get a patch of v4l2 for kernel2.4.21 from bytesex.
(http://bytesex.org/patches/2.4.21/patch-2.4.21-rc4-kraxel.gz)
Step 3: Copy orginal .Config to current /usr/src/linux, and make xcofig to modify as
[IEEE 1394 (FireWire) support (EXPERIMENTAL)]
[IEEE 1394 (FireWire) support (EXPERIMENTAL)]->m
[OHCI-1394 support]->m
[OHCI-1394 Video support]->m
[OHCI-DV I/O support]->m


            [Multimedia devices]->
               [Video For Linux]->
                  [BT848 Video For Linux]->n
                  [W9966CF Webcam (FlyCam Supra and others) Video For Linux]->n

[USB support]
[USB Phillips Cameras]->m
[USB 3com HomeConnect(aka vicam) support] -> n
Step 4: Kernel build as "make dep clean bzImage modules modules_install"
Step 5: install kernel as "/sbin/installkernel 2.4.21 ./arch/i386/boot/bzImage System.map"
Step 6: run /sbin/lilo
Step 7: reboot
Step 8: download saa7134 driver(http://bytesex.org/snapshot/saa7134-20030813.tar.gz), tar zxvf saa7134-20030813.tar.gz
make
make install, fail, result as:
strip --strip-debug tuner.o video-buf.o saa7134.o tda9887.o tvaudio.o saa6752hs.o
su -c "mkdir -p /lib/modules/2.4.21/v4l2; cp -v tuner.o video-buf.o saa7134.o tda9887.o tvaudio.o saa6752hs.o /lib/modules/2.4.21/v4l2; depmod -a"
`tuner.o' -> `/lib/modules/2.4.21/v4l2/tuner.o'
`video-buf.o' -> `/lib/modules/2.4.21/v4l2/video-buf.o'
`saa7134.o' -> `/lib/modules/2.4.21/v4l2/saa7134.o'
`tda9887.o' -> `/lib/modules/2.4.21/v4l2/tda9887.o'
`tvaudio.o' -> `/lib/modules/2.4.21/v4l2/tvaudio.o'
`saa6752hs.o' -> `/lib/modules/2.4.21/v4l2/saa6752hs.o'
depmod: *** Unresolved symbols in /lib/modules/2.4.21/v4l2/saa7134.o


Then, how to fix this bug?

if this step is right, i will do as the following:
step 9: modprobe saa7134 card=0
step 10: install xawtv 3.88, and use it watch tv

Does the steps are right or not? Any response are welcome.

_________________________________________________________________
免费下载 MSN Explorer: http://explorer.msn.com/lccn



-- video4linux-list mailing list Unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/video4linux-list

Reply via email to