knoppmyth.net Forum Index knoppmyth.net
The home of KnoppMyth.
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

HOWTO: R6 and the Hauppauge HD-PVR
Goto page 1, 2, 3, 4, 5  Next
 
Post new topic   Reply to topic    knoppmyth.net Forum Index -> Usage/HowTo
View previous topic :: View next topic  
Author Message
nharris



Joined: 07 Sep 2006
Posts: 388

PostPosted: Fri Mar 06, 2009 12:45 pm    Post subject: HOWTO: R6 and the Hauppauge HD-PVR Reply with quote

HOWTO: LinHES R6 and the Hauppauge HD-PVR

Life is good under R6. MythTV SVN trunk packages are provided in the repository. These packages support the HD-PVR as well as VDPAU.

Please read the R5.5 post for some history on this topic:
http://knoppmyth.net/phpBB2/viewtopic.php?t=18713

Words of Caution:

Your myth database will automatically be updated to the latest version and you cannot go back to 0.21-fixes. Backup your mysql database before proceeding.

The LinHES theme is not supported. Please choose one of the standard mythtv themes before upgrading.

Currently, all the nice MythVantage system configuration stuff will not work (it is using the stable mythtv API). This will be fixed in the future.

This is pre-alpha type software that is constantly in flux with known and unknown problems. Stuff may be broken and probably is. Don't complain about loss of data, broken features/drivers/software, headaches, etc...

Before you start down this path, make sure your R6 installation is up to date.
Code:
pacman -Syu


Installing the HD-PVR Driver:

The HD-PVR driver is now merged with the main v4l-dvb source code repository and is included in the latest v4l-dvb package.
Code:
pacman -Sf v4l-dvb


You may need to add the hdpvr module to your /etc/rc.conf. I'm not sure of this step yet, so chime in and let me know.

For more info on the driver (including debugging), see the MythTV Wiki page:
http://www.mythtv.org/wiki/index.php/Hauppauge_HD-PVR

Install the nVidia Driver with VDPAU Support:

Optionally, if you have a supported nVidia video card, install the nVidia drivers with VDPAU support.
Code:
pacman -S nvidia nvidia-utils


It is currently suggested that you disable the compositing extension of Xorg.
Code:
nvidia-xconfig --no-composite


Also enable "OpenGL VSync" in the MythTV playback setup.

For more info on VDPAU, see the MythTV Wiki page:
http://www.mythtv.org/wiki/Vdpau

Install the MythTV SVN Packages:

Finally, remove the stable MythTV packages and install the SVN version.
Code:
pacman -R mythappletrailers
pacman -R mythtv mythtv-extras
pacman -S mythtv-svn mythtv-extras-svn


Let me know if you run into any problems, so I can keep this post up-to-date.

last edit: 30 August 2009


Last edited by nharris on Sun Aug 30, 2009 8:48 am; edited 6 times in total
Back to top
View user's profile Send private message Visit poster's website
nharris



Joined: 07 Sep 2006
Posts: 388

PostPosted: Fri Mar 20, 2009 10:59 am    Post subject: Reply with quote

The HD-PVR drivers have been merged into the baseline v4l-dvb trunk.
Back to top
View user's profile Send private message Visit poster's website
hackmeister



Joined: 15 Oct 2004
Posts: 57
Location: Easton, PA

PostPosted: Fri Mar 20, 2009 11:06 am    Post subject: Reply with quote

nharris wrote:
The HD-PVR drivers have been merged into the baseline v4l-dvb trunk.

Great news. I assume it will be in the next stable kernel release? All we need now is for MythTV 0.22 to be released and we'll be golden! Smile
_________________
R6: ASUS M2NPV-VM motherboard|4 gig or RAM| AMD 3800+ dual core processor|1 TB HD|Nvidia 8600GT graphics card|HDHomeRun|PVR-1212 |Zotac Ion AU frontend
Back to top
View user's profile Send private message Visit poster's website
nharris



Joined: 07 Sep 2006
Posts: 388

PostPosted: Tue Apr 07, 2009 10:02 am    Post subject: Reply with quote

The nVidia drivers with decent VDPAU support have officially been released (180.44). So, if you have the beta stuff installed, install the regular nvidia driver instead.

Code:
pacman -Rd nvidia-beta nvidia-utils-beta
pacman -S nvidia nvidia-utils
Back to top
View user's profile Send private message Visit poster's website
nharris



Joined: 07 Sep 2006
Posts: 388

PostPosted: Tue Apr 07, 2009 10:13 am    Post subject: Reply with quote

hackmeister wrote:
Great news. I assume it will be in the next stable kernel release? All we need now is for MythTV 0.22 to be released and we'll be golden! Smile

It's rumored to be in the .30 kernel.
Back to top
View user's profile Send private message Visit poster's website
hackmeister



Joined: 15 Oct 2004
Posts: 57
Location: Easton, PA

PostPosted: Wed Apr 22, 2009 11:39 am    Post subject: Reply with quote

nharris wrote:
It's rumored to be in the .30 kernel.

Not a rumor. It WILL be in the upcoming 2.6.30 release:
http://git.kernel.org/?p=linux%2Fkernel%2Fgit%2Ftorvalds%2Flinux-2.6.git&a=search&h=HEAD&st=commit&s=hdpvr
_________________
R6: ASUS M2NPV-VM motherboard|4 gig or RAM| AMD 3800+ dual core processor|1 TB HD|Nvidia 8600GT graphics card|HDHomeRun|PVR-1212 |Zotac Ion AU frontend
Back to top
View user's profile Send private message Visit poster's website
nharris



Joined: 07 Sep 2006
Posts: 388

