http://ubuntuforums.org/showpost.php?p=12330661&postcount=6
http://ubuntuforums.org/showpost.php?p=12337391&postcount=14
3.5.0-19-generic だったので
cd /usr/src/linux-headers-3.5.0-19-generic/include
sudo ln -s ../../linux-headers-3.5.0-19/arch/arm/include/asm
tg3-3.124c.tar.gzの
tg3.c 14534行目
.get_sg = ethtool_op_get_sg,
.set_sg = ethtool_op_set_sg,
を
#if (LINUX_VERSION_CODE < 0x30000)
.get_sg = ethtool_op_get_sg,
.set_sg = ethtool_op_set_sg,
#end
tg3_firmware.h 3行目
#ifdef NETIF_F_TSO
を
#ifdef XXXXNETIF_F_TSO
0 件のコメント:
コメントを投稿