Active Topics

 


Reply
Thread Tools
Posts: 53 | Thanked: 8 times | Joined on Apr 2010
#1
Can you help me to fix a problem with my N900, it will not connect to any WiFi network, and has not connected to 3G properly in a while.

Previously I had Auto-Disconnect and Wifi-Switcher installed. 2 weeks ago, I read here how auto-disconnect was draining battery for some people and thought that I would uninstall it to see if it had any effect for me. I also uninstalled WiFi-Switcher at the same time.

Since then, the N900 has not been connecting to any Wifi. It can detect the networks, I see them under 'Internet Connections'. But when I select one to connect to, the WiFi icon in the system tray flashes a few times, like it normally does when it is connecting... but then "Network Connection Error. Try Again?"

This happens every time, on every wireless.

Possibly related, but the GSM signal in the system tray has only said 2G for the past 2 weeks, and never once has changed to 3G.

I don't know how to diagnose what is broken, and how to fix it. Can anyone help please?

EDIT: Would it be helpful if I installed syslog?
http://wiki.maemo.org/Documentation/.../maemo5/syslog

It says on that page that it's important to remove syslog when you're finished with it, but it doesn't give instructions on how to do that. Can anyone edit that page to include removal instructions, please?

Last edited by edanto; 2010-06-29 at 08:02.
 
Posts: 1,425 | Thanked: 983 times | Joined on May 2010 @ Hong Kong
#2
Let see if running the following as root help:
Code:
ifconfig wlan0 down
stop wlancond
rmmod wl12xx
rmmod mac80211
rmmod crc7
modprobe crc7
modprobe mac80211
modprobe wl12xx
wl1251-cal
start wlancond
ifconfig wlan0 up
iwconfig wlan0 mode managed
run-standalone.sh dbus-send --system --type=method_call --dest=com.nokia.phone.net /com/nokia/phone/net Phone.Net.set_selected_radio_access_technology byte:0
 
Posts: 53 | Thanked: 8 times | Joined on Apr 2010
#3
thanks very much. I pasted that into a terminal and started to see some things happen with the network icons and now I have a 3G connection!

Unfortunately it's still refusing to connect to Wi-Fi, gives the same network error message.

(when u say to run it as root - did you mean anything other than just pasting it into a terminal)
 
Posts: 1,425 | Thanked: 983 times | Joined on May 2010 @ Hong Kong
#4
You need to gain root privilege otherwise only the last line of the command would work, and that's the one getting your 3G back on.

In order to gain root, you need to install rootsh and then enter the root shell. Install rootsh from application manager, and run the following commands to see if could connect to wifi again:

Code:
root
ifconfig wlan0 down
stop wlancond
rmmod wl12xx
rmmod mac80211
rmmod crc7
modprobe crc7
modprobe mac80211
modprobe wl12xx
wl1251-cal
start wlancond
ifconfig wlan0 up
iwconfig wlan0 mode managed
 

The Following User Says Thank You to 9000 For This Useful Post:
Posts: 53 | Thanked: 8 times | Joined on Apr 2010
#5
Thanks... I'm probably getting closer. It told me that iwconfig wasn't found, by any chance should the last line of that code be 'ifconfig..'

specifically, what it said was "-sh: iwconfig: not found"

But it seems to be connecting to the internet now.

My battery levels seem to be dropping like a stone, the CPU has been running like crazy since I executed those commands in the first terminal. (so - more or less since the 3G came back on I guess)

Is this how bad the battery is when I don't have auto-disconnect running?! Holy moly. It's gone from a charge of about 900mAh to about 300mAh in about 4 hours.

Well, anyways, I appreciate your help solving the problem that I started the thread about, I suppose I can always ask elsewhere to try and fix my battery issues.

Last edited by edanto; 2010-06-29 at 15:31.
 
Posts: 1,425 | Thanked: 983 times | Joined on May 2010 @ Hong Kong
#6
If the wifi works without having to change the mode to 'managed', then that's okay, unless you happen to use mobile hotspot in the future.

Some processes was restarting when the internet connection comes back, thus the battery drained. It may be normal.
 
Posts: 53 | Thanked: 8 times | Joined on Apr 2010
#7
Thanks, this seems to be working fine. The battery is draining quicker than before, but that's for a diferent thread. Thanks for the the help.
 
Reply


 
Forum Jump


All times are GMT. The time now is 20:26.