Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Portage & Programming
  • Search

VDR+ Haupauge HVR 1300, couldn't emerge ivtv

Problems with emerge or ebuilds? Have a basic programming question about C, PHP, Perl, BASH or something else?
Post Reply
Advanced search
7 posts • Page 1 of 1
Author
Message
Black-Byte
n00b
n00b
User avatar
Posts: 40
Joined: Fri May 09, 2003 8:47 am
Location: Bremen (Germany)

VDR+ Haupauge HVR 1300, couldn't emerge ivtv

  • Quote

Post by Black-Byte » Fri Nov 16, 2007 11:19 pm

Hi,

it's a long way have allready go but at the moment im stuck. Hope someone could give me a hint.

I've tried to get an Hauppauge HVR 1300 fully working with VDR. For output i use an DXR3.

So here some modifikations i've done, using gentoo-kernel-2.6.23 r1, modified with this
howto http://gentoo-wiki.com/HARDWARE_Hauppauge_HVR_1300
and after some fights i got all emerged (vdr, remote, dvb-t etc..)
vdr is all working at the moment (only one thing left...)

Now i'll try to emerge ivtv but it broke with this message

Code: Select all

 >>> Emerging (1 of 1) media-tv/ivtv-1.0.3-r1 to /
 * ivtv-1.0.3.tar.gz RMD160 SHA1 SHA256 size ;-) ...                      [ ok ]
 * checking ebuild checksums ;-) ...                                      [ ok ]
 * checking auxfile checksums ;-) ...                                     [ ok ]
 * checking miscfile checksums ;-) ...                                    [ ok ]
 * checking ivtv-1.0.3.tar.gz ;-) ...                                     [ ok ]
 * Determining the location of the kernel source code
 * Found kernel source directory:
 *     /usr/src/linux
 * Found kernel object directory:
 *     /lib/modules/2.6.23-gentoo-r1/build
 * Found sources for kernel version:
 *     2.6.23-gentoo-r1
 *
 * Make sure that your I2C and V4L kernel drivers are loaded as
 * modules, and not compiled into the kernel, or IVTV will not
 * work.
 *
 * Determining the location of the kernel source code
 * Found kernel source directory:
 *     /usr/src/linux
 * Found kernel object directory:
 *     /lib/modules/2.6.23-gentoo-r1/build
 * Found sources for kernel version:
 *     2.6.23-gentoo-r1
 * Checking for suitable kernel configuration options...
 *   CONFIG_VIDEO_DEV:   is not set when it should be.
 *   CONFIG_VIDEO_CAPTURE_DRIVERS:       is not set when it should be.
 *   CONFIG_VIDEO_V4L1:  is not set when it should be.
 *   CONFIG_VIDEO_V4L2:  is not set when it should be.
 *   CONFIG_VIDEO_IVTV:  is not set when it should be.
 * Please check to make sure these options are set correctly.
 * Failure to do so may cause unexpected problems.
 * Once you have satisfied these options, please try merging
 * this package again.
 *
 * ERROR: media-tv/ivtv-1.0.3-r1 failed.
 * Call stack:
 *              ebuild.sh, line 1717:  Called dyn_setup
 *              ebuild.sh, line  768:  Called qa_call 'pkg_setup'
 *              ebuild.sh, line   44:  Called pkg_setup
 *   ivtv-1.0.3-r1.ebuild, line   70:  Called linux-mod_pkg_setup
 *       linux-mod.eclass, line  465:  Called linux-info_pkg_setup
 *      linux-info.eclass, line  576:  Called check_extra_config
 *      linux-info.eclass, line  475:  Called die
 * The specific snippet of code:
 *              die "Incorrect kernel configuration options"
 *  The die message:
 *   Incorrect kernel configuration options
 *
 * If you need support, post the topmost build error, and the call stack if rele  vant.
 * A complete build log is located at '/var/tmp/portage/media-tv/ivtv-1.0.3-r1/t  emp/build.log'.
 *


i think its cause they look on the false path how i could correct this ?
I did not find anything with emerge to fix that.

Greets
Black-Byte
Black-Byte
Top
Black-Byte
n00b
n00b
User avatar
Posts: 40
Joined: Fri May 09, 2003 8:47 am
Location: Bremen (Germany)

  • Quote

Post by Black-Byte » Sun Nov 18, 2007 10:52 am

