[mythtv-users] PVR250 audio setup problems
Michael T. Dean
mtdean at thirdcontact.com
Mon Sep 20 13:22:07 EDT 2004
On 09/19/2004 11:44 AM, Bill Bradley wrote:
>I recently wiped my FC1 to upgrade to FC2 and am having some problems
>setting up my PVR250. I followed Jarods Guide for NTSC setup. On the
>the coax tuner, I only get b&w with no sound for some reason, so I went
>to the s-video input using the audio line in on the PVR250 running RCA
>audio out from my cable box to a Y splitter. I do a cat /dev/video0 >
>test_capture.mpg and the sound now works but it sounds awful...I can
>hear the tv, but its low volume lots of hiss and other white noise. Do
>I have this setup the correct way or is there a better way to get
>s-video and audio from the cable box? Here is my sysinfo:
>
>
Please send the dmesg output (or lines from /var/log/messages) between
the lines
ivtv: ==================== START INIT IVTV ====================
and
ivtv: ==================== END INIT IVTV ====================
>kernel-module-ivtv-2.6.8-1.521-0.1.10-45_pre2_ck108k.rhfc2.at
>ivtv-0.1.10-45_pre2_ck108k.rhfc2.at
>
>
108m might be more stable for you. 100z is probably more stable still
if you can find it for 2.6.8.1 (because it required some patching for
that kernel).
>modprobe.conf
>
>alias eth0 8139too
>alias snd-card-0 snd-via82xx
>install snd-via82xx /sbin/modprobe --ignore-install snd-via82xx &&
>/usr/sbin/alsactl restore >/dev/null 2>&1 || :
>remove snd-via82xx { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; };
>/sbin/modprobe -r --ignore-remove snd-via82xx
>alias usb-controller ehci-hcd
>alias usb-controller1 uhci-hcd
># nvidia kernel module
>alias char-major-195 nvidia-1_0-6111
># ivtv modules setup
>alias char-major-81 videodev
>alias char-major-81-0 ivtv
>install ivtv /sbin/modprobe msp3400 saa7115 tuner v4l1-compat;
>/sbin/modprobe --ignore-install ivtv
>options ivtv ivtv_debug=1 tuner=2
>options msp3400 once=0 simpler=1 simple=0
>
>
Please use the following for your modprobe.conf:
alias eth0 8139too
alias snd-card-0 snd-via82xx
install snd-via82xx /sbin/modprobe --ignore-install snd-via82xx &&
/usr/sbin/alsactl restore >/dev/null 2>&1 || :
remove snd-via82xx { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; };
/sbin/modprobe -r --ignore-remove snd-via82xx
alias usb-controller ehci-hcd
alias usb-controller1 uhci-hcd
# nvidia kernel module
alias char-major-195 nvidia-1_0-6111
# ivtv modules setup
alias char-major-81 videodev
alias char-major-81-0 ivtv
Only. IOW, remove the lines:
install ivtv /sbin/modprobe msp3400 saa7115 tuner v4l1-compat;
/sbin/modprobe --ignore-install ivtv
options ivtv ivtv_debug=1 tuner=2
options msp3400 once=0 simpler=1 simple=0
Mike
More information about the mythtv-users
mailing list