Colin Walters wrote:
On Mon, 2004-11-01 at 14:48 -0500, dave wrote:I noticed a newer version of network-manager-gnome today and upgraded in the hope it would produce a working version. Previously, the wired interface worked OK, but I could never get a list of detected WAPs.Now, when I start NetworkManagerInfo, I receive in my shell:sudlibhal.c 1869 : Error sending msg: Disconnected prior to receiving a replyCan you try running with DBUS_VERBOSE=1 ?
like so? root drod:~# NetworkManager DBUS_VERBOSE=1libhal.c 990 : Error sending msg: No property pci.vendor_id on device with id /org/freedesktop/Hal/devices/net-00:02:2d:34:4f:92 libhal.c 990 : Error sending msg: No property pci.product_id on device with id /org/freedesktop/Hal/devices/net-00:02:2d:34:4f:92
That device it's complaining about is my wireless NIC, which is coming up as an "Unknown Device" in HAL Device Manager.
I see this in /var/log/debug:Nov 1 17:12:37 localhost NetworkManager: nm_hal_device_property_modified() called with udi = /org/freedesktop/Hal/devices/pci_14e4_16a6, key = net.80203.rate, is_removed = 1, is_added = 0 Nov 1 17:12:37 localhost NetworkManager: nm_hal_device_property_modified() called with udi = /org/freedesktop/Hal/devices/pci_14e4_16a6, key = net.80203.link, is_removed = 0, is_added = 0 Nov 1 17:13:36 localhost NetworkManager: nm_hal_device_property_modified() called with udi = /org/freedesktop/Hal/devices/pci_14e4_16a6, key = net.80203.rate, is_removed = 0, is_added = 1 Nov 1 17:13:36 localhost NetworkManager: nm_hal_device_property_modified() called with udi = /org/freedesktop/Hal/devices/pci_14e4_16a6, key = net.80203.link, is_removed = 0, is_added = 0 Nov 1 17:13:37 localhost NetworkManager: nm_device_activation_worker (eth0) started... Nov 1 17:13:37 localhost NetworkManager: nm_device_activation_worker(eth0): could not retrieve and assign IP information to device
I'm also not seeing anything in my notification area on my panel. With the last version I did see a radar sort of applet.
dave