<?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 You can download the software in Software Tuning, Performance Optimization &amp; Platform Monitoring</title>
    <link>https://community.intel.com/t5/Software-Tuning-Performance/modprobe-msr-get-FATAL-Module-msr-not-found/m-p/1053787#M4964</link>
    <description>&lt;P&gt;You can download the software development manual from the Intel website here:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://www-ssl.intel.com/content/www/us/en/architecture-and-technology/64-ia-32-architectures-software-developer-manual-325462.html" target="_blank"&gt;https://www-ssl.intel.com/content/www/us/en/architecture-and-technology/64-ia-32-architectures-software-developer-manual-325462.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Chapter 19 in volume 3 contains all the information that you need.&lt;/P&gt;</description>
    <pubDate>Thu, 07 May 2015 09:16:39 GMT</pubDate>
    <dc:creator>Otto_B_Intel</dc:creator>
    <dc:date>2015-05-07T09:16:39Z</dc:date>
    <item>
      <title>modprobe msr get FATAL: Module msr not found.</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/modprobe-msr-get-FATAL-Module-msr-not-found/m-p/1053783#M4960</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;In my case, modprobe msr =&amp;nbsp;FATAL: Module msr not found.&lt;/P&gt;

&lt;P&gt;I have searched some related topics.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://software.intel.com/en-us/forums/topic/518606"&gt;User cannot run PCM even though MSRs are R+W by Public&lt;/A&gt;'&lt;/P&gt;

&lt;P&gt;&lt;A href="https://software.intel.com/en-us/forums/topic/515101"&gt;Using the PCM without full permissions&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I don't have the right to chown or chmod&amp;nbsp;read and write permissions for /dev/cpu/*/msr yet.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;~cat /boot/config-2.6.32-220.el6.x86_64 | grep MSR&lt;BR /&gt;
	CONFIG_X86_DEBUGCTLMSR=y&lt;BR /&gt;
	CONFIG_X86_MSR=y&lt;BR /&gt;
	CONFIG_SCSI_ARCMSR=m&lt;BR /&gt;
	CONFIG_SCSI_ARCMSR_AER=y&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.0080003738403px; line-height: 19.5120010375977px;"&gt;CONFIG_X86_MSR=y, rather than 'm', does this means that MSR support is compiled into the kernel, not as module? (&lt;A href="http://lists.laptop.org/pipermail/devel/2007-May/005145.html"&gt;link&lt;/A&gt;)&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Is msr module neccessary on linux? should i install msr module?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;thanks!&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 May 2015 10:50:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/modprobe-msr-get-FATAL-Module-msr-not-found/m-p/1053783#M4960</guid>
      <dc:creator>wayne_z_</dc:creator>
      <dc:date>2015-05-05T10:50:44Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/modprobe-msr-get-FATAL-Module-msr-not-found/m-p/1053784#M4961</link>
      <description>Hi,

it is not necessary to have it as a module, it will work perfectly fine if like in your case, the module is built into the kernel. Not being able to change the permissions on the /dev/cpu/*/msr files comes from not being root because by default root owns these files and only root can modify them. Ask your sysadmin to change the permissions for you.

Cheers,
Otto</description>
      <pubDate>Tue, 05 May 2015 10:59:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/modprobe-msr-get-FATAL-Module-msr-not-found/m-p/1053784#M4961</guid>
      <dc:creator>Otto_B_Intel</dc:creator>
      <dc:date>2015-05-05T10:59:41Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/modprobe-msr-get-FATAL-Module-msr-not-found/m-p/1053785#M4962</link>
      <description>Hi,

it is not necessary to have it as a module, it will work perfectly fine if like in your case, the module is built into the kernel. Not being able to change the permissions on the /dev/cpu/*/msr files comes from not being root because by default root owns these files and only root can modify them. Ask your sysadmin to change the permissions for you.

Cheers,
Otto</description>
      <pubDate>Tue, 05 May 2015 11:02:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/modprobe-msr-get-FATAL-Module-msr-not-found/m-p/1053785#M4962</guid>
      <dc:creator>Otto_B_Intel</dc:creator>
      <dc:date>2015-05-05T11:02:00Z</dc:date>
    </item>
    <item>
      <title>thanks, Otto.</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/modprobe-msr-get-FATAL-Module-msr-not-found/m-p/1053786#M4963</link>
      <description>&lt;P&gt;thanks, Otto.&lt;/P&gt;

&lt;P&gt;Another question, I read pcm developer api and code. It seems that i am unable to get Floating Point Unit performance.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I want to collect detailed performance data about microarchitecture, do you have any suggestions?&lt;/P&gt;</description>
      <pubDate>Thu, 07 May 2015 02:44:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/modprobe-msr-get-FATAL-Module-msr-not-found/m-p/1053786#M4963</guid>
      <dc:creator>wayne_z_</dc:creator>
      <dc:date>2015-05-07T02:44:15Z</dc:date>
    </item>
    <item>
      <title>You can download the software</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/modprobe-msr-get-FATAL-Module-msr-not-found/m-p/1053787#M4964</link>
      <description>&lt;P&gt;You can download the software development manual from the Intel website here:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://www-ssl.intel.com/content/www/us/en/architecture-and-technology/64-ia-32-architectures-software-developer-manual-325462.html" target="_blank"&gt;https://www-ssl.intel.com/content/www/us/en/architecture-and-technology/64-ia-32-architectures-software-developer-manual-325462.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Chapter 19 in volume 3 contains all the information that you need.&lt;/P&gt;</description>
      <pubDate>Thu, 07 May 2015 09:16:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/modprobe-msr-get-FATAL-Module-msr-not-found/m-p/1053787#M4964</guid>
      <dc:creator>Otto_B_Intel</dc:creator>
      <dc:date>2015-05-07T09:16:39Z</dc:date>
    </item>
  </channel>
</rss>

