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/LinuxCode: 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 cardsCode: 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_hcdCode: 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 kBCode: 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 formatCode: 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
