I use openSuse 11.xx and all was going fine until yesterday. When booting up now, I can’t connect to the internet any more. I takes much longer to boot now as if openSuse tries to look for something that disappeared or got corrupt. All started with the latest safety update.
Well, my assumption would be that something else happened and you should try to learn how to debug this, and we can help you. First in a console as root type this command and post the result:
ifconfig
this command tells you about all your network connections you have.
I’m not sure if you are using network manager or the traditional method with ifup. but if you type the command(with the assumption that your connection is eth0 this will disconnect you):
ifdown eth0
and to connect again
ifup eth0
now try to see again if anything changed by reissuing the command ifconfig