Ticket #577 (closed task)

Opened 7 years ago

unresolved symbols (progeny) (Examined/Solved - lm-sensors 2.5.2-1 (Progeny-package) Linux 2.2.19)

Reported by: contact Owned by: somebody
Priority: minor Milestone:
Component: kernel Version:
Keywords: Cc:

Description

Hi there,

When I run sensor-detect I get the following output (relevant parts only):

Probing for PCI bus adapters...

Use driver 'i2c-viapro' for device 00:04.4: VIA Technologies VT 82C686 Apollo

ACPI

Use driver 'i2c-matroxfb' for device 01:05.0: MGA G400 AGP

Probe succesfully concluded.

Since I'm using an Asus K7M-motherboard, I suspect the first one to be the

sensors of my mobo. (Also since the second one is by graphics card ;-)) When I

continue it tries to load the modules and it gives me:

Load 'i2c-viapro' (say NO if built into your kernel)? (YES/no):

/lib/modules/2.2.19/misc/i2c-core.o: unresolved symbol

create_proc_entry_R2gig_0ca385ff

/lib/modules/2.2.19/misc/i2c-core.o: unresolved symbol proc_bus_R2gig_542b0abe

/lib/modules/2.2.19/misc/i2c-core.o: unresolved symbol sprintf_R2gig_3c2c5af5

/lib/modules/2.2.19/misc/i2c-core.o: unresolved symbol kfree_R2gig_037a0cba

/lib/modules/2.2.19/misc/i2c-core.o: unresolved symbol

remove_proc_entry_R2gig_c8a0ae1b

/lib/modules/2.2.19/misc/i2c-core.o: unresolved symbol printk_R2gig_1b7d4074

/lib/modules/2.2.19/misc/i2c-core.o: unresolved symbol kmalloc_R2gig_93d4cfe6

/lib/modules/2.2.19/misc/i2c-core.o: unresolved symbol

generic_copy_to_user_R2gig_d523fdd3

/lib/modules/2.2.19/misc/i2c-core.o: insmod /lib/modules/2.2.19/misc/i2c-core.o

failed

/lib/modules/2.2.19/misc/i2c-core.o: insmod i2c-viapro failed

Loading failed ()... skipping.

When I try to load the module by hand, I get:

Nikita:/home/cvd# modprobe i2c-viapro force=00:04.4

/lib/modules/2.2.19/misc/i2c-core.o: unresolved symbol

create_proc_entry_R2gig_0ca385ff

/lib/modules/2.2.19/misc/i2c-core.o: unresolved symbol proc_bus_R2gig_542b0abe

/lib/modules/2.2.19/misc/i2c-core.o: unresolved symbol sprintf_R2gig_3c2c5af5

/lib/modules/2.2.19/misc/i2c-core.o: unresolved symbol kfree_R2gig_037a0cba

/lib/modules/2.2.19/misc/i2c-core.o: unresolved symbol

remove_proc_entry_R2gig_c8a0ae1b

/lib/modules/2.2.19/misc/i2c-core.o: unresolved symbol printk_R2gig_1b7d4074

/lib/modules/2.2.19/misc/i2c-core.o: unresolved symbol kmalloc_R2gig_93d4cfe6

/lib/modules/2.2.19/misc/i2c-core.o: unresolved symbol

generic_copy_to_user_R2gig_d523fdd3

/lib/modules/2.2.19/misc/i2c-core.o: insmod /lib/modules/2.2.19/misc/i2c-core.o

failed

/lib/modules/2.2.19/misc/i2c-core.o: insmod i2c-viapro failed

So that's about the same. Any idea how I can fix this?? --- Not familiar with progeny but it's looks like a binary

package, and the module versioning is not for the kernel

you are running (the versioning is the 'R2gig_... stuff),

or you have compiled against a different kernel than you are running.

You can see symbol problems without loading the modules

with 'depmod -a -e'.

You will either need to get a package for the kernel you are running

or compile against the correct source tree.

In any case 2.5.2 is almost a year old so we recommend getting

the latest from our website and compiling that.

If you need further assistance follow up by sending mail to

sensors@… and reference your ticket number.

MDS 5/26/01

Note: See TracTickets for help on using tickets.