Niklas Brunlid wrote:
Been trying for two days now to get these two cards to work together, and like many others, I currently have two options:

1) Fully working PVR350, unrecognized tuner on PVR500, or
2) Working input on PVR350 and the first tuner on PVR500, no TV-out or second tuner on PVR500.

On 1) I use the 0.2.0 driver, on 2) I've tried 0.3.5l and 0.3.5z (0.3.5 didn't recognize the tuner). The install is almost like the FC3 install per Jarod's guide with the addition of an ATI AIW RF remote.

My PVR500 is a D591 PAL MCE card with tuner 56 (the Philips FQ1216AME MK4).

Is there a definitive guide to how you get this to work? =)
And if anyone has a working setup like the this in Sweden (or any PAL country), please tell me how. I'd hate to go back to my broken PVR250 with crackling sound... :]

/ Niklas (writing this so late it's early in the morning...)


This is my setup for pvr350 + pvr500mce - PAL, using ivtv-0.3.5z:
(I have sound and video on all tuners)

/etc/modprobe.conf:
# ivtv modules setup
alias char-major-61 lirc_i2c
alias char-major-81 videodev
alias char-major-81-0 ivtv
alias char-major-195* nvidia
#pvr500
alias char-major-81-1 ivtv
alias char-major-81-2 ivtv

last lines in /etc/rc.d/rc.local:

/usr/local/bin/start-ivtv
/usr/X11R6/bin/xset -dpms
/usr/X11R6/bin/xset s off


/usr/local/bin/start-ivtv:
#!/bin/bash

/sbin/modprobe i2c-core
/sbin/modprobe i2c-algo-bit
/sbin/modprobe videodev
/sbin/modprobe msp3400 simple=1
/sbin/modprobe saa7115
/sbin/modprobe saa7127 i2c_enable=1,-1,-1

/sbin/modprobe tda9887 qss=0
/sbin/modprobe tveeprom
/sbin/modprobe tuner debug=1
/sbin/modprobe wm8775 mixer=1
/sbin/modprobe cx25840 i2c_enable=-1,1,1 audiofmt=0x04
/sbin/modprobe ivtv ivtv_std=2 tda9887=0 ivtv_debug=1 tuner=38,56,56

/sbin/modprobe lirc_i2c
/usr/local/sbin/lircd -d /dev/lirc0 --permission=666
ln -s /dev/lirc0 /dev/lirc

/usr/local/bin/ivtvctl -d /dev/video1 -u 1 -f width=720,height=576 -p 7
/usr/local/bin/ivtvctl -d /dev/video2 -u 1 -f width=720,height=576 -p 7

/usr/local/bin/ivtvctl -d /dev/video0 -u 0xff
/usr/local/bin/ivtvctl -d /dev/video0 -p 4
/usr/local/bin/ivtvctl -d /dev/video0 -f width=720,height=576
/usr/local/bin/ivtvctl -d /dev/video0 -c dnr_mode=0
/usr/local/bin/ivtvctl -d /dev/video0 -c dnr_temporal=0
/usr/local/bin/ivtvctl -d /dev/video0 -c dnr_spatial=0
/usr/local/bin/ivtvctl -j reg=0x6c,val=0xfe -d /dev/video0
/usr/local/bin/ivtvctl -j reg=0x2d,val=0x38 -d /dev/video0
/usr/local/bin/ivtvctl -j reg=0x61,val=0xb1 -d /dev/video0
/etc/init.d/mythbackend start


Regards

Sigurd


-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
_______________________________________________
ivtv-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ivtv-devel

Reply via email to