| View previous topic :: View next topic |
| Author |
Message |
nharris
Joined: 07 Sep 2006 Posts: 388
|
Posted: Fri Mar 06, 2009 12:45 pm Post subject: HOWTO: R6 and the Hauppauge HD-PVR |
|
|
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.
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.
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 |
|
 |
nharris
Joined: 07 Sep 2006 Posts: 388
|
Posted: Fri Mar 20, 2009 10:59 am Post subject: |
|
|
| The HD-PVR drivers have been merged into the baseline v4l-dvb trunk. |
|
| Back to top |
|
 |
hackmeister
Joined: 15 Oct 2004 Posts: 57 Location: Easton, PA
|
Posted: Fri Mar 20, 2009 11:06 am Post subject: |
|
|
| 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!  _________________ 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 |
|
 |
nharris
Joined: 07 Sep 2006 Posts: 388
|
Posted: Tue Apr 07, 2009 10:02 am Post subject: |
|
|
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 |
|
 |
nharris
Joined: 07 Sep 2006 Posts: 388
|
Posted: Tue Apr 07, 2009 10:13 am Post subject: |
|
|
| 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!  |
It's rumored to be in the .30 kernel. |
|
| Back to top |
|
 |
hackmeister
Joined: 15 Oct 2004 Posts: 57 Location: Easton, PA
|
|
| Back to top |
|
 |
nharris
Joined: 07 Sep 2006 Posts: 388
|
Posted: Wed Apr 22, 2009 11:44 am Post subject: |
|
|
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 |
|
 |
nharris
Joined: 07 Sep 2006 Posts: 388
|
Posted: Mon May 18, 2009 11:48 am Post subject: |
|
|
New mythtv-svn packages are out there (18 May 2009). Update and report any issues here.
|
|
| Back to top |
|
 |
mihanson
Joined: 25 Sep 2005 Posts: 972 Location: Los Angeles
|
Posted: Sun May 24, 2009 7:42 pm Post subject: |
|
|
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.  _________________ Mike
My Hardware Profile |
|
| Back to top |
|
 |
nharris
Joined: 07 Sep 2006 Posts: 388
|
Posted: Tue May 26, 2009 5:05 am Post subject: |
|
|
| 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.  | Smart! |
|
| Back to top |
|
 |
hackmeister
Joined: 15 Oct 2004 Posts: 57 Location: Easton, PA
|
Posted: Wed Jun 10, 2009 10:07 am Post subject: |
|
|
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 |
|
 |
nharris
Joined: 07 Sep 2006 Posts: 388
|
Posted: Mon Jun 22, 2009 7:08 am Post subject: |
|
|
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 |
|
 |
hackmeister
Joined: 15 Oct 2004 Posts: 57 Location: Easton, PA
|
Posted: Thu Jul 16, 2009 9:18 pm Post subject: |
|
|
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 |
|
 |
nharris
Joined: 07 Sep 2006 Posts: 388
|
Posted: Fri Jul 17, 2009 4:03 am Post subject: |
|
|
| 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 |
|
 |
hackmeister
Joined: 15 Oct 2004 Posts: 57 Location: Easton, PA
|
Posted: Fri Jul 17, 2009 6:48 am Post subject: |
|
|
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 |
|
 |
|