页次: 1
如题〜
我是跟着
https://wiki.archlinux.org/index.php/Al … n_Software
安装的
可是安装完后打开license底下NIC ID那一栏却没有找到我的网卡而显示0000.....
之前在ubuntu装完后没有问题是不是我没有设定到什么或是没有装到什么套件呢(?)
不知道有没有人遇过这样的问题(?)
感谢
最近编辑记录 孫悟 (2014-12-06 22:28:16)
离线
我也有这个问题。不过我使用网上的教程破解了。也可以用。但是每次启动都要选择一下*.dat文件。好纠结的说。
离线
Quartus release note:
Dell PowerEdge, C Series, and Precision Workstation systems running Linux may be unable to contact a Quartus II licensing server. In the License Setup page of the Options dialog box of the Quartus II software, affected systems have a Network Interface Card (NIC) ID of 000000000000.
在archlinux下,使用eth0等容易和kernel的名字冲突,最好改成eth2等大一点
# cat /sys/class/net/device_name/address
# vi /etc/udev/rules.d/10-network.rules
SUBSYSTEM=="net", ACTION=="add", ATTR{address}=="aa:bb:cc:dd:ee:ff", NAME="eth2"
离线
页次: 1