<?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 Problems installing MPSS 3.1.2 in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Problems-installing-MPSS-3-1-2/m-p/956777#M20974</link>
    <description>&lt;P&gt;I am attempting to install MPSS 3.1.2 on a cluster of four CentOS 6.5 boxes. &amp;nbsp;Node 1 installed fine (as per the instructions from the provided readme). &amp;nbsp;However the other three nodes are having strange issues. &amp;nbsp;The previous version of mpss was unloaded and uninstalled as per the instructions and the files located in the ...RHEL-6.5.tar were installed with yum. &amp;nbsp;However the mpss service does not start and module mic.ko will not load:&lt;/P&gt;

&lt;P&gt;modprobe mic&lt;BR /&gt;
	FATAL: Module mic not found.&lt;/P&gt;

&lt;P&gt;Strangely, modprobe -l does not show the module mic.ko located in /lib/modules/2.6.32-431.3.1.el6.x86_64/weak-updates (whereas it does on node 1). &amp;nbsp;I am not sure if there is a configuration file somewhere that tells modprobe to look into the weak-updates directory. &amp;nbsp;Running&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp;uname -r gives&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;2.6.32-431.3.1.el6.x86_64. &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;The mic.ko module installed into&amp;nbsp;/lib/modules/2.6.32-431.el6.x86_64/extra/ has a functioning symlink into /lib/modules/2.6.32-431.3.1.el6.x86_64 and&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;/lib/modules&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;/2.6.32-431.3.1.el6.x86_64/weak-updates. &amp;nbsp;However running insmod /path/to/those/mic.ko still does not allow the mpss service to start:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;sudo micctrl --initdefaults&lt;BR /&gt;
	FATAL: Module mic not found.&lt;/P&gt;

&lt;P&gt;and:&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;sudo service start mpss&lt;BR /&gt;
	start: unrecognized service&lt;/P&gt;

&lt;P&gt;Although lsmod shows the mic module:&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;lsmod | grep mic&lt;BR /&gt;
	mic &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 587677 &amp;nbsp;0&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;If it matters, all the other Intel stuffs (compilers, etc.) are installed into a shared folder such that each node is configured identically. &amp;nbsp;Unfortunately I am out of ideas trying to solve this problem.&amp;nbsp;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Thank you for any help.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 13 Jan 2014 01:07:33 GMT</pubDate>
    <dc:creator>Alastair_C_</dc:creator>
    <dc:date>2014-01-13T01:07:33Z</dc:date>
    <item>
      <title>Problems installing MPSS 3.1.2</title>
      <link>https://community.intel.com/t5/Software-Archive/Problems-installing-MPSS-3-1-2/m-p/956777#M20974</link>
      <description>&lt;P&gt;I am attempting to install MPSS 3.1.2 on a cluster of four CentOS 6.5 boxes. &amp;nbsp;Node 1 installed fine (as per the instructions from the provided readme). &amp;nbsp;However the other three nodes are having strange issues. &amp;nbsp;The previous version of mpss was unloaded and uninstalled as per the instructions and the files located in the ...RHEL-6.5.tar were installed with yum. &amp;nbsp;However the mpss service does not start and module mic.ko will not load:&lt;/P&gt;

&lt;P&gt;modprobe mic&lt;BR /&gt;
	FATAL: Module mic not found.&lt;/P&gt;

&lt;P&gt;Strangely, modprobe -l does not show the module mic.ko located in /lib/modules/2.6.32-431.3.1.el6.x86_64/weak-updates (whereas it does on node 1). &amp;nbsp;I am not sure if there is a configuration file somewhere that tells modprobe to look into the weak-updates directory. &amp;nbsp;Running&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp;uname -r gives&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;2.6.32-431.3.1.el6.x86_64. &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;The mic.ko module installed into&amp;nbsp;/lib/modules/2.6.32-431.el6.x86_64/extra/ has a functioning symlink into /lib/modules/2.6.32-431.3.1.el6.x86_64 and&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;/lib/modules&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;/2.6.32-431.3.1.el6.x86_64/weak-updates. &amp;nbsp;However running insmod /path/to/those/mic.ko still does not allow the mpss service to start:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;sudo micctrl --initdefaults&lt;BR /&gt;
	FATAL: Module mic not found.&lt;/P&gt;

