After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 344779 - nm does not detect newly added hardware
nm does not detect newly added hardware
Status: RESOLVED NOTGNOME
Product: NetworkManager
Classification: Platform
Component: general
0.6.6
Other All
: Normal normal
: ---
Assigned To: Dan Williams
Dan Williams
Depends on:
Blocks:
 
 
Reported: 2006-06-13 16:40 UTC by Thomas Hecker
Modified: 2006-07-09 22:37 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Thomas Hecker 2006-06-13 16:40:43 UTC
Please describe the problem:
nm does not see my usb adapter (using driver 'ndiswrapper') when plugging in after having started nm.

typing
sudo lshal -m net
results in 
net_00_01_e3_09_2f_df added

so the HAL system is working properly.

workaround. restart nm and nm-applet


Steps to reproduce:
1. starting nm
2. plug in the adapter
3. 


Actual results:
nothing

Expected results:
nm-applet should show the adapter

Does this happen every time?
yes

Other information:
Comment 1 Antony Mee 2006-06-15 10:59:47 UTC
I can confirm this behaviour, which can also be seen by simply
  modprobe -r ipw3945
  modprobe ipw3945
(Which, as above produces the correct HAL messages - but a remove and an add)

NetworkManager requires a restart however to notice this.
Comment 2 Dan Williams 2006-06-29 13:34:39 UTC
Is this on a debian-derived distribution?  Try adding this:

        <policy user="haldaemon">
               <allow send_destination="org.freedesktop.NetworkManager"/>
                <allow send_interface="org.freedesktop.NetworkManager"/>
        </policy>

to your /etc/dbus-1/system.d/NetworkManager.conf file.  Debian distros appear to need to allow the haldaemon user to talk to NM.
Comment 3 Thomas Hecker 2006-07-05 19:13:59 UTC
You are right, it is a Ubuntu Dapper system.
An it works this way!
Comment 4 Dan Williams 2006-07-09 22:37:10 UTC
Closing then, thanks.