Welcome to the wonderfull world of kernel compiling. apt-get install kernel-source-2.4.7 kernel-package
or whatever kernel you want to run and any other dependencies. Then: cd /usr/src bzip2 -d kernel-source-2.4.7.tar.bz2 tar -xvf kernel-source-2.4.7.tar ln -s kernel-source-2.4.7 linux Then you can go into that directory ;> If you want to compile in support run: cp /boot/config-CURRENT KERNEL VERSION /usr/src/linux/.config This should get most options preselected for you that you are currently running with. Be sure to change any disk driver modules into built in if you boot off them. make menuconfig in /usr/src and find multimedia devices->video4linux and select support for your card. ALSO be sure to go into Char devices->I2C and get I2c support and bit-banging and device. Then make-kpkg --revision=YOURSYSNAME.1.0 kernel-image wait till done cd .. dpkg -i kernel-image-YOURSYSNAME.1.0_i386.deb update lilo and reboot. --mike On 08 Aug 2001 15:23:39 +0200, Daniel Laska wrote: > Sebastiaan <[EMAIL PROTECTED]> schrieb am 08.08.01: > > Hi, > > > > On Wed, 8 Aug 2001, Daniel Laska wrote: > > > > > > > > Hi! > > > anybody got the philips PCA20TV/DE TV-card working with debian? > > > please tell me how to make it work! > > > thanks, daniel > > > > > You need to find kernel support for this. Then when your card is > > succesfully initiated, you can use it with 'xawtv'. > > > > Look in /usr/src/linux/Documentation/video4linux/bttv/CARDLIST > > > > if you find your card/chipset or compatible there. > > > > Greetz, > > Sebastiaan > > > > > > sorry, i'm very new with linux, and even newer with debian. i do not have > this file, /usr/src is empty, no files or directories! > _______________________________________________________________________ > 1.000.000 DM gewinnen - kostenlos tippen - http://millionenklick.web.de > [EMAIL PROTECTED], 8MB Speicher, Verschluesselung - http://freemail.web.de > > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > >