Recently I purchased a new laptop and installed openSUSE 11.3 x64 Gnome. I was running openSUSE 11.2 x86 Gnome on my previous laptop. Most things are working well, although still tweaking things here and there.
The biggest issue at the moment is starting the network. When I boot the system it loads into desktop (gnome) no problem, but then takes between 3 - 5 minutes to come up asking for Default Keyring Password before it will launch network manager. Everything else has loaded and it running fine except the network.
The first time I launched the system (after install) it worked perfectly, however soon as a set the password for the Default Key this started happening. The time delay before it launches does vary each time but always around 3 minute mark.
After everything is booted and loaded the output is
lo no wireless extensions.
eth0 no wireless extensions.
wlan0 IEEE 802.11bgn ESSID:"d52e32f3"
Mode:Managed Frequency:2.472 GHz Access Point: 00:22:75:CD:FF:A6
Bit Rate=26 Mb/s Tx-Power=20 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Link Quality=35/70 Signal level=-75 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
vmnet1 no wireless extensions.
vmnet8 no wireless extensions.
However after some digging the root of the problem seems to be that wlan0 & eth0 are not starting in up status. I can speed the whole process up by running ifconfig wlan0 up
For added information here is the output of iwconfig before the network has initilized or it has asked me for the default keyring,
lo no wireless extensions.
eth0 no wireless extensions.
wlan0 IEEE 802.11bgn ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=0 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
vmnet1 no wireless extensions.
vmnet8 no wireless extensions.
How do you shut off the Default Keyring in regards to Network Manager. I’ve searched around for a while to find out how to do this and still can’t seem to find out. Information on Default Keyring, other than what it is, is scarce at best.