Networking Center is Broken

Leanhunt said:
I have following this thread and finally had success with Acer support. Network center icon now works. This is what they told me:
First, turn power off and remove battery.
Hold power button down for 10 seconds.
Replace battery and turn on power.
Make sure the connectivity light is on and click "network center" icon
Make sure the WLAN field is selected, not the LAN
Select your wireless server, and all should be well.
Support guy told me that an update could have changed the connection from WLAN to LAN.

This worked for me! :)

I tried RooMonster's solution and it did not work for me.

I've had this problem twice. Each time it occurs after an Update. :(

The first time I struggled and finally gave up and did a complete reinstall. :(
I vowed not to do a Update, but after 3 months of ignoring updates, I finally did one, figuring that Acer would have fixed things. Wrong. Yesterday it shut down my network connectivity again!
However, my computer went asleep in the middle of the update, which might have to do with the corruption.

The solution above was simple and works so far! :)
Thanks Leanhunt!!!!! :geek:
 
Hi, I've been having the same problem since the last update which updated the networking centre. At first a simple reboot worked but now it never works. I have tried Leanhunt's solution to no avail. I have used both of Roomonster's solutions but when I try to move .gconf/system/networking it says it does not exist and if I try to run nm-applet I get the following:
[user@localhost ~]$ nm-applet
Successfully loaded 194 profiles.
9844.0937: Bs: Basilisk v1.0.0.2 (MBCS library)
Event 2 occured
Event 3 occured
Event 4 occured
Event 5 occured
Report event 2 in thread 0xb73b9b90
** Message: <info> Option : Signal changed to 0
Event 6 occured
Event 1 occured
Event 8 occured
Event 9 occured
Event 12 occured
Event 10 occured
Event 11 occured
Event 13 occured
HW radio switch state is set to -1
Report event 4 in thread 0xb73b9b90
** Message: <info> Option : Hw Radio Switch changed to -1
Event 0 occured
Device state: 0
9844.0938: Bs: Library has been initialized
9844.0938: Cg: Logging level has been set to 1
** (nm-applet:30958): WARNING **: No connections defined
** (nm-applet:30958): WARNING **: No networks found in the configuration database
Segmentation fault

now I am very very much a linux newbie so can anyone suggest a way to get back to the old network centre settings in linux because as I say this only happened after I d/led an update for it or is a reinstall my only option?

Julian
 
Julian: I would reinstall. Your system sounds thoroughly broken. The amount of time you'll waste trying to figure this out is probably more than the time for a fresh install.

FT
 
ftapon said:
Julian: I would reinstall. Your system sounds thoroughly broken. The amount of time you'll waste trying to figure this out is probably more than the time for a fresh install.

FT

Thanks for that :( . I was fearing that as I reread previous posts and finally remembered that during the update my machine went into standby which someone earlier hinted was the kiss of death. (a little off topic but...)Just a thought but if I have to reinstall, would Ubuntu be any better - I am not a great fan of the Linpus lite nanny style restrictions. I have tried it on a full size notebook but hear that there are some wireless driver issues with the AcerOne. (neatly getting back on topic ;) )

Julian
 
Re: Networking Center is Broken - FIXED

RooMonster said:
I've finally managed to figure this out. What appears to have happened is the connection config files for our profiles have not been updated properly due to a power loss etc. To fix you need to reset the connection config files for your profile by removing them (or moving them). To do this you need to run the following command in a terminal:

Code:
mv ~/.gconf/system/networking ~/

This moves the networking config files to your home (My Files) directory thereby hiding them from the NetworkManager.

Then reboot

After you reboot the networking applet/icon will appear in the notifications area of the panel and all will be as it should be (post if not). You can then delete the networking folder from you home directory with the following run from the terminal or by deleting it from My Files.

Code:
rm -rvf ~/networking

RooMonster

it worked great first time
 
Re: Networking Center is Broken - FIXED

RooMonster said:
I've finally managed to figure this out. What appears to have happened is the connection config files for our profiles have not been updated properly due to a power loss etc. To fix you need to reset the connection config files for your profile by removing them (or moving them). To do this you need to run the following command in a terminal:

Code:
mv ~/.gconf/system/networking ~/

This moves the networking config files to your home (My Files) directory thereby hiding them from the NetworkManager.

Then reboot

After you reboot the networking applet/icon will appear in the notifications area of the panel and all will be as it should be (post if not). You can then delete the networking folder from you home directory with the following run from the terminal or by deleting it from My Files.

Code:
rm -rvf ~/networking

RooMonster

Thank you thank you roomonster. It worked!

To other users, if you get the same problem and are not sure whats going on type in a terminal window
dmesg | tail

Type this after reboot, when everything has settled down and before you open any programs (other than clicking on network center if you need to check its still broken)

If you see something which says Segmentation Fault Error 4 (it wont quite look like this but still) then give roomonsters solution a go.

THANKS
:)
 
Just to add to the general wierdness of this problem, here's my experience so far.

I lost my wireless after letting the battery go flat, actually letting the battery go flat is a bit missleading. I got a low battery warning and almost before I'd had time to read the notification the AA1 died!
I tried the solution way back near the start of this thread and it worked for me at first. Then, I lost wireless and the network centre and nothing would get them back.

I was going to do a re-install so took the AA1 to the office where the external drive is and booted it up and the the bloody network connected!

Re-booted several times and it always worked, powered it right down and started it several times and it worked.

Now here's the wierd part. If I have the power adapter plugged in when I boot the network doesn't connect and network manager won't run. Unplug the power and so far it works every time!

Regards
Nick
 
YooY said:
by the way, the power-loss issue is partially due to the KPower save information which not very accurate... so I easily run out of power just because it forgets to warn me.... does anyone have a update or an alternative?

Hi
I experienced sudden shutdowns too.
maybe you can try my solution here:
viewtopic.php?f=42&t=13699

TheTilde
 
Flashing the Bios seems to work. Linpus is not the problem, because as others have pointed out, the same happens with Windows XP. Now...if they could only fix the noise :)
 
Back
Top