[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: question..
- From: "menion?" <menion mindless com>
- To: redhat-install-list redhat com
- Subject: Re: question..
- Date: Mon, 29 Dec 1997 09:13:29 -0700
Those are modules that you did not compile into your kernel as
modules. (Left over from the default install.) So you: a. compiled
them into the kernel, or b. did not compil.e them at all. I would just
do an 'rm <file-name>' on them my self. You can always make them again
later. =).
iBCS: Intel Binary Compatible Systems. (Something like that)
ipx: D'uh ipx modules. =)
eepro100: I think that's the intel ether pro 10/100
ip_alias.o: That is the IP alias driver.
Wait.. Did you copy <linuxsourcehome>/arch/i386/boot/zImage to
/boot/<filename>
I have a naming convention for my kernels, simlpy because I mess with
them so much. *evil grin*
k<kernel-number><type>
(3 types: d = default, o = old, e = Expirimental)
i.e: k2.0.33d (my default 2.0.33 kernel)
So you need to <i believe> copy zImage to /boot/<filename>. The Redhat
convention is to copy the kernel to /boot/vmlinuz-<kernel number> (i.e.
vmlinuz-2.0.33), and make a link to it called: 'vmlinuz'. (i.e. ln -s
vmlinuz-2.0.33 vmlinuz). Then lilo.conf points to '/boot/vmlinuz'. I
highley recommend keeping a spare kernel around, in the lilo.conf of
course, because t could save you grief in the future.
Also, there is a little known utility in the arch/i386/boot dir that is
called 'setup' I highly recommend running it.
js
Ihab Khoury wrote:
>
> Greetings,
> I installed RH4.2 on a Pro Compaq 2500..after a recovering from
> a hardware revolution ..that is reading the hardware on the server
> everything went well.. I recompiled the kernel with few more options..
> 1. enabled ipx
> 2. enabled ip aliasing for virtual hosts
> 3. Pro for the cpu
> patched a driver for the Netflex card..and all went well.
> make dep;make clean; make zlilo; make modules;make modules_install
> what did I miss..!
> changed info in lilo.conf..and /sbin/lilo
> added linux *
> added linux.old
> rebooted
> depmod -a gave me the following..:
>
> [root www2 /]# depmod -a
> *** Unresolved symbols in module /lib/modules/2.0.30/misc/iBCS
> *** Unresolved symbols in module /lib/modules/2.0.30/misc/ipx.o
> *** Unresolved symbols in module /lib/modules/2.0.30/net/eepro100.o
> *** Unresolved symbols in module /lib/modules/2.0.30/ipv4/ip_alias.o
>
> How can I fix these issues?
> Thanks in advance..!!.
> Marry X-Mass and a New Year Hopefully with a working server..:)
>
> I can be reached at..:
> ikhoury jrol com
> ikhoury acs stritch edu
> http://www.stritch.edu/~ikhoury
>
> --
> PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
> http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
> To unsubscribe: mail redhat-install-list-request redhat com
> with "unsubscribe" as the Subject.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]