免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
12下一页
最近访问板块 发新帖
查看: 17390 | 回复: 15
打印 上一主题 下一主题

[FreeBSD] 请教怎么安装intel 82599万兆网卡驱动 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2014-01-24 21:01 |只看该作者 |倒序浏览
本帖最后由 qyii 于 2014-01-24 21:40 编辑

我把ixgbe-2.5.1.tar.gz上传到/usr/src目录里,跟着驱动的readme

cd /usr/src
tar xfz ixgbe-2.5.1.tar.gz
cd ixgbe-2.5.1

gzip -c ixgbe.4 > /usr/share/man/man4/ixgbe.4.gz
出错:gzip: can't stat: ixgbe.4: No such file or directory
本人菜鸟一个。。。没管这些继续跟readme
然后
cd src
make load
出错一大堆:
cc -O2 -pipe -DSMP -DIXGBE_FDIR -DINET -DINET6 -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc   -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common  -mno-align-long-strings -mpreferred-stack-boundary=2  -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -fstack-protector -std=iso9899:1999 -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions -c ixgbe.c
ixgbe.c: In function 'ixgbe_ioctl':
ixgbe.c:1018: error: 'IFCAP_VLAN_HWTSO' undeclared (first use in this function)
ixgbe.c:1018: error: (Each undeclared identifier is reported only once
ixgbe.c:1018: error: for each function it appears in.)
ixgbe.c: In function 'ixgbe_setup_interface':
ixgbe.c:2605: error: 'IFCAP_VLAN_HWTSO' undeclared (first use in this function)
cc1: warnings being treated as errors
ixgbe.c: In function 'ixgbe_tso_setup':
ixgbe.c:3382: warning: implicit declaration of function 'in6_cksum_pseudo'
ixgbe.c:3382: warning: nested extern declaration of 'in6_cksum_pseudo'
*** Error code 1

Stop in /usr/src/ixgbe-2.5.1/src.

我再跟readme
make install
再出错:
install -o root -g wheel -m 555   ixgbe.ko /boot/kernel
install: ixgbe.ko: No such file or directory
*** Error code 71

Stop in /usr/src/ixgbe-2.5.1/src.

请问大大,这是怎么回事呢?第一出错那里,根本就没那文件的,但readme怎么有这一步呢?
本人对FreeBSD不了解,因为8.0未能识别出82599的网卡,但新加的Panabit需要用到,没办法所以硬着头皮来学学。。。我看过8.0的网卡支持列表,是支持82598的。

README.rar (5.08 KB, 下载次数: 31)
ixgbe-2.5.1.tar.gz (198 KB, 下载次数: 63)

论坛徽章:
0
2 [报告]
发表于 2014-01-24 21:32 |只看该作者
你好歹把驱动程序也传上来,光弄个README,大家咋帮你看

论坛徽章:
0
3 [报告]
发表于 2014-01-24 21:34 |只看该作者
你看它解压了那些文件,是不是目录不对。。。

论坛徽章:
0
4 [报告]
发表于 2014-01-24 21:36 |只看该作者
可能明白了
tar xfz ixgbe-2.5.1.tar.gz
你写成
tar -xzf ixgbe-2.5.1.tar.gz
试试,有什么提示记录下来

论坛徽章:
0
5 [报告]
发表于 2014-01-24 21:41 |只看该作者
回复 2# lhmwzy


    上传上来了。。。谢谢热心

论坛徽章:
0
6 [报告]
发表于 2014-01-24 21:41 |只看该作者
本帖最后由 qyii 于 2014-01-24 21:45 编辑

回复 4# ykklle


一样的

