View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 11 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
 Post subject: pvr 250 mce problem
PostPosted: Mon Mar 15, 2004 11:27 pm 
Offline
Joined: Mon Mar 15, 2004 11:17 pm
Posts: 53
hey im anothe linux newbie, and i got a computer setup for the tv and i want to move to linux and mythtv, and im useing your knoppmyth
but evrytime after install on boot it gets to a line saying

i2c-core.0: adapter ivtv 12c driver #0 registered as adapter 0.
(if i read it right off the tv)
and freezes, its something to do with the ivtv drivers, if i pull the card it boots compleatly

the card works fine in windows
and i have tryed a bit with useing another build of linux, and when i get to the point i put
"modprobe ivtv" locks up compleatly there too

can any one help me out here? :(
thanks

pc:
asus a7v8x-x
athlonxp 2500+ (333fsb)
256 pc2700 ddr
ati AIW 900 pro
Logitech mxduo (keyboard and mouse
WinTV-PVR-250MCE http://www.hauppauge.com/html/wintvpvr2 ... asheet.htm


Top
 Profile  
 
 Post subject:
PostPosted: Tue Mar 16, 2004 8:57 am 
Offline
Joined: Fri Sep 19, 2003 7:05 pm
Posts: 5088
Location: Fontana, Ca
Perhaps a post on the ivtv mailing list? There are a few different versions on the 250 and I don't know about the MCE version.

_________________
cesman

When the source is open, the possibilities are endless!


Top
 Profile  
 
 Post subject:
PostPosted: Tue Mar 16, 2004 9:46 am 
Offline
Joined: Mon Mar 15, 2004 11:17 pm
Posts: 53
well its suposta be pritty much the same other then the fact it has rca plugs, no luck on the mailing list so far

the chip on it is the
CX23416 chip

well thanks any way


Top
 Profile  
 
 Post subject: fix?
PostPosted: Tue Mar 16, 2004 8:30 pm 
Offline
Joined: Mon Mar 15, 2004 11:17 pm
Posts: 53
ok i contacted my retailer, he says "
there is a problem with the ivtv driver recognizing this as the wrong card.
If you look in your kernel logs you'll probably find the following line:

kernel: ivtv: Found an iTVC15 based chip

This card is the newer iTVC16 based chip. You are the 3rd customer this week with this issue, I'm in the process of documenting how to fix this (it requires a source code change), once complete I'll send it to you. I will also be sending it to the ivtv developers to try and get this fixed in the source code."

im now waiting for the documentation that hes doing, tho once i get it, how could i go about applying it to knoppmyth? or is it possible?

thanks


Top
 Profile  
 
 Post subject:
PostPosted: Tue Mar 16, 2004 8:38 pm 
Offline
Joined: Mon Oct 06, 2003 10:38 am
Posts: 4978
Location: Nashville, TN
well if he gets it to the ivtv project and they fix it then it will be included in the next version of knoppmyth I'm sure.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Mar 17, 2004 10:28 am 
Offline
Joined: Fri Sep 19, 2003 7:05 pm
Posts: 5088
Location: Fontana, Ca
That it will.

_________________
cesman

When the source is open, the possibilities are endless!


Top
 Profile  
 
 Post subject:
PostPosted: Wed Mar 24, 2004 8:59 am 
Offline
Joined: Mon Mar 15, 2004 11:17 pm
Posts: 53
ok heres the fix guide

This fix for the ivtv 0.1.9 and WinTV-PVR-250 MCE problem is a temporary fix, the developers of ivtv will be releasing a permanent fix in a week or so.

This temporary fix requires a single line change in one file. This fix has only been tested on KnoppMyth. This fix will only work on a system with 1 or more WinTV-PVR-250 MCE cards, you cannot mix different models/versions of PVR cards. The fix simply forces ivtv to the correct card type since ivtv is not recognizing the WinTV-PVR-250 MCE card correctly.


To utilize the fix please follow these instructions:


1) Shutdown the computer with the WinTV-PVR-250 MCE card in it and remove the card.

2) Reboot the computer.

3) cd into the following directory:

/usr/local/lib/ivtv/driver

4) Edit ivtv-driver.c with your favorite editor and make the following change:

On line 1959 change:

itv->card_type = ivtv_card_params[i].card_type;

to:

itv->card_type = IVTV_250_V2;

5) Save the file and exit the editor.

6) In the same directory (/usr/local/lib/ivtv/driver) run the following commands:

make
make install

7) Shutdown the computer.

8) Re-install the removed WinTV-PVR-250 MCE card.

9) Reboot the computer.

10) Configure MythTV as you normally would.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Mar 24, 2004 10:08 am 
Offline
Joined: Sun Feb 15, 2004 4:53 pm
Posts: 56
Location: Niagara Area, Canada
That's good news Kaziya. Thanks for the info. I feel better about buying a 250 MCE now. Much appreciated.


Top
 Profile  
 
 Post subject:
PostPosted: Thu May 20, 2004 11:22 am 
Offline
Joined: Sun Feb 15, 2004 4:53 pm
Posts: 56
Location: Niagara Area, Canada
Quote:
This fix will only work on a system with 1 or more WinTV-PVR-250 MCE cards, you cannot mix different models/versions of PVR cards.


Has this been addressed in r4v3? Can I use my 401 with my 250 MCE now?


Last edited by Sean on Thu May 20, 2004 11:23 am, edited 1 time in total.


Top
 Profile  
 
 Post subject:
PostPosted: Thu May 20, 2004 11:31 am 
Offline
Joined: Mon Oct 06, 2003 10:38 am
Posts: 4978
Location: Nashville, TN
well I don't think it's fixed in R4v3 because the fix is in the pre10 version of the drivers, and koppmyth doesn't ship with pre versions, however this would not keep you from using a pvr and a 401 in the same system. pvr uses ivtv drivers, and 401 uses bttv drivers. what this prevents you from using is one of the pvr250mce that requires the workaround and an old pvr250/350 that doesn't.


Top
 Profile  
 
 Post subject:
PostPosted: Fri May 21, 2004 8:09 am 
Offline
Joined: Sun Feb 15, 2004 4:53 pm
Posts: 56
Location: Niagara Area, Canada
Oh! That's good to hear. When I build (this weekend) I will use both cards then. Thanks!


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 11 posts ] 


All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 2 guests


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 post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu