View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 5 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Fri May 18, 2007 6:04 pm 
Offline
Joined: Mon Jun 19, 2006 8:50 am
Posts: 20
I've been running R5C7 with a PVR-350 for almost a year, but with all the changes to R5F1 decided to bite the bullet and upgrade.

Rather than an upgrade I did a full install. After running setup_350.sh nothing after "Waiting for /dev to be fully populated..." is displayed.

The behavior seems identical to that in this thread http://www.mysettopbox.tv/phpBB2/viewto ... +populated , but there is no solution except to reinstall (which I've tried).

Here are the logs asked for in that thread. Any ideas?


less Xorg.0.log | grep EE

Current Operating System: Linux mythtv 2.6.18-chw-13 #1 SMP PREEMPT Tue Mar 6 19:57:00 PST 2007 i686
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(II) Loading extension MIT-SCREEN-SAVER
(EE) IVTVDEV_TST(0)Framebuffer id from dev /dev/fb0is 0
(EE) IVTVDEV_TST(0)open /dev/video48 returned 7
(EE) IVTVDEV_TST(0)get_fb returned 0 fbid 0
(EE) AIGLX: Screen 0 is not DRI capable

cat /etc/X11/xorg.conf
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "TV Screen" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
# PS/2 Mouse not detected
InputDevice "Serial Mouse" "CorePointer"
InputDevice "USB Mouse" "CorePointer"
EndSection

Section "ServerFlags"
Option "AllowMouseOpenFail" "true"

EndSection

Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/X11/misc:unscaled"
FontPath "/usr/share/fonts/X11/75dpi:unscaled"
FontPath "/usr/share/fonts/X11/100dpi:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/Speedo"
FontPath "/usr/share/fonts/X11/PEX"
# Additional fonts: Locale, Gimp, TTF...
FontPath "/usr/share/fonts/X11/cyrillic"
# FontPath "/usr/share/fonts/X11/latin2/75dpi"
# FontPath "/usr/share/fonts/X11/latin2/100dpi"
# True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/usr/share/fonts/truetype"
FontPath "/usr/share/fonts/latex-ttf-fonts"
EndSection

Section "Module"
# Comments: see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=346408
Load "dbe" # Double Buffering Extension, very important.
Load "dri" # This shouldn't be available choice if user has selected driver vga, vesa or nv.
Load "glx" # GLX Extension.
Load "freetype" # Freetype fonts.
Load "type1" # Type 1 fonts
Load "record" # Developer extension, usually not needed
# Load "extmod" # This is okay, but if you look into "man xorg.conf" you'll find option NOT to include DGA extension with extmod, and for a good reason.. DGA causes instability as it access videoram without consulting X about it.
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
# Load "speedo" # Speedo fonts, this module doesn't exist in Xorg 7.0.17
# The following are deprecated/unstable/unneeded in Xorg 7.0
# Load "ddc" # ddc probing of monitor, this should be never present, as it gets automatically loaded.
# Load "GLcore" # This should be never present, as it gets automatically loaded.
# Load "bitmap" # Should be never present, as it gets automatically loaded. This is a font module, and loading it in xorg.conf makes X try to load it twice.
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
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

# Auto-generated by KNOPPIX mkxf86config






Section "Monitor"
Identifier "NTSC Monitor"
HorizSync 30-68
VertRefresh 50-120
Mode "720x480"
# D: 34.563 MHz, H: 37.244 kHz, V: 73.897 Hz
DotClock 34.564
HTimings 720 752 840 928
VTimings 480 484 488 504
Flags "-HSync" "-VSync"
EndMode
EndSection

Section "Device"
Identifier "Hauppauge PVR 350 iTVC15 Framebuffer"
Driver "ivtvdev"

### change fb0 to whatever number you got in the previous section
Option "fbdev" "/dev/fb0"
Option "VideoOverlay" "on"
Option "XVideo" "1"

### 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 "PCI:1:0:0"

Screen 0
EndSection