PostPosted: Wed Apr 22, 2009 11:44 am    Post subject: Reply with quote

hackmeister wrote:
Not a rumor. It WILL be in the upcoming 2.6.30 release:
http://git.kernel.org/?p=linux%2Fkernel%2Fgit%2Ftorvalds%2Flinux-2.6.git&a=search&h=HEAD&st=commit&s=hdpvr

Good to know. I just upped the nvidia drivers to the latest 180.51 release. The change log says they fixed a hang with H.264 decode. I'm hoping this fixes the freeze I have seen recently with VDPAU and hdpvr recordings.
Back to top
View user's profile Send private message Visit poster's website
nharris



Joined: 07 Sep 2006
Posts: 388

PostPosted: Mon May 18, 2009 11:48 am    Post subject: Reply with quote

New mythtv-svn packages are out there (18 May 2009). Update and report any issues here.

Code:
pacman -Syu
Back to top
View user's profile Send private message Visit poster's website
mihanson



Joined: 25 Sep 2005
Posts: 972
Location: Los Angeles

PostPosted: Sun May 24, 2009 7:42 pm    Post subject: Reply with quote

Nathan,

Just tried to upgrade my MBE to mythtv-svn per the instructions in your first post. Things went well until mythbackend tried to start. Seems I'm missing a shared vdpau library libvdpau.so.1. This is a backend only machine with no vdpau capable video device in it. I do not use it as a FE at all. It's strictly a backend and I cannot get mythbackend to start without the libvdpau.so.1 library. Any ideas?

PS: Thankfully I ran mythbackup first. Smile
_________________
Mike
My Hardware Profile
Back to top
View user's profile Send private message
nharris



Joined: 07 Sep 2006
Posts: 388

PostPosted: Tue May 26, 2009 5:05 am    Post subject: Reply with quote

mihanson wrote:
It's strictly a backend and I cannot get mythbackend to start without the libvdpau.so.1 library. Any ideas?

Ugh! I was hoping that I would not need to make a special non-vdpau build and that it would dynamically link. No luck it appears. So, I guess there will need to be mythtv-svn and mythtv-svn-vdpau packages.

mihanson wrote:
PS: Thankfully I ran mythbackup first. Smile
Smart!
Back to top
View user's profile Send private message Visit poster's website
hackmeister



Joined: 15 Oct 2004
Posts: 57
Location: Easton, PA

PostPosted: Wed Jun 10, 2009 10:07 am    Post subject: Reply with quote

Linux kernel 2.6.30 is officially out:
http://www.h-online.com/open/Linux-Kernel-2-6-30-released--/news/113492

I searched through the source code and can confirm the hdpvr driver is in there! Now all we need is for Myth 0.22 to be finished.
_________________
R6: ASUS M2NPV-VM motherboard|4 gig or RAM| AMD 3800+ dual core processor|1 TB HD|Nvidia 8600GT graphics card|HDHomeRun|PVR-1212 |Zotac Ion AU frontend
Back to top
View user's profile Send private message Visit poster's website
nharris



Joined: 07 Sep 2006
Posts: 388

PostPosted: Mon Jun 22, 2009 7:08 am    Post subject: Reply with quote

Just wanted to post some good news.

With the latest HD-PVR firmware (v1.5.6 as of this post) and the MythTV svn build, the HD-PVR is working very smoothly. LiveTV now works fine and I have my resolutions floating between 480p and 720p on my DirecTV box. I have not attempted interlaced H.264 content, but that's the next thing on the list.

I am also using VDPAU and it is very stable now. No recent crashes or hangs on the frontend and the backend is running smoothly with low memory usage.
Back to top
View user's profile Send private message Visit poster's website
hackmeister



Joined: 15 Oct 2004
Posts: 57
Location: Easton, PA

PostPosted: Thu Jul 16, 2009 9:18 pm    Post subject: Reply with quote

I upgraded to svn and my frontend seems to have no menus. Hitting some keys I get a menu entry to show up but it is unresponsive. Trying to run mythtv-setup I get the following error:
Unable to load window 'mainmenu' from menu-ui.xml, Couldn't find theme LinHES
_________________
R6: ASUS M2NPV-VM motherboard|4 gig or RAM| AMD 3800+ dual core processor|1 TB HD|Nvidia 8600GT graphics card|HDHomeRun|PVR-1212 |Zotac Ion AU frontend
Back to top
View user's profile Send private message Visit poster's website
nharris



Joined: 07 Sep 2006
Posts: 388

PostPosted: Fri Jul 17, 2009 4:03 am    Post subject: Reply with quote

hackmeister, the LinHES custom theme is not supported in svn. You will need to use one of the standard mythtv themes. I spelled this out in the R5.5 HOWTO, but I did not duplicate all the warnings in the R6 version. You can change the theme using mythweb or by manually editing the database.
Back to top
View user's profile Send private message Visit poster's website
hackmeister



Joined: 15 Oct 2004
Posts: 57
Location: Easton, PA

PostPosted: Fri Jul 17, 2009 6:48 am    Post subject: Reply with quote

Switched to blootube and I have my menus back. Another issue I'm having is that I see 2 recordings where there should be 30 or so. Maybe a database issue?
_________________
R6: ASUS M2NPV-VM motherboard|4 gig or RAM| AMD 3800+ dual core processor|1 TB HD|Nvidia 8600GT graphics card|HDHomeRun|PVR-1212 |Zotac Ion AU frontend
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    knoppmyth.net Forum Index -> Usage/HowTo All times are GMT - 8 Hours
Goto page 1, 2, 3, 4, 5  Next
Page 1 of 5

 
Jump to:  
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 vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group