Network manager error
Hi, after an update a week ago, my network manager does not allow me to connect to wireless networks or see them -- though it worked perfectly prior to that.
How can I fix my network manager? We've verified that the hardware "sees" the networks out there.
I get this warning message in the terminal:
nm-applet
An instance of nm-applet is already running.
** (nm-applet:3890): WARNING **: <WARN> constructor(): Couldn't initialize the D-Bus manager.
-------
Thanks! Hardwired ethernet is a drag.
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Solved by:
- RA
- Solved:
- Last query:
- Last reply:
Revision history for this message
|
#1 |
Kill nm-applet then rerun it.What is output?
Revision history for this message
|
#2 |
I don't know how to "kill" nm-applet sorry.
Revision history for this message
|
#3 |
ok what is the outpupt of:
ps -ef | grep nm
Thanks
Revision history for this message
|
#4 |
root 776 1 0 11:19 ? 00:00:00 connmand -c
root 818 776 0 11:19 ? 00:00:00 /sbin/dhclient -d -q -e BUSNAME=
username 1510 1413 0 11:19 ? 00:00:00 connman-applet
username 4647 4556 0 12:50 pts/2 00:00:00 grep --color=auto nm
Revision history for this message
|
#5 |
so if you run:
sudo iwlist scan
Do you see networks ok? The command I gave doesn't seem to have shown nm-applet running. Can you also give the output of:
sudo lshw -C network; rfkill list
Thanks
Revision history for this message
|
#6 |
Yes, it sees all of the available networks.
The output of sudo lshw -C network; rfkill list
is
*-network
description: Ethernet interface
product: AR8121/
vendor: Atheros Communications
physical id: 0
bus info: pci@0000:03:00.0
logical name: eth0
version: b0
serial: 00:24:8c:a7:2c:04
size: 100MB/s
capacity: 100MB/s
width: 64 bits
clock: 33MHz
resources: irq:45 memory:
*-network
description: Wireless interface
product: RT2860
vendor: RaLink
physical id: 0
bus info: pci@0000:01:00.0
logical name: wlan0
version: 00
serial: 00:25:d3:14:c5:88
width: 32 bits
clock: 33MHz
resources: irq:19 memory:
0: eeepc-wlan: Wireless LAN
Soft blocked: no
Hard blocked: no
1: eeepc-bluetooth: Bluetooth
Soft blocked: yes
Hard blocked: no
2: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
Thanks
I've uninstalled and reinstalled network manager 3 or 4 times and that hasn't helped.
Revision history for this message
|
#7 |
Ok if you run:
sudo iwlist scan
Do you see wireless access points?
Revision history for this message
|
#8 |
yes.
lo Interface doesn't support scanning.
eth0 Interface doesn't support scanning.
wlan0 Scan completed :
Cell 01 - Address: 00:1F:90:EB:20:04
Cell 02 - Address: 00:26:62:79:12:BE
Cell 03 - Address: 00:1D:CD:E2:BA:EC
Cell 04 - Address: 00:18:01:FE:3D:00
Cell 05 - Address: 00:23:69:8B:B5:8F
Cell 06 - Address: 00:18:01:E2:10:36
Cell 07 - Address: 00:23:97:D9:D1:B4
Cell 08 - Address: 00:26:62:EA:DC:1C
virbr0 Interface doesn't support scanning.
Revision history for this message
|
#9 |
I have a similar issue on my my nettop (eee901); I'm using oneiric because I want the latest kernel and btrfs support.
The issue in my case seems to be that nm-applet can't connect to dbus (privilege issue?)
Things that might be different in my case from typical ubuntu:
oneiric
btrfs (/ and /home)
lxde (lbuntu)
Revision history for this message
|
#10 |
there is btrfs in Natty too..
Have you tried installing wicd and removing network manager?
Revision history for this message
|
#11 |
wicd didn't allow me to log-in no matter how many times I tried the correct password.
I uninstalled ALL network applications on the computer completely, rebooted and installed Network Manager, and it worked as if nothing had ever been wrong -- not even asking for a local password to the server. I thought I already tried that a few times. In fact, I'm sure I did. Oh well...
Thanks, it works now.
:)