This is a discussion on RIVATV and Mandrake 9.1 within the Linux Operating System forums, part of the Unix Operating Systems category; --> I've been trying to get Rivatv working for over a year now. I've gotten absolutely nowhere with it. Can ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I've been trying to get Rivatv working for over a year now. I've gotten absolutely nowhere with it. Can someone help me please? I've gotten it down from MANY error messages to just one error message, an unresolved symbols error in rivatv.o I do not understand the error message and I can not find any info on it. I've googled until my eyeballs bleed, I've asked the rivatv group but get no response. I just don't know what else to do. The card is 100 percent operational, this box that it's in dual boots mandrake/winbloz and it works perfectly under winbloz 2000. I can capture, record, playback, edit, watch, whatever under winbloz. Reboot into mandrake and it's no-go. I've got to get this thing working under mandrake, the winbloz option is unacceptable. M$ has to GO from this box. Thanks! Here's what I have and the results of my last attempt. Mandrake 9.1, P4 2ghz, 512m ram. I don't have any exotic hardware installed, just a scsi card (for scanner) and an ultrastore ide controller (6 drives) Video card is a Gainward GF4 PowerPack! Ultra/650XP VIVO. The chip is a Philips SAA7108E. It's #36 in the rivatv "cardlist" [root@localhost rivatv-0.8.3]# make install if ! test -c /dev/video0 ; then \ mknod /dev/video0 c 81 0; chmod 660 /dev/video0; \ mknod /dev/video1 c 81 1; chmod 660 /dev/video1; \ mknod /dev/video2 c 81 2; chmod 660 /dev/video2; \ mknod /dev/video3 c 81 3; chmod 660 /dev/video3; \ ln -s /dev/video0 /dev/video; \ fi depmod: *** Unresolved symbols in /lib/modules/2.4.21-0.25mdk/kernel/drivers/media/video/rivatv.o RivaTV installed. To load RivaTV, login as root and `modprobe rivatv`. [root@localhost rivatv-0.8.3]# modprobe rivatv /lib/modules/2.4.21-0.25mdk/kernel/drivers/media/video/rivatv.o: unresolved symbol irq_stat_R3acea0ac modprobe: insmod /lib/modules/2.4.21-0.25mdk/kernel/drivers/media/video/rivatv.o failed modprobe: insmod rivatv failed [root@localhost rivatv-0.8.3]# |