View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 20 posts ] 
Go to page 1, 2  Next

Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Mon Sep 10, 2007 6:59 pm 
Offline
Joined: Sun Dec 31, 2006 4:28 pm
Posts: 12
Did an auto upgrade and have a problem with my PVR 350, it sounds a lot like this one:

http://mysettopbox.tv/phpBB2/viewtopic. ... t&start=90

PVR TV out does not work after first reboot. Am I alone here?

I'm not really the L/unix type, so I'm afraid even applying the fix is not practical, since I can't get to x windows, I cant cut and paste the code.

I take it the present name of the XF86Config.in is the new name of the file that needs to have the PVR 350 stuff in it?

More then anything I want to get the back end up and running before I start missing many more shows, how would one get the 350 TV out turned off if you can't get to X windows, or asked another way around, how do I get to xwindows on an attached display rather then the 350 out?


Top
 Profile  
 
 Post subject: Not Alone
PostPosted: Mon Sep 10, 2007 10:00 pm 
Offline
Joined: Tue Jan 30, 2007 7:49 pm
Posts: 4
I am having the exact same problem. Wishing for some answers though. Its weird because the TV out works fine on the first run, but when I reboot I get the problem.

-Daniel


Top
 Profile  
 
 Post subject:
PostPosted: Tue Sep 11, 2007 12:49 am 
Offline
Joined: Wed Apr 19, 2006 11:25 pm
Posts: 4
Same problems. Upgraded R5D1 to R5F27. Worked fine on first reboot (including the SD fixes!!!) but PVR-350 TV-out stopped working on subsequent reboots.

I've looked through the error logs and the forum posts. Lots of similar situations, but no joy.

PCI 1:9.0 is PVR-350
PCI 3:0.0 is ATI Radeon

Probably shouldn't have selected bootsplash, but I did and it's the only thing the Radeon is supposed to be doing, but I do notice that PCI 3:0.0
lists as being Primary and fb0 is VESA.

I've set xorg.conf to point at /dev/fb1, but there is no indication of fb1 going live. ivtv0 shows up as the Hauppage and gets set up for lots of
things but never seems to associate with an fb.

lsmod shows ivtv but no ivtv-fb.
modprobe ivtv-fb as root says Module ivtv_fb not found.
Don't know if it's meaningful that I typed ivtv-fb but the error says ivtv_fb.

Any ideas are appreciated. For one brief moment everything was working!

Then I rebooted.

:cry:


Top
 Profile  
 
 Post subject:
PostPosted: Tue Sep 11, 2007 1:21 am 
Offline
Joined: Wed Apr 19, 2006 11:25 pm
Posts: 4
OK, mucked around some more.

ivtv-fb now seems to be called ivtvfb.

So hitting enter on the console and logging in and running:
#modprobe ivtvfb

seems to get the driver loaded and the PVR-350 is fb1, so with the
xorg.conf modified to point to fb1 instead of fb0, X starts up successfully.

So why doesn't ivtvfb load properly after the first boot?

- Kevin


Top
 Profile  
 
 Post subject:
PostPosted: Tue Sep 11, 2007 1:22 am 
Offline
Site Admin
Joined: Fri Sep 19, 2003 6:37 pm
Posts: 2659
Location: Whittier, Ca
The module name got changed with 1.1.0 version of ivtv. It should be ivtvfb. Check /etc/mythtv/modules/ivtv and ensure that it is ivtvfb and not ivtv-fb.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Sep 11, 2007 1:44 am 
Offline
Joined: Sun Mar 05, 2006 11:27 am
Posts: 44
Location: Edinburgh, Scotland
It is possible you are suffering from this issue

http://www.mysettopbox.tv/phpBB2/viewtopic.php?p=97739


Top
 Profile  
 
 Post subject: Quick Fix
PostPosted: Tue Sep 11, 2007 8:21 am 
Offline
Joined: Tue Jan 30, 2007 7:49 pm
Posts: 4
Ok,

So considering the problem is that the module ivtvfb doesnt seem to load, I took the following steps. . borrowing from the long fix:

http://mysettopbox.tv/phpBB2/viewtopic. ... t&start=90

First, Create the Following File

Code:
root@mythtv:~# nano /etc/init.d/local


In the file, place the following information:

Code:
#! /bin/sh

modprobe ivtvfb



Notice that I changed ivtv-fb to ivtvfb

