Date: Fri, 2 Apr 1999 09:50:01 -0800 (PST) From: Steve Price <sprice@hiwaay.net> To: freebsd-bugs@FreeBSD.org Subject: Re: i386/10920: the loadable kernel-module support is not working Message-ID: <199904021750.JAA72790@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR i386/10920; it has been noted by GNATS. From: Steve Price <sprice@hiwaay.net> To: Axel.Schnell@joice.net Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: i386/10920: the loadable kernel-module support is not working Date: Fri, 2 Apr 1999 11:40:46 -0600 (CST) On Fri, 2 Apr 1999 Axel.Schnell@joice.net wrote: # # >Number: 10920 # >Category: i386 # >Synopsis: the loadable kernel-module support is not working [snip] # >Description: # I configured the kernel ("options LKM") . # After successful compilation and reboot I tried # "modload /lkm/linux_mod.o" and the system responded: # "ld: /kernel: malformed input file (not rel or archive) # modload: /usr/bin/ld: return code 1" This is probably because you are trying to load an old a.out KLM with an ELF kernel. What does this command say? file /lkm/linux_mod.o If it says something like '...: FreeBSD/i386 object not stripped', then you might just try loading the KLD version instead with: kldload /modules/linux.ko KLMs have been replaced with KLDs. # >How-To-Repeat: # # >Fix: # # # >Release-Note: # >Audit-Trail: # >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904021750.JAA72790>