已采纳回答 / 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
最赞回答 / 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
已采纳回答 / vlgnaw
nut连接是无法连接外网的,而且桥接方式也最为简单,所以还是该为桥接的方式吧http://www.centoscn.com/CentOS/config/2014/1112/4112.html
2016-04-03