I have one pvr350 (/dev/video0) and one pvr500mce (/dev/video1 and /dev/video2) - the 350 is all ok.

500mce:
I have been playing with different settings – and now I moved the wm8775 to be modprobed in front of cx25840 – and there it was: perfect sound on tuner 0 (muted on tuner 1)!


Regards

Sigurd

My settings:
start modprobe.conf

install scsi_hostadapter /sbin/modprobe sata_via; /bin/true
remove snd-via82xx /sbin/modprobe -r snd-pcm-oss; /sbin/modprobe --first-time -r --ignore-remove snd-via82xx
install snd-via82xx /sbin/modprobe --first-time --ignore-install snd-via82xx && { /sbin/modprobe snd-pcm-oss; /bin/true; }
alias sound-slot-0 snd-via82xx


# 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

end modprobe.conf

start 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
/sbin/modprobe tveeprom
/sbin/modprobe ivtv ivtv_std=2 tda9887=0 ivtv_debug=1 tuner=38,56,56
/sbin/modprobe tuner debug=1
/sbin/modprobe wm8775 mixer=1
#/sbin/modprobe cx25840 i2c_enable=-1,1,1 audiofmt=0x04
/sbin/modprobe cx25840 i2c_enable=1,1 audiofmt=0x04

#/sbin/modprobe wm8775 mixer=1

/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

end start-ivtv

Nick Rosier wrote:
Put this in a startup-script:

/usr/bin/ivtvctl -d /dev/video0 -c dnr_mode=0
/usr/bin/ivtvctl -d /dev/video0 -c dnr_temporal=4
/usr/bin/ivtvctl -d /dev/video0 -c dnr_spatial=4

You can play with the values; I found 4 to be sufficient. On the
Hauppauge forums, I found someone saying it's set to 8 in Windows but
he found it to blurry and recommended 4.
So I took those values for my setup and I'm quite happy with them.
Still think the 350 gives better captures but with the 0.3.3-series
drivers, limited modprobe-options and DNR active, I'm satisfied.

N.

On 4/28/05, Morten Rønseth <[EMAIL PROTECTED]> wrote:

Hi Nick,

How do I do that?



Cheers,


-Morten

Nick Rosier wrote: Morten,

you also might want to activate DNR (both temporal and spatial); I've
got mine set to 4. From the Hauppauge-forums, I've read the
Windows-drivers set both to 8 but that was a bit too much for me.

N.



------------------------------------------------------- SF.Net email is sponsored by: Tell us your software development plans! Take this survey and enter to win a one-year sub to SourceForge.net Plus IDC's 2005 look-ahead and a copy of this survey Click here to start! http://www.idcswdc.com/cgi-bin/survey?id5hix _______________________________________________ ivtv-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ivtv-devel






------------------------------------------------------- SF.Net email is sponsored by: Tell us your software development plans! Take this survey and enter to win a one-year sub to SourceForge.net Plus IDC's 2005 look-ahead and a copy of this survey Click here to start! http://www.idcswdc.com/cgi-bin/survey?id=105hix _______________________________________________ ivtv-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ivtv-devel

Reply via email to