kowalsky
08-12-2001, 11:08 AM
Hi all,
i wanted to do something very simple. I needed the shared memory param increased from 2000000 to 20000000.
I saw there's a newer kernel (i have 2.217 and i downloaded 2.2.19).
So, after extracting the new source in /usr/src and changing the linux link to /usr/src/linux-2.2.19mdk i did: vi /usr/src/linux/include/asm/shmparam.h
change the line with shmmax and save the file. Next step recompile the kernel.
Instead of make xconfig I just said make oldconfig. Everything OK, no errors with make dep, make clean, make modules (just a few warnings for some variable names) and eveything went OK until I booted the new kernel where it seemed it missed quite a whole bunch of things (sound support for instance). What happened?
I did look for /usr/src/linux/.config but I did not find any just before I launched make oldconfig. Is it because the precompiled kernel that comes in the install kit does not have one?
How do I go about this further?
Suppose I give up the 2.2.19. I only need to change the shmparam.h line and then recompile the very same 2.2.17 kernel. How do I do it?
Thanks,
kowalsky
i wanted to do something very simple. I needed the shared memory param increased from 2000000 to 20000000.
I saw there's a newer kernel (i have 2.217 and i downloaded 2.2.19).
So, after extracting the new source in /usr/src and changing the linux link to /usr/src/linux-2.2.19mdk i did: vi /usr/src/linux/include/asm/shmparam.h
change the line with shmmax and save the file. Next step recompile the kernel.
Instead of make xconfig I just said make oldconfig. Everything OK, no errors with make dep, make clean, make modules (just a few warnings for some variable names) and eveything went OK until I booted the new kernel where it seemed it missed quite a whole bunch of things (sound support for instance). What happened?
I did look for /usr/src/linux/.config but I did not find any just before I launched make oldconfig. Is it because the precompiled kernel that comes in the install kit does not have one?
How do I go about this further?
Suppose I give up the 2.2.19. I only need to change the shmparam.h line and then recompile the very same 2.2.17 kernel. How do I do it?
Thanks,
kowalsky