请问华硕A40的本能装Linux网卡驱动吗?

请问华硕A40的本能装Linux网卡驱动吗?,第1张

ethtool -a eth0 查看网卡 ethtool -A eth1 autoneg off rx off tx off 关闭网卡流控制 ethtool -K eth1 rx off tx off 关闭网卡效验 /etc/initd/network restart 重新启动网卡 ifconfig 查看网卡属性 本帖最后由 xieoqm 于 2011-6-8 00:42 编辑 以下是方法解决。(命令可以复制到putty中执行) 删除更新的网卡驱动 rm -fr /lib/modules/$(uname -r)/updates/sk98linko depmod -a #改网卡流控 echo -n 'for ethname in $(hintget vdisk_ethlist | tr '\'','\'' '\'' '\''); do echo $ethname; ethtool -A $ethname automeg off rx off tx off; ethtool -K $ethname rx off tx off; done' >>/etc/rclocal /etc/rclocal 重网络服务和我们的程序 /etc/initd/network restart hh restart hv restart 如果还不行,reboot 重起无盘服务器

>文件下载
private void DownDate(string filePath, string fileName)
{
FileInfo info = new FileInfo(filePath);
long fileSize = infoLength;
fileName = SystemWeb>那个Readmetxt你没仔细看啊,这个错误问题应该就是驱动版本不对应造成的。上面说1085的驱动支持的是linux2616
或者更高的内核,你终端输入uname -r查看一下内核版本是不是2616或者更高。不是的话升级一下你的内核吧,现在centos64都出来了你还在用58要是不想升级内核你就用低版本的驱动试试。
有问题再问我。
记得下载解压驱动以后看看低版本驱动文件夹里有没有类似readme之类的说明文件,一定要仔细看的~
祝你好运~


欢迎分享,转载请注明来源:内存溢出

原文地址: https://outofmemory.cn/zz/13434851.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-08-05
下一篇 2023-08-05

发表评论

登录后才能评论

评论列表(0条)

保存