Re: SMP environment driver building issue, under RH6.0

Jason Clifford (jason@dlsl.demon.co.uk)
Tue, 21 Sep 1999 03:08:52 +0100 (BST)


On Mon, 20 Sep 1999, WANG,YIDING (HP-SanJose,ex1) wrote:

> ./hpfc: unresolved symbol pci_write_config_byte
> ./hpfc: unresolved symbol request_region
> ./hpfc: unresolved symbol __udelay
<snip more unresolved symbol errors>
> ./hpfc was compiled for kernel version 2.2.5-15
> while this kernel is version 2.2.5-15smp
>
> I am sure that I missed something during the process of compiling or loading
> driver but just don't know what.

When you recompiled your kernel for SMP a file called System.map was
created in the /usr/src/linux directory (assuming that /usr/src/linux is
where your src tree is).

Copy this file to /boot/System.map-2.2.5-15smp.

Alternatively you could simply grab a more up to date kernel rpm (2.2.5-15
contains some serious security issues) which should install the System.map
correctly.

Jason Clifford http://www.dlsl.demon.co.uk/
** Specialist Linux Consultancy and Support Services **
**** Linux Workstation and Server Systems ****

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/