Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Multimedia
  • Search

I am having problems getting mythtv going!

Help with creation, editing, or playback of sounds, images, or video. Amarok, audacious, mplayer, grip, cdparanoia and anything else that makes a sound or plays a video.
Post Reply
Advanced search
7 posts • Page 1 of 1
Author
Message
eyexer0
Tux's lil' helper
Tux's lil' helper
Posts: 75
Joined: Sat Dec 13, 2003 4:20 pm
Location: Fort Smith, Arkansas
Contact:
Contact eyexer0
Website

I am having problems getting mythtv going!

  • Quote

Post by eyexer0 » Wed Aug 16, 2006 2:46 am

I am having problems getting mythtv going!

I emerged qt with these options.

Code: Select all

watson ~ # emerge -pv qt

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] x11-libs/qt-4.1.4  USE="cups gif jpeg mysql opengl png zlib -accessibility -debug -doc -examples -firebird -mng -nas -nis -odbc -postgres -sqlite -xinerama" 0 kB

Then I tried to emerge mythtv with like this..


w

Code: Select all

atson ~ # emerge -av mythtv

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N    ] media-tv/mythtv-0.19_p10505  USE="alsa dvb dvd ieee1394 lirc mmx opengl vorbis xvmc (-altivec) -backendonly -dbox2 -debug -frontendonly -jack -joystick -lcd" VIDEO_CARDS="-i810 -nvidia -via" 0 kB

Total size of downloads: 0 kB

Would you like to merge these packages? [Yes/No] yes

>>> Emerging (1 of 1) media-tv/mythtv-0.19_p10505 to /
 * mythtv-0.19-rev10505.patch.bz2 MD5 ;-) ...                             [ ok ]
 * mythtv-0.19-rev10505.patch.bz2 RMD160 ;-) ...                          [ ok ]
 * mythtv-0.19-rev10505.patch.bz2 SHA1 ;-) ...                            [ ok ]
 * mythtv-0.19-rev10505.patch.bz2 SHA256 ;-) ...                          [ ok ]
 * mythtv-0.19-rev10505.patch.bz2 size ;-) ...                            [ ok ]
 * mythtv-0.19.tar.bz2 MD5 ;-) ...                                        [ ok ]
 * mythtv-0.19.tar.bz2 RMD160 ;-) ...                                     [ ok ]
 * mythtv-0.19.tar.bz2 SHA1 ;-) ...                                       [ ok ]
 * mythtv-0.19.tar.bz2 SHA256 ;-) ...                                     [ ok ]
 * mythtv-0.19.tar.bz2 size ;-) ...                                       [ ok ]
 * checking ebuild checksums ;-) ...                                      [ ok ]
 * checking auxfile checksums ;-) ...                                     [ ok ]
 * checking miscfile checksums ;-) ...                                    [ ok ]
 * checking mythtv-0.19.tar.bz2 ;-) ...                                   [ ok ]
 * checking mythtv-0.19-rev10505.patch.bz2 ;-) ...                        [ ok ]

 * MythTV requires Qt to be built with mysql and opengl use flags enabled.
 * Please re-emerge =x11-libs/qt-3, after having the use flags set.


 * You enabled the XvMC USE flag but did not configure VIDEO_CARDS with either
 * a Nvidia, i810, or VIA video card.


!!! ERROR: media-tv/mythtv-0.19_p10505 failed.
Call stack:
  ebuild.sh, line 1559:   Called dyn_setup
  ebuild.sh, line 666:   Called pkg_setup
  mythtv-0.19_p10505.ebuild, line 115:   Called die

!!! Please fix the above issues, before continuing.
!!! If you need support, post the topmost build error, and the call stack if relevant.
I can not use VIDEO_CARDS="nvidia" because my KDE is blocking that option.

I am following this guide but I seem to be stuff that this point.

http://gentoo-wiki.com/HOWTO_Setup_MythTV
Top
Hobbes-X
l33t
l33t
User avatar
Posts: 823
Joined: Wed Feb 04, 2004 7:32 am
Location: Seattle, WA

  • Quote

Post by Hobbes-X » Wed Aug 16, 2006 3:39 am

x11-libs/qt-4.1.4
* MythTV requires Qt to be built with mysql and opengl use flags enabled.
* Please re-emerge =x11-libs/qt-3, after having the use flags set.
Myth won't compile against qt4, you'll need to downgrade to qt3 to emerge it. I just quickpkg'd qt4, then put something like <=x11-libs/qt-4 into /etc/portage/package.keywords, then emerged myth again.

Once it's built, you should be able to comment out the qt4 line in /etc/portage/package.keywords and reinstall qt4 with emerge -k x11-libs/qt.
Top
eyexer0
Tux's lil' helper
Tux's lil' helper
Posts: 75
Joined: Sat Dec 13, 2003 4:20 pm
Location: Fort Smith, Arkansas
Contact:
Contact eyexer0
Website

  • Quote

Post by eyexer0 » Wed Aug 16, 2006 5:13 am

ok I am giving this a try thank you
Top
eyexer0
Tux's lil' helper
Tux's lil' helper
Posts: 75
Joined: Sat Dec 13, 2003 4:20 pm
Location: Fort Smith, Arkansas
Contact:
Contact eyexer0
Website

  • Quote

Post by eyexer0 » Wed Aug 16, 2006 6:08 am

well that got me past that now I just have the problem with the VIDEO_CARDS="nvidia" option since my kde blocks out the nvidia drivers.
Top
Hobbes-X
l33t
l33t
User avatar
Posts: 823
Joined: Wed Feb 04, 2004 7:32 am
Location: Seattle, WA

  • Quote

Post by Hobbes-X » Wed Aug 16, 2006 2:15 pm

Ok, sorry- I should have covered this in my last post, but I thought the XvMc portion was just a warning...

I'm also assuming that the build is now being blocked by: * You enabled the XvMC USE flag but did not configure VIDEO_CARDS with either a Nvidia, i810, or VIA video card.

If that's the case, you can avoid this by adding a line to /etc/portage/package.use:

Code: Select all

# Disable xvmc support to avoid specifying a specific video driver
media-tv/mythtv -xvmc
Of course, this disables XvMc support, but it's one or the other in this case. If your computer is powerful enough to run KDE, it shouldn't be needed anyway.
Top
eyexer0
Tux's lil' helper
Tux's lil' helper
Posts: 75
Joined: Sat Dec 13, 2003 4:20 pm
Location: Fort Smith, Arkansas
Contact:
Contact eyexer0
Website

  • Quote

Post by eyexer0 » Thu Aug 17, 2006 12:47 am

what can I do to see if my video capture card is detected? Also do I need to do anything in my kernel for this thing to work?
Top
Hobbes-X
l33t
l33t
User avatar
Posts: 823
Joined: Wed Feb 04, 2004 7:32 am
Location: Seattle, WA

  • Quote

Post by Hobbes-X » Thu Aug 17, 2006 2:39 pm

eyexer0 wrote:what can I do to see if my video capture card is detected? Also do I need to do anything in my kernel for this thing to work?
If you mean detected in the kernel, lspci is the command you're looking for. In myth, capture cards aren't automatically detected, you need to specify the card type and the /dev path to the correct card in mythtv-setup.

Kernel requirements vary with the type of capture card you have, but there are no additional kernel requirements added by myth. Once you have the capture card's drivers working in the kernel, you should be ready to configure myth.

As for getting the capture card setup, the myth docs and wiki are probably a good place to get a feel for what is required. They are updated more often than the Gentoo-specific howtos I've found, and they tend to be more accurate (IMHO).

Myth's docs on setting up a capture card:
http://www.mythtv.org/docs/mythtv-HOWTO-9.html#ss9.1
Top
Post Reply

7 posts • Page 1 of 1

Return to “Multimedia”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic