Re: compiling & installing kernels

2003-04-22 Thread Derek Broughton
From: "Emma Jane Hogbin" <[EMAIL PROTECTED]> > On Wed, Apr 16, 2003 at 08:41:00PM +0200, Michael Ott wrote: > > If you are using the default-debian-kernel (2.4.20) there are not all > > acpi-patches included. > > So if I did apt-get install kernel-source-2.4.20 I don't have the patched > kernel? A

Re: compiling & installing kernels

2003-04-17 Thread Emma Jane Hogbin
On Wed, Apr 16, 2003 at 08:41:00PM +0200, Michael Ott wrote: > If you are using the default-debian-kernel (2.4.20) there are not all > acpi-patches included. So if I did apt-get install kernel-source-2.4.20 I don't have the patched kernel? At one point I installed kernel headers for 2.4.20 because

Re: compiling & installing kernels

2003-04-17 Thread mi
Frédéric Bothamy [Donnerstag, 17. April 2003 00:42]: >| From man make-kpkg: >| clean Cleans the kernel source directory of all files created by target >|build, and runs a make distclean. (Please look at a Linux kernel >|Makefile for details). Please note that although we take care

Re: compiling & installing kernels

2003-04-16 Thread Frédéric Bothamy
* mi <[EMAIL PROTECTED]> [2003-04-16 21:26] : > Jayson Garrell [Mittwoch, 16. April 2003 17:28]: > >| Issue a 'make mrproper' before starting your make menuconfig or > >| whatever. Just make sure to cp you .config before doing so, 'cause it > >| will wipe it out. >

Re: compiling & installing kernels

2003-04-16 Thread mi
Jayson Garrell [Mittwoch, 16. April 2003 17:28]: >| Issue a 'make mrproper' before starting your make menuconfig or >| whatever. Just make sure to cp you .config before doing so, 'cause it >| will wipe it out. Does someb

Re: compiling & installing kernels

2003-04-16 Thread Michael Ott
On Wed, Apr 16, 2003 at 11:58:54PM +1000, ben wrote: > Thanks all for the help so far!! > > Finally got modules installed.. don't really no what I did wrong, but > they're in there now! > unfortunately my acpi is apparently not installed correctly (I have > selected everything in acpi when confi

Re: compiling & installing kernels

2003-04-16 Thread Kevin McKinley
On Thu, 17 Apr 2003 00:40:56 +1000 ben <[EMAIL PROTECTED]> wrote: > /usr/src/kernel-source-2.4.20/include/linux/modules/ksyms.ver:546: > warning: `del_timer_sync' > redefined/usr/src/kernel-source-2.4.20/include/linux/timer.h:30: warning: > this is the location of the previous definition > any id

RE: compiling & installing kernels

2003-04-16 Thread Jayson Garrell
: debian-laptop@lists.debian.org Subject: Re: compiling & installing kernels Ah fudge... now for some reason when I try to make bzImage I get some weird errors along the lines of: /usr/src/kernel-source-2.4.20/include/linux/modules/ksyms.ver:546: warning: `del_timer_sync' redefined /usr/

Re: compiling & installing kernels

2003-04-16 Thread ben
Ah fudge... now for some reason when I try to make bzImage I get some weird errors along the lines of: /usr/src/kernel-source-2.4.20/include/linux/modules/ksyms.ver:546: warning: `del_timer_sync' redefined /usr/src/kernel-source-2.4.20/include/linux/timer.h:30: warning: this is the location o

Re: compiling & installing kernels

2003-04-16 Thread ben
Thanks all for the help so far!! Finally got modules installed.. don't really no what I did wrong, but they're in there now! unfortunately my acpi is apparently not installed correctly (I have selected everything in acpi when configuring kernel as modules)according to klaptopdaemon.. will try

Re: compiling & installing kernels

2003-04-16 Thread mi
Ben Southwood [Mittwoch, 16. April 2003 05:14]: >| I must be doing something rather wrong! >| >| I have installed the new kernel, but none of the modules (like really >| none..) are loading.. when I did make modules it seemed to be doing >| everything, until the end where it said 'nothing to be do

Re: compiling & installing kernels

2003-04-16 Thread Michael Ott
Hallo Ben! > >2. Install the new kernel > > - cd /usr/src/linux > > - cp /usr/usr//.config /usr/src/linux/.config > > - make oldconfig > > > >3. Enable ACPI, and remove APM (the old power management modules/tools) > > - Under "general support": > > - turn ON Power Manag

Re: compiling & installing kernels

2003-04-16 Thread Alessandro Speranza
On Wed, 16 Apr 2003, Ben Southwood wrote: > > 4. Finish installing the new kernel > > - make dep > > - make clean > > - make bzImage > > - make modules > > - make modules_install > > > [snip] > I must be doing something rather wrong! > > I have installed the new kernel, but non

Re: compiling & installing kernels

2003-04-15 Thread Ben Southwood
Emma Jane Hogbin wrote: On Tue, Apr 15, 2003 at 01:27:28PM +1000, ben wrote: [snip] 2. Install the new kernel - cd /usr/src/linux - cp /usr/usr//.config /usr/src/linux/.config - make oldconfig 3. Enable ACPI, and remove APM (the old power management modules/tools)

Re: compiling & installing kernels

2003-04-15 Thread Kevin McKinley
On Tue, 15 Apr 2003 13:27:28 +1000 ben <[EMAIL PROTECTED]> wrote: > I am attempting to install a new kernel into my debian woody when I run > make menuconfig i get this: > > gilbertd:/usr/src/linux# make menuconfig > rm -f include/asm > ( cd include ; ln -sf asm-i386 asm) > make -C scripts/lxdia

Re: compiling & installing kernels

2003-04-15 Thread Mike Beattie
On Tue, Apr 15, 2003 at 01:27:28PM +1000, ben wrote: > I am attempting to install a new kernel into my debian woody when I run > make menuconfig i get this: ... > >>Unable to find the Ncurses libraries. > >> > >>You must have Ncurses installed in order > >>to use 'make menuconfig' ... > how do i

Re: compiling & installing kernels

2003-04-14 Thread Emma Jane Hogbin
On Tue, Apr 15, 2003 at 01:27:28PM +1000, ben wrote: > just wondering.. Do you have backups of everything from before you started? It sounds like starting from scratch might be useful This is what I did (approximately) to get acpi working. I was upgrading a 2.4.18 kernel and downloaded all ne