On Sat, Oct 14, 2000 at 12:14:55PM -1100, Pablo Zurita wrote: > I am a newbie to the Debian world. > I have a problem, I need to compile the drivers for my ethernet card and my > video card(GeForce DDR). When I try to compile, the compiler says that it > can't find linux/modversion.h > now checking the source I see many #includes to files that should be in the > /linux dir but I just don't have those files. In which .deb are those files? > NOTE: I am using Debian Potato and I only have the first CD. > > Thanks.
apt-get install kernel-headers-2.2.17 ln -s /usr/src/kernel-headers-2.2.17 /usr/src/linux Should do it Francois