Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 15th August 2005, 02:54 PM
mugs's Avatar
mugs Offline
Registered User
 
Join Date: Jul 2004
Location: VA
Age: 49
Posts: 317
MythTV, IVTV, PVR250...

I have been workiing on this for about 2 weeks now, and still havent solved it. I had an FC2 install with a working MythTV Setup with a Hauppauge PVR-250. Remote worked also.

I installed FC4 on a seperate drive, but left FC2 on the other drive. I am trying to get Myth working on the FC4 drive. I can load all the modules and the remote works fine, but all I seem to get is snow. I have went over the settings with a fine tooth comb, but still no luck. The weird thing is if I boot into FC2 and use Myth, then boot into FC4, Myth will work, but only on 1 channel, if I try to change the channel, it seems like it is changing, because the OSD changes, but the same channel shows. I have compared the settings with my FC2 installation and they appear to be identical.
I dont see any errors in /var/log/messages in the ivtv section, it seems to be just about the same as what I see in FC2. In FC2, when I start mythbackend, it loads all the modules I need (ivtv, saa7115, etc). In FC4, I have to manually modprobe them.

I tried compiling ivtv myself this morning, after removing it with yumex, but I got an error in saa7115...line 1139. In FC2, I did manually compile and install ivtv.

I could attach var/log/messages, the results of lsmod, etc if need be.

If anyone has any ideas, I would appreciate it. Thanks!
__________________
Yossi 4Ever

AMD XP 3000+|1024 DDR|2 X 160 GB Seagate|XFX FX 5500 256 MB|DVD|Toshiba 3500A 16X Dual Layer DVDRW|Audigy LS|
Reply With Quote
  #2  
Old 8th September 2005, 03:23 PM
sej7278 Offline
Registered User
 
Join Date: Sep 2004
Posts: 2,008
did you get anywhere with this - i wasted at least one weekend trying to get my pvr250 working on fc4 and just got snow from the antenna and a garbled picture from the composite (yes i was using pal).
Reply With Quote
  #3  
Old 8th September 2005, 03:44 PM
mjman Offline
Registered User
 
Join Date: Oct 2004
Posts: 286
I just recently set up a mythtv box with FC4.
Try the following:
Code:
mplayer -vo xv /dev/video0
I'm pretty sure that will play the output of the PVR250 with mplayer.
While it is playing, run /usr/lib/ivtv/ptune-ui.pl
try changing the frequency table, and observing the result in mplayer.
once you find the right frequency table (ntsc-cable-hrc for me), make sure to set the proper frequency table in mythtv-setup
This worked for me.

good luck!
Reply With Quote
  #4  
Old 8th September 2005, 10:14 PM
mugs's Avatar
mugs Offline
Registered User
 
Join Date: Jul 2004
Location: VA
Age: 49
Posts: 317
No, I havent been able to get this to work, although I have tried and tried. The key to the problem is probably this:

tuner 2-0061: tuner type not set

from START INIT IVTV section.

I dont know how to fix it, though.
__________________
Yossi 4Ever

AMD XP 3000+|1024 DDR|2 X 160 GB Seagate|XFX FX 5500 256 MB|DVD|Toshiba 3500A 16X Dual Layer DVDRW|Audigy LS|
Reply With Quote
  #5  
Old 9th September 2005, 03:39 AM
SuperNu's Avatar
SuperNu Offline
Registered User
 
Join Date: Mar 2004
Posts: 617
Just wondering if you happened to check out the FAQ for IVTV? Questions 48 and 49 deal with static.

--SN
Reply With Quote
  #6  
Old 9th September 2005, 05:36 AM
mjman Offline
Registered User
 
Join Date: Oct 2004
Posts: 286
mugs, you prob have to set the tuner type (duh) =)

post the contents of your /etc/modprobe.conf
Reply With Quote
  #7  
Old 9th September 2005, 11:07 AM
mugs's Avatar
mugs Offline
Registered User
 
Join Date: Jul 2004
Location: VA
Age: 49
Posts: 317
thanks MJMAN for your help.
Here is the modprobe.conf from my FC4 drive:

alias eth0 forcedeth
alias snd-card-0 snd-ca0106
options snd-card-0 index=0
options snd-ca0106 index=0
remove snd-ca0106 { /usr/sbin/alsactl store 0 >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-ca0106
alias usb-controller ehci-hcd
alias usb-controller1 ohci-hcd
alias scsi_hostadapter sata_nv

# ivtv modules setup
options ivtv ivtv_debug-1 tuner-39
alias char-major-81 videodev
alias char-major-81-0 ivtv
#alias tveeprom tveeprom-ivtv
#alias msp3400 msp3400-ivtv


# nvidia kernel module
alias char-major-195 nvidia-1_0-7667
alias nvidia nvidia-1_0-7667


And here is what works in FC2:

alias eth0 forcedeth

#alias snd-card-1 snd-emu10k1
#alias snd-card-1 snd-intel8x0
install snd-intel8x0 /sbin/modprobe --ignore-install snd-intel8x0 && /usr/sbin/alsactl restore >/dev/null 2>&1 || :
remove snd-intel8x0 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-intel8x0
alias usb-controller ehci-hcd
alias usb-controller1 ohci-hcd
#alias snd-card-0 snd-audigyls
alias snd-card-0 snd-ca0106
install snd-audigyls /sbin/modprobe --ignore-install snd-audigyls && /usr/sbin/alsactl restore >/dev/null 2>&1 || :
remove snd-audigyls { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-audigyls

# ivtv modules setup
alias char-major-81 videodev
alias char-major-81-0 ivtv
#alias tveeprom tveeprom-ivtv
#alias msp3400 msp3400-ivtv




alias char-major-195* nvidia

Please note that I have tried it EXACTLY the same as in FC2 and it still didnt work, but if I use it in FC2 and then boot to FC4, it works on one station.

Thanks!
__________________
Yossi 4Ever

AMD XP 3000+|1024 DDR|2 X 160 GB Seagate|XFX FX 5500 256 MB|DVD|Toshiba 3500A 16X Dual Layer DVDRW|Audigy LS|
Reply With Quote
  #8  
Old 9th September 2005, 04:00 PM
mjman Offline
Registered User
 
Join Date: Oct 2004
Posts: 286
ah, well this line:
Code:
options ivtv ivtv_debug-1 tuner-39
should read:
Code:
options ivtv ivtv-debug=1 tuner=39
try that. Also, what version of the ivtv driver are you using?
Reply With Quote
  #9  
Old 12th September 2005, 12:04 PM
mugs's Avatar
mugs Offline
Registered User
 
Join Date: Jul 2004
Location: VA
Age: 49
Posts: 317
thanks, I will try that. The version is:

0.3.7d
__________________
Yossi 4Ever

AMD XP 3000+|1024 DDR|2 X 160 GB Seagate|XFX FX 5500 256 MB|DVD|Toshiba 3500A 16X Dual Layer DVDRW|Audigy LS|
Reply With Quote
Reply

Tags
ivtv, mythtv, pvr250

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
PVR 150 ivtv mitchell2345 Hardware & Laptops 3 11th January 2007 09:11 PM
IVTV/MythTV Problem on FC6 mshaw72cwr Using Fedora 3 20th December 2006 04:50 AM
Mythtv ****s up ivtv fooDK Using Fedora 7 29th September 2006 04:09 PM
lirc, PVR250 remote, and mythtv: need help virusdoc Using Fedora 2 6th April 2005 06:48 PM


Current GMT-time: 09:02 (Thursday, 23-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat