Re: kernel warning what should I do?

2002-01-22 Thread Richard Cobbe
Lo, on Sunday, January 20, Adam Majer did write:

> On Sun, Jan 20, 2002 at 07:23:27PM -0800, David Csercsics wrote:
> > I had to recompile my kernel today because my sound wasn't working right and
> > a couple other things weren't working. So I recompiled it and everything
> > works but I get a warning now about /boot/system.map not matching kernel
> > datawhat do I do to fix that.
> 
> cp 
> cp System.map /boot/System.map-
> 
> that is, if you have something like /boot/bzImage-
> for your kernel. If you just have /boot/bzImage or other 
> with no version, then just
> 
> cp System.map /boot/System.map [or /boot/system.map in your case...]

If you build your kernel The Debian Way (see

for a brief intro to the process), the resulting package automatically
contains, e.g., /boot/System.map-2.2.19 and installs it in the correct
place.

Richard



Re: kernel warning what should I do?

2002-01-20 Thread Adam Majer
On Sun, Jan 20, 2002 at 07:23:27PM -0800, David Csercsics wrote:
> I had to recompile my kernel today because my sound wasn't working right and
> a couple other things weren't working. So I recompiled it and everything
> works but I get a warning now about /boot/system.map not matching kernel
> datawhat do I do to fix that.

cp 
cp System.map /boot/System.map-

that is, if you have something like /boot/bzImage-
for your kernel. If you just have /boot/bzImage or other 
with no version, then just

cp System.map /boot/System.map [or /boot/system.map in your case...]


- Adam



Re: kernel warning what should I do?

2002-01-20 Thread Acheron

Likely you forgot to copy the new system.map into /boot.
It should be in the top level of the kernel source directory.  Copy it 
into /boot (rename the old one if you're keeping your old kernel as well).



David Csercsics wrote:


I had to recompile my kernel today because my sound wasn't working right and
a couple other things weren't working. So I recompiled it and everything
works but I get a warning now about /boot/system.map not matching kernel
datawhat do I do to fix that.



--
ACHERON
[EMAIL PROTECTED]





kernel warning what should I do?

2002-01-20 Thread David Csercsics
I had to recompile my kernel today because my sound wasn't working right and
a couple other things weren't working. So I recompiled it and everything
works but I get a warning now about /boot/system.map not matching kernel
datawhat do I do to fix that.