Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Myhtv 0.2 - 2.6.18 gentoo-rc3 & ivtv 0.80
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
wbrokow1
Guru
Guru


Joined: 03 Jan 2005
Posts: 372

PostPosted: Thu Jan 18, 2007 7:41 pm    Post subject: Myhtv 0.2 - 2.6.18 gentoo-rc3 & ivtv 0.80 Reply with quote

I am trying to get ivtv to work with the pvr-350.
I emerged ivtv 0.80 from portage and mythtv also seems to be working fine.
but ivtv doesn't seem to recognize the pvr-350.
Yes, I enabled everything in the kernel that needs to be set.

I searched quite a bit and didn't find anything that addresses this issue with ivtv.
I believe that the firmware is in the correct directory.

If anyone knows of a good walk through on installing ivtv and the pvr-350 please let me know.
ivtv 0.80 should be the correct version for my kernel.

ANY help is appreciated.
Thanks
Back to top
View user's profile Send private message
Bobnoxous
Apprentice
Apprentice


Joined: 03 May 2005
Posts: 240

PostPosted: Thu Jan 18, 2007 8:49 pm    Post subject: Reply with quote

The first step in debugging ivtv is to look at your logs after you load the module. Running dmesg, you should see something like START IVTV and END IVTV in the logs, and it'll clearly tell you if it found the device if it was able to load the firmware, etc.
_________________
"The problem with the world is that fools and fanatics are always so sure of themselves while wiser people are so full of doubt."
- Bertrand Russell
Back to top
View user's profile Send private message
Hobbes-X
l33t
l33t


Joined: 04 Feb 2004
Posts: 823
Location: Seattle, WA

PostPosted: Thu Jan 18, 2007 10:12 pm    Post subject: Reply with quote

It doesn't cover installation, but the MythTv wiki has some configuration tips for it: http://www.mythtv.org/wiki/index.php/Pvr350

As bobnoxious said, dmesg is the best place to start for tracking down problems.
Back to top
View user's profile Send private message
wbrokow1
Guru
Guru


Joined: 03 Jan 2005
Posts: 372

PostPosted: Thu Jan 18, 2007 11:34 pm    Post subject: Reply with quote

In dmesg there are no entries at all for ivtv.
Back to top
View user's profile Send private message
wbrokow1
Guru
Guru


Joined: 03 Jan 2005
Posts: 372

PostPosted: Thu Jan 18, 2007 11:37 pm    Post subject: Reply with quote

correction after
Code:
 modprobe ivtv

I get at the bottom of dmesg:
Code:
ivtv: Unknown symbol cx2341x_ext_ctrls
ivtv: Unknown symbol cx2341x_ctrl_query
ivtv: Unknown symbol cx2341x_update
ivtv: Unknown symbol cx2341x_ctrl_get_menu
ivtv: Unknown symbol cx2341x_log_status
ivtv: Unknown symbol cx2341x_fill_defaults
ivtv: Unknown symbol cx2341x_mpeg_ctrls
ivtv: Unknown symbol cx2341x_ext_ctrls
ivtv: Unknown symbol cx2341x_ctrl_query
ivtv: Unknown symbol cx2341x_update
ivtv: Unknown symbol cx2341x_ctrl_get_menu
ivtv: Unknown symbol cx2341x_log_status
ivtv: Unknown symbol cx2341x_fill_defaults
ivtv: Unknown symbol cx2341x_mpeg_ctrls
wbrokow1 mythtv #                                 
Back to top
View user's profile Send private message
wbrokow1
Guru
Guru


Joined: 03 Jan 2005
Posts: 372

PostPosted: Thu Jan 18, 2007 11:47 pm    Post subject: Reply with quote

Code:
modprobe ivtv
FATAL: Error inserting ivtv (/lib/modules/2.6.18-gentoo-r3/extra/ivtv.ko): Unknown symbol in module, or unknown parameter (see dmesg)
Back to top
View user's profile Send private message
nickrout
Apprentice
Apprentice


Joined: 06 Oct 2002
Posts: 208
Location: New Zealand

PostPosted: Fri Jan 19, 2007 1:04 am    Post subject: Reply with quote

