knoppmyth.net Forum Index knoppmyth.net
The home of KnoppMyth.
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Updating ivtv

 
Post new topic   Reply to topic    knoppmyth.net Forum Index -> Usage/HowTo
View previous topic :: View next topic  
Author Message
cesman



Joined: 19 Sep 2003
Posts: 5044
Location: Fontana, Ca

PostPosted: Tue Dec 02, 2003 7:46 pm    Post subject: Updating ivtv Reply with quote

If you have a PVR 250 and things are working you don't need to upgrade. Those that will benefit the most are users of the 350. Download this driver:http://www.kernel.org/pub/linux/kernel/people/axboe/ivtv/ivtv-031125A-0.12.tar.gz
As root:
cd /usr/local/lib
tar xzvf /path/to/ivtv-031125A-0.12.tar.gz
cd ivtv/driver/
make
make install
cd ../utils
make
reboot

If you are using a 350, these instructions may help you get TV out working:
http://ivtv.sourceforge.net/tiki/tiki-index.php?page=TvOutHowto

cesman


Last edited by cesman on Thu Jan 15, 2004 2:27 pm; edited 1 time in total
Back to top
View user's profile Send private message Visit poster's website
cesman



Joined: 19 Sep 2003
Posts: 5044
Location: Fontana, Ca

PostPosted: Mon Jan 12, 2004 10:54 pm    Post subject: Reply with quote

If you are running mythtv 0.13, you can update to this version of ivtv.
http://prdownloads.sourceforge.net/ivtv/ivtv-0.1.7.tar.gz?download
Follow the same directions as above.
_________________
cesman

When the source is open, the possibilities are endless!
Back to top
View user's profile Send private message Visit poster's website
davem



Joined: 17 Nov 2003
Posts: 206
Location: Michigan

PostPosted: Tue Jan 13, 2004 6:53 am    Post subject: Reply with quote

Yes, I did this a few days ago and so far it's solved some zero length recording problems. Smile

Minor correction, the path above should be ivtv/driver without the "s" on the end, and you have to type "make clean" before the first make.
Back to top
View user's profile Send private message Yahoo Messenger
Grooby



Joined: 27 Feb 2004
Posts: 129

PostPosted: Wed Mar 03, 2004 1:48 pm    Post subject: Reply with quote

Does this apply to R4V2?
Back to top
View user's profile Send private message
cesman



Joined: 19 Sep 2003
Posts: 5044
Location: Fontana, Ca

PostPosted: Wed Mar 03, 2004 2:36 pm    Post subject: Reply with quote

R4V2 already has the newest version of IvyTV. If you wanted to install a different version, follow the same steps.
_________________
cesman

When the source is open, the possibilities are endless!
Back to top
View user's profile Send private message Visit poster's website
klestor



Joined: 28 Feb 2005
Posts: 6

PostPosted: Mon Feb 28, 2005 1:30 am    Post subject: Reply with quote

