Thanks, I don't know why, mkinitrd doesn't taking dasd_mod in order to join another modules inside RAM disk.
I made force load with "mkinitrd -m "ext3 dasd_mod jbd" Working fine !!! Tks a lot Carsten !!! -----Original Message----- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Carsten Otte Sent: Wednesday, October 05, 2005 7:59 AM To: [email protected] Subject: Re: Help !!! dasd_eckd_mod.o unresolved symbol error Amato, Luciano wrote: > Hi Team !!! > > Does anybody know how to fix this error after linux 2.4.1 patching > june-2003? > > Gotting error.... > > Best regards !!! The cause is most probably symbol versioning: If enabled, only modules built with that kernel do work. Other modules cannot be loaded. Looks like your dasd_mod and your dasd_eckd_mod have different version information. Try to do a "make clean", build the whole kernel+modules again, "make modules_install", install your kernel, run zipl. -- Carsten Otte IBM Linux technology center ARCH=s390 ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390 ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
