"modprobe msr" fail!
Luna.Huang at quantatw.com
Luna.Huang at quantatw.com
Thu May 17 04:50:58 EDT 2007
Sorry,
I misunderstand the mean.
The functionality has been built-in, and I get right msr value.
Thank you.
Luna
-----Original Message-----
From: Mitch Bradley [mailto:wmb at firmworks.com]
Sent: Thursday, May 17, 2007 3:10 PM
To: Luna Huang (üS½Áá)
Cc: devel at laptop.org
Subject: Re: "modprobe msr" fail!
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