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

Re: Compiling the DFE 530tx+ driver

2001-03-10 Thread W. Paul Mills
[EMAIL PROTECTED] (Arlo White) writes: As I recall, when compiling with the gcc command shown below, you have to add "-I/usr/src/linux" This can be done without compiling the whole kernel. To use the make commands, you have to be in the directory "/usr/src/kernel-source??" depending on the k

Compiling the DFE 530tx+ driver

2001-03-09 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