perhaps a silly question, but did you install ivtv AFTER you did your last kernel compile?
Back to top
View user's profile Send private message
wbrokow1
Guru
Guru


Joined: 03 Jan 2005
Posts: 372

PostPosted: Fri Jan 19, 2007 1:30 am    Post subject: Reply with quote

yes I did.
During the compile there were warnings about the cx... as unknow symbols.

Thanks so much for your help
Back to top
View user's profile Send private message
nickrout
Apprentice
Apprentice


Joined: 06 Oct 2002
Posts: 208
Location: New Zealand

PostPosted: Fri Jan 19, 2007 1:44 am    Post subject: Reply with quote

CX2341 is the mpeg encoder chip, so I suspect is part of ivtv rather than the kernel proper.

googling
Quote:
ivtv: Unknown symbol cx2341x_ctrl_query
comes up with some responses that may be worth looking through.
Back to top
View user's profile Send private message
beandog
Bodhisattva
Bodhisattva


Joined: 04 May 2003
Posts: 2072
Location: /usa/utah

PostPosted: Fri Jan 19, 2007 1:57 am    Post subject: Reply with quote

Please always use the latest version of ivtv, regardless of whether its stable or not.
_________________
If it ain't broke, tweak it. dvds | blurays | blog | wiki
Back to top
View user's profile Send private message
wbrokow1
Guru
Guru


Joined: 03 Jan 2005
Posts: 372

PostPosted: Fri Jan 19, 2007 2:13 am    Post subject: Reply with quote

Ok, I googled it and all the hits are stumped users with the same error.
no solutions
Back to top
View user's profile Send private message
nickrout
Apprentice
Apprentice


Joined: 06 Oct 2002
Posts: 208
Location: New Zealand

PostPosted: Fri Jan 19, 2007 2:20 am    Post subject: Reply with quote

according to this http://ivtvdriver.org/index.php/Main_Page you should be using 0.8.2, although whether you will find an ebuild is unknown to me.
Back to top
View user's profile Send private message
wbrokow1
Guru
Guru


Joined: 03 Jan 2005
Posts: 372

PostPosted: Fri Jan 19, 2007 11:06 pm    Post subject: Reply with quote

I am using ivtv 0.8.2.
Portage won't let me install anything above that.
Back to top
View user's profile Send private message
nickrout
Apprentice
Apprentice


Joined: 06 Oct 2002
Posts: 208
Location: New Zealand

PostPosted: Sat Jan 20, 2007 12:22 am    Post subject: Reply with quote

Make up your mind:

1st post wrote:
I emerged ivtv 0.80 from portage


2nd post wrote:
am using ivtv 0.8.2
Back to top
View user's profile Send private message
feld
Guru
Guru


Joined: 29 Aug 2004
Posts: 593
Location: WI, USA

PostPosted: Sun Jan 21, 2007 4:37 am    Post subject: Reply with quote

beandog wrote:
Please always use the latest version of ivtv, regardless of whether its stable or not.



That's a TERRIBLE idea. Don't tell people to do that!!!!!!!!!!!!!!!!


IVTV and kernels match up now.

0.8x ivtv = 2.6.18 kernels
0.9x ivtv = 2.6.19 kernels



Please follow this pattern
_________________
< bmg505> I think the first line in reiserfsck is

if (random(65535)< 65500) { hose(partition); for (i=0;i<100000000;i++) print_crap(); }
Back to top
View user's profile Send private message
pteppic
l33t
l33t


Joined: 28 Nov 2005
Posts: 781

PostPosted: Sun Jan 21, 2007 8:44 am    Post subject: Reply with quote

What's the output of
Code:
grep cx2341x -i /usr/src/linux/.config
and can you
Code:
modprobe cx2341x
or not?
Back to top
View user's profile Send private message
wbrokow1
Guru
Guru


Joined: 03 Jan 2005
Posts: 372

PostPosted: Sun Jan 21, 2007 2:36 pm    Post subject: Reply with quote

I tried both 0.82 & 0.80.
Same errors for both.

Thanks everyone for their input.

I decided to try the pvr-350 in another machine, so I wil be abandoning this project for now.
Back to top
View user's profile Send private message
beandog
Bodhisattva
Bodhisattva


