|
Home > Archive > Red Hat Topics > September 2004 > kernel/source rpm versions.
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
kernel/source rpm versions.
|
|
|
| Are kernel-2.4.20-31.9.athlon.rpm and kernel-source-2.4.20-31.9.i386.rpm
compatible. I have tried to compile a modem driver and I get unresolved
symbol errors.
Is there a kernel-source-2.4.20-31.9.athlon.rpm?
I am running an AMD Athlon(tm) XP 1800+ and a MOL stock RH9 distro.
Any and all help appreciated.
--
Rick
| |
| Lenard 2004-09-15, 11:11 am |
| On Wed, 08 Sep 2004 17:11:08 -0400, Rick wrote:
> Are kernel-2.4.20-31.9.athlon.rpm and kernel-source-2.4.20-31.9.i386.rpm
> compatible. I have tried to compile a modem driver and I get unresolved
> symbol errors.
Yes, that's the source used to build the kernel
> Is there a kernel-source-2.4.20-31.9.athlon.rpm?
No
> I am running an AMD Athlon(tm) XP 1800+ and a MOL stock RH9 distro.
>
> Any and all help appreciated.
Provide information, what modem driver are you attempting to compile, what
are the symbol errors?
--
Hi! I'm a .sig virus! Please copy me to your .sig! so I can spread
This E-mail is safe, no Microsoft products where used in creating me!
| |
|
| On Thu, 09 Sep 2004 02:20:27 +0000, Lenard wrote:
> On Wed, 08 Sep 2004 17:11:08 -0400, Rick wrote:
>
>
> Yes, that's the source used to build the kernel
>
>
> No
>
>
> Provide information, what modem driver are you attempting to compile, what
> are the symbol errors?
intel-537EP_secure-2.60.80.0
[root@localhost intel-537EP_secure-2.60.80.0]# make install
rm -f /etc/hamregistry.bin
bash 537_inst
running kernel 2.4.20-31.9
installing hamregistry, used for persistant storage
installing usrsound, a soft buzzer
installing 537 module
redhat 537_boot rc2.d, rc3.d and rc5.d scripts
starting module and utilities
depmod: *** Unresolved symbols in /lib/modules/2.4.20-31.9/kernel/drivers/char/Intel537.o
error loading Intel537
rmmod: module Intel537 is not loaded
done
--
Rick
| |
| Lenard 2004-09-15, 11:11 am |
| On Wed, 08 Sep 2004 22:38:02 -0400, Rick wrote:
>
> intel-537EP_secure-2.60.80.0
<snip>
> depmod: *** Unresolved symbols in
> /lib/modules/2.4.20-31.9/kernel/drivers/char/Intel537.o error loading
> Intel537
> rmmod: module Intel537 is not loaded
> done
The only thing I can suggest is to try again, it builds cleanly on my
laptop, just followed the directions in the readme.txt file.
You might want to (as root) from the kernel-source location;
Edit the Makefile and remove 'custom' from the EXTRAVERSION line then run
'make mrproper' and copy your boot/config-2.4.20-31.9 to the same location
as the Makefile; cp /boot/config-2.4.20-31.9 .config
Now at the location where intel-537EP_secure-2.60.80.0 files reside try
again. First type 'make uninstall', to clean the failed attempt, then
start again. This time watch the output of 'make 537' and make sure you
see something similar to;
Module precompile check
Current running kernel is: 2.6.9-rc1-bk13
(Notice that the running kernel version here should match the ending)
/lib/modules... autoconf.h exists
diff: /boot/vmlinuz.autoconf.h: No such file or directory
autoconf.h matches running kernel
diff: /boot/vmlinuz.version.h: No such file or directory
version.h matches running kernel
2.6.9-rc1-bk13
And Good Luck!!!!
--
Hi! I'm a .sig virus! Please copy me to your .sig! so I can spread
This E-mail is safe, no Microsoft products where used in creating me!
|
|
|
|
|