Discussion:
FATAL: Error with modprobe coretemp
Paul Smith
2008-06-11 19:44:01 UTC
Permalink
Dear All,

Any ideas about the following error?

# /sbin/modprobe coretemp
FATAL: Error inserting coretemp
(/lib/modules/2.6.25.3-18.fc9.i686/kernel/drivers/hwmon/coretemp.ko):
No such device
# dir /lib/modules/2.6.25.3-18.fc9.i686/kernel/drivers/hwmon/coretemp.ko
/lib/modules/2.6.25.3-18.fc9.i686/kernel/drivers/hwmon/coretemp.ko
#

Thanks in advance,

Paul
Mikkel L. Ellertson
2008-06-11 20:15:56 UTC
Permalink
Post by Paul Smith
Dear All,
Any ideas about the following error?
# /sbin/modprobe coretemp
FATAL: Error inserting coretemp
No such device
# dir /lib/modules/2.6.25.3-18.fc9.i686/kernel/drivers/hwmon/coretemp.ko
/lib/modules/2.6.25.3-18.fc9.i686/kernel/drivers/hwmon/coretemp.ko
#
Thanks in advance,
Paul
That is a good indication that it could not find the hardware the
module was looking for. You can try "/sbin/modprobe -v coretemp" to
get a (hopefully) more detailed description of what is going on.

Mikkel
--
Do not meddle in the affairs of dragons,
for thou art crunchy and taste good with Ketchup!

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: OpenPGP digital signature
Url : http://lists.fedoraproject.org/pipermail/users/attachments/20080611/4872cc9d/attachment.bin
Paul Smith
2008-06-11 20:25:13 UTC
Permalink
Post by Paul Smith
Any ideas about the following error?
# /sbin/modprobe coretemp
FATAL: Error inserting coretemp
No such device
# dir /lib/modules/2.6.25.3-18.fc9.i686/kernel/drivers/hwmon/coretemp.ko
/lib/modules/2.6.25.3-18.fc9.i686/kernel/drivers/hwmon/coretemp.ko
#
That is a good indication that it could not find the hardware the module was
looking for. You can try "/sbin/modprobe -v coretemp" to get a (hopefully)
more detailed description of what is going on.
Getting the following:

# /sbin/modprobe -v coretemp
insmod /lib/modules/2.6.25.3-18.fc9.i686/kernel/drivers/hwmon/coretemp.ko
FATAL: Error inserting coretemp
(/lib/modules/2.6.25.3-18.fc9.i686/kernel/drivers/hwmon/coretemp.ko):
No such device
#

Paul
Paul Smith
2008-06-11 20:25:13 UTC
Permalink
Post by Paul Smith
Any ideas about the following error?
# /sbin/modprobe coretemp
FATAL: Error inserting coretemp
No such device
# dir /lib/modules/2.6.25.3-18.fc9.i686/kernel/drivers/hwmon/coretemp.ko
/lib/modules/2.6.25.3-18.fc9.i686/kernel/drivers/hwmon/coretemp.ko
#
That is a good indication that it could not find the hardware the module was
looking for. You can try "/sbin/modprobe -v coretemp" to get a (hopefully)
more detailed description of what is going on.
Getting the following:

# /sbin/modprobe -v coretemp
insmod /lib/modules/2.6.25.3-18.fc9.i686/kernel/drivers/hwmon/coretemp.ko
FATAL: Error inserting coretemp
(/lib/modules/2.6.25.3-18.fc9.i686/kernel/drivers/hwmon/coretemp.ko):
No such device
#

Paul
Patrick O'Callaghan
2008-06-11 20:24:50 UTC
Permalink
Post by Paul Smith
Dear All,
Any ideas about the following error?
# /sbin/modprobe coretemp
FATAL: Error inserting coretemp
No such device
# dir /lib/modules/2.6.25.3-18.fc9.i686/kernel/drivers/hwmon/coretemp.ko
/lib/modules/2.6.25.3-18.fc9.i686/kernel/drivers/hwmon/coretemp.ko
#
Is your cpu Intel? If not, you don't want coretemp.

poc
Paul Smith
2008-06-11 20:27:34 UTC
Permalink
On Wed, Jun 11, 2008 at 9:24 PM, Patrick O'Callaghan
Post by Patrick O'Callaghan
Post by Paul Smith
Any ideas about the following error?
# /sbin/modprobe coretemp
FATAL: Error inserting coretemp
No such device
# dir /lib/modules/2.6.25.3-18.fc9.i686/kernel/drivers/hwmon/coretemp.ko
/lib/modules/2.6.25.3-18.fc9.i686/kernel/drivers/hwmon/coretemp.ko
#
Is your cpu Intel? If not, you don't want coretemp.
Yes, Patrick, it is an Intel Dual Core.

Paul
Paul Smith
2008-06-11 20:27:34 UTC
Permalink
On Wed, Jun 11, 2008 at 9:24 PM, Patrick O'Callaghan
Post by Patrick O'Callaghan
Post by Paul Smith
Any ideas about the following error?
# /sbin/modprobe coretemp
FATAL: Error inserting coretemp
No such device
# dir /lib/modules/2.6.25.3-18.fc9.i686/kernel/drivers/hwmon/coretemp.ko
/lib/modules/2.6.25.3-18.fc9.i686/kernel/drivers/hwmon/coretemp.ko
#
Is your cpu Intel? If not, you don't want coretemp.
Yes, Patrick, it is an Intel Dual Core.

Paul

Paul Smith
2008-06-11 19:44:01 UTC
Permalink
Dear All,

Any ideas about the following error?

# /sbin/modprobe coretemp
FATAL: Error inserting coretemp
(/lib/modules/2.6.25.3-18.fc9.i686/kernel/drivers/hwmon/coretemp.ko):
No such device
# dir /lib/modules/2.6.25.3-18.fc9.i686/kernel/drivers/hwmon/coretemp.ko
/lib/modules/2.6.25.3-18.fc9.i686/kernel/drivers/hwmon/coretemp.ko
#

Thanks in advance,

Paul
Mikkel L. Ellertson
2008-06-11 20:15:56 UTC
Permalink
Post by Paul Smith
Dear All,
Any ideas about the following error?
# /sbin/modprobe coretemp
FATAL: Error inserting coretemp
No such device
# dir /lib/modules/2.6.25.3-18.fc9.i686/kernel/drivers/hwmon/coretemp.ko
/lib/modules/2.6.25.3-18.fc9.i686/kernel/drivers/hwmon/coretemp.ko
#
Thanks in advance,
Paul
That is a good indication that it could not find the hardware the
module was looking for. You can try "/sbin/modprobe -v coretemp" to
get a (hopefully) more detailed description of what is going on.

Mikkel
--
Do not meddle in the affairs of dragons,
for thou art crunchy and taste good with Ketchup!

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: OpenPGP digital signature
Url : http://lists.fedoraproject.org/pipermail/users/attachments/20080611/4872cc9d/attachment-0001.bin
Patrick O'Callaghan
2008-06-11 20:24:50 UTC
Permalink
Post by Paul Smith
Dear All,
Any ideas about the following error?
# /sbin/modprobe coretemp
FATAL: Error inserting coretemp
No such device
# dir /lib/modules/2.6.25.3-18.fc9.i686/kernel/drivers/hwmon/coretemp.ko
/lib/modules/2.6.25.3-18.fc9.i686/kernel/drivers/hwmon/coretemp.ko
#
Is your cpu Intel? If not, you don't want coretemp.

poc
Loading...