Quantcast
Channel: Intel Communities : Discussion List - Wired Ethernet
Viewing all articles
Browse latest Browse all 4405

linux e1000e compile error 2.6.27.7 no member named 'dev'

$
0
0

getting the below with 3.3.3 and 3.3.4 -  can compile 3.1.0.2  but it doesn't have the I219 in it which is the nic in the laptop we are trying to bring online

I can compile 3.3.3 under the 2.6.27.7-9 kernel - once I added some undeclared variables to kcompat.h - but don't know how to get around this error on the 2.6.27.7 -

And it has to be 2.6.27.7 -  I can't use a newer kernel - due to other dependencies in our shop.

 

In file included from /tmp/e1000e-3.3.3/src/e1000.h:32

                        from /tmp/e1000e-3.3.3/src/netdev.c:48

/tmp/e1000e-3.3.3/src/kcompat.h: In function '_kc_napi_alloc_skb';

/tmp/e1000e-3.3.3/src/kcompat.h:4601:error ;'struct napi_struct' has not member named 'dev'

 

gcc is 4.3.2

 

thank you


Viewing all articles
Browse latest Browse all 4405

Trending Articles