Hi,
I worked a while with Linux Ubuntu and I passed the Linux distribution chooser and it’s recommended me to use open SUSE and I installed it with the KDE desktop environment.
now I see I can’t ping 4.2.2.4 (Google’s IP) I looked and I see the network is disabled I checked and it’s enabled now (the box has been checked) but there is no connection.
I clicked in manage connections and I see the tabs of are disabled but vpn is enable.
I don’t know what I have to do anything else any information need to help me please say.
I am using Asus n53-SV system.
Thank you and sorry for my bad English
o enable NetworkManager, use:
- First, stop the running service:
systemctl is-active network.service && \ systemctl stop network.service
- Enable the NetworkManager service:
systemctl --force enable NetworkManager.service
- Start the NetworkManager service (via alias link):
systemctl start network.service
To disable NetworkManager, use:
- Stop the running service:
systemctl is-active network.service && \ systemctl stop network.service
- Disable the NetworkManager service:
systemctl disable NetworkManager.service
- Start the /etc/init.d/network
service:
systemctl start network.service
source:- openSUSE 12.3 Release Notes
Or, reboot.
TSU
Thanks it is Solved after I boot my system again!
Some thing like needs to save the configuration?
No. It is a bug that was never squished. I crept into the final release unwittingly.