Re: Need Help Compiling the DFE 530tx+ driver

2001-03-12 Thread Arcady Genkin
"Arlo White" <[EMAIL PROTECTED]> writes: > gcc -DMODVERSIONS -DMODULE -D__KERNEL__ -Wall -Wstrict-prototypes -O6 -c > via3043.c This does not directly address the problem you are having, but AFAIK you are trying to compile the wrong driver. The 530TX+ are based on realtek 8139 chip, not via-rhi

Need Help Compiling the DFE 530tx+ driver

2001-03-10 Thread Arlo White
I'm still trying to install that DFE 530tx+ Dlink driver.  I unpacked the .deb kernel-headers file and it created: /usr/src/kernel-headers-2.2.12 I symlinked /usr/src/linux > kernel-headers-2.2.12 but afterwards when I tried the compile command again:gcc -DMODVERSIONS -DMODULE -D__KERNEL__ -W