Re: Gene's pcHDTV 3000 analog problem

From: Gene Heskett
Date: Thu Dec 01 2005 - 12:01:22 EST


On Thursday 01 December 2005 10:40, Perry Gilfillan wrote:
>Gene Heskett wrote:
>>On Wednesday 30 November 2005 23:00, Michael Krufky wrote:

[...]
>
>I've been able to pin point the time of the fault to changes commited
> to v4l cvs at "2005-10-17 16:02."
>
>In summary:
>
>cvs as of 2005-10-17 16:01:
>Analog TV works, as well as composite and s-video.
>
>Changes made at 2005-10-17 16:02: bROKEN!!
>
>cvs as of 2005-10-17 16:10:
>Analog failes, s-video and composite work.
>
>
>To test this, fron v4l-dvb/ ( not v4l-dvb/v4l/ ):
>
>cvs up -D "2005-10-17 16:02"
>make distclean
>make
>make install
>
>Do a cold boot, and test.
>
>cvs up -D "2005-10-17 16:01"
>make distclean
>make
>make install
>
>Do a cold boot and test.
>
>Cheers,
>
>Perry

Unforch, it appears that Makefile is broken as its expecting to find a
link named linux in the /usr/src dir that points at the present kernels
tree. Per Linus's instructions that link was removed what, 2 years ago?

Anywho, its exiting rather quickly with this message:

[root@coyote v4l-dvb]# make distclean
make -C /usr/src/v4l-dvb/v4l distclean
make[1]: Entering directory `/usr/src/v4l-dvb/v4l'
find . -name '*.c' -type l -exec rm '{}' \;
find . -name '*.h' -type l -exec rm '{}' \;
rm -f *~ *.o *.ko *.mod.c
rm -f .version .*.o.flags .*.o.d .*.o.cmd .*.ko.cmd
rm -rf .tmp_versions
make[1]: Leaving directory `/usr/src/v4l-dvb/v4l'

Which looks ok, so...

[root@coyote v4l-dvb]# make
make -C /usr/src/v4l-dvb/v4l
make[1]: Entering directory `/usr/src/v4l-dvb/v4l'
echo "No version yet."
No version yet.
uname -r|perl -ne 'if (/^([0-9]*)\.([0-9])*\.([0-9]*)(.*)$/) { printf
("VERSION=%s\nPATCHLEVEL:=%s\nSUBLEVEL:=%s\nKERNELRELEASE:=%s.%s.%s%s\n"
,$1,$2,$3,$1,$2,$3,$4); };' > ./.version
make[1]: Leaving directory `/usr/src/v4l-dvb/v4l'
make[1]: Entering directory `/usr/src/v4l-dvb/v4l'
creating symbolic links...
find: ../linux/drivers/usb/media: No such file or directory
make[1]: *** [links] Error 1
make[1]: Leaving directory `/usr/src/v4l-dvb/v4l'
make: *** [all] Error 2

The ./v4l/.version file:
VERSION=2
PATCHLEVEL:=6
SUBLEVEL:=14
KERNELRELEASE:=2.6.14.3

which appears correct to me.

--
Cheers, Gene
"There are four boxes to be used in defense of liberty:
soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
99.36% setiathome rank, not too shabby for a WV hillbilly
Yahoo.com and AOL/TW attorneys please note, additions to the above
message by Gene Heskett are:
Copyright 2005 by Maurice Eugene Heskett, all rights reserved.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/