Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 248288 - sys-kernel/gentoo-sources-2.6.26-r3 upgrade -> tv card doesn't work
Summary: sys-kernel/gentoo-sources-2.6.26-r3 upgrade -> tv card doesn't work
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-23 12:56 UTC by Atanas Kamburov
Modified: 2008-11-23 13:56 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Atanas Kamburov 2008-11-23 12:56:13 UTC
After kernel update from 2.6.25-gentoo-r7 to 2.6.26-gentoo-r3  ( used make oldconfig ), i cannot watch any more TV :(. Got a Hauppauge Wintv PCI card and I watch TV through tvtime. /dev/video0 is still there, but tvtime says "no signal". If I start the PC using the old kernel without changing anything else, I can watch TV without problems. The same options under Device drivers -> Multimedia are selected in the kernel menuconfig in both cases (old and new kernel).

Reproducible: Always

Steps to Reproduce:
1.update kernel to gentoo-sources-2.6.26-r3
2.start tvtime
3.

Actual Results:  
blue screen; tvtime sais "no signal" for every available channel.

Expected Results:  
watch some TV

localhost linux # emerge --info
Portage 2.1.4.5 (default/linux/amd64/2008.0, gcc-4.1.2, glibc-2.6.1-r0, 2.6.26-gentoo-r3 x86_64)
=================================================================
System uname: 2.6.26-gentoo-r3 x86_64 AMD Athlon(tm) X2 Dual Core Processor BE-2400
Timestamp of tree: Sun, 23 Nov 2008 11:35:01 +0000
app-shells/bash:     3.2_p33
dev-java/java-config: 1.3.7, 2.1.6
dev-lang/python:     2.4.4-r14
dev-python/pycrypto: 2.0.1-r6
sys-apps/baselayout: 2.0.0
sys-apps/openrc:     0.3.0-r1
sys-apps/sandbox:    1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.61-r2
sys-devel/automake:  1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1-r1
sys-devel/binutils:  2.18-r3
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   1.5.26
virtual/os-headers:  2.6.23-r3
ACCEPT_KEYWORDS="amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -march=k8"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c /etc/udev/rules.d"
CXXFLAGS="-O2 -pipe -march=k8"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks metadata-transfer sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo "
LDFLAGS="-Wl,-O1"
LINGUAS="en"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X acl acpi alsa amd64 berkdb bzip2 cdr cli compositor cracklib crypt dbus dri dvd fortran fpu gdbm gpm gtk gtk2 hal iconv ipv6 isdnlog java jpeg lm_sensors midi mmx mudflap multilib ncurses nls nptl nptlonly nvidia openmp pam pcre perl png pppd python readline reflection session spl sse sse2 ssl sysfs tcpd truetype unicode v4l v4l2 xcomposite xorg zlib" ALSA_CARDS="hda-intel" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en" USERLAND="GNU" VIDEO_CARDS="nvidia vesa"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Comment 1 Atanas Kamburov 2008-11-23 13:29:38 UTC
Problem fixed: looks like 'make oldconfig' was not enough. I have disabled a couble of options related to v4l1 compatibility (that were enabled in the older kernel btw) and now Mr Obama is waving from the screen...
Comment 2 Atanas Kamburov 2008-11-23 13:56:23 UTC
hm, disabling the v4l1 related stuff caused skype to crash when starting the video. so i turned those options back on, and finally realized that the fix came actually from compiling the tuner driver as a module (it was built-in in the former kernel).

so, if anyone has a similar problem, try building the tuner driver as a module and do NOT disable the v4l1 options if you are using skype with a camera.