&lt;P&gt;and:&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;sudo service start mpss&lt;BR /&gt;
	start: unrecognized service&lt;/P&gt;

&lt;P&gt;Although lsmod shows the mic module:&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;lsmod | grep mic&lt;BR /&gt;
	mic &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 587677 &amp;nbsp;0&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;If it matters, all the other Intel stuffs (compilers, etc.) are installed into a shared folder such that each node is configured identically. &amp;nbsp;Unfortunately I am out of ideas trying to solve this problem.&amp;nbsp;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Thank you for any help.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2014 01:07:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Problems-installing-MPSS-3-1-2/m-p/956777#M20974</guid>
      <dc:creator>Alastair_C_</dc:creator>
      <dc:date>2014-01-13T01:07:33Z</dc:date>
    </item>
    <item>
      <title>I solved the error by</title>
      <link>https://community.intel.com/t5/Software-Archive/Problems-installing-MPSS-3-1-2/m-p/956778#M20975</link>
      <description>&lt;P&gt;I solved the error by modifying the file&amp;nbsp;/etc/depmod.d/dist.conf to include the line:&lt;/P&gt;

&lt;P&gt;search&amp;nbsp;&lt;SPAN style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px;"&gt;/lib/modules/2.6.32-431.3.1.el6.x86_64/weak-updates&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px;"&gt;Then ran:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT face="Arial, Helvetica, sans-serif"&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;sudo depmod -a&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;sudo micctrl --initdefaults&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp;[Warning] mic0: Generating compat network config file. &amp;nbsp;This will be removed in the 3.2 release&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp;[Warning] mic1: Generating compat network config file. &amp;nbsp;This will be removed in the 3.2 release&lt;BR /&gt;
	$ sudo service mpss start&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp;Starting Intel(R) MPSS: &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;OK &amp;nbsp;]&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp;mic0: online (mode: linux image: /usr/share/mpss/boot/bzImage-knightscorner)&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp;mic1: online (mode: linux image: /usr/share/mpss/boot/bzImage-knightscorner)&lt;/P&gt;

&lt;P&gt;Now everything works.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2014 02:11:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Problems-installing-MPSS-3-1-2/m-p/956778#M20975</guid>
      <dc:creator>Alastair_C_</dc:creator>
      <dc:date>2014-01-13T02:11:16Z</dc:date>
    </item>
    <item>
      <title>I was able to solve the</title>
      <link>https://community.intel.com/t5/Software-Archive/Problems-installing-MPSS-3-1-2/m-p/956779#M20976</link>
      <description>&lt;P&gt;I was able to solve the problem by modifying the file&amp;nbsp;/etc/depmod.d/dist.conf to include:&lt;/P&gt;

&lt;P&gt;search /lib/modules/2.6.32-431.3.1.el6.x86_64/weak-updates/&lt;/P&gt;

&lt;P&gt;Then executing&amp;nbsp;&lt;/P&gt;

&lt;P&gt;depmod -a;&amp;nbsp;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;sudo&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;micctrl --initdefaults;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;sudo service mpss start&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;which got everything working well again.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2014 02:44:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Problems-installing-MPSS-3-1-2/m-p/956779#M20976</guid>
      <dc:creator>Alastair_C_</dc:creator>
      <dc:date>2014-01-13T02:44:00Z</dc:date>
    </item>
    <item>
      <title>What you did is probably the</title>
      <link>https://community.intel.com/t5/Software-Archive/Problems-installing-MPSS-3-1-2/m-p/956780#M20977</link>
      <description>&lt;P&gt;What you did is probably the right thing, but just out of curiousity, is there a difference between the &amp;nbsp;/etc/depmod.conf files on the different systems?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2014 02:28:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Problems-installing-MPSS-3-1-2/m-p/956780#M20977</guid>
      <dc:creator>Frances_R_Intel</dc:creator>
      <dc:date>2014-01-14T02:28:11Z</dc:date>
    </item>
  </channel>
</rss>