I have R5A10 with a PVR-250 MCE (CX23416) and Im trying to update the IVTV drivers (because I get a black screen on 'live tv') without success, after I followed the first post exactly, when I try to 'make' or 'make install' or 'make clean', I get "Makefile:10: /lib/modules/2.6.9-chw-4/build/.config: No such file or directory".
Obviously Im new to Linux, it sounds like its missing '.config', I've checked and its not there in that location.
I did SU, Im using the same file as above (i did "wget http://www.kernel.org/pub/linux/kernel/people/axboe/ivtv/ivtv-031125A-0.12.tar.gz"
Does it matter where in the directory tree I download that file to and tar it?? will it put all the all the expanded files into the right locations?
Back to top
View user's profile Send private message
Greg Frost



Joined: 10 May 2004
Posts: 1888
Location: Adelaide, Australia

PostPosted: Mon Feb 28, 2005 2:06 am    Post subject: Reply with quote

You normally have to run the configure script first to create .config. Just cd into the directory that the tarball extracted itself into and type
Code:
./configure
Back to top
View user's profile Send private message
klestor



Joined: 28 Feb 2005
Posts: 6

PostPosted: Tue Mar 01, 2005 3:30 am    Post subject: Reply with quote

After typing ./configure I get 'no such file or directory', so I guess I need to create the .config file like you said, so then, how do I Embarassed after scanning the whole system there is no file called configure.
Quote:
run configure script

None of the other IVTV driver tarballs of different versions have .configure either, I suppose its contents is unique to the system, so it has to be made on the system, am I right or wrong?
Im a bit more than a little lost, can somebody please give me a run down of what this file is and how I create it? Confused
Back to top
View user's profile Send private message
Xsecrets



Joined: 06 Oct 2003
Posts: 4978
Location: Nashville, TN

PostPosted: Tue Mar 01, 2005 6:50 am    Post subject: Reply with quote

most programs have a configure file that you run it scrolls a bunch of stuff by checking for various libraries and create a Makefile that tells the program how it can compile itself.

All that said IVTV does not have this all that is required is make and make install.

The problem you are having is most likely that you have not extracted the kernel sources.

cd /usr/src/
tar -?xvf nameoffile.tar.???

if the file is .gz then the first ? is z
if the file is .bz2 then the first ? is j
_________________
Have a question search the forum and have a look at the KnoppMythWiki.

Xsecrets
Back to top
View user's profile Send private message Send e-mail Visit poster's website
alsq



Joined: 08 Jul 2005
Posts: 18
Location: Colorado, USA

PostPosted: Tue Aug 02, 2005 8:35 pm    Post subject: Reply with quote

I've unpacked and built the ivtv-0.3.3u drivers in /usr/src shipping with R5A16. I had to do that because I am using a non-smp kernel recompile (why? it's a long story, but the smp kernel froze--not even a panic, just froze--when the WiFi driver for a PCI-based rt2500 network card (Foxconn) was installed AND answering ICMP pings. Sigh.).

The shipped, precompiled ivtv binaries did not like the new kernel (duh). 0.3.3u compiled and installed fine, but there is a curious glitch. Watching live TV, I can see the first channel the tuner (PVR350) tunes to, say channel 12 for instance (btw, where can I change that configuration item? I forgot where it was set). All is fine. Changing channels, however, shows the info strip with the current show on the new destination channel, but the tuned channel never changes--it keeps showing the current program that 12 broadcasts, even if according to the info strip I am watching 9. Hmmm.

Is this a know problem? Or did I overlook something really basic?

alsq.
Back to top
View user's profile Send private message
alsq



Joined: 08 Jul 2005
Posts: 18
Location: Colorado, USA

PostPosted: Wed Aug 03, 2005 2:53 pm    Post subject: Reply with quote

Found a hint here:

http://www.shspvr.com/smf/index.php?topic=5941.0

Film at 11.

alsq
Back to top
View user's profile Send private message
alsq



Joined: 08 Jul 2005
Posts: 18
Location: Colorado, USA

PostPosted: Thu Aug 04, 2005 6:42 pm    Post subject: Reply with quote

Soooo....

If I understand this correctly, it appears that video4linux and ivtv both provide tveeprom.ko and tuner.ko but for some reason it is the video4linux variety that should be actually used. OK, that is sufficient for my limited curiosity. (Ah, am I coming too short of the truth from being lazy?)

If tuner.ko does not load, it is not possible to change channel. In fact, neither tuner.ko nor tveeprom.ko do load after recompilation in my case (sigh). Here is why.

In my non-smp kernel recompile, the video4linux *.ko did get recompiled with some bizarre quirk--since at time of loading the module 'version magic' signature does not match that of the new kernel, but still remains the stock precompiled smp variety. This is perplexing, since .config does include support for the video4linux drivers; after #make clean, there are neither .o nor .ko artifacts, but these artifacts do reappear after either #make, #make all, or #make -B

Can anyone shed some light on how to fix this, please?

alsq
Back to top
View user's profile Send private message
Xsecrets



Joined: 06 Oct 2003
Posts: 4978
Location: Nashville, TN

PostPosted: Thu Aug 04, 2005 6:52 pm    Post subject: Reply with quote

well I haven't read back through the whole thread, but since the title is about ivtv I'm assuming you want a pvr card to work and in that case no you want to move delete etc. the v4l2 tuner and use the ivtv tuner module.
_________________
Have a question search the forum and have a look at the KnoppMythWiki.

Xsecrets
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    knoppmyth.net Forum Index -> Usage/HowTo All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group