View previous topic :: View next topic |
Author |
Message |
trumee Guru

Joined: 02 Mar 2003 Posts: 551 Location: London,UK
|
Posted: Thu Nov 16, 2006 9:45 pm Post subject: Attansic L1 network driver (Asus P5b-E) |
|
|
Hi all,
I am planning to buy an Asus P5b-E board which apparently has an Attansic L1 gigabit chip. I cant find any place to download a linux driver for it, however google seems to return some post from the kernel mailing list. Does anybody know if a driver exists for this chip?
Thanks |
|
Back to top |
|
 |
zee_m n00b

Joined: 12 Nov 2006 Posts: 9 Location: KS
|
Posted: Fri Nov 17, 2006 6:18 am Post subject: |
|
|
I tried compiling the Attansic L1 driver that comes in source on the Asus CD but that failed:
Code: | $ make
make -C /lib/modules/2.6.18-gentoo-r1/source O=/lib/modules/2.6.18-gentoo-r1/build SUBDIRS=/home/pete/c/Attansic/src modules
make[1]: Entering directory `/usr/src/linux-2.6.18-gentoo-r1'
CC [M] /home/pete/c/Attansic/src/at_main.o
In file included from /home/pete/c/Attansic/src/at_main.c:1:
/home/pete/c/Attansic/src/at.h:75:5: warning: "DBG" is not defined
/home/pete/c/Attansic/src/at_main.c:110: warning: initialization from incompatible pointer type
/home/pete/c/Attansic/src/at_main.c: In function 'at_tso':
/home/pete/c/Attansic/src/at_main.c:2477: error: 'struct skb_shared_info' has no member named 'tso_size'
/home/pete/c/Attansic/src/at_main.c:2498: error: 'struct skb_shared_info' has no member named 'tso_size'
/home/pete/c/Attansic/src/at_main.c: In function 'at_xmit_frame':
/home/pete/c/Attansic/src/at_main.c:2735: error: 'struct skb_shared_info' has no member named 'tso_size'
make[3]: *** [/home/pete/c/Attansic/src/at_main.o] Error 1
make[2]: *** [_module_/home/pete/c/Attansic/src] Error 2
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.18-gentoo-r1'
make: *** [default] Error 2
|
In this thread https://forums.gentoo.org/viewtopic-t-482180-highlight-attansic.html there is more info and someone states that the driver compiles on the 2.6.17 kernel but I have to use 2.6.18 for the ICH8-R... |
|
Back to top |
|
 |
|