不知怎的,以前完全无问题的,昨天一开机,桌面就进不去了,只给出一个提示框“could not start D-Bus,can you call qdbus?”
经高人指点,是缺少“libqt4”的原因。以前一直用 networkmanager 管理网络,但是在 tty 下无法联网。
又经高人指点,明了原因,于是在 tty 下进行如下操作:
sudo /sbin/yast
进入 yast,然后,network setting----global options----traditional method with ifup。网卡默认是 DHCP,未调整。
接着,DSL----PPPOE,activate device 选择 at boot time;ISP----custom providers---- 填写相关拨号信息。
之后确认,退出 yast,但是依然无法连接网络。于是
systemctl status network.service
其给出信息如下:
using interface dsl0
connect:dsl0---enp6s0
getsockname() returned invalid hardware address
done setting up service network......failed
network.service:main process exited,code=exited,status=7/notrunning
Terminating on signal 15
connection terminated
sent PADT
failed to start LSB:configure network interface and set up routing
unit network service entered failed state
请问,我该如何操作才能在 tty 下连上网络?