I see you're using -p 6 and - p 7 for your two PVR-150 cards. Did you
try other values for the -p option for ivtv? Mine used -p 4 for the
tuner input and -p 0 for S-Video.

I would first verify that the signal you're feeding it is good and is on
a known channel (connect it directly to a TV), then try this:

ptune.pl --channel 4 --input /dev/video0 (change channel and device as
appropriate)
ivtvctl -d /dev/video0 -p 0
ivtvctl -I

and look to see if it has a good signal - the first two lines should tell you. If not, repeat the second two commands with -p 1 through -p 8 and see what they give you.

Daniel Segel

Dan H Orlic wrote:

2 PVR-150 in system--

Ok, from all the mailing lists I have seen it looks like this is what is
comes down to:

ivtv: Tuner Type 47, Tuner formats 0x00001000, Radio: yes, Model
0x00892598, Revision 0x00000001
ivtv: NTSC tuner detected
ivtv: Radio detected
cx25840: Unknown parameter `no_black_magic'
ivtv: Failed to load module cx25840

apparently that no_black_magic parameter is key to the 150 working (When
I comment it out all i get is static)

my problem is all the solutions out there say to upgrade the kernel but
i am running:

[EMAIL PROTECTED]:~# uname -a
Linux mythtv 2.6.11.9-chw-2 #1 SMP Sat May 14 12:11:44 CDT 2005 i686
GNU/Linux

Will a force install of 2.6.11.11 do the trick?  I'd hate to download a
kernel tarball and try to figure out all the config options that
knoppmyth set for optimizing mythtv.

Please help, I feel that this is the last hurdle to clear before getting
my system up and running! More info below:

[EMAIL PROTECTED]:~# more /etc/init.d/set_ivtv_params
/usr/local/bin/ivtvctl -d /dev/video0 -u 0x3000 -f width=720,height=480
-p 6
#/usr/local/bin/ivtvctl -d /dev/video0 -c
dnr_mode=0,dnr_temporal=4,dnr_spatial=4
#/usr/local/bin/ivtvctl -d /dev/video0 -x 0

/usr/local/bin/ivtvctl -d /dev/video1 -u 0x3000 -f width=720,height=480
-p 7
#/usr/local/bin/ivtvctl -d /dev/video1 -c
dnr_mode=0,dnr_temporal=4,dnr_spatial=4
#/usr/local/bin/ivtvctl -d /dev/video1 -x 0
[EMAIL PROTECTED]:~#

[EMAIL PROTECTED]:~# more /etc/mythtv/modules/ivtv
alias char-major-81 videodev
alias char-major-81-0 ivtv
alias char-major-81-1 ivtv
alias char-major-61 lirc_i2c

options cx25840 no_black_magic=1
options ivtv ivtv_std=0 tda9887=0,0 ivtv_debug=1

options cx25840 i2c_enable=1
options saa7127 i2c_enable=-1
options msp3400 once=1 simple=1




install ivtv /sbin/modprobe tuner; /sbin/modprobe
msp3400; /sbin/modprobe saa7115;  /sbin/modprobe --ignore-install  ivtv
remove ivtv /sbin/modprobe -r --ignore-remove ivtv && /sbin/modprobe -r
saa7115
&& /sbin/modprobe -r msp3400 && /sbin/modprobe -r tuner
[EMAIL PROTECTED]:~#








------------------------------------------------------------------------

_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to