FIXED Re: recompile kernel (was Re: [oclug] modules)
Bob Lockie
bjlockie at lockie.ca
Wed Aug 28 02:12:38 EDT 2002
Bob Lockie wrote:
> Bart Trojanowski wrote:
>
>> * Bob Lockie <bjlockie at lockie.ca> [020827 16:22]:
>>
>>
>>> /lib/modules/2.4.19/kernel/drivers/usb/ov511.o: unresolved symbol
>>> usb_alloc_urb_R5999ffee
>>> # grep usb_alloc_urb_R5999ffee /proc/ksyms
>>> Nothing and I just compiled everything.
>>>
>>> #grep usb_alloc_urb /proc/ksyms
>>> c022904c usb_alloc_urb_Rsmp_922736c7
>>>
>>> What does that mean?
>>>
>>
>>
>> Ya, so your kernel has a 'usb_alloc_urb' compiled for 'smp' and you are
>> trying to load in a module that needs a non smp version.
>>
>> You need to recompile the modules so that they match the kernel config.
>>
>>
>
> Are not modules recompiled when I recompile the kernel?
> make clean && make mrproper
> make menuconfig
> copy backup of .config
> make bzImage modules modules_install
>
> Why does "uname -a" still show the original (date) SMP kernel compile?
>
> ----------------------------------------
>
>> From Mozilla/Linux
>
>
>
> _______________________________________________
> oclug mailing list
> oclug at lists.oclug.on.ca
> http://www.oclug.on.ca/mailman/listinfo/oclug
>
>
I found my problem. :-)
It was stupid.
I had a /boot but it wasn't the one that I booted from. :-)
When I mounted the correct one, more seemed right.
----------------------------------------
More information about the OCLUG
mailing list