Hi All,<br><br>NM works with my wifi driver for me now. But I found NM will be crashed if nm_get_device_driver_name() return NULL, I am not sure if it&#39;s a bug of NM or not.<br>After I modified as:<br>&nbsp;&nbsp;&nbsp; --char&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp; driver_name = NULL;<br>
&nbsp;&nbsp;&nbsp; ++char&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp; driver_name = &quot;Unknown&quot;; <br>Everything seems working fine. :)<br><br>Thanks for your help!!<br><br>Alex<br>