On Thu, Apr 01, 2004 at 08:11:28PM +0800, [EMAIL PROTECTED] wrote: > > > Hello, > > I have just intalled the debian 30r2 binary 1 cd for the first time on my second > computer but im having trouble installing my network card. I have the 82562ET > ethernet adapter so after checking on the intel website (on my xp machine) I > downloaded the e100 driver (e100-2.3.38.tar.gz). I only have dsl access so I > burnt it to a cd and figured out that I needed to mount the drive to access it. > Then managed to extract the files but when I use the make fle I get the error: > > Linux kernel source not found. > > Which I assume funnily enough means I havent installed linux kernel source. I > checked /usr/src which was empty. I was told thats where it was meant to be.. I > didn't see an option when i installed. I searched the list as to how to install > the kernel source (running vannila) but they all mentioned apt-get. With dsl I > wont be able to get internet access until i can get my nic installed and set up > a pppoe connection. Any ideas how I can get the correct source and where i need > to install it to? It seems logical its on the binary 1 cd but how do i copy it > across? Sorry for the trouble but im really new to linux.
It should be supported by the eepro100 driver, but the eepro100 driver from 2.4.18 only supports cards up to PCI ID 8086:1038, while the 82562ET seems to be 8086:103a (you can verify this using lspci -n) If you feel brave, you coulkd try using a hex editor on the eepro100.o file, and change "86 80 00 00 38 10 00 00" to "86 80 00 00 3a 10 00 00" (it should be in /lib/modules/2.4.18-bf2.4/kernel/drivers/net/) If you like, I can send you an edited module to replace the one on your system. If you do compile a new kernel, either edit the eepro100.c source to add support for yoour card, or use a kernel of version 2.4.19 or higher. Frank > Peter. > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] -- "Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." - Brian W. Kernighan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

