"modprobe msr" fail!

Mitch Bradley wmb at firmworks.com
Thu May 17 03:10:08 EDT 2007


CONFIG_X86_MSR=y

means that MSR support is compiled into the kernel, not as a module. So
you do not need to do modprobe. The functionality is built-in. There
will be a file named "/dev/cpu/0/msr".


In image 386, the config was:

CONFIG_X86_MSR=m

so with that build, you did need to do the "modprobe". Before you do the
modprobe, the "/dev/cpu/0/msr" file will not exist, but it will appear
after the modprobe.

Luna.Huang at quantatw.com wrote:
>
> Hi,
>
> I am Luna.
>
> I want to modprobe msr on OLPC. (I use MIT image 426 on B2)
>
> But it is fail. The error message is “FATAL: Module msr not found.”
>
> To look at config file, I find
>
> CONFIG_X86_MSR=y
>
> Someone can tell me what happen.
>
> I had returned MIT image 386. The command really works.
>
> Thanks.
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Devel mailing list
> Devel at laptop.org
> http://mailman.laptop.org/mailman/listinfo/devel
>   



More information about the Devel mailing list