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

Re: Linksys EtherFast 10/100 v5 has no IRQ



On Wed, Aug 29, 2001 at 10:11:46PM -0400, Michael P. Soulier wrote:
| On Wed, Aug 29, 2001 at 10:03:57PM -0400, JakeCatfox@aol.com wrote:
| > I have a Linksys Etherfast 10/100, I think it's revision 3, though. All you 
| > should need to do is enable the driver in the kernel, compile, then, if you 
| > compile it as a module (I compile it statically), you'll need to make modules 
| > and make modules-install, and modprobe/insmod the module. Turn off PnP OS in 
| > your BIOS if it's on.
| 
|     That last point is a good one. I couldn't get that card working until PNP
| was off in the bios. 
| 
|     Note that since this is Debian, make-kpkg is probably preferred to the
| basic "make bzImage; make modules; make modules-install". 

If you are only building 1 new module, then make-kpkg is overkill.
Just do a 'make ; make install' on the one module.  (Well, if it comes
with a makefile, the epro100 source from intel does)  The point is
that you don't need a new kernel just to add a single module to your
installation.  Worst case scenario I think you would only need to get
the kernel source and overwrite the driver with the new version, build
it, then manually copy the tulip.o file to the modules directory.

HTH,
-D



Reply to: