<?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 when i make install mic in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Installing-MPSS-3-1-on-Ubuntu/m-p/977128#M25266</link>
    <description>&lt;P&gt;when i make install mic module i get a message&lt;/P&gt;

&lt;P&gt;"&lt;/P&gt;

&lt;P&gt;make -C /lib/modules/3.11.0-15-generic/build M=/home/user1/temp/MIC/mpss-modules-master modules_install \&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;INSTALL_MOD_PATH=&lt;BR /&gt;
	make[1]: Entering directory `/usr/src/linux-headers-3.11.0-15-generic'&lt;BR /&gt;
	&amp;nbsp; INSTALL /home/user1/temp/MIC/mpss-modules-master/mic.ko&lt;BR /&gt;
	Can't read private key&lt;BR /&gt;
	&amp;nbsp; DEPMOD&amp;nbsp; 3.11.0-15-generic&lt;BR /&gt;
	make[1]: Leaving directory `/usr/src/linux-headers-3.11.0-15-generic'&lt;BR /&gt;
	install -d /usr/local/etc/udev/rules.d&lt;BR /&gt;
	install -m644 udev-mic.rules /usr/local/etc/udev/rules.d/50-udev-mic.rules&lt;BR /&gt;
	install -d /lib/modules/3.11.0-15-generic&lt;BR /&gt;
	install -m644 Module.symvers /lib/modules/3.11.0-15-generic/scif.symvers&lt;BR /&gt;
	install -d /usr/src/linux-headers-3.11.0-15-generic/include/modules&lt;BR /&gt;
	install -m644 include/scif.h /usr/src/linux-headers-3.11.0-15-generic/include/modules&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
	"&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;When I try to modprobe mic, i get FATAL ERROR mic not found and it succeeds with insmod. and later when i try to depmod, i get an error message&lt;/P&gt;

&lt;P&gt;"ERROR: fstatat(3, mic.ko): Too many levels of symbolic links"&lt;/P&gt;</description>
    <pubDate>Wed, 05 Feb 2014 21:06:00 GMT</pubDate>
    <dc:creator>roshan_c_</dc:creator>
    <dc:date>2014-02-05T21:06:00Z</dc:date>
    <item>
      <title>Installing MPSS 3.1 on Ubuntu</title>
      <link>https://community.intel.com/t5/Software-Archive/Installing-MPSS-3-1-on-Ubuntu/m-p/977127#M25265</link>
      <description>&lt;P&gt;I am trying to install mpss 3.1 on ubuntu 13.10 with kernel 3.11.0.15 but I am facing some issues.&lt;/P&gt;

&lt;P&gt;Here are the steps I am following:&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-family:Arial,sans-serif;font-size:9pt"&gt;&lt;SPAN style=""&gt;1. &amp;nbsp;mkdir driver daemon boot scif&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style=""&gt;2. &amp;nbsp;sudo apt-get install rpm2cpio&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style=""&gt;3. &amp;nbsp;cd driver; rpm2cpio ../&lt;SPAN class="il"&gt;mpss&lt;/SPAN&gt;-modules-3.*.src.rpm | cpio -iv&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style=""&gt;4. &amp;nbsp;tar xjvf &lt;SPAN class="il"&gt;mpss&lt;/SPAN&gt;-modules-3.*.tar.bz2&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN&gt;5. &amp;nbsp;cd modules and edit the Makefile and comment out the "MPSS_COMMIT ?=" and the "MPSS_VERSION ?=" lines.&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style=""&gt;&amp;nbsp; &amp;nbsp; Then make MIC_CARD_ARCH=k1om.&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style=""&gt;6. &amp;nbsp;cd modules; make&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style=""&gt;7. &amp;nbsp;sudo make install&lt;/SPAN&gt;&amp;nbsp;&lt;BR /&gt;
	&lt;SPAN style=""&gt;8. &amp;nbsp;sudo modprobe mic; sudo depmod&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style=""&gt;9. &amp;nbsp;cd ../../daemon&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style=""&gt;10. rpm2cpio ../&lt;SPAN class="il"&gt;mpss&lt;/SPAN&gt;-daemon-3.*.x86_64.rpm | cpio -iv&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style=""&gt;11. sudo mkdir -p /etc/&lt;SPAN class="il"&gt;mpss&lt;/SPAN&gt;/conf.d; sudo cp usr/sbin/* /usr/sbin; sudo cp usr/lib64/* /usr/lib; sudo cp etc/&lt;SPAN class="il"&gt;mpss&lt;/SPAN&gt;/&lt;SPAN class="il"&gt;mpss&lt;/SPAN&gt;.ubuntu /etc/init.d/&lt;SPAN class="il"&gt;mpss&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style=""&gt;12. cd ../scif; rpm2cpio ../libscif0-3.*.x86_64.rpm | cpio -iv&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style=""&gt;13. sudo cp usr/lib64/* /usr/lib&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style=""&gt;14. cd ../boot; rpm2cpio ../&lt;SPAN class="il"&gt;mpss&lt;/SPAN&gt;-boot-files-3.*.x86_64.&lt;WBR /&gt;rpm | cpio -iv&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style=""&gt;15. sudo cp -Rv usr /&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style=""&gt;16. sudo micctrl --initdefaults&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style=""&gt;17. sudo service &lt;SPAN class="il"&gt;mpss&lt;/SPAN&gt; start&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-family:Arial,sans-serif;font-size:9pt"&gt;&lt;SPAN style=""&gt;I got the mic module for ubuntu 13.10 from &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="https://github.com/xdsopl/mpss-modules" target="_blank"&gt;https://github.com/xdsopl/mpss-modules&lt;/A&gt; and I installed it successfully. In the step 5, when I try to "sudo depmod" I get an error message "ERROR: fstatat(3, mic.ko): Too many levels of symbolic links" at step 8 above.&lt;/P&gt;

&lt;P&gt;Also, in the step 11 it says that we have to copy &lt;SPAN style="font-family:Arial,sans-serif;font-size:9pt"&gt;&lt;SPAN style=""&gt;cp etc/&lt;SPAN class="il"&gt;mpss&lt;/SPAN&gt;/&lt;SPAN class="il"&gt;mpss&lt;/SPAN&gt;.ubuntu but there are only two files, mpss.redhat, and mpss.suse, I took the mpss package for SuSe which does not contain mpss.ubuntu &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-family:Arial,sans-serif;font-size:9pt"&gt;&lt;SPAN style=""&gt;How to solve this issue?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2014 16:58:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Installing-MPSS-3-1-on-Ubuntu/m-p/977127#M25265</guid>
      <dc:creator>roshan_c_</dc:creator>
      <dc:date>2014-02-05T16:58:05Z</dc:date>
    </item>
    <item>
      <title>when i make install mic</title>
      <link>https://community.intel.com/t5/Software-Archive/Installing-MPSS-3-1-on-Ubuntu/m-p/977128#M25266</link>
      <description>&lt;P&gt;when i make install mic module i get a message&lt;/P&gt;

&lt;P&gt;"&lt;/P&gt;

&lt;P&gt;make -C /lib/modules/3.11.0-15-generic/build M=/home/user1/temp/MIC/mpss-modules-master modules_install \&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;INSTALL_MOD_PATH=&lt;BR /&gt;
	make[1]: Entering directory `/usr/src/linux-headers-3.11.0-15-generic'&lt;BR /&gt;
	&amp;nbsp; INSTALL /home/user1/temp/MIC/mpss-modules-master/mic.ko&lt;BR /&gt;
	Can't read private key&lt;BR /&gt;
	&amp;nbsp; DEPMOD&amp;nbsp; 3.11.0-15-generic&lt;BR /&gt;
	make[1]: Leaving directory `/usr/src/linux-headers-3.11.0-15-generic'&lt;BR /&gt;
	install -d /usr/local/etc/udev/rules.d&lt;BR /&gt;
	install -m644 udev-mic.rules /usr/local/etc/udev/rules.d/50-udev-mic.rules&lt;BR /&gt;
	install -d /lib/modules/3.11.0-15-generic&lt;BR /&gt;
	install -m644 Module.symvers /lib/modules/3.11.0-15-generic/scif.symvers&lt;BR /&gt;
	install -d /usr/src/linux-headers-3.11.0-15-generic/include/modules&lt;BR /&gt;
	install -m644 include/scif.h /usr/src/linux-headers-3.11.0-15-generic/include/modules&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
	"&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;When I try to modprobe mic, i get FATAL ERROR mic not found and it succeeds with insmod. and later when i try to depmod, i get an error message&lt;/P&gt;

&lt;P&gt;"ERROR: fstatat(3, mic.ko): Too many levels of symbolic links"&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2014 21:06:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Installing-MPSS-3-1-on-Ubuntu/m-p/977128#M25266</guid>
      <dc:creator>roshan_c_</dc:creator>
      <dc:date>2014-02-05T21:06:00Z</dc:date>
    </item>
    <item>
      <title>Roshan,</title>
      <link>https://community.intel.com/t5/Software-Archive/Installing-MPSS-3-1-on-Ubuntu/m-p/977129#M25267</link>
      <description>&lt;P&gt;Roshan,&lt;/P&gt;

&lt;P&gt;MPSS doesn't support Ubuntu, though there are successful ports for earlier versions of MPSS.&lt;/P&gt;

&lt;P&gt;Additionally, there is a newer version of MPSS coming out in late Q1, so I suggest you delaying any personal porting efforts until then.&lt;/P&gt;

&lt;P&gt;Regards&lt;BR /&gt;
	--&lt;BR /&gt;
	Taylor&lt;/P&gt;

&lt;P&gt;PS I notice that you posted similar questions under other threads. I put a similar answer (well, actually identical) there.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2014 23:47:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Installing-MPSS-3-1-on-Ubuntu/m-p/977129#M25267</guid>
      <dc:creator>TaylorIoTKidd</dc:creator>
      <dc:date>2014-02-10T23:47:03Z</dc:date>
    </item>
  </channel>
</rss>

