try to add the following line in your modprobe.conf

options ivtv ivtv_std=2 tda9887=0


gr.

Patrick

> i have a pvr-350 installed, and i can watch mythtv on my TV.
> i am unable to watch LIVE-TV. i have no input.
> i have connected the Cable TV to the card.
>  how do i check if i have a signal ?
>  i tried
> cat /dev/video0 > test.mpg, but the .mpg file contains nothing.
> tried video1, 2, 64
>  i have a PAL card.
>  the /etc/mythtv/modules/ivtv file contains
>
>  alias char-major-81 videodev
> alias char-major-61 lirc_i2c
> #options ivtv debug=1
> #options tuner type=2
> options msp3400 once=1 simple=1
>
> install ivtv /sbin/modprobe tuner; /sbin/modprobe msp3400; /sbin/modprobe
> saa7115; /sbin/modprobe --ignore-install ivtv; /sbin/modprobe ivtv-fb;
> /sbin/modprobe lirc_i2c
> remove ivtv /sbin/modprobe -r --ignore-remove ivtv && /sbin/modprobe -r
> saa7115 && /sbin/modprobe -r msp3400 && /sbin/modprobe -r tuner &&
> /sbin/modprobe -r ivtv-fb && /sbin/modprobe -r lirc_i2c
>  and the /etc/X11/XF86Config-4 file contains
>
> Section "ServerLayout"
> Identifier "XFree86 Configured"
> Screen 0 "TV Screen"
> InputDevice "PS/2 Mouse" "CorePointer"
> InputDevice "Keyboard0" "CoreKeyboard"
> EndSection
>
> Section "ServerFlags"
> Option "AllowMouseOpenFail" "true"
>
> EndSection
>
> Section "Files"
> RgbPath "/usr/X11R6/lib/X11/rgb"
> ModulePath "/usr/X11R6/lib/modules"
> FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled"
> FontPath "/usr/X11R6/lib/X11/fonts/misc"
> FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
> FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
> FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
> FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
> FontPath "/usr/X11R6/lib/X11/fonts/Speedo"
> FontPath "/usr/X11R6/lib/X11/fonts/PEX"
> # Additional fonts: Locale, Gimp, TTF...
> FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
> # FontPath "/usr/X11R6/lib/X11/fonts/latin2/75dpi"
> # FontPath "/usr/X11R6/lib/X11/fonts/latin2/100dpi"
> # True type and type1 fonts are also handled via xftlib, see
> /etc/X11/XftConfig!
> FontPath "/usr/X11R6/lib/X11/fonts/Type1"
> FontPath "/usr/share/fonts/ttf/western"
> FontPath "/usr/share/fonts/ttf/decoratives"
> FontPath "/usr/share/fonts/truetype"
> FontPath "/usr/share/fonts/truetype/openoffice"
> FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera"
> FontPath "/usr/share/fonts/latex-ttf-fonts"
> FontPath "/usr/X11R6/lib/X11/fonts/defoma/CID"
> FontPath "/usr/X11R6/lib/X11/fonts/defoma/TrueType"
> EndSection
>
> Section "Module"
> Load "ddc" # ddc probing of monitor
> # Load "GLcore"
> Load "dbe"
> Load "v4l"
> Load "extmod"
> # Load "glx"
> Load "bitmap" # bitmap-fonts
> Load "speedo"
> Load "type1"
> Load "freetype"
> Load "record"
> EndSection
>
> Section "InputDevice"
> Identifier "Keyboard0"
> Driver "keyboard"
> Option "CoreKeyboard"
> Option "XkbRules" "xfree86"
> Option "XkbModel" "pc105"
> Option "XkbLayout" "us"
>
> EndSection
>
> Section "InputDevice"
> Identifier "Serial Mouse"
> Driver "mouse"
> Option "Protocol" "Microsoft"
> Option "Device" "/dev/ttyS0"
> Option "Emulate3Buttons" "true"
> Option "Emulate3Timeout" "70"
> Option "SendCoreEvents" "true"
> EndSection
>
> Section "InputDevice"
> Identifier "PS/2 Mouse"
> Driver "mouse"
> Option "Protocol" "auto"
> Option "ZAxisMapping" "4 5"
> Option "Device" "/dev/psaux"
> Option "Emulate3Buttons" "true"
> Option "Emulate3Timeout" "70"
> Option "SendCoreEvents" "true"
> EndSection
>
> Section "InputDevice"
> Identifier "USB Mouse"
> Driver "mouse"
> Option "Device" "/dev/input/mice"
> Option "SendCoreEvents" "true"
> Option "Protocol" "IMPS/2"
> Option "ZAxisMapping" "4 5"
> Option "Buttons" "5"
> EndSection
>
> Section "Monitor"
> Identifier "PAL Monitor"
> HorizSync 30-68
> VertRefresh 50-120
> Mode "720x576"
> # D: 34.563 MHz, H: 37.244 kHz, V: 73.897 Hz
> DotClock 41.476
> HTimings 720 752 840 928
> VTimings 576 580 584 600
> Flags "-HSync" "-VSync"
> EndMode
> EndSection
>
> Section "Device"
> Identifier "Hauppauge PVR 350 iTVC15 Framebuffer"
> Driver "ivtvdev"
>
> ### change fb1 to whatever number you got in the previous section
> Option "fbdev" "/dev/fb0"
> Option "ivtvdev" "/dev/fb0"
>
> ### change the busid to whatever is reported by lspci. Note that
> ### output of lspci is hex, so add a preceding "0x" to the BusID
> #BusID "0:0x08:0"
> BusID "PCI:01:02:0"
> EndSection
>
> Section "Screen"
> Identifier "TV Screen"
> Device "Hauppauge PVR 350 iTVC15 Framebuffer"
> Monitor "PAL Monitor"
> DefaultDepth 24
> DefaultFbbpp 32
> Subsection "Display"
> Depth 24
> FbBpp 32
> Modes "720x576"
> EndSubsection
> EndSection
>
> Section "DRI"
> Mode 0666
> EndSection
> _______________________________________________
> mythtv-users mailing list
> mythtv-users@mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>


-- 
gr.

patrick

_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to