https://bugzilla.novell.com/show_bug.cgi?id=216495 tambet@ximian.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO Info Provider| |dmacvicar@novell.com ------- Comment #50 from tambet@ximian.com 2007-01-09 03:11 MST ------- I guess I can try to debug it over the network if it's reproducible by just unloading/loading the wireless driver. It needs to have NetworkManager-debuginfo package installed and an active wired connection so that I can reach it and I need root permissions. Alternatively, can anyone run NetworkManager in gdb? Here are the instructions: install NetworkManager-debuginfo package Kill existing NetworkManager process as root, run: gdb /usr/sbin/NetworkManager break nm_hal_device_added run --no-daemon and insert the new wireless card. If you don't get the nm_hal_device_added break point, it's a problem with hal or dbus. If you do get it, step through the code (step into nm_get_device_interface_from_hal() and nm_create_device_and_add_to_list() as well) until nm_hal_device_added() returns and paste me the output. Thank you. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.