[realtek] Problems with kernel 2.4-pre4

Eric Lammerts eric@lammerts.org
Thu, 3 Aug 2000 00:40:17 +0200 (CEST)


On Wed, 2 Aug 2000 Eddyilg@aol.com wrote:
> Now I downloaded Kernel 2.4-pre4 and saw that it only supports the 8129.

2.4 supports the 8139 just fine. Have another look. The config
option is called CONFIG_8139TOO.

> I 
> tried to compile the module (rtl8139.c) but i got many error messages:
> 
> > gcc -DMODULE -D__KERNEL__ -o6 -O rtl8139.c 

If you really want to compile it yourself, try:

gcc -DMODULE -D__KERNEL__ -I/usr/src/linux/include -O6 -c rtl8139.c

(If your 2.4 kernel sources are not in /usr/src/linux, adjust the path
accordingly)

Eric