Re: Compile errors for rtl8139.c and pci-scan.c
Felipe W Damasio <[email protected]> Mon, 21 Nov 2005 17:29:14 -0200
| Newsgroups | gmane.linux.drivers.realtek.devel |
|---|---|
| Message-ID | <[email protected]> |
Dev Nll wrote:
> gcc is installed, but not the kernel sources...I don't think I need
> those, do I?
Yes, you do. gcc is looking for the user-space linux header files,
which is wrong. You need the kernel ones.
But I think the proper question is: If the 8139too driver is
working, why are you trying to use rtl8139?
Cheers,
Felipe Damasio