Re: recompiling the kernel with a different version name

2010-04-08 Thread briand
On Thu, 8 Apr 2010 08:09:09 -0400 (EDT) Stephen Powell wrote: > On Thu, 8 Apr 2010 05:56:58 -0400 (EDT), Lorenzo Bettini wrote: > > ... > > --revision actually took effect since the > > generated .deb is now (note the 'lore01') > > > > linux-image-2.6.32.10+drm33.1-recompiled_lore01_i386.deb >

Re: recompiling the kernel with a different version name

2010-04-08 Thread Lorenzo Bettini
On 04/08/2010 02:09 PM, Stephen Powell wrote: On Thu, 8 Apr 2010 05:56:58 -0400 (EDT), Lorenzo Bettini wrote: ... --revision actually took effect since the generated .deb is now (note the 'lore01') linux-image-2.6.32.10+drm33.1-recompiled_lore01_i386.deb but what I need to do is to get rid of

Re: recompiling the kernel with a different version name

2010-04-08 Thread Lorenzo Bettini
On 04/08/2010 12:06 PM, Jochen Schulz wrote: Lorenzo Bettini: sorry I pasted the wrong name: --revision actually took effect since the generated .deb is now (note the 'lore01') linux-image-2.6.32.10+drm33.1-recompiled_lore01_i386.deb but what I need to do is to get rid of '+drm33.1' which see

Re: recompiling the kernel with a different version name

2010-04-08 Thread Stephen Powell
On Thu, 8 Apr 2010 05:56:58 -0400 (EDT), Lorenzo Bettini wrote: > ... > --revision actually took effect since the > generated .deb is now (note the 'lore01') > > linux-image-2.6.32.10+drm33.1-recompiled_lore01_i386.deb > > but what I need to do is to get rid of '+drm33.1' which seems to be > a

Re: recompiling the kernel with a different version name

2010-04-08 Thread Jochen Schulz
Lorenzo Bettini: > > sorry I pasted the wrong name: --revision actually took effect since the > generated .deb is now (note the 'lore01') > > linux-image-2.6.32.10+drm33.1-recompiled_lore01_i386.deb > > but what I need to do is to get rid of '+drm33.1' which seems to be > automatically added

Re: recompiling the kernel with a different version name

2010-04-08 Thread Lorenzo Bettini
On 04/07/2010 07:48 PM, Stephen Powell wrote: On Wed, 7 Apr 2010 13:17:30 -0400 (EDT), Lorenzo Bettini wrote: I tried also with --revision, e.g., fakeroot make-kpkg --revision=lore01 --initrd --append-to-version=-recompiled kernel-image kernel-headers but I cannot seem to get rid of that +drm3

Re: recompiling the kernel with a different version name

2010-04-07 Thread Manoj Srivastava
On Wed, Apr 07 2010, Stephen Powell wrote: > On Wed, 7 Apr 2010 14:54:53 -0400 (EDT), Celejar wrote: >> On Wed, 7 Apr 2010 13:48:18 -0400 (EDT), Stephen Powell wrote: >>> >>> ... >>> >>> Note: you must always issue "make-kpkg clean" after running "make >>> menuconfig" >>> or after running "make-k

Re: recompiling the kernel with a different version name

2010-04-07 Thread Stephen Powell
On Wed, 7 Apr 2010 14:54:53 -0400 (EDT), Celejar wrote: > On Wed, 7 Apr 2010 13:48:18 -0400 (EDT), Stephen Powell wrote: >> >> ... >> >> Note: you must always issue "make-kpkg clean" after running "make menuconfig" >> or after running "make-kpkg" with any target other than "clean". Otherwise, >> v

Re: recompiling the kernel with a different version name

2010-04-07 Thread Celejar
On Wed, 7 Apr 2010 13:48:18 -0400 (EDT) Stephen Powell wrote: ... > Note: you must always issue "make-kpkg clean" after running "make menuconfig" > or after running "make-kpkg" with any target other than "clean". Otherwise, > version and revision numbers will not work as expected. Assuming tha

Re: recompiling the kernel with a different version name

2010-04-07 Thread Stephen Powell
On Wed, 7 Apr 2010 13:17:30 -0400 (EDT), Lorenzo Bettini wrote: > I tried also with --revision, e.g., > > fakeroot make-kpkg --revision=lore01 --initrd > --append-to-version=-recompiled kernel-image kernel-headers > > but I cannot seem to get rid of that +drm33.1 string: > > linux-headers-2.6.32

Re: recompiling the kernel with a different version name

2010-04-07 Thread Lorenzo Bettini
On 04/07/2010 04:26 PM, Stephen Powell wrote: On Wed, 7 Apr 2010 07:56:46 -0400 (EDT), Lorenzo Bettini wrote: I've just recompiled the kernel from sources with the command fakeroot make-kpkg --initrd --append-to-version=-recompiled kernel-image kernel-headers and installed it successfully. H

Re: recompiling the kernel with a different version name

2010-04-07 Thread Stephen Powell
On Wed, 7 Apr 2010 07:56:46 -0400 (EDT), Lorenzo Bettini wrote: > > I've just recompiled the kernel from sources with the command > > fakeroot make-kpkg --initrd --append-to-version=-recompiled kernel-image > kernel-headers > > and installed it successfully. > > However, the kernel name is >

Re: recompiling the kernel with APM support

2004-05-27 Thread s. keeling
Incoming from Luis Finotti: > > I did not quite follow your suggestion, though. It > seems that I can't/shouldn't change the > kernel-image-2.4.18-k7 manually, and even if I could > do it, I would not know exactly how to change it... No, you shouldn't. You should see from that config how that k

Re: recompiling the kernel with APM support

2004-05-27 Thread Luis Finotti
--- Roberto Sanchez <[EMAIL PROTECTED]> wrote: > > You must also, in addition to modifying the kernel > command line, insert the apm module. > > # echo "apm" >>/etc/modules > > -Roberto Great, Roberto! That just did the trick! Thanks. Also, thanks to Keeling and Greg. Keeling: I did not

Re: recompiling the kernel with APM support

2004-05-26 Thread Roberto Sanchez
Luis Finotti wrote: Dear all, I recently upgraded my kernel from 2.4.3 to 2.4.18-k7 (I'm running a 1.2GHz Athlon) and now my computer won't turn off the power with "shutdown -h". (I did the "apt-get install kernel-image-2.4.18-k7" way.) The old kernel did turn off the power. After I little resea

Re: recompiling the kernel with APM support

2004-05-26 Thread Greg Madden
On Wednesday 26 May 2004 07:39 am, Luis Finotti wrote: > Dear all, > > I recently upgraded my kernel from 2.4.3 to 2.4.18-k7 > (I'm running a 1.2GHz Athlon) and now my computer > won't turn off the power with "shutdown -h". (I did > the "apt-get install kernel-image-2.4.18-k7" way.) > The old kern

Re: recompiling the kernel with APM support

2004-05-26 Thread s. keeling
Incoming from Luis Finotti: > > I recently upgraded my kernel from 2.4.3 to 2.4.18-k7 > (I'm running a 1.2GHz Athlon) and now my computer > won't turn off the power with "shutdown -h". (I did > the "apt-get install kernel-image-2.4.18-k7" way.) > The old kernel did turn off the power. The confi

Re: recompiling the kernel

2001-04-04 Thread Karsten Heymann
On Wed, 4 Apr 2001, Michael Soulier wrote: > On Wed, Apr 04, 2001 at 12:07:11PM -0300, Ted Gervais wrote: > > > > I want to make some changes to my kernel in my newly installed debian system > > and am used to going to the directory where the kernel source is located > > and > > typing 'make me

Re: recompiling the kernel

2001-04-04 Thread Michael Soulier
On Wed, Apr 04, 2001 at 12:07:11PM -0300, Ted Gervais wrote: > > I want to make some changes to my kernel in my newly installed debian system > and am used to going to the directory where the kernel source is located and > typing 'make menuconfig'. It seems that Debian does things differently. >

Re: recompiling the kernel

2001-04-04 Thread Vinh Truong
* Ted Gervais <[EMAIL PROTECTED]> [010404 11:06]: > > I want to make some changes to my kernel in my newly installed debian system > and am used to going to the directory where the kernel source is located and > typing 'make menuconfig'. It seems that Debian does things differently. u can do th

Re: recompiling the kernel

2001-04-04 Thread Daniel Freedman
On Wed, Apr 04, 2001, Ted Gervais wrote: > > I want to make some changes to my kernel in my newly installed debian system > and am used to going to the directory where the kernel source is located and > typing 'make menuconfig'. It seems that Debian does things differently. > > How is this don

Re: Recompiling the kernel.

2000-11-26 Thread Brian McGroarty
On Sun, Nov 26, 2000 at 12:16:10PM +, Adam Langley wrote: > On Sat, Nov 25, 2000 at 09:56:46PM -0300, Ariel Manzur wrote: > > is it possible to get a configuration file for the > > current kernel, to load on menuconfig, so I can modify the configuration > > from there? > > Here's mine - I hope

Re: Recompiling the kernel.

2000-11-26 Thread Adam Langley
On Sat, Nov 25, 2000 at 09:56:46PM -0300, Ariel Manzur wrote: > is it possible to get a configuration file for the > current kernel, to load on menuconfig, so I can modify the configuration > from there? Here's mine - I hope it works for you. AGL -- In an orderly world, there's always a place f

Re: REcompiling the kernel on non root partition.

2000-11-13 Thread Ethan Benson
On Tue, Nov 14, 2000 at 01:27:49PM +1100, Kieren Diment wrote: > Due to lack of disk space I am having trouble recompiling my kernel. > my system lives on hda2, and I want to use my redundant vfat partition > on hda1 to recompile the kernel > When I > tar -x -f kernel-source-2.2.17.tar > >

RE: Recompiling the Kernel?

2000-02-01 Thread tschmid
> Is there a Debian-specific howto or man page for recompiling > the kernel? That's covered in the "Debian Installation Manual" (available at www.debian.org in pdf-format). Tobias

Re: Recompiling the Kernel?

2000-01-31 Thread Jim McCloskey
|> Is there a Debian-specific howto or man page for recompiling |> the kernel? A good source is Dale Scheetz' book which is published by Linuxpress and which you can read on-line for free at: http://www.linuxpress.com/debusered2.html Instructions for compiling the kernel in the Debian-specifi

Re: Recompiling the Kernel?

2000-01-31 Thread rick
In article <[EMAIL PROTECTED]> you wrote: > Is there a Debian-specific howto or man page for recompiling > the kernel? I apt-got the kernel-source-2.2.14 and > kernel-package packages, but after installation, /usr/src > did not have a directory containing the source for kernel > 2.2.14 - just a s

Re: recompiling the kernel

1997-12-14 Thread G John Lapeyre
I have no idea whats going on, but I did find this: /usr/src/kernel-source-2.0.30/drivers/char/uni_hash.tbl On Sun, 14 Dec 1997, Aaron Brick wrote: > > I tried today to recompile my kernel, but after a few minutes of working > fine, it quit, giving me these errors: > > consolemap.c:303: uni