View unanswered posts    View active topics

All times are UTC - 6 hours





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

Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Wed Dec 27, 2006 10:29 am 
Offline
Joined: Sat Jun 25, 2005 7:39 pm
Posts: 162
Has anyone gotten drivers that aren't the 1.0-8774 (I think that's the number) or the 1.0-7184's working in R5E50? It seems that since there isn't a kernel source none of the others can be installed. So far I've found that only the 1.0-7174 work with my card or else there is a blue tinge to the entire screen and I haven't gotten R5E50 to work with that. BTW has anyone with the Hauppauge A415-HPG gotten the remote to work?


Last edited by md10md on Wed Dec 27, 2006 2:24 pm, edited 1 time in total.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Dec 27, 2006 11:02 am 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
For the remote, if you're upgrading from an older version try this:

1) As root run the lirc-reconfig.sh script. Choose type "17" (Hauppauge) "c" (Silver) or "f" (Silver with blaster).

2) Restore your old files from the backup:
Code:
cd /
tar zxvf /myth/backup/savedfiles.tar.gz ./etc/lirc/lircd.conf ./home/mythtv/.mythtv/lircrc

If you have a .bz2 rather than .gz use jxvf instead.

3) Reboot.

It's not the most elegant procedure I've ever written up, but it's what worked for me.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Dec 27, 2006 11:06 am 
Offline
Joined: Sat Jun 25, 2005 7:39 pm
Posts: 162
OK, I'll try this. What about the Nvidia Drivers though?


Top
 Profile  
 
 Post subject:
PostPosted: Wed Dec 27, 2006 11:11 am 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
If I had a ready answer I'd have posted it.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Dec 27, 2006 11:13 am 
Offline
Joined: Sat Jun 25, 2005 7:39 pm
Posts: 162
tjc wrote:
If I had a ready answer I'd have posted it.

Sorry, thought you may have overlooked it.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Dec 27, 2006 2:18 pm 
Offline
Joined: Sat Jun 25, 2005 7:39 pm
Posts: 162
OK, I got my card working with the 1.0-7184 drivers but when I try to run "nvidia-settings" it's much more sparse than 1.0-7174 was. I can't adjust overscan or image sharpening or the other options that made it look better on my TV. Is there a way to do this outside the settings program. Also, minor problem, Ctrl+Alt+F1 would usually take me to the CLI but now some green blocks just appear on the screen F1-F6 are almost all like this, so it looks like once X starts, I'm stuck in the GUI. Also:
tjc wrote:
For the remote, if you're upgrading from an older version try this:

1) As root run the lirc-reconfig.sh script. Choose type "17" (Hauppauge) "c" (Silver) or "f" (Silver with blaster).

2) Restore your old files from the backup:
Code:
cd /
tar zxvf /myth/backup/savedfiles.tar.gz ./etc/lirc/lircd.conf ./home/mythtv/.mythtv/lircrc

If you have a .bz2 rather than .gz use jxvf instead.

3) Reboot.

It's not the most elegant procedure I've ever written up, but it's what worked for me.

Alright, I tried this and the files transferred over all right, but the remote still doesn't work. I used to be able to run "cat /dev/lirc0" and when I hit buttons random crap would come up in the console. Now nothing happens which makes me think it has something to do with lirc not recognizing the IR reciever that plugs in to the back of the PVR-250. BTW I checked to make sure the connection wasn't lose or anything such as that, this same exact setup worked in R5D1.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Dec 27, 2006 2:38 pm 
Offline
Joined: Thu Oct 16, 2003 5:27 am
Posts: 148
Location: Dayton, OH
What did you do to get the nvidia driver to install? That might explain the green block issue.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Dec 27, 2006 2:55 pm 
Offline
Joined: Sat Jun 25, 2005 7:39 pm
Posts: 162
Quigs wrote:
What did you do to get the nvidia driver to install? That might explain the green block issue.

I took the sample xorg.conf that was autocreated by knoppmyth on install (and worked fine except for the blue shade it gave everything) and added in the relevant parts of my old XF86Config-4 that defined my monitor. BTW the green blocks were present before changing the xorg.conf, just in a blue-ish, green color.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Dec 27, 2006 3:04 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
Go into your /etc/lilo.conf and make sure that the first line says:
Code:
vga=normal

Then run:
Code:
/sbin/lilo -v

You might also want to try the newer driver now that you've got the config file sorted out.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Dec 27, 2006 3:11 pm 
Offline
Joined: Sat Jun 25, 2005 7:39 pm
Posts: 162
tjc wrote:
Go into your /etc/lilo.conf and make sure that the first line says:
Code:
vga=normal

Then run:
Code:
/sbin/lilo -v

You might also want to try the newer driver now that you've got the config file sorted out.

Awesome, that worked. Bootup isn't as pretty as it used to be but I can get to CLI now. Thanks


Top
 Profile  
 
 Post subject:
PostPosted: Wed Dec 27, 2006 4:26 pm 
Offline
Joined: Thu Oct 16, 2003 5:27 am
Posts: 148
Location: Dayton, OH
Did you do a -force install for the 7184 drivers or did you use the base drivers installed with the fixes to the xorg file?

md10md wrote:
Quigs wrote:
What did you do to get the nvidia driver to install? That might explain the green block issue.

I took the sample xorg.conf that was autocreated by knoppmyth on install (and worked fine except for the blue shade it gave everything) and added in the relevant parts of my old XF86Config-4 that defined my monitor. BTW the green blocks were present before changing the xorg.conf, just in a blue-ish, green color.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Dec 27, 2006 4:28 pm 
Offline
Joined: Sat Jun 25, 2005 7:39 pm
Posts: 162
No -force required. Just ran, "nvidia-install-debian.sh 1.0-7184".


Top
 Profile  
 
 Post subject:
PostPosted: Wed Dec 27, 2006 5:18 pm 
Offline
Joined: Sun Jun 12, 2005 2:39 pm
Posts: 464
Location: UK
you can apt-get install the kernel headers, i've forgotten which package you need tho.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Dec 28, 2006 9:57 am 
Offline
Joined: Thu Oct 16, 2003 5:27 am
Posts: 148
Location: Dayton, OH
md10md wrote:
No -force required. Just ran, "nvidia-install-debian.sh 1.0-7184".


I could not get that to work. On a clean install if I alt-ctl-F1 and run that command it says I have to force it. So, I used the -force command. At the end of the install it said it had errors with two things - glx related if I recall. Not sure if that is normal. The only xorg.conf file I could remotely get to work after the install was the xorg.conf.1st file. If I used that it works for the most part - the driver is set to "nv" and if I change it to "nvidia" it fails or hangs my system. I am pretty sure using "nv" is not the way to go. It seems flacky and takes a while to load. Not sure what the problem is.

This is the only nvidia driver I can use as the other ones won't take my widescreen resolution and scale the picture correctly. I would like to try the latest driver, but cannot get it to compile.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Dec 28, 2006 7:02 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
Quigs - We've had a couple people report that they needed to edit the xorg.conf file and merge in some or most of their Monitor section from their old XF86Config-4 to get X working.


Top
 Profile  
 

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



All times are UTC - 6 hours




Who is online

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