On Fri, Dec 2, 2011 at 3:32 PM, Angel Mota <[email protected]> wrote: > I downloaded the version 1.4.0 of the EtherCAT Master, and (as expected for > the table of supported HW in the website) I got this message when I try to > run ./configure: > > checking for Linux kernel sources... > /usr/src/linux-headers-2.6.32-35-generic-pae (Kernel 2.6.32-35-generic-pae) > checking for kernel for 8139too driver... configure: error: kernel 2.6.32 > not available for 8139too driver!
You could try the generic driver and disable all patched drivers from the build. If you can work with generic, you are pretty much independent of the kernel (e.g. the master will compile). To disable all patched drivers from the build use something like: $ ./configure --enable-generic --disable-e100 --disable-8139too --disable-e1000 --disable-r8169 Christoph _______________________________________________ etherlab-users mailing list [email protected] http://lists.etherlab.org/mailman/listinfo/etherlab-users
