What is "Relink kernel"?

What is "Relink kernel"?

Post by Lam Hoa » Fri, 21 Jun 2002 11:48:04



Hello,

I am installing a multi serial port card (FitWin). Its docs. said that
I have to RELINK KERNEL with some paramaters enabled:
CONFIG_SERIAL_EXTENDED,CONFIG_SERIAL_MANY_PORTS,CONFIG_SERIAL_SHAR_IQ

However, I am not sure what they mean by relink? and how can I do
that?

Please help me ..

I am running Redhat 7.1 with kernel 2.2.16-22 on a Pentium computer.

Thanks,
Best regards,
Lam Hoang

 
 
 

What is "Relink kernel"?

Post by Jules Duboi » Fri, 21 Jun 2002 13:33:30




Quote:> I am installing a multi serial port card (FitWin). Its docs. said that
> I have to RELINK KERNEL with some paramaters enabled:
> CONFIG_SERIAL_EXTENDED,CONFIG_SERIAL_MANY_PORTS,CONFIG_SERIAL_SHAR_IQ

I have a ByteRunner (VisionSystems) PCI-400H four-port serial card using
these configuration options.

Quote:> However, I am not sure what they mean by relink? and how can I do
> that?

They mean "recompile the kernel" with these options.  I think the options
are all under the "Character Devices" menu item.

Quote:> Please help me ..

You'll need to

 * obtain the kernel source, if you don't already have it;
 * run `make menuconfig` (or `make xconfig` under X), and select
   the options for the parameters above;
 * compile the kernel;
 * "install" your new kernel using LILO or GRUB or whatever;
 * reboot.

Does this help?

Quote:> I am running Redhat 7.1 with kernel 2.2.16-22 on a Pentium computer.

Maybe a RedHat user -- I use a Debian distribution - will comment on any
RedHat requirements.