![]() |
Re: [HELP] N900 Not picking up internet connections
Thank you, works great.
|
Re: [HELP] N900 Not picking up internet connections
iwconfig is part of wireless-tools package which is available in the nokia (standard) repository and maemo.org {tools,sdk} repository.
To install this you will need to run (as root): Code:
apt-get install wireless-toolsBack to the main topic, Agilan can you paste your dmesg output? |
Re: [HELP] N900 Not picking up internet connections
Thanks tuxsavvy, everybody at maemo is being very helpful, really appreciate it :)
I have my n900 in a container of rice at the moment, just a safety measure. What command would I need to use to provide a 'dmeg output'? |
Re: [HELP] N900 Not picking up internet connections
Agilan, you need to run this in X Terminal:
Code:
dmesg >> /home/user/MyDocs/kernel.logIf you're going to paste it here, I suggest you to use pastebin. |
Re: [HELP] N900 Not picking up internet connections
Tuxsavvy thanks for helping me!
This is the result of the command Dmesg http://pastebin.com/6Uxs1y4h |
Re: [HELP] N900 Not picking up internet connections
|
Re: [HELP] N900 Not picking up internet connections
[ 2.900695] UBI: number of bad PEBs: 1
the only error from dmsg i can spot is a bad block on NAND flash it is automatically corrected and you will be fine if they stay <20 |
Re: [HELP] N900 Not picking up internet connections
oh spotted something else as well
smc91x: not found (-19) this is a panic message it means it cant find a device (maybe wlan0) SOMEONE ELSE WHO KNOWS PLEASE HELP edit iwconfig wlan0 is just fine thats why I cant tell whats wrong :confused: |
Re: [HELP] N900 Not picking up internet connections
Apologies, I almost forgot about this thread.
I had a look at your dmesg output, it seems to be incomplete. A more complete looking dmesg output should look something like this. I'm not saying your dmesg output should be exactly like that but notice how on mine with the ticks (indicated with square brackets followed by numbers) starts with 0.000? Anyhow, you do have a wireless interface which may mean that there's nothing wrong with the wireless chipset. Have you tried manually scanning? this may not necessarily work in managed mode (note from your pastebin from iwconfig) though you can do something like this: Code:
iwlist wlan0 scanNow before you wonder why I am making you fork out wireless penetration testing tools, these two tools are using other ways to pick up APs from where your device is placed. If either or both of these tools could pick up APs as opposed to using the aforementioned command with iwlist wlan0 scan then retry scanning again with managed mode twice (give a few seconds in between the testing in managed mode). If it fails your chipset may have issue. Both kismet and aircrack-ng can be obtained from extras-devel repository. kismet can be started via: Code:
kismetCode:
airodump-ng wlan0Code:
ifconfig wlan0 down && iwconfig wlan0 mode managed && ifconfig wlan0 upDo note that overclocking may have damaged internal components of your device. You were forewarned about the risks with overclocking, this could be one of the end result. Edit: andreas.k: If you want to see a screwed up wireless interface (no wlan0 interface that is) in a log, have a look at this. This came from a person I was helping before that encountered this fault. No idea if the result of this was due to overclocking or what. |
Re: [HELP] N900 Not picking up internet connections
When I try
Quote:
'wlan0 Interface doesn't support scanning : Network is down' |
| All times are GMT. The time now is 03:05. |
vBulletin® Version 3.8.8