Then, chmod the file, set it to start on boot

Code:
root@mythtv:~# chmod +x /etc/init.d/local
root@mythtv:~# update-rc.d local start 95 2 3 4 5 .


And finally. .breathing with your fingers crossed. . .

REBOOT.


It worked for me. Hopefully it shall also work for you.

-Daniel.[/code]


Top
 Profile  
 
PostPosted: Tue Sep 11, 2007 10:18 am 
Offline
Joined: Mon Jun 27, 2005 4:42 pm
Posts: 321
Location: Minneapolis, Minnesota, USA
zafdor wrote:
I'm not really the L/unix type, so I'm afraid even applying the
fix is not practical, since I can't get to x windows, I cant
cut and paste the code.


Can't you ssh into the myth box? That's how I do all of my
maintenance/tweaking (I don't generally even have a keyboard
connected to my myth box).

_________________
Grant


Top
 Profile  
 
 Post subject: Similar problem
PostPosted: Tue Sep 11, 2007 3:22 pm 
Offline
Joined: Sat Mar 17, 2007 12:29 pm
Posts: 5
I'm running into a similar problem. Thus far I've gone in to check /etc/mythtv/modules/ivtv and ensure that it is ivtvfb and not ivtv-fb -

It was ivtv-fb, so corrected that.

I've also applied deilands changes to /etc/init.d/local

At this point, TV out is working (yay!) on the PVR-350, but X will not start (getting the "respawning too fast" message).

This was an upgrade from R5C7 to R5F27 - had an issue with xorg.conf earlier in the upgrade but that was corrected. I'm not sure if the PVR-350 driver should be listed as "ivtv" or something else.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Sep 11, 2007 3:28 pm 
Offline
Joined: Sun Dec 31, 2006 4:28 pm
Posts: 12
I did the proposed fix as per deilands and now I am the sam spot as mythTim, so we're almost there I think!

To grante:
I will use webadmin for most things, I have used putty to ssh from a windows box, but have not been able to figure out how to paste into the putty window.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Sep 11, 2007 3:46 pm 
Offline
Joined: Sat Mar 17, 2007 12:29 pm
Posts: 5
zafdor wrote:
I will use webadmin for most things, I have used putty to ssh from a windows box, but have not been able to figure out how to paste into the putty window.


IIRC, you just need to right-click on the window, and the text will paste in automatically.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Sep 11, 2007 3:47 pm 
Offline
Site Admin
Joined: Fri Sep 19, 2003 6:37 pm
Posts: 2659
Location: Whittier, Ca
If the module isn't loading automatically:
Code:
echo ivtvfb >> /etc/modules
No need for a "local" file.


Top
 Profile  
 
 Post subject: Excellent!
PostPosted: Tue Sep 11, 2007 4:29 pm 
Offline
Joined: Sat Mar 17, 2007 12:29 pm
Posts: 5
cecil wrote:
If the module isn't loading automatically:
Code:
echo ivtvfb >> /etc/modules
No need for a "local" file.


This little piece of information, and a double-check of xorg.conf -
previously:
Code:
$>cat /proc/fb
0 VESA VGA
1 cx23415 TV out


after reboot (the first time):
Code:
$>cat /proc/fb

(no output)

then after rebooting after running the line cecil mentioned above:
Code:
$>cat /proc/fb
0 cx23415 TV out


- so I was able to change the option in xorg.conf for the PVR-350 option to
Code:
Option      "fbdev" "/dev/fb0"

the issue is resolved.

Thanks all for your input - I'm off to setup my wireless!


Top
 Profile  
 
PostPosted: Tue Sep 11, 2007 4:39 pm 
Offline
Joined: Mon Nov 28, 2005 10:44 am
Posts: 137
Location: Austin, TX
zafdor wrote:
I'm not really the L/unix type, so I'm afraid even applying the fix is not practical, since I can't get to x windows, I cant cut and paste the code.

You should read this:
http://www.knoppmythwiki.org/index.php?page=LinuxTips


Top
 Profile  
 
 Post subject: deilands' fix
PostPosted: Tue Sep 11, 2007 9:09 pm 
Offline
Joined: Sat Apr 29, 2006 10:04 am
Posts: 20
deilands-

That fix worked for me. All seems to be running well. Thanks for the great help! :o


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 20 posts ] 
Go to page 1, 2  Next



All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 13 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