TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [TCLUG:3800] Modules
just as a note, you should allways cut/paste some of the error messages..
"can't load the modules" doesn't give very much information, and just makes it
harder to figure out what is wrong. which modules are you trying to load, what
commands you are trying to load with, in this case you don't have to post what
distribution you are using.. since kernel has nothing to do with which distro.
my guess is that you have never upgraded your modutils, you will have to either
download the updated package, or you will have to download from ftp.kernel.org
"modutils-2.1.121" it's in the v2.1 directory. configure, make, make install
to find out what version you have. "insmod -V" this upgrade is listed in
"/usr/src/linux/Documentation/Changes" as required.
if you are using debian, you will have to remove
/usr/include/linux
/usr/include/asm
/usr/include/scsi
these directories must be changed to symlinks
cd /usr/include
ln -s /usr/src/linux/include/linux
ln -s /usr/src/linux/include/asm
ln -s /usr/src/linux/include/scsi
then re-compile your kernel, and re-install it.
On 30-Jan-99 martin wrote:
> Hi
>
> I've installed the new Kernel 2.2.1. Not it cannot load the modules, like for
> my iomega zip drive.. Does anybody know, what's wrong?
>
> thanks
> martin
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tclug-list-unsubscribe@listserv.real-time.com
> For additional commands, e-mail: tclug-list-help@listserv.real-time.com
> Try our website: http://tclug.real-time.com
Thank You,
Ben Kochie (ben@nerp.net)
*-----------------------* [ - * - * - * - * - * - * - * - ]
| Unix/Linux Consulting | [ Haiku Error Message: ]
| PC/Mac Repair | [ Chaos reigns within. ]
| Networking | [ Reflect, repent, and reboot. ]
| http://nerp.net | [ Order shall return. ]
*-----------------------* [ - * - * - * - * - * - * - * - ]
"Unix is user friendly, Its just picky about its friends."
- Follow-Ups:
- Modules
- From: martin <spanky1003@iname.com>
- References:
- Modules
- From: martin <spanky1003@iname.com>