Joined: 04 May 2003
Posts: 2072
Location: /usa/utah

PostPosted: Mon Jan 22, 2007 3:03 pm    Post subject: Reply with quote

feld wrote:
beandog wrote:
Please always use the latest version of ivtv, regardless of whether its stable or not.



That's a TERRIBLE idea. Don't tell people to do that!!!!!!!!!!!!!!!!


Yes, thats what I meant, but wasn't too clear. Use the latest ivtv branch for your kernel. Although, the newer versions of ivtv have some features that the older ones don't, and eventually upstream will stop working on the really old ones soon, if he hasn't already.

Either way, use the latest ivtv version for your kernel.
_________________
If it ain't broke, tweak it. dvds | blurays | blog | wiki
Back to top
View user's profile Send private message
beandog
Bodhisattva
Bodhisattva


Joined: 04 May 2003
Posts: 2072
Location: /usa/utah

PostPosted: Mon Jan 22, 2007 3:03 pm    Post subject: Reply with quote

wbrokow1 wrote:
correction after
Code:
 modprobe ivtv

I get at the bottom of dmesg:
Code:
ivtv: Unknown symbol cx2341x_ext_ctrls
ivtv: Unknown symbol cx2341x_ctrl_query
ivtv: Unknown symbol cx2341x_update
ivtv: Unknown symbol cx2341x_ctrl_get_menu
ivtv: Unknown symbol cx2341x_log_status
ivtv: Unknown symbol cx2341x_fill_defaults
ivtv: Unknown symbol cx2341x_mpeg_ctrls
ivtv: Unknown symbol cx2341x_ext_ctrls
ivtv: Unknown symbol cx2341x_ctrl_query
ivtv: Unknown symbol cx2341x_update
ivtv: Unknown symbol cx2341x_ctrl_get_menu
ivtv: Unknown symbol cx2341x_log_status
ivtv: Unknown symbol cx2341x_fill_defaults
ivtv: Unknown symbol cx2341x_mpeg_ctrls
wbrokow1 mythtv #                                 


post emerge --info, and how exactly are you installing your kernel? Did you do make modules_install?
_________________
If it ain't broke, tweak it. dvds | blurays | blog | wiki
Back to top
View user's profile Send private message
wbrokow1
Guru
Guru


Joined: 03 Jan 2005
Posts: 372

PostPosted: Mon Jan 22, 2007 10:59 pm    Post subject: Reply with quote

my make modules_install:

Code:

make modules_install
make: Warning: File `.vmlinux.cmd' has modification time 8.3e+08 s in the future
  INSTALL crypto/aes.ko
  INSTALL crypto/arc4.ko
  INSTALL crypto/michael_mic.ko
  INSTALL drivers/acpi/ibm_acpi.ko
  INSTALL drivers/acpi/video.ko
  INSTALL drivers/base/firmware_class.ko
  INSTALL drivers/i2c/algos/i2c-algo-bit.ko
  INSTALL drivers/i2c/busses/i2c-nforce2.ko
  INSTALL drivers/i2c/chips/eeprom.ko
  INSTALL drivers/i2c/i2c-core.ko
  INSTALL drivers/i2c/i2c-dev.ko
  INSTALL drivers/md/dm-mod.ko
  INSTALL drivers/media/common/ir-common.ko
  INSTALL drivers/media/video/bt8xx/bttv.ko
  INSTALL drivers/media/video/btcx-risc.ko
  INSTALL drivers/media/video/compat_ioctl32.ko
  INSTALL drivers/media/video/ir-kbd-i2c.ko
  INSTALL drivers/media/video/msp3400.ko
  INSTALL drivers/media/video/tda7432.ko
  INSTALL drivers/media/video/tda9875.ko
  INSTALL drivers/media/video/tuner.ko
  INSTALL drivers/media/video/tvaudio.ko
  INSTALL drivers/media/video/tveeprom.ko
  INSTALL drivers/media/video/v4l1-compat.ko
  INSTALL drivers/media/video/v4l2-common.ko
  INSTALL drivers/media/video/video-buf.ko
  INSTALL drivers/media/video/videodev.ko
  INSTALL drivers/net/dummy.ko
  INSTALL drivers/net/s2io.ko
  INSTALL drivers/net/wireless/bcm43xx/bcm43xx.ko
  INSTALL drivers/net/wireless/hermes.ko
  INSTALL drivers/net/wireless/orinoco.ko
  INSTALL drivers/net/wireless/orinoco_pci.ko
  INSTALL drivers/net/wireless/orinoco_plx.ko
  INSTALL drivers/net/wireless/orinoco_tmd.ko
  INSTALL drivers/scsi/dpt_i2o.ko
  INSTALL drivers/scsi/ipr.ko
  INSTALL drivers/scsi/sata_sis.ko
  INSTALL drivers/scsi/sata_sx4.ko
  INSTALL drivers/usb/class/usblp.ko
  INSTALL drivers/usb/core/usbcore.ko
  INSTALL drivers/usb/host/ehci-hcd.ko
  INSTALL drivers/usb/host/ohci-hcd.ko
  INSTALL drivers/usb/host/uhci-hcd.ko
  INSTALL drivers/usb/input/usbhid.ko
  INSTALL drivers/usb/misc/cytherm.ko
  INSTALL drivers/usb/misc/phidgetservo.ko
  INSTALL drivers/usb/storage/libusual.ko
  INSTALL drivers/usb/storage/usb-storage.ko
  INSTALL lib/libcrc32c.ko
  INSTALL net/ieee80211/ieee80211.ko
  INSTALL net/ieee80211/ieee80211_crypt.ko
  INSTALL net/ieee80211/ieee80211_crypt_ccmp.ko
  INSTALL net/ieee80211/ieee80211_crypt_tkip.ko
  INSTALL net/ieee80211/ieee80211_crypt_wep.ko
  INSTALL net/ieee80211/softmac/ieee80211softmac.ko
  INSTALL sound/core/seq/oss/snd-seq-oss.ko
  INSTALL sound/core/seq/snd-seq-device.ko
  INSTALL sound/core/seq/snd-seq-midi-event.ko
  INSTALL sound/core/seq/snd-seq.ko
  INSTALL sound/core/snd-rtctimer.ko
  INSTALL sound/pci/ac97/snd-ac97-bus.ko
  INSTALL sound/pci/ac97/snd-ac97-codec.ko
  INSTALL sound/pci/snd-bt87x.ko
  INSTALL sound/pci/snd-intel8x0.ko
if [ -r System.map -a -x /sbin/depmod ]; then /sbin/depmod -ae -F System.map  2.6.18-gentoo-r3; fi
WARNING: /lib/modules/2.6.18-gentoo-r3/extra/ivtv.ko needs unknown symbol cx2341x_ext_ctrls
WARNING: /lib/modules/2.6.18-gentoo-r3/extra/ivtv.ko needs unknown symbol cx2341x_ctrl_query
WARNING: /lib/modules/2.6.18-gentoo-r3/extra/ivtv.ko needs unknown symbol cx2341x_update
WARNING: /lib/modules/2.6.18-gentoo-r3/extra/ivtv.ko needs unknown symbol cx2341x_ctrl_get_menu
WARNING: /lib/modules/2.6.18-gentoo-r3/extra/ivtv.ko needs unknown symbol cx2341x_log_status
WARNING: /lib/modules/2.6.18-gentoo-r3/extra/ivtv.ko needs unknown symbol cx2341x_fill_defaults
WARNING: /lib/modules/2.6.18-gentoo-r3/extra/ivtv.ko needs unknown symbol cx2341x_mpeg_ctrls
make: warning:  Clock skew detected.  Your build may be incomplete.


Code:
emerge --info


Code:

emerge --info
Portage 2.1.1-r2 (default-linux/x86/2006.0, gcc-3.4.6, glibc-2.4-r4, 2.6.18-gentoo-r3 i686)
=================================================================
System uname: 2.6.18-gentoo-r3 i686 AMD Athlon(tm) XP 2800+
Gentoo Base System version 1.12.9
Last Sync: Sat, 20 Jan 2007 14:00:01 +0000
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: 1.3.7, 2.0.31
dev-lang/python:     2.3.5-r2, 2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.61
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.14
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=athlon-xp -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-O2 -march=athlon-xp -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow X a52 aac alsa alsa_cards_ali5451 alsa_cards_als4000 alsa_cards_atiixp alsa_cards_atiixp-modem alsa_cards_bt87x alsa_cards_ca0106 alsa_cards_cmipci alsa_cards_emu10k1x alsa_cards_ens1370 alsa_cards_ens1371 alsa_cards_es1938 alsa_cards_es1968 alsa_cards_fm801 alsa_cards_hda-intel alsa_cards_intel8x0 alsa_cards_intel8x0m alsa_cards_maestro3 alsa_cards_trident alsa_cards_usb-audio alsa_cards_via82xx alsa_cards_via82xx-modem alsa_cards_ymfpci alsa_pcm_plugins_adpcm alsa_pcm_plugins_alaw alsa_pcm_plugins_asym alsa_pcm_plugins_copy alsa_pcm_plugins_dmix alsa_pcm_plugins_dshare alsa_pcm_plugins_dsnoop alsa_pcm_plugins_empty alsa_pcm_plugins_extplug alsa_pcm_plugins_file alsa_pcm_plugins_hooks alsa_pcm_plugins_iec958 alsa_pcm_plugins_ioplug alsa_pcm_plugins_ladspa alsa_pcm_plugins_lfloat alsa_pcm_plugins_linear alsa_pcm_plugins_meter alsa_pcm_plugins_mulaw alsa_pcm_plugins_multi alsa_pcm_plugins_null alsa_pcm_plugins_plug alsa_pcm_plugins_rate alsa_pcm_plugins_route alsa_pcm_plugins_share alsa_pcm_plugins_shm alsa_pcm_plugins_softvol apache2 apm avi berkdb bitmap-fonts cdparanoia cdr cli cracklib crypt cscope cups dba divx4linux dlloader dri dv dvd dvdr dvdread eds elibc_glibc emboss encode esd fame ffmpeg flac foomaticdb fortran gd gif gphoto2 gpm gstreamer gtk gtk2 hal iconv ieee1394 imagemagick imlib innodb input_devices_evdev input_devices_keyboard input_devices_mouse ipv6 isdnlog java javascript joystick jpeg kde kdeenablefinal kernel_linux lcd_devices_bayrad lcd_devices_cfontz lcd_devices_cfontz633 lcd_devices_glk lcd_devices_hd44780 lcd_devices_lb216 lcd_devices_lcdm001 lcd_devices_mtxorb lcd_devices_ncurses lcd_devices_text libg++ libwww lirc mad matroska mikmod mime mmx motif mp3 mpeg mysql nas ncurses net nptl nptlonly nvidia ogg oggvorbis opengl oss pam pcre pda pdf pdflib perl png ppds pppd python qt qt3 qt4 quicktime readline reflection samba sdl session shared spell spl sse ssl subtitles tcpd theora tiff transcode truetype truetype-fonts type1-fonts udev unicode usb userland_GNU v4l2 vcd video_cards_apm video_cards_ark video_cards_ati video_cards_chips video_cards_cirrus video_cards_cyrix video_cards_dummy video_cards_fbdev video_cards_glint video_cards_i128 video_cards_i740 video_cards_i810 video_cards_imstt video_cards_mga video_cards_neomagic video_cards_nsc video_cards_nv video_cards_rendition video_cards_s3 video_cards_s3virge video_cards_savage video_cards_siliconmotion video_cards_sis video_cards_sisusb video_cards_tdfx video_cards_tga video_cards_trident video_cards_tseng video_cards_v4l video_cards_vesa video_cards_vga video_cards_via video_cards_vmware video_cards_voodoo videos vorbis x86 xine xinerama xml xorg xv xvid zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Back to top
View user's profile Send private message
beandog
Bodhisattva
Bodhisattva


Joined: 04 May 2003
Posts: 2072
Location: /usa/utah

PostPosted: Tue Jan 23, 2007 11:28 am    Post subject: Reply with quote

Bah, I see what it is now.

Youre missing modules, and the latest ebuild will tell you which one (0.8.2-r1).

In short, enable VIDEO_CX88. If that still doesnt work, post this:

Code:
grep VIDEO_CX /usr/src/linux/.config

_________________
If it ain't broke, tweak it. dvds | blurays | blog | wiki
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum