Results 11 to 20 of 68
When setting up wireless, a wired internet connection is considered almost essential.
You may have a different name for the wireless device. Post the output of this command.
Code:
iwconfig...
- 12-18-2008 #11
When setting up wireless, a wired internet connection is considered almost essential.
You may have a different name for the wireless device. Post the output of this command.
Code:iwconfig
Paul
Please do not send Private Messages to me with requests for help. I will not reply.
- 12-20-2008 #12
Here is the output of iwconfig:
Code:ra0 RT2870 Wireless ESSID:"" Nickname:"RT2870STA" Mode:Auto Frequency=2.412 GHz Bit Rate=1 Mb/s RTS thr:off Fragment thr:off Encryption key:off Link Quality=10/100 Signal level:0 dBm Noise level:-87 dBm Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:0 Missed beacon:0
- 12-20-2008 #13
There are a few things that jump out
Also there is one missing. There should be one showing the MAC address of the Access Point. That may be because of the low Link Quality, though. I would try and change these, and see if it helps.Code:Mode:Auto Bit Rate=1 Mb/s Encryption key:off Link Quality=10/100
Code:iwconfig ra0 mode managed
If your AP is using encryption, that should be enabled. If it is using WPA encryption, you need to use wpa_supplicant. Iwconfig can't be used to for the WPA key, but it still can be used for everything else.Code:iwconfig ra0 rate 48M
You can also try to force it to connect to the AP. You need the hardware MAC address, that usually can be found on the bottom of the device. Put that in place of the zeros. You may also be able to get the MAC address from the output of the iwlist scan command.
Another thing that you can try, is to use a different channel. The AP would have to be changed first.Code:iwconfig ra0 ap 00:00:00:00:00:00
For more info on the iwconfig command, use these:
Code:iwconfig --help
Code:man iwconfig
Paul
Please do not send Private Messages to me with requests for help. I will not reply.
- 12-20-2008 #14
I did all that, and went through every useful command in iwconfig man pages.. nada.. this is the new output of iwconfig:
Thanks for all your help so far... honestly.. thank you...Code:ra0 RT2870 Wireless ESSID:"PRECHELT HOME" Nickname:"RT2870STA" Mode:Managed Frequency=2.462 GHz Access Point: 00:1B:2F:FA:DD:40 Bit Rate=162 Mb/s RTS thr:off Fragment thr:off Encryption key:off Link Quality=91/100 Signal level:-78 dBm Noise level:-71 dBm Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:0 Missed beacon:0
- 12-20-2008 #15
Actually, that looks a lot better. Except for one thing (it may be a typo)
Have you now tried to configure it as a network device? Use the "'Network" program found here:Code:Bit Rate=162 Mb/s
Administration-->NetworkPaul
Please do not send Private Messages to me with requests for help. I will not reply.
- 12-20-2008 #16
I dont have Administration > Network but under preferences i have Network Configuaration and i can add new devices and ive tried adding one, but it still says Use: Never and i cant activate it or use it to connect. and it wasnt a typo i used
but now when i run it i get 1 MB/sCode:iwconfig > iwconfig.txt
- 12-21-2008 #17
I hate to say this, but i am out of suggestions. Maybe someone that is actually using 8.10 can help.
I was going to suggest manually creating a configuration file for the wireless card. But I don't even know where they are in Ubuntu.Paul
Please do not send Private Messages to me with requests for help. I will not reply.
- 12-21-2008 #18
Ive managed to make a small bit of progress and maybe you can help me out here. Ive downloaded the wicd network manager, entered my wireless device and it succesfully shows me the two networks in the GUI and gives me the option to connect. No matter what ive tried i get the connection bar gets stuck on 'Obtaining IP address'. Any ideas waterhead? You've been a great help so far.
- 12-21-2008 #19
I would say that it is getting hung up on the password and encryption. Either you are using the wrong encryption method (WPA, WEP etc) or you are using the incorrect password.
Paul
Please do not send Private Messages to me with requests for help. I will not reply.
- 12-22-2008 #20
I log onto my computer this morning (i didnt have time to finish setup last night), go into wicd and what do you know? It says no wireless networks in range.
I double checked everything. My card is stil there. etc. Nothing has change. However, this is the ouput of iwlist scanning:
and wicd wont recognise it.Code:ra0 no networks found
ANy ideas what might have happened??


Reply With Quote