Section "Screen"
Identifier "TV Screen"
Device "Hauppauge PVR 350 iTVC15 Framebuffer"
Monitor "NTSC Monitor"
DefaultDepth 24
DefaultFbbpp 32
Subsection "Display"
Depth 24
FbBpp 32
Modes "720x480"
EndSubsection
EndSection

Section "DRI"
Mode 0666
EndSection



less /var/log/messages | grep ivtv

May 18 19:09:45 mythtv kernel: ivtv: ==================== START INIT IVTV ====================
May 18 19:09:45 mythtv kernel: ivtv: version 0.10.1 (tagged release) loading
May 18 19:09:45 mythtv kernel: ivtv: Linux version: 2.6.18-chw-13 SMP preempt mod_unload 586 gcc-4.1
May 18 19:09:45 mythtv kernel: ivtv: In case of problems please include the debug info between
May 18 19:09:45 mythtv kernel: ivtv: the START INIT IVTV and END INIT IVTV lines, along with
May 18 19:09:45 mythtv kernel: ivtv: any module options, when mailing the ivtv-users mailinglist.
May 18 19:09:45 mythtv kernel: ivtv0: Autodetected Hauppauge card (cx23415 based)
May 18 19:09:45 mythtv kernel: ivtv0: loaded v4l-cx2341x-enc.fw firmware (376836 bytes)
May 18 19:09:45 mythtv kernel: ivtv0: loaded v4l-cx2341x-dec.fw firmware (262144 bytes)
May 18 19:09:45 mythtv kernel: ivtv0: Encoder revision: 0x02060039
May 18 19:09:45 mythtv kernel: ivtv0: Decoder revision: 0x02020023
May 18 19:09:45 mythtv kernel: tuner 1-0043: chip found @ 0x86 (ivtv i2c driver #0)
May 18 19:09:45 mythtv kernel: tuner 1-0061: chip found @ 0xc2 (ivtv i2c driver #0)
May 18 19:09:45 mythtv kernel: msp3400 1-0040: MSP4448G-A2 found @ 0x80 (ivtv i2c driver #0)
May 18 19:09:45 mythtv kernel: saa7115 1-0021: saa7115 found (1f7115d0e100000) @ 0x42 (ivtv i2c driver #0)
May 18 19:09:45 mythtv kernel: ivtv0: Autodetected Hauppauge WinTV PVR-350
May 18 19:09:45 mythtv kernel: saa7127 1-0044: saa7129 found @ 0x88 (ivtv i2c driver #0)
May 18 19:09:45 mythtv kernel: ivtv0: Registered device video0 for encoder MPEG (4 MB)
May 18 19:09:45 mythtv kernel: ivtv0: Registered device video32 for encoder YUV (2 MB)
May 18 19:09:45 mythtv kernel: ivtv0: Registered device vbi0 for encoder VBI (1 MB)
May 18 19:09:45 mythtv kernel: ivtv0: Registered device video24 for encoder PCM audio (1 MB)
May 18 19:09:45 mythtv kernel: ivtv0: Registered device radio0 for encoder radio
May 18 19:09:45 mythtv kernel: ivtv0: Registered device video16 for decoder MPEG (1 MB)
May 18 19:09:45 mythtv kernel: ivtv0: Registered device vbi8 for decoder VBI (1 MB)
May 18 19:09:45 mythtv kernel: ivtv0: Registered device vbi16 for decoder VOUT
May 18 19:09:45 mythtv kernel: ivtv0: Registered device video48 for decoder YUV (1 MB)
May 18 19:09:45 mythtv kernel: ivtv0: loaded v4l-cx2341x-init.mpg firmware (155648 bytes)
May 18 19:09:45 mythtv kernel: ivtv0: Initialized Hauppauge WinTV PVR-350, card #0
May 18 19:09:45 mythtv kernel: ivtv: ==================== END INIT IVTV ====================
May 18 19:09:45 mythtv kernel: ivtv0-fb: Framebuffer at 0xf9510000, mapped to 0xe1a90000, size 1665k
May 18 19:09:45 mythtv kernel: ivtv0-fb: === Validated display mode ===
May 18 19:09:45 mythtv kernel: ivtv0-fb: Display size 640x400 (640x400 Virtual) @ 8bpp
May 18 19:09:45 mythtv kernel: ivtv0-fb: Display position 41,41
May 18 19:09:45 mythtv kernel: ivtv0-fb: Display filter : on
May 18 19:09:45 mythtv kernel: ivtv0-fb: Color space : RGB
May 18 19:09:45 mythtv kernel: ivtv0-fb: === Display mode change ===
May 18 19:09:45 mythtv kernel: ivtv0-fb: Display size 640x400 (640x400 Virtual) @ 8bpp
May 18 19:09:45 mythtv kernel: ivtv0-fb: Display position 41,41
May 18 19:09:45 mythtv kernel: ivtv0-fb: Display filter : on
May 18 19:09:45 mythtv kernel: ivtv0-fb: Color space : RGB
May 18 19:09:45 mythtv kernel: ivtv0-fb: === Display mode change ===
May 18 19:09:45 mythtv kernel: ivtv0-fb: Display size 640x400 (640x400 Virtual) @ 8bpp
May 18 19:09:45 mythtv kernel: ivtv0-fb: Display position 41,41
May 18 19:09:45 mythtv kernel: ivtv0-fb: Display filter : on
May 18 19:09:45 mythtv kernel: ivtv0-fb: Color space : RGB
May 18 19:09:45 mythtv kernel: ivtv0-fb: Framebuffer registered on ivtv card id 0
May 18 19:09:55 mythtv kernel: ivtv0-fb: === Validated display mode ===
May 18 19:09:55 mythtv kernel: ivtv0-fb: Display size 720x480 (720x480 Virtual) @ 32bpp
May 18 19:09:55 mythtv kernel: ivtv0-fb: Display position 1,1
May 18 19:09:55 mythtv kernel: ivtv0-fb: Display filter : on
May 18 19:09:55 mythtv kernel: ivtv0-fb: Color space : RGB
May 18 19:09:55 mythtv kernel: ivtv0-fb: === Validated display mode ===
May 18 19:09:55 mythtv kernel: ivtv0-fb: Display size 720x480 (720x480 Virtual) @ 32bpp
May 18 19:09:55 mythtv kernel: ivtv0-fb: Display position 1,1
May 18 19:09:55 mythtv kernel: ivtv0-fb: Display filter : on
May 18 19:09:55 mythtv kernel: ivtv0-fb: Color space : RGB
May 18 19:09:55 mythtv kernel: ivtv0-fb: === Display mode change ===
May 18 19:09:55 mythtv kernel: ivtv0-fb: Display size 720x480 (720x480 Virtual) @ 32bpp
May 18 19:09:55 mythtv kernel: ivtv0-fb: Display position 1,1
May 18 19:09:55 mythtv kernel: ivtv0-fb: Display filter : on
May 18 19:09:55 mythtv kernel: ivtv0-fb: Color space : RGB
May 18 19:22:22 mythtv kernel: ivtv: ==================== START INIT IVTV ====================
May 18 19:22:22 mythtv kernel: ivtv: version 0.10.1 (tagged release) loading
May 18 19:22:22 mythtv kernel: ivtv: Linux version: 2.6.18-chw-13 SMP preempt mod_unload 586 gcc-4.1
May 18 19:22:22 mythtv kernel: ivtv: In case of problems please include the debug info between
May 18 19:22:22 mythtv kernel: ivtv: the START INIT IVTV and END INIT IVTV lines, along with
May 18 19:22:22 mythtv kernel: ivtv: any module options, when mailing the ivtv-users mailinglist.
May 18 19:22:22 mythtv kernel: ivtv0: Autodetected Hauppauge card (cx23415 based)
May 18 19:22:22 mythtv kernel: ivtv0: loaded v4l-cx2341x-enc.fw firmware (376836 bytes)
May 18 19:22:22 mythtv kernel: ivtv0: loaded v4l-cx2341x-dec.fw firmware (262144 bytes)
May 18 19:22:22 mythtv kernel: ivtv0: Encoder revision: 0x02060039
May 18 19:22:22 mythtv kernel: ivtv0: Decoder revision: 0x02020023
May 18 19:22:22 mythtv kernel: tuner 1-0043: chip found @ 0x86 (ivtv i2c driver #0)
May 18 19:22:22 mythtv kernel: tuner 1-0061: chip found @ 0xc2 (ivtv i2c driver #0)
May 18 19:22:22 mythtv kernel: msp3400 1-0040: MSP4448G-A2 found @ 0x80 (ivtv i2c driver #0)
May 18 19:22:22 mythtv kernel: saa7115 1-0021: saa7115 found (1f7115d0e100000) @ 0x42 (ivtv i2c driver #0)
May 18 19:22:22 mythtv kernel: ivtv0: Autodetected Hauppauge WinTV PVR-350
May 18 19:22:22 mythtv kernel: saa7127 1-0044: saa7129 found @ 0x88 (ivtv i2c driver #0)
May 18 19:22:22 mythtv kernel: ivtv0: Registered device video0 for encoder MPEG (4 MB)
May 18 19:22:22 mythtv kernel: ivtv0: Registered device video32 for encoder YUV (2 MB)
May 18 19:22:22 mythtv kernel: ivtv0: Registered device vbi0 for encoder VBI (1 MB)
May 18 19:22:22 mythtv kernel: ivtv0: Registered device video24 for encoder PCM audio (1 MB)
May 18 19:22:22 mythtv kernel: ivtv0: Registered device radio0 for encoder radio
May 18 19:22:22 mythtv kernel: ivtv0: Registered device video16 for decoder MPEG (1 MB)
May 18 19:22:22 mythtv kernel: ivtv0: Registered device vbi8 for decoder VBI (1 MB)
May 18 19:22:22 mythtv kernel: ivtv0: Registered device vbi16 for decoder VOUT
May 18 19:22:22 mythtv kernel: ivtv0: Registered device video48 for decoder YUV (1 MB)
May 18 19:22:22 mythtv kernel: ivtv0: loaded v4l-cx2341x-init.mpg firmware (155648 bytes)
May 18 19:22:22 mythtv kernel: ivtv0: Initialized Hauppauge WinTV PVR-350, card #0
May 18 19:22:22 mythtv kernel: ivtv: ==================== END INIT IVTV ====================
May 18 19:22:22 mythtv kernel: ivtv0-fb: Framebuffer at 0xf9510000, mapped to 0xe1a90000, size 1665k
May 18 19:22:22 mythtv kernel: ivtv0-fb: === Validated display mode ===
May 18 19:22:22 mythtv kernel: ivtv0-fb: Display size 640x400 (640x400 Virtual) @ 8bpp
May 18 19:22:22 mythtv kernel: ivtv0-fb: Display position 41,41
May 18 19:22:22 mythtv kernel: ivtv0-fb: Display filter : on
May 18 19:22:22 mythtv kernel: ivtv0-fb: Color space : RGB
May 18 19:22:22 mythtv kernel: ivtv0-fb: === Display mode change ===
May 18 19:22:22 mythtv kernel: ivtv0-fb: Display size 640x400 (640x400 Virtual) @ 8bpp
May 18 19:22:22 mythtv kernel: ivtv0-fb: Display position 41,41
May 18 19:22:22 mythtv kernel: ivtv0-fb: Display filter : on
May 18 19:22:22 mythtv kernel: ivtv0-fb: Color space : RGB
May 18 19:22:22 mythtv kernel: ivtv0-fb: === Display mode change ===
May 18 19:22:22 mythtv kernel: ivtv0-fb: Display size 640x400 (640x400 Virtual) @ 8bpp
May 18 19:22:22 mythtv kernel: ivtv0-fb: Display position 41,41
May 18 19:22:22 mythtv kernel: ivtv0-fb: Display filter : on
May 18 19:22:22 mythtv kernel: ivtv0-fb: Color space : RGB
May 18 19:22:22 mythtv kernel: ivtv0-fb: Framebuffer registered on ivtv card id 0
May 18 19:22:32 mythtv kernel: ivtv0-fb: === Validated display mode ===
May 18 19:22:32 mythtv kernel: ivtv0-fb: Display size 720x480 (720x480 Virtual) @ 32bpp
May 18 19:22:32 mythtv kernel: ivtv0-fb: Display position 1,1
May 18 19:22:32 mythtv kernel: ivtv0-fb: Display filter : on
May 18 19:22:32 mythtv kernel: ivtv0-fb: Color space : RGB
May 18 19:22:32 mythtv kernel: ivtv0-fb: === Validated display mode ===
May 18 19:22:32 mythtv kernel: ivtv0-fb: Display size 720x480 (720x480 Virtual) @ 32bpp
May 18 19:22:32 mythtv kernel: ivtv0-fb: Display position 1,1
May 18 19:22:32 mythtv kernel: ivtv0-fb: Display filter : on
May 18 19:22:32 mythtv kernel: ivtv0-fb: Color space : RGB
May 18 19:22:32 mythtv kernel: ivtv0-fb: === Display mode change ===
May 18 19:22:32 mythtv kernel: ivtv0-fb: Display size 720x480 (720x480 Virtual) @ 32bpp
May 18 19:22:32 mythtv kernel: ivtv0-fb: Display position 1,1
May 18 19:22:32 mythtv kernel: ivtv0-fb: Display filter : on
May 18 19:22:32 mythtv kernel: ivtv0-fb: Color space : RGB


Top
 Profile  
 
 Post subject:
PostPosted: Fri May 18, 2007 8:15 pm 
Offline
Joined: Mon Jun 19, 2006 8:50 am
Posts: 20
Just wanted to add a little more information.

I've added the "options ivtv-fb osd_compat=1" /etc/mythtv/modules/ivtv as suggested in the Don't Panic thread.

My system also seems to be fine aside from this one problem. I can ssh in and even record programs.


Top
 Profile  
 
 Post subject:
PostPosted: Sat May 19, 2007 8:14 am 
Offline
Joined: Mon Jun 19, 2006 8:50 am
Posts: 20
I seem to have gotten it working by adding the options "COMPOSITE" and "NTSC-M" to /etc/X11/xorg.conf

The final section looks like this:

Code:
Section "Screen"
        Identifier  "TV Screen"
        Device      "Hauppauge PVR 350 iTVC15 Framebuffer"
        Monitor     "NTSC Monitor"
        Option "TVOutFormat" "COMPOSITE"
        Option "TVStandard" "NTSC-M"
#Above 2 Lines added by KJO
        DefaultDepth 24
        DefaultFbbpp 32
        Subsection "Display"
          Depth 24
          FbBpp 32
          Modes "720x480"
        EndSubsection
EndSection


Edit (hmm, spaces don't show up :? )
Edit 2: Got it thanks!
Hope this helps someone in the future!


Last edited by koneill on Sat May 19, 2007 6:28 pm, edited 1 time in total.


Top
 Profile  
 
 Post subject:
PostPosted: Sat May 19, 2007 9:06 am 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
koneill wrote:
Edit (hmm, spaces don't show up :? )

You just need to go back and add the appropriate markup. I.e.:
Code:
[code]    ...[/code]


Top
 Profile  
 
 Post subject:
PostPosted: Sun May 20, 2007 8:20 pm 
Offline
Joined: Sun Jun 12, 2005 10:55 pm
Posts: 3161
Location: Warwick, RI
Hi,

Thank you, it got me tv out on the 350 also :) I had done an auto upgrade which does not do the tv part gracefully. I had opted to skip tv out, then ran the script later. That left me with no xorg.conf.

Now all have to fix is the key bindings so I can play dvd's again. Currently I can't even ESC out of the intro...

Mike


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 


All times are UTC - 6 hours




Who is online

Users browsing this forum: Bing [Bot] and 22 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu