Forums

Skip to content

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

Can't Get ivtv Working

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
4 posts • Page 1 of 1
Author
Message
Dana Merrick
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 84
Joined: Sat Jul 24, 2004 2:44 am
Location: Trinity College
Contact:
Contact Dana Merrick
Website

Can't Get ivtv Working

  • Quote

Post by Dana Merrick » Thu Jan 25, 2007 4:15 pm

Hello, forums, it's been a while.

I'm trying to get MythTV running on my Gentoo box. I just bought a fancy Hauppauge PVR-500 card, and I keep having problems with it.

Right now, I just can't get the ivtv module to work, or, more generally, can't get any /dev/video0 or anything similar.

I've looked around the forums and the wiki and the interweb, and haven't found any similar problems (though I've found lots of other problems).

Here is some pertinent information:

Code: Select all

starfruit ~ # uname -a
Linux starfruit.sinistro.us 2.6.19.1 #1 SMP Wed Jan 24 14:36:38 EST 2007 i686 Intel(R) Pentium(R) 4 CPU 2.40GHz GenuineIntel GNU/Linux

Code: Select all

starfruit ~ # eix media-tv/ivtv
[I] media-tv/ivtv
     Available versions:  0.4.5 (~)0.4.7 (~)0.4.8 0.4.9 0.6.3 (~)0.6.4 (~)0.6.5 0.6.6 0.7.1 (~)0.7.2 0.7.3 0.8.0 (~)0.8.0-r1 (~)0.8.1 (~)0.8.1-r1 0.8.2-r1 [m](~)0.9.0 [m](~)0.9.1
     Installed versions:  0.8.2-r1(09:49:11 01/25/07)(-fbcon kernel_linux)
     Homepage:            http://www.ivtvdriver.org
     Description:         ivtv driver for Hauppauge PVR PCI cards

Code: Select all

starfruit ~ # lsmod
Module                  Size  Used by
rtc                    10676  0 
eth1394                15620  0 
parport_pc             30020  0 
parport                25416  1 parport_pc
dmfe                   16028  0 
tulip                  43552  0 
ohci1394               29104  0 
ieee1394               61624  2 eth1394,ohci1394
e100                   27400  0 
mii                     4352  1 e100
ohci_hcd               16772  0 
pcspkr                  2944  0 
ehci_hcd               24584  0 
uhci_hcd               19212  0 
usbcore                91780  4 ohci_hcd,ehci_hcd,uhci_hcd

Code: Select all

starfruit ~ # lspci | grep video
03:08.0 Multimedia video controller: Internext Compression Inc iTVC16 (CX23416) MPEG-2 Encoder (rev 01)
03:09.0 Multimedia video controller: Internext Compression Inc iTVC16 (CX23416) MPEG-2 Encoder (rev 01)

Code: Select all

starfruit ~ # emerge -ptv mythtv
[ebuild   R   ] media-tv/mythtv-0.20_p12376  USE="alsa dvb dvd ivtv lirc mmx opengl perl vorbis xvmc (-altivec) -autostart -backendonly -crciprec -dbox2 -debug -dts -freebox -frontendonly -hdhomerun -ieee1394 -jack -joystick -lcd" VIDEO_CARDS="i810 -nvidia -via" 0 kB

Code: Select all

starfruit ~ # emerge --info | grep USE
USE="X aalib aim alsa apache2 apm bash-completion bcmath bitmap-fonts cli cracklib crypt dlloader dri dvb dvd eds emboss encode firefox foomaticdb fortran gdbm gif gpm gstreamer gtk gtk2 hardened iconv imlib isdnlog ivtv jpeg libg++ libwww lirc logrotate logwatch mad mikmod mmx motif mp3 mpeg mysql mythtv ncurses offensive ogg opengl oss pcre perl php png pppd python qt qt3 quicktime readline reflection sdl session spell spl sse sse2 ssl tcpd truetype truetype-fonts type1-fonts usb vorbis x86 xml xorg xv zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" ELIBC="glibc" INPUT_DEVICES="mouse keyboard" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en" LIRC_DEVICES="hauppauge" USERLAND="GNU" VIDEO_CARDS="vesa vga i810"

Code: Select all

starfruit ~ # modprobe ivtv   
FATAL: Module ivtv not found.

starfruit ~ # insmod `slocate ivtv.ko`
insmod: error inserting '/lib/modules/2.6.18-rc7/extra/ivtv.ko': -1 Invalid module format

Code: Select all

starfruit ~ # zcat /proc/config.gz | grep CONFIG_VIDEO
CONFIG_VIDEO_DEV=m
CONFIG_VIDEO_V4L1=y
CONFIG_VIDEO_V4L1_COMPAT=y
CONFIG_VIDEO_V4L2=y
# CONFIG_VIDEO_ADV_DEBUG is not set
CONFIG_VIDEO_HELPER_CHIPS_AUTO=y
CONFIG_VIDEO_TVAUDIO=m
CONFIG_VIDEO_TDA7432=m
CONFIG_VIDEO_TDA9875=m
CONFIG_VIDEO_MSP3400=m
# CONFIG_VIDEO_VIVI is not set
CONFIG_VIDEO_BT848=m
# CONFIG_VIDEO_SAA6588 is not set
# CONFIG_VIDEO_PMS is not set
# CONFIG_VIDEO_BWQCAM is not set
# CONFIG_VIDEO_CQCAM is not set
# CONFIG_VIDEO_W9966 is not set
# CONFIG_VIDEO_CPIA is not set
# CONFIG_VIDEO_CPIA2 is not set
# CONFIG_VIDEO_SAA5246A is not set
# CONFIG_VIDEO_SAA5249 is not set
# CONFIG_VIDEO_STRADIS is not set
# CONFIG_VIDEO_ZORAN is not set
# CONFIG_VIDEO_SAA7134 is not set
# CONFIG_VIDEO_MXB is not set
# CONFIG_VIDEO_DPC is not set
# CONFIG_VIDEO_HEXIUM_ORION is not set
# CONFIG_VIDEO_HEXIUM_GEMINI is not set
# CONFIG_VIDEO_CX88 is not set
# CONFIG_VIDEO_PVRUSB2 is not set
# CONFIG_VIDEO_EM28XX is not set
# CONFIG_VIDEO_OVCAMCHIP is not set
CONFIG_VIDEO_TUNER=m
CONFIG_VIDEO_BUF=m
CONFIG_VIDEO_BTCX=m
CONFIG_VIDEO_IR=m
CONFIG_VIDEO_TVEEPROM=m
CONFIG_VIDEO_SELECT=y
Thanks in advance!
I'm proud of my life, and the things that I have done,
proud of myself, and the loner I've become.
you're free to whine; it will not get you far,
I do just fine, my car and my guitar.
-Say Anything
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 Jan 25, 2007 5:11 pm

Uname shows you running a 2.6.19 kernel:
starfruit ~ # uname -a
Linux starfruit.sinistro.us 2.6.19.1 #1 SMP Wed Jan 24 14:36:38 EST 2007 i686 Intel(R) Pentium(R) 4 CPU 2.40GHz GenuineIntel GNU/Linux
and you've got ivtv-8.2 installed:
Installed versions: 0.8.2-r1(09:49:11 01/25/07)(-fbcon kernel_linux)
The module's in the 2.18 directory too:
insmod: error inserting '/lib/modules/2.6.18-rc7/extra/ivtv.ko': -1 Invalid module format
Ivtv-0.9 is for the 2.6.19 kernels, and 0.8 is for 2.6.18. If you try to emerge ivtv again, it should complain about it. You can downgrade your kernel, or update ivtv.
Top
Dana Merrick
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 84
Joined: Sat Jul 24, 2004 2:44 am
Location: Trinity College
Contact:
Contact Dana Merrick
Website

  • Quote

Post by Dana Merrick » Thu Jan 25, 2007 7:55 pm

Oh. My. God.

Thanks for catching that! It was a fact I knew very well, but after recompiling my kernel a million times to get this to work, I guess I just missed it.

Shows how nice a new pair of eyes is.

Thanks so much.
I'm proud of my life, and the things that I have done,
proud of myself, and the loner I've become.
you're free to whine; it will not get you far,
I do just fine, my car and my guitar.
-Say Anything
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 Jan 25, 2007 9:17 pm

Dana Merrick wrote:Oh. My. God.

Thanks for catching that! It was a fact I knew very well, but after recompiling my kernel a million times to get this to work, I guess I just missed it.

Shows how nice a new pair of eyes is.

Thanks so much.
Yeah- it always happens to me. I've got one box with lilo on it, since I was used to it from forever ago, and recently switched to grub for the rest. I always have to reboot the lilo box a couple times and bash my head a bit before I remember that I have to actually run lilo and not just change the kernel symlink to a new kernel... :)
Top
Post Reply

4 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