Reply
Thread Tools
Posts: 23 | Thanked: 1 time | Joined on Nov 2011
#21
Another thing I tried, when I connect to the wifi and open the router page it works fine, I can change the settings and everything. Only when I try to open a web page it says Page Load error.
 
PMaff's Avatar
Posts: 361 | Thanked: 219 times | Joined on Sep 2010
#22
Originally Posted by leviathan666 View Post
I'm pretty sure I'm doing something wrong, I enter the "sudo gainroot" command it comes up with "Enter 'help' for a list of built-in commands." message.

But when I type "if config wlan0" it only shows ">" in the next line, and nothing happens. What are we doing anyway?
It's "ifconfig"
and not "if config".
;-)

Ad ifconfig:
http://www.computerhope.com/unix/uifconfi.htm

If there is only a > you can exit with CTRL-d which will issue an error (ignore that).

Btw. you don't need to be root to show information about your network - just try:
/sbin/ifconfig | more
and go through the lines with the enter key.

'|' is the Linux pipe: http://wiki.linuxquestions.org/wiki/Piping

more: http://linux.about.com/library/cmd/blcmdl1_more.htm

and so the above means "use the output of '/sbin/ifconfig' as input of 'more' "

Last edited by PMaff; 2011-11-25 at 15:01.
 

The Following 2 Users Say Thank You to PMaff For This Useful Post:
PMaff's Avatar
Posts: 361 | Thanked: 219 times | Joined on Sep 2010
#23
Originally Posted by leviathan666 View Post
Another thing I tried, when I connect to the wifi and open the router page it works fine, I can change the settings and everything. Only when I try to open a web page it says Page Load error.
Is there some filter on the router that denies access to the internet for the IP or MAC of your N900?
Do you have some access lists on your router for certain MAC addresses?
 
Posts: 560 | Thanked: 422 times | Joined on Mar 2011
#24
Originally Posted by leviathan666 View Post
Another thing I tried, when I connect to the wifi and open the router page it works fine, I can change the settings and everything. Only when I try to open a web page it says Page Load error.
- your comment suggets your router's not actually connected to the internet.

So, you can connect to your router but you can't connect to the internet via your router?
What's the answer to these...
1. What happens when you use another router e.g. at a coffee shop?
2. What happens when you do ipconfig on your pc (or ifconfig if it's a unix-like system)?

Re: 'becoming root': are you sure rootsh is installed?

ps Please use the Thanks button on those comments that have been useful, in any small way.

Last edited by demolition; 2011-11-25 at 14:42.
 

The Following User Says Thank You to demolition For This Useful Post:
Posts: 23 | Thanked: 1 time | Joined on Nov 2011
#25
As far as I know the MAC filtering is not enabled.

The results say RX packets 85 errors 0 dropped 0 overrun 0

And yeah my router's connected to the internet.
 

The Following User Says Thank You to leviathan666 For This Useful Post:
Posts: 560 | Thanked: 422 times | Joined on Mar 2011
#26
Mmm... only 85 packets received. What's the whole output?
Try this - (with root privelages)
Code:
ifconfig wlan0
- it will show local ip address of router.
Code:
ping <router_ip_address>
press Ctrl+C to stop pinging after 20 secs or so. Repeat by replacing <router_ip_address> with www.google.com . What are the summary results at the end of each ping test?
 
Posts: 23 | Thanked: 1 time | Joined on Nov 2011
#27
the ifconfig wlan0 command brought up the IP address 192.168.1.2
RX packets 65 errors 0
TX packets 51 errors 0
When I ping 192.168.1.2 it says
64 bytes from 192.168.1.2: seq=0 ttl=64 time=0.824 ms
and so on.
 
Posts: 23 | Thanked: 1 time | Joined on Nov 2011
#28
Also, the phone now works fine with the Wifi at work. Even though it's slow as hell but it works to some extent. I guess it's something to do with my home router settings but I have no idea what it is.
 
Reply


 
Forum Jump


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