cd /usr/src
tar -xzf ixgbe-2.5.1.tar.gz
cd /usr/src/ixgbe-2.5.1/src
make load
cc -O2 -pipe -DSMP -DIXGBE_FDIR -DINET -DINET6 -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc   -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common  -mno-align-long-strings -mpreferred-stack-boundary=2  -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -fstack-protector -std=iso9899:1999 -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions -c ixgbe.c
ixgbe.c: In function 'ixgbe_ioctl':
ixgbe.c:1018: error: 'IFCAP_VLAN_HWTSO' undeclared (first use in this function)
ixgbe.c:1018: error: (Each undeclared identifier is reported only once
ixgbe.c:1018: error: for each function it appears in.)
ixgbe.c: In function 'ixgbe_setup_interface':
ixgbe.c:2605: error: 'IFCAP_VLAN_HWTSO' undeclared (first use in this function)
cc1: warnings being treated as errors
ixgbe.c: In function 'ixgbe_tso_setup':
ixgbe.c:3382: warning: implicit declaration of function 'in6_cksum_pseudo'
ixgbe.c:3382: warning: nested extern declaration of 'in6_cksum_pseudo'
*** Error code 1

Stop in /usr/src/ixgbe-2.5.1/src.

论坛徽章:
54
2017金鸡报晓
日期:2017-02-08 10:39:42操作系统版块每日发帖之星
日期:2016-03-08 06:20:00操作系统版块每日发帖之星
日期:2016-03-07 06:20:00操作系统版块每日发帖之星
日期:2016-02-22 06:20:00操作系统版块每日发帖之星
日期:2016-01-29 06:20:00操作系统版块每日发帖之星
日期:2016-01-27 06:20:00操作系统版块每日发帖之星
日期:2016-01-20 06:20:00操作系统版块每日发帖之星
日期:2016-01-06 06:20:0015-16赛季CBA联赛之江苏
日期:2015-12-21 20:00:24操作系统版块每日发帖之星
日期:2015-12-21 06:20:00IT运维版块每日发帖之星
日期:2015-11-17 06:20:002015亚冠之广州恒大
日期:2015-11-12 10:58:02
7 [报告]
发表于 2014-01-24 22:15 |只看该作者
如果是我的话,我会直接用9.2或10.0,弄这些依赖包很麻烦。

论坛徽章:
54
2017金鸡报晓
日期:2017-02-08 10:39:42操作系统版块每日发帖之星
日期:2016-03-08 06:20:00操作系统版块每日发帖之星
日期:2016-03-07 06:20:00操作系统版块每日发帖之星
日期:2016-02-22 06:20:00操作系统版块每日发帖之星
日期:2016-01-29 06:20:00操作系统版块每日发帖之星
日期:2016-01-27 06:20:00操作系统版块每日发帖之星
日期:2016-01-20 06:20:00操作系统版块每日发帖之星
日期:2016-01-06 06:20:0015-16赛季CBA联赛之江苏
日期:2015-12-21 20:00:24操作系统版块每日发帖之星
日期:2015-12-21 06:20:00IT运维版块每日发帖之星
日期:2015-11-17 06:20:002015亚冠之广州恒大
日期:2015-11-12 10:58:02
8 [报告]
发表于 2014-01-24 22:15 |只看该作者
如果是我的话,我会直接用9.2或10.0,弄这些依赖包很麻烦。

论坛徽章:
89
水瓶座
日期:2014-04-01 08:53:31天蝎座
日期:2014-04-01 08:53:53天秤座
日期:2014-04-01 08:54:02射手座
日期:2014-04-01 08:54:15子鼠
日期:2014-04-01 08:55:35辰龙
日期:2014-04-01 08:56:36未羊
日期:2014-04-01 08:56:27戌狗
日期:2014-04-01 08:56:13亥猪
日期:2014-04-01 08:56:02亥猪
日期:2014-04-08 08:38:58程序设计版块每日发帖之星
日期:2016-01-05 06:20:00程序设计版块每日发帖之星
日期:2016-01-07 06:20:00
9 [报告]
发表于 2014-01-24 22:23 |只看该作者
回复 8# lsstarboy

要是我的话,我也这么干。


   

论坛徽章:
0
10 [报告]
发表于 2014-01-24 22:32 |只看该作者
回复 7# lsstarboy


    可是,,,我查过...10.0都还是只支持82598..没更新过驱动
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP