已采纳回答 / seraph
Audio output via the HDMI port is unsupported under CentOS 6.X. However, the motherboard audio ports are supported. When the error message appears, press OK to continue the OS installation.
2016-04-04
centos7系统,尝试选择NAT,并将linux网卡名eno16777736改为eth0(http://jingyan.baidu.com/article/6181c3e081f178152ef1538f.html),然后修改网卡配置文件ifcfg-eth0(vim /etc/sysconfig/network-scripts/ifcfg-eth0)为引导时激活网卡
将ONBOOT = no 修改为 yes。server worknet restart。用ifconfig查询ip后,用xshell链接成功。
将ONBOOT = no 修改为 yes。server worknet restart。用ifconfig查询ip后,用xshell链接成功。
2016-04-04
最赞回答 / guozhenj88
我和你的问题一样,网卡没启用使用ifconfig命令看不到eth0,只有lo,使用ip link show命令能看到有eth0网络接口。eth0配置文件的路径为/etc/sysconfig/network-scripts/ifcfg-eth0使用命令vi /etc/sysconfig/network-scripts/ifcfg-eth0 编辑此文件将 ONBOOT=no 改为 ONBOOT=yes ,按ESC输入 :wq 保存修改并退出reboot重启,再用setup配置网络就能生效
2016-04-04
已采纳回答 / muhaha_givemefive
你如果pc是通过路由器上网,直接配置dhcp就行了。配置文件在/etc/sysconfig/network-scripts/ifcfg-网卡名字,格式可以去网上搜索下。
2016-04-03