[Bug 216495] New: Network manager doesn't allow hotplugging wlan card, but after restarting it works.
https://bugzilla.novell.com/show_bug.cgi?id=216495 Summary: Network manager doesn't allow hotplugging wlan card, but after restarting it works. Product: openSUSE 10.2 Version: Beta 1 plus Platform: Other OS/Version: Other Status: NEW Severity: Blocker Priority: P5 - None Component: Network AssignedTo: tambet@ximian.com ReportedBy: dmacvicar@novell.com QAContact: qa@suse.de CC: thoenig@novell.com, wstephenson@novell.com If I hotplug the wlan card, I get in the log: Oct 31 01:49:00 linux NetworkManager: <WARN> nm_dbus_nm_set_active_device(): nm-dbus-nm.c:256 (nm_dbus_nm_set_active_device): Invalid device (device not found). If I restart network, networkmanager gets restarted and the wireless networks work fine. I tried with various cards, atheros, orinoco, etc. I am using knetworkmanager, however, the error appears in networkmanager log. /var/log/messages shows, after inserting the card (some output removed) Oct 31 01:48:59 linux kernel: wifi0: Atheros 5212: mem=0x32000000, irq=11 Oct 31 01:49:00 linux ifup: Service network not started and mode 'auto' -> skipping Oct 31 01:49:00 linux ifup: Network interface is managed from NetworkManager Oct 31 01:49:00 linux ifup: NetworkManager will be advised to set up ath0 Oct 31 01:49:00 linux ifup: but it cannot be assured from here. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216495 jpr@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |dmacvicar@novell.com ------- Comment #1 from jpr@novell.com 2006-10-31 05:41 MST ------- Sounds like a possible duplicate of bug 216558 and 207899. Does hal show the device immediately? -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216495 tambet@ximian.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED Info Provider|dmacvicar@novell.com | ------- Comment #2 from tambet@ximian.com 2006-10-31 08:06 MST ------- Ooh, I can reproduce this one. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216495 ------- Comment #3 from tambet@ximian.com 2006-10-31 08:16 MST ------- Duncan, does your NetworkManager receive two events from HAL? Mine does, just wondering if it's the same issue: Oct 31 17:03:20 suse102 NetworkManager: <debug> [1162307000.440645] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/pcmcia__1__1'). Oct 31 17:03:22 suse102 NetworkManager: <WARN> nm_dbus_nm_set_active_device(): nm-dbus-nm.c:256 (nm_dbus_nm_set_active_device): Invalid device (device not found). Oct 31 17:03:22 suse102 NetworkManager: <debug> [1162307002.923599] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/net_00_60_1d_1d_1d_dd'). -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216495 jpr@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |seife@novell.com ------- Comment #4 from jpr@novell.com 2006-10-31 10:14 MST ------- *** Bug 216558 has been marked as a duplicate of this bug. *** -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216495 jpr@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kasievers@novell.com, dkukawka@novell.com ------- Comment #5 from jpr@novell.com 2006-10-31 10:16 MST ------- There is some useful info in the duplicates and this seems to affect suspect as well (basically whenever the module is modprobe'd in). -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216495 jpr@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aj@novell.com ------- Comment #6 from jpr@novell.com 2006-10-31 10:16 MST ------- *** Bug 207899 has been marked as a duplicate of this bug. *** -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216495 ------- Comment #7 from dmacvicar@novell.com 2006-10-31 10:17 MST ------- as I remember from the logs, it does not. I will check at home though. Does hal have its own logs? -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216495 ------- Comment #8 from dkukawka@novell.com 2006-10-31 12:45 MST ------- you have to enable them. By default only errors are logged. Simply change this in /etc/init.d/haldaemon: HALDAEMON_PARA="--daemon=yes"; to: HALDAEMON_PARA="--daemon=yes --retain-privileges --verbose=yes --use-syslog"; After restart hald the daemon should log to /var/log/messages -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216495 ------- Comment #9 from felix@derklecks.de 2006-11-01 16:46 MST ------- Maybe this is the same bug: I get the following on inserting my pcmcia card: Nov 2 00:41:52 vaio-gr214mp NetworkManager: <WARN> nm_dbus_nm_set_active_device(): nm-dbus-nm.c:268 (nm_dbus_nm_set_active_device): Invalid argument type (essid). Problems for the user are: - the card just shows up in knetworkmanager after a /etc/init.d/network restart - removing the card does not remove the network from the knetworkmanager context-menu either... are they worth their own reports or are the caused by this one? -- 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.
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 #10 from tambet@ximian.com 2006-11-07 08:22 MST ------- Can any of you guys try with the latest NetworkManager and post complete /var/log/NetworkManager log file? It's very chatty these days, so it should be quite useful. It works fine for me, I tried the test script from #216558, no problems with that either. From the logs from bug 207899 it looks more like a HAL issue - The "device added" signal is never received by the NetworkManager. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216495 thoenig@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |danielstefanmader@web.de ------- Comment #11 from thoenig@novell.com 2006-11-07 14:51 MST ------- *** Bug 218164 has been marked as a duplicate of this bug. *** -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216495 ------- Comment #12 from tambet@ximian.com 2006-11-08 02:27 MST ------- Are you all using knetworkmanager? Can you please try with nm-applet? From the bug 218164 it looks like it might be a problem with the applet and not with the NetworkManager itself. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216495 ------- Comment #13 from dmacvicar@novell.com 2006-11-08 05:12 MST ------- Ok, I brought the laptop today. NetworkManager log, when hotplugging the card only shows: Nov 8 13:03:48 linux NetworkManager: <WARN> nm_dbus_nm_set_active_device(): nm-dbus-nm.c:256 (nm_dbus_nm_set_active_device): Invalid device (device not found). I am attaching the HAL log of inserting 2 different cards. I haven't yet tried the other applet, when selecting it, it grabs even gnome's windowmanager as a dependency (?????). -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216495 ------- Comment #14 from dmacvicar@novell.com 2006-11-08 05:13 MST ------- Created an attachment (id=104263) --> (https://bugzilla.novell.com/attachment.cgi?id=104263&action=view) HAL log, hotplug orinoco card -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216495 ------- Comment #15 from dmacvicar@novell.com 2006-11-08 05:14 MST ------- Created an attachment (id=104264) --> (https://bugzilla.novell.com/attachment.cgi?id=104264&action=view) HAL log, hotplug a Atheros card -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216495 dmacvicar@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED Info Provider|dmacvicar@novell.com | ------- Comment #17 from dmacvicar@novell.com 2006-11-08 05:30 MST ------- Timo is here, we tried nm-applet and no difference. So the bug is HAL or NetworkManager. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216495 ------- Comment #18 from thoenig@novell.com 2006-11-08 05:43 MST ------- Just a few more bits of information: After hotplugging (and the error described as in comment #13) it is enough to restart HAL to make NM detect the card properly. Tambet, is the code path in nm-dbus-nm.c executed too early? Probably NetworkManager does not have stored the new network card in its structures when we pass this (nm-dbus-nm.c:256). -- 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.
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 #19 from tambet@ximian.com 2006-11-08 06:14 MST ------- I want to see the full debug output, you can get it by either running NetworkManager with --no-daemon (it'll dump all output to stdout then) or increase the syslog log level. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216495 ------- Comment #20 from tambet@ximian.com 2006-11-08 07:22 MST ------- Oh, I forgot to mention, I do see that same warning (it'll be fixed with the next build), but it's harmless and the device activates successfully after that: NetworkManager: <WARN> nm_dbus_nm_set_active_device(): nm-dbus-nm.c:256 (nm_dbus_nm_set_active_device): Invalid device (device not found). NetworkManager: <debug> [1162995283.675086] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/net_00_13_ce_b7_ad_13'). NetworkManager: <debug> [1162995283.687898] nm_system_device_get_system_config(): found config '/etc/sysconfig/network/ifcfg-wlan-id-00:13:ce:b7:ad:13' for interface 'eth3' NetworkManager: <debug> [1162995283.687976] nm_system_device_get_system_config(): BOOTPROTO=dhcp NetworkManager: <debug> [1162995283.688006] nm_system_device_get_system_config(): ------ Config (eth3) NetworkManager: <debug> [1162995283.688028] nm_system_device_get_system_config(): dhcp=1 NetworkManager: <debug> [1162995283.688051] nm_system_device_get_system_config(): addr=0.0.0.0 NetworkManager: <debug> [1162995283.688072] nm_system_device_get_system_config(): gw=0.0.0.0 NetworkManager: <debug> [1162995283.688093] nm_system_device_get_system_config(): mask=0.0.0.0 NetworkManager: <debug> [1162995283.688113] nm_system_device_get_system_config(): --------------------- NetworkManager: <info> eth3: Device is fully-supported using driver 'ipw2200'. ... NetworkManager: <info> Activation (eth3) successful, device activated. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216495 dmacvicar@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED Info Provider|dmacvicar@novell.com | ------- Comment #21 from dmacvicar@novell.com 2006-11-08 09:04 MST ------- Uhm --no-daemon produces more output for the wired card, but when I insert the wireless card, even in --no-daemon mode, there is no output after the warning. So we are never reaching nm_hal_device_added() ? Probably has something to do with? http://beta.suse.com/private/dkukawka/hal/patches/0.5.8-git/hal-fix-wireless... (fix detection of wireless network capability for devices which use drivers with dscape stack as e.g. rt2500pci) Does atheros and orinoco use dscape stack? -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216495 ------- Comment #22 from tambet@ximian.com 2006-11-08 09:16 MST ------- I don't know the answer to your question, but no output clearly shows NetworkManager never gets the HAL signal that a device is added. I might have slightly older HAL, I'll try to reproduce. Thanks. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216495 ------- Comment #23 from tambet@ximian.com 2006-11-08 12:57 MST ------- Created an attachment (id=104378) --> (https://bugzilla.novell.com/attachment.cgi?id=104378&action=view) libhal test program Here's a test program that listens for libhal events (device added, device removed, device capability added) and prints a line to stdout for each event. Compile with: gcc -o hal-test hal-test.c `pkg-config --libs --cflags glib-2.0 dbus-glib-1 hal` (so you'll need glib2-devel, dbus-1-glib-devel, and hal-devel packages installed.) -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216495 ------- Comment #24 from dmacvicar@novell.com 2006-11-09 03:40 MST ------- duncan@e206:~> gcc -o hal-test hal-test.c `pkg-config --libs --cflags glib-2.0 dbus-glib-1 hal` duncan@e206:~> ./hal-test New device added: /org/freedesktop/Hal/devices/pci_168c_13 New device added: /org/freedesktop/Hal/devices/net_00_0d_02_33_44_5c New device added: /org/freedesktop/Hal/devices/net_00_0d_02_33_44_5c_0 -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216495 ------- Comment #26 from tambet@ximian.com 2006-11-09 05:57 MST ------- I'm running out of ideas here - the test program I wrote uses libhal and dbus API exactly like NetworkManager (which might or might not be the case with lshal -m). So the test program sees the hal events and NetworkManager (which uses EXACTLY the same code) doesn't. Duncan, when you ran NetworkManager --no-daemon, you did see log messages with <info> and <debug> when NM started, right? -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216495 ------- Comment #27 from dmacvicar@novell.com 2006-11-09 06:05 MST ------- I see WARN and info, no debug. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216495 tambet@ximian.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104378|0 |1 is obsolete| | ------- Comment #28 from tambet@ximian.com 2006-11-09 06:54 MST ------- Created an attachment (id=104476) --> (https://bugzilla.novell.com/attachment.cgi?id=104476&action=view) new test Here's a new test program. Thanks a lot for your trouble! -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216495 ------- Comment #29 from dmacvicar@novell.com 2006-11-09 07:39 MST ------- With atheros card: e206:/home/duncan # ./hal-test New device added: /org/freedesktop/Hal/devices/pci_168c_13 net.interface doesn't exist info.category doesn't exist net.physical_device doesn't exist info.linux.driver: ath_pci New device added: /org/freedesktop/Hal/devices/net_00_0d_02_33_44_5c net.interface: wifi0 info.category: net.80211control net.physical_device: /org/freedesktop/Hal/devices/pci_168c_13 info.linux.driver doesn't exist New device added: /org/freedesktop/Hal/devices/net_00_0d_02_33_44_5c_0 net.interface: ath0 info.category: net.80211 net.physical_device: /org/freedesktop/Hal/devices/pci_168c_13 info.linux.driver doesn't exist With Orinoco card: e206:/home/duncan # ./hal-test New device added: /org/freedesktop/Hal/devices/pcmcia__1__1 net.interface doesn't exist info.category doesn't exist net.physical_device doesn't exist info.linux.driver: orinoco_cs New device added: /org/freedesktop/Hal/devices/net_00_02_2d_3c_bf_92 net.interface: eth1 info.category: net.80211 net.physical_device: /org/freedesktop/Hal/devices/pcmcia__1__1 info.linux.driver doesn't exist -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216495 ------- Comment #30 from tambet@ximian.com 2006-11-10 08:02 MST ------- That looks fine as well. I built new NetworkManager packages with a lot of debugging added for handling HAL device_added callback and creating NM devices, could you please try with the packages from http://primates.ximian.com/~tambet/NetworkManager/ -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216495 thoenig@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO Info Provider| |dmacvicar@novell.com ------- Comment #32 from thoenig@novell.com 2006-11-15 04:35 MST ------- Duncan, Marcus, could you please give it a try with Beta2 Plus? The NetworkManager log should be more verbose than before. Thanks! -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216495 ------- Comment #33 from tambet@ximian.com 2006-11-15 05:48 MST ------- Please test with the packages from comment #30 instead. It's the latest submitted NetworkManager with additional debugging code. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216495 ------- Comment #34 from meissner@novell.com 2006-11-16 07:54 MST ------- i used beta2plus and packages from #c30. no change. I get this message in /var/log/NetworkManager, not more., (I hjave adjusted this line to include dev?nm_device_get_iface(dev):"<null>") So dev is NULL there. Nov 16 15:50:49 beiboot NetworkManager: <WARN> nm_dbus_nm_set_active_device(): nm-dbus-nm.c:257 (nm_dbus_nm_set_active_device): Invalid device <null> (device not found). -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216495 ------- Comment #35 from tambet@ximian.com 2006-11-16 08:14 MST ------- Comment #30 wasn't supposed to fix anything, just print out a lot of debug spew when it receives the notification from HAL that a device has been added. If it doesn't print out: <info> New device added (hal udi is '???'). with packages from comment #30, it either means your syslog doesn't output messages with log level info or that NetworkManager never receives the notification from HAL. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216495 ------- Comment #36 from meissner@novell.com 2006-11-16 09:56 MST ------- what is interesting is that the device gets renamed on plugin. ath0 gets renamed to wlan0 I will attach my NetworkManager log, my lshal --monitor output, lshal output with card. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216495 ------- Comment #37 from meissner@novell.com 2006-11-16 09:57 MST ------- Created an attachment (id=105789) --> (https://bugzilla.novell.com/attachment.cgi?id=105789&action=view) /var/log/NetworkManager NetworkManager from boot (without card plugged in) up to plugging in the CardBus Atheros card. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216495 ------- Comment #38 from meissner@novell.com 2006-11-16 09:57 MST ------- Created an attachment (id=105791) --> (https://bugzilla.novell.com/attachment.cgi?id=105791&action=view) lshal --monitor output lshal --monitor output on plugging in the card. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216495 ------- Comment #39 from meissner@novell.com 2006-11-16 09:58 MST ------- Created an attachment (id=105792) --> (https://bugzilla.novell.com/attachment.cgi?id=105792&action=view) lshal lshal output with card attached. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216495 thoenig@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jg@novell.com Info Provider|dmacvicar@novell.com |jg@novell.com ------- Comment #40 from thoenig@novell.com 2006-11-16 10:08 MST ------- (In reply to comment #36)
what is interesting is that the device gets renamed on plugin.
ath0 gets renamed to wlan0
Indeed, this is interesting ;-) Joe? This should not happen, right? -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216495 jg@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zoz@novell.com Info Provider|jg@novell.com |meissner@novell.com ------- Comment #41 from jg@novell.com 2006-11-16 10:57 MST ------- Network interfaces are always subject to be renamed. But ath0 to wlan0 is uncommon indeed. Did you create a second interface named wlan0 on your wifi0 device using wlanconfig or something before? Could you attach your /etc/udev/rules.d/30-net_persistent_names.rules? -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216495 meissner@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED ------- Comment #42 from meissner@novell.com 2006-11-17 07:13 MST ------- Created an attachment (id=106027) --> (https://bugzilla.novell.com/attachment.cgi?id=106027&action=view) 30-net_persistent_names.rules there it is. looks like it triggers on my cards MAC ID here. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216495 ------- Comment #43 from meissner@novell.com 2006-11-17 07:20 MST ------- i disabled the renaming file ... it no longer gets renamed. however, the actual bug persists, networkmanager shows the same behaviour still. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216495 ------- Comment #44 from zoz@novell.com 2006-11-17 10:18 MST ------- The renaming should not harm at all. That must not make any difference. Marcus, i assume you did an update? And Joe, there was another driver before that called its interfaces wlan? When rename_netiface creates rules automatically it uses always the old namebase and changes only the number. But as i said, if you like to call your interface 'air27' that must not matter. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216495 ------- Comment #45 from meissner@novell.com 2006-11-17 10:37 MST ------- christian, yes, i did an update. and removing the rename did not help. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216495 aj@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Blocker |Critical ------- Comment #46 from aj@novell.com 2006-11-20 12:56 MST ------- Not a shipment blocker for 10.2. -- 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.
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.
https://bugzilla.novell.com/show_bug.cgi?id=216495 johann-nikolaus.andreae@nacs.de changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED Info Provider|dmacvicar@novell.com | ------- Comment #51 from johann-nikolaus.andreae@nacs.de 2007-01-09 11:34 MST ------- I have test it. I did not get the brake point at nm_hal_device_added. I can you give root access in the february. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216495 ------- Comment #52 from johann-nikolaus.andreae@nacs.de 2007-01-09 11:38 MST ------- Created an attachment (id=112081) --> (https://bugzilla.novell.com/attachment.cgi?id=112081&action=view) Some log massages from hal This is the log inserting the wlan card -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216495 ------- Comment #53 from tambet@ximian.com 2007-01-10 06:37 MST ------- Thank you! So the NetworkManager never gets the signal from HAL that a new device is added. Can you confirm that the test program I wrote from comment #28 detects the added card? It's copied + pasted from NetworkManager, removing everything but the hal initialization and callback registration. If that's the case (as Duncan confirms in comment #29), then I really have no clue - the exact same code works in one case and not in the other. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216495 ------- Comment #54 from johann-nikolaus.andreae@nacs.de 2007-01-10 07:41 MST ------- yes i can confirm the comment #29. I get the same output. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216495 ------- Comment #55 from hpj@novell.com 2007-01-29 16:11 MST ------- This reminds me a bit of bug #230028, which also involves lost HAL/D-Bus messages. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216495 jpr@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chase.stephens@8th-infinity.com ------- Comment #56 from jpr@novell.com 2007-02-07 08:32 MST ------- *** Bug 179088 has been marked as a duplicate of this bug. *** -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216495 jpr@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO Info Provider| |thoenig@novell.com ------- Comment #57 from jpr@novell.com 2007-02-07 08:35 MST ------- Timo, can you try out the number-of-pending-calls work around? -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216495 jpr@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mboman@novell.com ------- Comment #58 from jpr@novell.com 2007-02-07 09:07 MST ------- *** Bug 222849 has been marked as a duplicate of this bug. *** -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216495 cduquette@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cduquette@gmail.com ------- Comment #59 from cduquette@gmail.com 2007-02-13 18:13 MST ------- I'm having the same issue as comment #9. Is this the same issue as the parent bug or should a new bug be filed? I'm using ndiswrapper (ugh I know) and the card isn't showing up in networkmanager, but the status lights on it do blink. Disabling networking and re-enabling it [in networkmanager] makes the card appear in NM's list. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216495 jpr@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jan_doo@gmx.de ------- Comment #60 from jpr@novell.com 2007-02-14 14:56 MST ------- *** Bug 230766 has been marked as a duplicate of this bug. *** -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216495 jpr@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jimmyk@novell.com ------- Comment #61 from jpr@novell.com 2007-04-16 07:36 MST ------- *** Bug 225585 has been marked as a duplicate of this bug. *** -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216495 ------- Comment #62 from cduquette@gmail.com 2007-04-16 13:27 MST ------- What's the current status of this bug? Has anyone found out a solution? What are the developers looking for so that we can take this bug off of NEEDINFO? -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216495 ------- Comment #63 from bperry@novell.com 2007-04-20 09:36 MST ------- I have the following three machines: IBM ThinkPad T43 – Pentium M – 2 GHz – 1 GB Ram – 60 GB HD Wired NIC: IBM NetXtreme BCM5751M Gigabit Ethernet PCI Express – TG3 driver module Wireless NIC: IPW2915ABG – IPW2200 driver module Lenovo X60 – Intel Core Duo T2400 (1.83 GHz) – 1.5 GB Ram – 60 GB HD Wired NIC: Lenovo 82573L Gigabit Ethernet – e1000 driver module Wireless NIC: IPW3945ABG – IPW3945 driver module Durabook S14Y – Intel CPU T2050 – 1.6 GHz – 512 MB Ram – 40 GB HD Wired NIC: None Wireless NIC: IPW3945ABG – IPW3945 driver module On each machine I set up the following 4 environments: SLED 10 Shipping with all patches from update channel applied SLED 10 SP1 RC2 OpenSuSE 10.2 OpenSuSE 10.3 Alpha 3 For each of those 12 different scenarios I copied the default NetworkManager log as 'NetworkManager_before_pcmcia', inserted an Orinoco Silver 11Mbit/s pcmcia card, saved that NetworkManager log as 'NetworkManager_after_pcmcia', then removed the Orinoco card and saved the final NetworkManager log as 'NetworkManager_unplug_pcmcia'. In 11 of the 12 scenarios, the card was detected and configured properly. The only one that didn't work was the Durabook running OpenSuSE 10.2. When I insert the card in this scenario, I get a message in the NetworkManager log that says “Apr 19 08:50:50 linux-sfeo NetworkManager: <WARN> nm_dbus_nm_set_active_device(): nm-dbus-nm.c:257 (nm_dbus_nm_set_active_device): Invalid device (device not found).” I will attach all of the logs in a file called 'pcmcia.tgz' with the logs. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216495 ------- Comment #64 from bperry@novell.com 2007-04-20 09:37 MST ------- Created an attachment (id=132911) --> (https://bugzilla.novell.com/attachment.cgi?id=132911&action=view) Hotplug PCMCIA logs -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216495 ------- Comment #65 from bperry@novell.com 2007-04-20 10:03 MST ------- Created an attachment (id=132919) --> (https://bugzilla.novell.com/attachment.cgi?id=132919&action=view) last 25 lines of /var/log/messages for durabook 10.2 failure I made the changes described in comment 8 and restarted and captured what was written to the syslog. FWIW, I did notice that after I made these changes, when I plugged in my jumpdrive it was no longer mounted automatically. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216495 bperry@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #132919|0 |1 is obsolete| | ------- Comment #66 from bperry@novell.com 2007-04-20 10:42 MST ------- Created an attachment (id=132926) --> (https://bugzilla.novell.com/attachment.cgi?id=132926&action=view) Better /var/log/messages Oops, looks like hal didn't like the --retain-privileges option and didn't start up. Here's /var/log/messages with hal actually running. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216495#c69 --- Comment #69 from Stephan Kulow <coolo@novell.com> 2007-10-03 04:48:56 MST --- Duncan? -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216495#c70 Duncan Mac-Vicar <dmacvicar@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED Info Provider|dmacvicar@novell.com | --- Comment #70 from Duncan Mac-Vicar <dmacvicar@novell.com> 2007-10-03 09:03:19 MST --- I don't use a pcmcia card anymore. I changed the laptop meanwhile. I will test if I ever get the chance with my old laptop. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216495 User tambet@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=216495#c71 --- Comment #71 from Tambet Ingo <tambet@novell.com> 2008-02-29 16:25:19 MST --- So what do we do with this bug? -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216495 User danielstefanmader@web.de added comment https://bugzilla.novell.com/show_bug.cgi?id=216495#c72 --- Comment #72 from Daniel Mader <danielstefanmader@web.de> 2008-03-01 02:09:40 MST --- I haven't seen that bug in 10.3 with an Atheros based pc-card and NetworkManager. I would vote for closing as fixed. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216495 User danielstefanmader@web.de added comment https://bugzilla.novell.com/show_bug.cgi?id=216495#c73 --- Comment #73 from Daniel Mader <danielstefanmader@web.de> 2008-03-01 02:10:55 MST --- Or maybe, since it affects 10.2: closing as wontfix since in 10.3 it works... -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216495 User jpr@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=216495#c74 JP Rosevear <jpr@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |michael.meeks@novell.com Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #74 from JP Rosevear <jpr@novell.com> 2008-03-29 11:17:43 MST --- Closing as per #70, #72, #73. Fixed for 10.3. Somewhat possible its related to Michael's dbus bug. -- 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.
participants (1)
-
bugzilla_noreply@novell.com