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

Re: Unresolved symbols potato and kernel 2.0.36



I don't know nearly anything about this, but... did you activate module
support in your kernel? It sounds like there has to be such a silly little
thing that breaks it all.

If you compile the kernel properly (at least it happened ok to me when I
had 2.0.36), i.e. (make dep; make clean; make zImage(or other); make
modules) and then reboot and (make modules-install), as far as I remember,
that should solve it all. Though I imagine you already tried that.

Last little thing I imagine that could mess it up is that you try to load
some modules that really do not exist, as they have not been compiled.
It's maybe a lot of work if you have 40 messages, but could you check for
the existence of the files it looks for (I remember having trouble with my
ethernet, and it was simply because I had forgotten to put an M on the
right place.)

Good luck!

	Antonio

On Sun, 19 Mar 2000, Jonathan Markevich wrote:

> > Don't upgrade unless you have to.  I always have to remind myself of that
> > - if my machine is working and I can do the tasks I need to do, even
> > though there is a new fangled a super-cool version of my software, I don't
> > have to install it.  I still need to remind myself.
> 
> It's not just super-cool versions, it's thing like UDMA support for my
> drive.  It's so I can hook up a parallel port zip drive to the thing.  Wine
> that will run the programs I need, and so on.
>  
> > First, is sounds to me like you are using stock debian kernels.  I don't
> > know if it is true, but it would not surprise me if the Potato kernel is
> > not set to deal with sound modules.  I always think compiling your own
> 
> Well I have to use 2.0.36.  2.2 doesn't work for me, remember?  And I use
> stock kernels because it avoids another level of confusion and
> troubleshooting in situations like this.  I mean, why should I have
> unresolved symbols when I am using a stock kernel?  And why does all of a
> sudden a list full of geniuses go completely silent?  Grr.
> 
> > kernel is a good idea (you learn a lot about your computer and about
> > linux), but others have differing opinions.  Oh, and yes, shared IRQs are
> > impossible.  At least, I don't think Linux can deal with that setup.  But,
> > any linux kernel can deal with any number of serial ports if properly
> > configured.  Again, this gets back to building your own kernel.
> 
> No they're not impossible.  I am using it on 2.0.36.  COM 1 and COM 3 (DOS)
> are by *default* a shared interrupt.  With olny two interrupts assigned to
> serial ports you have to do some fancy footwork.  If I do compile my own
> kernel (tried with a 2.2.14 one, no help) it doesn't solve the problem.
> 
> > The 'unresolved symbols' warnings have to do with module dependencies. 
> > Did you run 'depmod' after compiling and installing your sound modules? 
> 
> Yup.  Also update-modules.
> 
> > You can try to insert the modules by hand using 'insmod', and when you run
> > into troubles, you will at least know where you are in the process - which
> > modules is not configured correctly or missing.
> 
> Same errors.  It doesn't just give me *an* error, it gives me about 40.
>  
> > I wish I could help more.
> > 
> > There should be a modules howto!!!!
> > 
> > Maybe I should write one.  As soon as I figure them out.
> 
> I don't think this is a modules thing, it's a kernel thing (very slight
> difference, I guess) but more importantly, it's a support thing.  So far
> this much-acclaimed Linux community has proven to be a bunch of the
> proverbial blind men.  I've been using Linux for about 5 years now, through
> all sorts of grief and struggles, and it's just not getting much better. 
> What are the advantages of Debian again?  I have a Slackware 96 CD here that
> also runs kernel 2.0!  Wow!  Cool!
> 
> Like I said, I have maybe an hour a day to spend on this; and all I do is
> "patch the dam"
> 
> Sorry for the misery all, but it's really frustrating and so far no way out. 
> And thanks for your response, I'm glad SOMEONE is out there.
> 
> -- 
> Jonathan Markevich <jmarkevich@mad.scientist.com>
> http://members.xoom.com/JMarkevich
> 
> You will gain money by a fattening action.
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe debian-user-request@lists.debian.org < /dev/null
> 
> 
> 



Reply to: