network manager not functioning properly with wireless

Asked by akshay

my wireless was working fine but then i did something and the network manager wont show/recognize any wireless connection. but i can connect throughmy wireless card.
$cat /etc/network/interfaces
gives the following output:

auto lo
iface lo inet loopback

iface eth1 inet dhcp
wireless-essid default

auto eth1

$iwconfig
gives the following output

lo no wireless extensions.

eth0 no wireless extensions.

eth1 IEEE 802.11g ESSID:"default"
          Mode:Managed Frequency:2.437 GHz Access Point: 00:13:46:A8:37:6C
          Bit Rate:54 Mb/s Tx-Power:15 dBm
          Retry limit:15 RTS thr:off Fragment thr:off
          Power Management:off
          Link Quality=67/100 Signal level=-66 dBm Noise level=-67 dBm
          Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
          Tx excessive retries:0 Invalid misc:2020 Missed beacon:0

please help !!!

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Bhavani Shankar
Solved:
Last query:
Last reply:
Revision history for this message
akshay (akshayprakash) said :
#1

i reinstalled the network manager and it did not work

Revision history for this message
akshay (akshayprakash) said :
#2

also the wireless network works but not in roaming mode.

Revision history for this message
Best Bhavani Shankar (bhavi) said :
#3

Its a known bug..
Network Manager In Feisty was buggy with WPA encrypted networks, and dropped and reconnected every few mintues (particularly with Intel and Atheros chipsets). Apparently it still is a bit buggy in Gutsy (although I have stuck with it and had no problems).

If this is a problem - try Wicd instead of NM: http://wicd.sourceforge.net/

Bhavani Shankar.

Revision history for this message
akshay (akshayprakash) said :
#4

thanks. will try that.

Revision history for this message
akshay (akshayprakash) said :
#5

Thanks Bhavani Shankar, that solved my question.