modules in 1.3.23

modules in 1.3.23

Post by Jeroen van Veldhuiz » Wed, 06 Sep 1995 04:00:00



I recently patched my kernel to 1.3.23. Without modules,
it compiles and runs OK. Compiling with module support
works, and the modules compile allright too, but I
can't seem to load any filesystem module. Does
anyone else have this problem?

*********************************************
* Jeroen van Veldhuizen                     *



*********************************************

 
 
 

modules in 1.3.23

Post by Heinz Guenter Scha » Mon, 11 Sep 1995 04:00:00



: : I recently patched my kernel to 1.3.23. Without modules,
: : it compiles and runs OK. Compiling with module support
: : works, and the modules compile allright too, but I
: : can't seem to load any filesystem module. Does
: : anyone else have this problem?

: Yeap !  After running depmod -a I get 'unresolved symbol in module ' or
: something like that. ( Can't test it now. My linux bos is at home).
: But the message is the same for every module.

AFAIK these are bad_user_access_length and dump_fpu (this only for the elf-
binary-format). Isolved this problem in that way, that I edited ksyms.c
in /usr/src/linux/kernel. I added asm/segment.h , linux/user.h, the
definition for dump_fpu and after the start of symbol_table the lines
X(bad_user_access_length) and X(dump_fpu). Can someone explain why this
is not done before ? Personally, I think noone of the kernel developers
use gcc 2.5.8.....
        Guenter

--
If a listener nods his head when you're explaining your program, wake him up.

 
 
 

modules in 1.3.23

Post by Jeroen van Veldhuiz » Tue, 12 Sep 1995 04:00:00





: > : I recently patched my kernel to 1.3.23. Without modules,
: > : it compiles and runs OK. Compiling with module support
: > : works, and the modules compile allright too, but I
: > : can't seem to load any filesystem module. Does
: > : anyone else have this problem?
: >
: > Yeap !  After running depmod -a I get 'unresolved symbol in module ' or
: > something like that. ( Can't test it now. My linux bos is at home).
: > But the message is the same for every module.
: >
: You don't need depmod. Just insmod the thing you want to use directly.

That's just my problem: insmod won't work!

--
*********************************************
* Jeroen van Veldhuizen                     *


*********************************************

 
 
 

modules in 1.3.23

Post by Johann Friedrich Heinrichmey » Wed, 13 Sep 1995 04:00:00


By the way. With the new kernels you can decide in the
make config "Dialog" what You want as module. Has someone hints for
creating a "sound.o" module?

--
Fritz Heinrichmeyer                             FernUniversitaet Hagen
FAX:   +49 2371/566236                          LG Elektronische Schaltungen

PHONE: +49 02371/566-243                        58644 Iserlohn (Germany)
WWW:  http://ES-sun2.fernuni-hagen.de

 
 
 

modules in 1.3.23

Post by Hannu Savolain » Thu, 14 Sep 1995 04:00:00



Quote:>By the way. With the new kernels you can decide in the
>make config "Dialog" what You want as module. Has someone hints for
>creating a "sound.o" module?

This is not a supported method but it should work. At least I have
used it successfully in the current (unreleased) version of the sound
driver.

1)      recompile Linux with sound driver disabled and reboot.
2)      cd linux/drivers/sound
3)      Edit Makefile and add the following lines to it:

CC      = gcc
HOSTCC  = gcc
CFLAGS  = -D__KERNEL__ -DMODULE -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -pipe -m486

4)      make config
5)      make dep
6)      make sound.o

7)      Move sound.o to a directory used by insmod
        (usually /lib/modules/misc).

8)      insmod sound

I hope this helps,

Hannu
--
Hannu Savolainen
Methods Analyst, Carelcomp Base Industry, Espoo, Finland.

 
 
 

modules in 1.3.23

Post by Sidewind » Tue, 26 Sep 1995 04:00:00



Quote:

>By the way. With the new kernels you can decide in the
>make config "Dialog" what You want as module. Has someone hints for
>creating a "sound.o" module?

Funny you should say that, because I seem to have one spare. Do you want it?

Does anyone know how to *stop* sound.o compiling as a module when I have it
built into the main kernel? I don't know if it is recompiling the files but
it still copies it to /lib/modules.

James
--


University of Warwick, UK        WWW: http://www.dcs.warwick.ac.uk/~jmbox/

 
 
 

1. Apache 1.3.23 produces high load

Hi there,

I have been running Apache 1.3.22 with mod_ssl 2.8.5, OpenSSL 0.9.6b
as a non-caching proxy (proxying is done via RewriteRules only). The
server receives 40 SSL requests per second on average (~ 200/s in peak
times) and has a maximum load of ~ 0.5.

After installing Apache 1.3.23, mod_ssl 2.8.6, OpenSSL 0.9.6c, the
load jumped to ~ 10! Does anybody have any idea why?

The configuration did not change, I just noticed that when setting
"LogLevel debug", mod_proxy spits out hundreds of lines saying
"Content-Type: image/jpeg" and "No CacheRoot, so no caching.
Declining." So I assume it is mod_proxy that makes the load?

Regards
Carsten.
--

2. Audit collection file inode table overflow

3. 1.3.23 + frontpage patch 1.3.22 + suexec

4. PC and UNIX networking, when PC has broadband and Sun is standalone

5. Apache 1.3.23 on Mac OS X [newbie]

6. Staroffice crashes (RedHat 5.0)

7. Apache 1.3.23 syncronization problem

8. Plug And Pray...

9. Apache 1.3.23 Released

10. Apache 1.3.23

11. Problems running Apache 1.3.23 on Solaris 8

12. Strange Name-Based Virtual Host problem with Apache 1.3.23 on Linux

13. Apache 1.3.23, Linux 2.4 and Scatter/Gather NIC