[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: new ethernet card



On Mon, 18 Jun 2001, Adri wrote:

> Sebastian,
> 
> thanks so much for your prompt reply.
> 
> I saw I have the config modversions set to y
> 
> I saw /usr/src/ and it's empty.
> 
> I went in /boot/ and I saw the config-2.2.19pre17 file
> 
> what does "pre17" mean?
That this kernel hangs between 2.2.18 and 2.2.19. After 2.2.18 comes out,
there is worked on 2.2.19 in seps of 2.2.19pre1, 2.2.19pre2, ..., 2.2.19.

> 
> If I type "apt-get install kernel-source-2.2.19pre17" I get a
> 
> "E: package not found" error or something similar.
> 
> If I type
> "apt-get install kernel-source"
> or
> "apt-get install kernel-source-2.2.19"
> 
> it finds the 2.2.19 package. Is it the same?
No. Followed the scheme above, 2.2.19 is newer than your installed
version. If the source of 2.2.19pre17 is not longer downloadable via
Debian, you have to compile 2.2.19 kernel your own. How? The Debian way!

# apt-get install kernel-package libc6-dev bin86 libncurses5-dev gcc
fakeroot dpkg-dv bzip2 tk8.2-dev
# cd /usr/src/
# tar xIvf kernel-source-2.2.19.tar.bz2
# cd kernel-source-2.2.19
# make-kpkg clean
# cp /boot/Config-2.2.19pre17 .config
# make oldconfig
# make menuconfig (or xconfig, if you have X) if you want to adjust you
rkernel configuration
# fakeroot make-kpkg --revision=9:mykernel.1.0 kernel_image
<take a cup of thee>
# dpkg -i /usr/src/kernel-image-2.2.19_mykernel.1.0_i386.deb

The last line will install the kernel image and modules and lets lilo
install.

Now you can reboot your computer and start with your new kernel. Now you
can take the steps you need to for compiling your NIC.

Luck,
Sebastiaan



> 



> Thanks so much
> Bye
> Adri
> 
> At 17.09 18/06/2001 +0200, you wrote:
> >Hi,
> >
> >On Mon, 18 Jun 2001, Adri wrote:
> >
> > > Hello all,
> > >
> > > the old ethernet card I had was not supported under Win2000 and another 
> > one
> > > was not supported under linux.
> > >
> > > So, now I have a new ethernet card. It's Cnet PR0200(B). It's not in the
> > > supported hardware list but the bundled disk contains the source of the
> > > driver for linux and a readme file.
> > >
> > > Now:
> > >
> > > "
> > >    A. Compiler command:
> > >
> > >       A-1: For
> 
> [...]
> 
> > > Could you suggest me a better procedure to do the whole thing?
> > >
> >Done.
> >
> >Greetz,
> >Sebastiaan
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
> 



Reply to: