[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: token ring, kernel 2.0.29, microchannel configuration



Mike Eckhoff wrote:
> 
> On Wed, 18 Mar 1998, Chris Beggy wrote:
> 
> >   unresolved symbols in ibmtr.o
> 
> ...
> 
> > the result is:
> >
> >   kernel_version needed, but can't be found.
> 
> Hello
> 
> Both of these errors definatly make it look like a kernel module problem.
> there are two things that I would suggest possibly doing.  First, try
> making a non-module based kernel with token-ring support.  That will
> eliminate the possiblity of this problem altogether.  Second, recompile
> but do a 'make dep clean mrproper' before you do your make config and
> start over again (or untar a clean src tree).  

Mike, you called it...my bad.

I went:

 "make zImage"; "lilo"; "shutdown -r now"

without the "make modules";"make modules_install"

after the kernel build.  (And I did this
more than once during my debug mode.)

As usual, Linux works when you follow the directions.
Modules must be made and installed after *every* kernel
build.

Now I am just working out problems with my "ifconfig tr0..."
configuration, following the NET-3-HOWTO.

Thanks for your help.

Chris