I recompiled the 2.2.19 kernel with the "Set version information on all sympbols for modules". when doing a modprobe on lcs I get the following:
%modprobe lcs /lib/modules/2.2.19/lcs: Unresolved symbol arp_mc_map /lib/modules/2.2.19/lcs: insmod /lib/modules/2.2.19/net/lcs failed /lib/modules/2.2.19/lcs: insmod lcs failed % Thanks for the help. Tyler Koyl Software Support Specialist Saskatchewan Wheat Pool Regina, Saskatchewan, Canada "Post, Mark K" <[EMAIL PROTECTED]>@VM.MARIST.EDU> on 01/16/2002 10:26:09 AM Please respond to Linux on 390 Port <[EMAIL PROTECTED]> Sent by: Linux on 390 Port <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] cc: Subject: Re: lcs problems Tyler, Since the lcs module is OCO, it will not be generated by compiling the kernel. You have to get an appropriate OCO module from IBM at http://www10.software.ibm.com/developerworks/opensource/linux390/exp-2_2_19 . shtml Once you have that (or if that is what you have already) and have copied it into the correct place in /lib/modules, do a "depmod -a" and try doing the insmod command manually. Report back here what (if any) messages you get back. It could be that your problem is that the OCO module has versioning turned on, and you didn't have that specified. You can change this by doing the following: make menuconfig Loadable module support ---> Set version information on all symbols for modules Mark Post -----Original Message----- From: Tyler Koyl [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 16, 2002 9:39 AM To: [EMAIL PROTECTED] Subject: lcs problems We have a test system running SuSE7.0 (2.2.16 kernel), I have gone through and compiled a 2.2.19 kernel from the SuSE 2.2.19 source tree, however the lcs module is failing to insert properly at boot. Neither the IBM nor the provided SuSE lcs module is working. I have the obvious kernel parameters set ie. Networking, TR and Ethernet support. The modules are not created during the compile, which leads me to believe that I might have missed setting a kernel parameter during the make menuconfig that the lcs modules require to insert properly, and that the parameter I am missing might not be completely obvious. Any help would be appreciated. Tyler Koyl Software Support Specialist Saskatchewan Wheat Pool Regina, Saskatchewan, Canada P.S. -> Please no flames about us being at 2.2.16/19. We ARE going to 2.4 soon. I just want this to work as is.
