Re: Unresolved symbols on kernel rebuild

2000-09-07 Thread Dave Ihnat
On Sun, Aug 27, 2000 at 09:48:46PM -0600, Jed S. Baer wrote: > So, if anyone has any other suggestions/solutions, I'd sure like to hear > them. Turn off the module support option "Set version information on all symbols for modules" in "Loadable module support" when you make the kernel config. Ch

Re: Unresolved symbols on kernel rebuild

2000-09-06 Thread Jed S. Baer
n article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] wrote: > Nope, it's left-over stuff in linux/include/linux/modules. Do this: cd > linux/include/linux mv modules modules.old mkdir modules > > Then, do your make xconfig && make dep && make clean && make > > That should clear up your missing

Re: Unresolved symbols on kernel rebuild

2000-08-26 Thread John Summerfield
> On Sat, 26 Aug 2000, John Summerfield wrote: > > >Date: Sat, 26 Aug 2000 08:43:33 +0800 > >From: John Summerfield <[EMAIL PROTECTED]> > >To: [EMAIL PROTECTED] > >Content-Type: text/plain; charset=us-ascii > >Subject: Re: Unresolved symbols on kernel

Re: Unresolved symbols on kernel rebuild

2000-08-26 Thread Mike A. Harris
On Sat, 26 Aug 2000, John Summerfield wrote: >Date: Sat, 26 Aug 2000 08:43:33 +0800 >From: John Summerfield <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Content-Type: text/plain; charset=us-ascii >Subject: Re: Unresolved symbols on kernel rebuild > >> Another

Re: Unresolved symbols on kernel rebuild

2000-08-25 Thread John Summerfield
> Another piece of advice, in general to anyone building a > kernel. Before starting, each time, either untar fresh kernel > source, or do a "make distclean" before all else. "distclean" is > the 'cleanest' clean in the top level makefile, even moreso than > the commonly used "make clean" and "m

Re: Unresolved symbols on kernel rebuild

2000-08-25 Thread John Summerfield
> Hi, > > I tried to compile the kernel on a Intel PII using Red Hat 6.2. I did a > make xconfig > make dep > make zImage > make modules > make modules_install Stop here, it's all done. Especially if you're using a RHI kernel rpm. The rpm includes a nisce script that puts the kernel in the right

RE: Unresolved symbols on kernel rebuild

2000-08-25 Thread Mike A. Harris
On Fri, 25 Aug 2000 [EMAIL PROTECTED] wrote: >Date: Fri, 25 Aug 2000 10:09:11 -0500 >From: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Content-Type: text/plain >Subject: RE: Unresolved symbols on kernel rebuild > >Nope, it's left-over stuff in linux/include/linux/mo

TRY 2: Unresolved symbols on kernel rebuild

2000-08-25 Thread Salvador Ramirez
Since nobody answered, I am trying the last time. Please.. any help will be very appreciated. Thanks. ---sram - Hi, I tried to compile the kernel on a Intel PII using Red Hat 6.2. I did a make xconfig make dep make zImage make modules make modu

RE: Unresolved symbols on kernel rebuild

2000-08-25 Thread Matt_Domsch
inal Message- From: Liguo Song [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 24, 2000 9:56 PM To: [EMAIL PROTECTED] Subject: Re: Unresolved symbols on kernel rebuild I am a newbie too. But, since no one asnwered this question, I would give it a try. Hope this can induce some more helpful

Re: Unresolved symbols on kernel rebuild

2000-08-25 Thread Liguo Song
I am a newbie too. But, since no one asnwered this question, I would give it a try. Hope this can induce some more helpful replies. :) This happened to me couple times. It is usually because you didn't load some necessary modules or didn't configure your kernel to support those modules. Do the c

Unresolved symbols on kernel rebuild

2000-08-24 Thread Salvador Ramirez
Hi, I tried to compile the kernel on a Intel PII using Red Hat 6.2. I did a make xconfig make dep make zImage make modules make modules_install cp zImage /boot (respective modification to /etc/lilo.conf) /sbin/lilo but when the system try to load some modules (like the sound and the network mo