... 1 Failure ivtv is a kernel modul (where i get the ivtv-tuner ?)
... 2 Failure my hdd had yesterday a headcrash :( so my installation is gone
Black-Byte
Top
jathlon
Tux's lil' helper
Tux's lil' helper
Posts: 89
Joined: Tue Sep 26, 2006 8:15 am
Location: Canada

  • Quote

Post by jathlon » Sun Nov 18, 2007 11:10 pm

Hello BB,

I had this big long reply all typed out and then I remembered there is an ebuild for the v4l-dvb hg tree. So what you need to do is go through 'make menuconfig' and select the correct options to correct these errors.

Code: Select all

 * Checking for suitable kernel configuration options...
 *   CONFIG_VIDEO_DEV:   is not set when it should be.
 *   CONFIG_VIDEO_CAPTURE_DRIVERS:       is not set when it should be.
 *   CONFIG_VIDEO_V4L1:  is not set when it should be.
 *   CONFIG_VIDEO_V4L2:  is not set when it should be.
 *   CONFIG_VIDEO_IVTV:  is not set when it should be.
 * Please check to make sure these options are set correctly.
 * Failure to do so may cause unexpected problems.
 * Once you have satisfied these options, please try merging
 * this package again.
See http://www.ivtvdriver.org/index.php/Howto:Gentoo
for the proper settings. This will build a kernel with an ivtv driver build in. Not the one you want. So now you can do;

Code: Select all

~#  emerge -av ivtv
This will install the latest 'release' of the ivtv driver AND the various utilities you need to tune your card. Now that you have the utilities, you can install the bleeding edge drivers that will hopefully make your card work.

Code: Select all

~#  emerge -av v4l-dvb-hg
It's going to build and install 'all' the modules in the v4l-dvb tree but it doesn't seem to care about a lot of the kernel config settings. I have had just the Video for Linux selected as a module here and it works. However it doesn't build the utilities. That's the only reason you want to emerge ivtv. When you do emerge the v4l-dvb-hg, watch the messages at the end of the emerge for other applications that you might want to emerge.

So once you have a new hard drive in your machine and get Gentoo reinstalled, you have something else to play with.

HTH

Tim
Top
rafbzzzz
n00b
n00b
Posts: 6
Joined: Fri Oct 05, 2007 12:31 pm

  • Quote

Post by rafbzzzz » Mon Nov 19, 2007 9:29 am

HVR-1300 does not use the ivtv driver, it uses the cx88. From ivtv you only get the firmware driver for the Blackbird hw encoder, but initially I didn't even load it (for lack of knowledge) and DVB/analog TV viewing worked fine anyway.

I got it working using the 2.6.22 kernel with some patches for:
- tuner detection
- IR detection

From what I read in the v4l list the patches should be in the 2.6.23 tree, but I have not checked myself.

The HOWTO indicates which modules you need for the 1300. Don't use IVTV, there are reports on the v4l list that confirm it is not working for HVR-1300.
Top
Mark Clegg
Apprentice
Apprentice
User avatar
Posts: 270
Joined: Mon Jan 05, 2004 12:33 pm
Location: ZZ9 Plural Z Alpha

  • Quote

Post by Mark Clegg » Mon Nov 19, 2007 7:32 pm

rafbzzzz is correct, you need the cx88 modules. You can also get the firmware needed for the blackbird encoder by emerging pvr-firmware.

With the HVR-1300 you may also find that once all the modules have loaded, you need to unload them and re-load again to get the card working. Otherwise all you see is something like an off-tuned picture. (This is for the analog part, I haven't been able to try DVB yet - no signal :( ).

This is apparently a known issue with this card, to which I haven't yet found a solution. - This is with both the in-kernel 2.6.22-gentoo-r9 drivers, and the mercurial tree (installed via emerge v4l-dvb-hg)
Top
Black-Byte
n00b
n00b
User avatar
Posts: 40
Joined: Fri May 09, 2003 8:47 am
Location: Bremen (Germany)

  • Quote

Post by Black-Byte » Mon Nov 19, 2007 7:43 pm

hmm have used the cx88_ivtv emulation from the linuxtv.org all was loaded and connected to each other
looks good i only could note tune. and vdr doesn't show the card.

with cat /dev/video1 > test.mpg i got the off-tuned noises

i had only the hope that with the ivtv i could tune.

hat the moment i must setup my system new, got a new hdd. i'll try with the v4l-dvb-hg.
Black-Byte
Top
rafbzzzz
n00b
n00b
Posts: 6
Joined: Fri Oct 05, 2007 12:31 pm

  • Quote

Post by rafbzzzz » Tue Nov 20, 2007 7:57 am

Mark Clegg wrote:(This is for the analog part, I haven't been able to try DVB yet - no signal :( ).
The patches I applied are for analog and IR only, DVB tuning should work with both vanilla 2.6.21 and 2.6.22. Make sure that you are not using the DEPRECATED "Video for Linux API 1", with that it did not work for me.
Top
Post Reply

7 posts • Page 1 of 1

Return to “Portage & Programming”

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