gentoo安装重启后连不上网

2025-06-22 23:38:10
推荐回答(1个)
回答1:

1、ifconfig -a 看一下有没有enp5s0之类的名称
2、进/etc/init.d/
# ln -s net.lo net.enp5s0
# rc-update add net.enp5s0 default
# rm net.eth0
# /etc/init.d/net.enp5s0 start