Summary: | modutils-2.4.22 says modules were compiled with GCC 2 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Mauricio Lima Pilla <pilla> |
Component: | [OLD] Core system | Assignee: | Martin Schlemmer (RETIRED) <azarah> |
Status: | RESOLVED INVALID | ||
Severity: | critical | CC: | lostlogic, mjc |
Priority: | Normal | ||
Version: | 1.4_rc1 | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Mauricio Lima Pilla
2002-12-13 18:46:26 UTC
Isnt the lucent drivers pre-compiled ? If so, its very possible that they were compiled with 2.95.3 .... Try with following command: # insmod -f <your module> No, they were compiled in my machine for sure, because they don't recognize the kernel I am using (2.4.20-lolo-pre3). I'll try later to emerge it again and load the modules (I cannot do it right now because I am connected using the modules). Cheers. insmod -f works. I did some research and the lt_modem.o is not compiled. The scripts use a ltmdmobj.o to make lt_modem.o, so it was really compiled with gcc 2. My fault here. The lt_serial.o, on the other side, seems to be compiled with gcc 3.2. And it does not warn when it is loaded, so it is OK. Anyway, the modules seem to work even with all the warnings. |