<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic The unload should have worked in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Removing-MIC-Module-FATAL-Module-mic-is-in-use/m-p/979819#M25822</link>
    <description>&lt;P&gt;The unload should have worked. The fact that it didn't leads me to believe the mpss didn't shut down. You might want to take a look at 'micctrl -s' and&amp;nbsp;/var/log/mpssd. I would not try to uninstall while the mic kernel module is still in use. If the mpss is running and looking at the log file doesn't give you a clue what to do about it, I would first try to force the kernel module to unload with 'modprobe –r –f mic'. If that didn't work, I would try to disable the mpss service from starting on reboot if it will let you - I don't know if 'chkconfig mpss off' will work while the mpss service is running - then&amp;nbsp;try rebooting the host and, if the mic kernel module load, doing the service mpss unload again. Let me know what happens.&lt;/P&gt;</description>
    <pubDate>Mon, 11 Nov 2013 18:52:12 GMT</pubDate>
    <dc:creator>Frances_R_Intel</dc:creator>
    <dc:date>2013-11-11T18:52:12Z</dc:date>
    <item>
      <title>Removing MIC Module: FATAL: Module mic is in use</title>
      <link>https://community.intel.com/t5/Software-Archive/Removing-MIC-Module-FATAL-Module-mic-is-in-use/m-p/979818#M25821</link>
      <description>&lt;P&gt;I was testing the steps to update mpss, when I tried to run 'service mpss unload' as mentioned in readme to uninstall old version of mpss rpms, I got the error message: Removing MIC Module: FATAL: Module mic is in use.&lt;/P&gt;

&lt;P&gt;Finally I could remove all the installed mpss rpms and installed mpss again, but the error 'Removing MIC Module: FATAL: Module mic is in use' would cause the new installed mic driver does not take effect.&lt;/P&gt;

&lt;P&gt;That means I have to reboot my host node to make mic drvier to take effect. Am I right?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2013 14:38:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Removing-MIC-Module-FATAL-Module-mic-is-in-use/m-p/979818#M25821</guid>
      <dc:creator>Xiao_peng_W_</dc:creator>
      <dc:date>2013-11-11T14:38:24Z</dc:date>
    </item>
    <item>
      <title>The unload should have worked</title>
      <link>https://community.intel.com/t5/Software-Archive/Removing-MIC-Module-FATAL-Module-mic-is-in-use/m-p/979819#M25822</link>
      <description>&lt;P&gt;The unload should have worked. The fact that it didn't leads me to believe the mpss didn't shut down. You might want to take a look at 'micctrl -s' and&amp;nbsp;/var/log/mpssd. I would not try to uninstall while the mic kernel module is still in use. If the mpss is running and looking at the log file doesn't give you a clue what to do about it, I would first try to force the kernel module to unload with 'modprobe –r –f mic'. If that didn't work, I would try to disable the mpss service from starting on reboot if it will let you - I don't know if 'chkconfig mpss off' will work while the mpss service is running - then&amp;nbsp;try rebooting the host and, if the mic kernel module load, doing the service mpss unload again. Let me know what happens.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2013 18:52:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Removing-MIC-Module-FATAL-Module-mic-is-in-use/m-p/979819#M25822</guid>
      <dc:creator>Frances_R_Intel</dc:creator>
      <dc:date>2013-11-11T18:52:12Z</dc:date>
    </item>
    <item>
      <title> </title>
      <link>https://community.intel.com/t5/Software-Archive/Removing-MIC-Module-FATAL-Module-mic-is-in-use/m-p/979820#M25823</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Sorry for the later reply.&lt;/P&gt;

&lt;P&gt;Force to unload mic does not work in my env&lt;BR /&gt;
	&amp;nbsp; # modprobe -r -f mic&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; FATAL: Module mic is in use.&lt;BR /&gt;
	&amp;nbsp;&lt;BR /&gt;
	Then I tried to turn off mpss and reboot host node&lt;BR /&gt;
	&amp;nbsp; # chkconfig mpss off&lt;BR /&gt;
	&amp;nbsp; # reboot&lt;BR /&gt;
	&amp;nbsp;&lt;BR /&gt;
	After reboot, the mic driver was still in loaded status. And I could not unload it too.&lt;BR /&gt;
	&amp;nbsp; # lsmod | grep mic&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; mic&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 592027&amp;nbsp; 4&lt;BR /&gt;
	&amp;nbsp; # service mpss status&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; mpss is stopped&lt;BR /&gt;
	&amp;nbsp; # service mpss unload&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; Shutting down Intel(R) MPSS:&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; Removing MIC Module: FATAL: Module mic is in use.&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [FAILED]&lt;/P&gt;

&lt;P&gt;In the readme, it said you should run 'servcie mpss unload' before uninstalling. But it does not work.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2013 01:40:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Removing-MIC-Module-FATAL-Module-mic-is-in-use/m-p/979820#M25823</guid>
      <dc:creator>Xiao_peng_W_</dc:creator>
      <dc:date>2013-11-21T01:40:52Z</dc:date>
    </item>
  </channel>
</rss>

