[mythtv-users] OT: Ivtv questions

ou812 at comcast.net ou812 at comcast.net
Tue Jun 22 14:11:49 EDT 2004


I had some quality issues as well and it end up that I did not have the correct tuner type.

so try:

modprobe tveeprom
  dmesg | tail -20

My dmesg looked like this:
  tvee: Hauppauge: model=32032, rev=B326
  tvee: tuner=Temic 4036FY5 (idx=26, type=8)
  tvee: tuner fmt=NTSC(M) (eeprom=0x08, v4l2=0x00001000)
  tvee: audio_processor=MSP3440 (type=11)

Tuner line shows type=8, so that's what I used:
   modprobe tuner type=8

here is my modprobe.conf file

alias char-major-61-* lirc_i2c
alias char-major-81-* videodev
alias char-major-81-0 ivtv
options ivtv ivtv_debug=1
options tuner type=8
options saa7127 enable_output=1 output_select=0 pal=1
options msp3400 once=1 simple=1
install ivtv { /sbin/modprobe msp3400; /sbin/modprobe saa7115; /sbin/modprobe tuner; } ; /sbin/modprobe --first-time --ignore-install ivtv && { /sbin/modprobe lirc_dev; /sbin/modprobe lirc_i2c; /bin/true; }
remove ivtv { /sbin/modprobe -r lirc_dev; /sbin/modprobe -r lirc_i2c; } ; /sbin/modprobe -r --first-time --ignore-remove ivtv && { /sbin/modprobe -r msp3400; /sbin/modprobe -r saa7115; /sbin/modprobe -r tuner; /bin/true; }


Good luck


> I’ve got several IVTV specific question, which I
> haven’t got responses to yet.  I’d REALLY appreciate
> any info people can give me here.  I’m trying to
> install and configure a pvr250mce to connect to a dish
> network satellite box.  I also own a bttv model
> capture card which I can get working fine.  I’m
> currently trying to install the pvr250 without the
> bttv card install to avoid conflicts.  I’ve got
> everything basically working I just can’t get the
> picture quality to be any where near reasonable on the
> pvr250.
> 
> 1.	Is there any documentation for ivtv_ctrl
> (previously test_ctrl)?  
> 2.	With ivtv_Ctrl how do I set the input to Coax,
> s-video and composite?
> 3.	With tv frequencies what is the difference between
> us-cable, us-cable-hr, us-bcast?  What should I be
> using with my dish network?
> 4.	What is the module saa7115 for?  Should I use the
> saa8178 (some other # compiled with ivtv)?
> 5.	What is ivtv-fb, and how does it differ from ivtv?
> 6.	I’ve seen reference to setting different settings
> for video0, video1, and video2 when configuring a
> pvr350 what are each of these virtual devices
> associated with?
> 
> My configuration is as follows:
> kernel 2.6.6 built from source with 8k stacks disabled
> Ivtv 0.1.10 90k or so source 
> FC2 dist
> Pvr250mce
> 
> 
> 
> 
> 
> 		
> __________________________________
> Do you Yahoo!?
> Yahoo! Mail - 50x more storage than other providers!
> http://promotions.yahoo.com/new_mail
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> 


More information about the mythtv-users mailing list