TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [TCLUG:3804] Modules
well, the first one sounds like you either didn't compile the module, or you
compiled it inline, and the system is trying to load a module that isn't
necessary, or isn't there
the second one sounds like you may have loaded a printer driver, if you added
support for paralel printers, then you just removed the ability to use a
parallel zip.. the zip has it's own driver..
On 30-Jan-99 martin wrote:
> okay, here you are :)..
>
> the error message during the startup sequence is:
> modeprobe: can't locate module char-major-4
>
> and if i try modprobe ppa (it's an external zip - on the first parallel port)
> the message is:
>
> lib/modules/2.2.1/scsi/ppa.o: init module: device or resurce busy
>
> that are the messages i get...
>
> regards
> martin
>
> Am Sat, 30 Jan 1999 schriebst Du:
>>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."
>>
>>---------------------------------------------------------------------
>>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
>
> ---------------------------------------------------------------------
> 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."
- References:
- Modules
- From: martin <spanky1003@iname.com>