Re: Unresolved symbol errors with custom kernel... .

2000-03-18 Thread Oswald Buddenhagen
A new thing I just noticed: the sb live module claims to load correctly upon boot (I put it in /etc/modules. I still get no sound, but it IS loading correctly. Question: 1. How can I check to see if the module is loaded correctly (sb live)? Is there a test I can run? you can run

Unresolved symbol errors with custom kernel... .

2000-03-17 Thread Linux Information
I am getting 20+ 'unresolved symbol' errors after installing a custom kernel and modules under the potato freeze of Debian. Actually, now that I look at it, I get a lot more than 20, and the majority of them (I loose a lot from scrolling past the console buffer) are in /lib/modules/2.2.14

Re: Unresolved symbol errors with custom kernel... .

2000-03-17 Thread Oswald Buddenhagen
I am getting 20+ 'unresolved symbol' errors after installing a custom kernel and modules under the potato freeze of Debian. Actually, now that I look at it, I get a lot more than 20, and the majority of them (I loose a lot from scrolling past the console buffer) are in /lib/modules/2.2.14

Re: Unresolved symbol errors with custom kernel... .

2000-03-17 Thread Linux Information
Buddenhagen wrote: I am getting 20+ 'unresolved symbol' errors after installing a custom kernel and modules under the potato freeze of Debian. Actually, now that I look at it, I get a lot more than 20, and the majority of them (I loose a lot from scrolling past the console buffer

Re: unresolved symbol errors

1998-11-02 Thread Max
You (Michael Beattie) wrote: Give `modprobe xfs` a go... It says there aren't any dependencies. Max On Fri, 30 Oct 1998, Max wrote: I'm trying to compile a program (Arla) that creates a module called xfs.o. When I try to load that module with insmod, I get the following: xfs.o:

Re: unresolved symbol errors (SOLVED)

1998-11-02 Thread Max
Turns out that an upgrade to the latest version of Arla fixed the symbol errors. That's the benefit (?) of using alpha software. Max

unresolved symbol errors

1998-10-31 Thread Max
I'm trying to compile a program (Arla) that creates a module called xfs.o. When I try to load that module with insmod, I get the following: xfs.o: unresolved symbol mod_use_count_ xfs.o: unresolved symbol inode_setattr xfs.o: unresolved symbol register_symtab_from xfs.o: unresolved symbol

Re: unresolved symbol errors

1998-10-31 Thread Michael Beattie
Give `modprobe xfs` a go... On Fri, 30 Oct 1998, Max wrote: I'm trying to compile a program (Arla) that creates a module called xfs.o. When I try to load that module with insmod, I get the following: xfs.o: unresolved symbol mod_use_count_ xfs.o: unresolved symbol inode_setattr