Re: Own kernel doesn't work

2003-01-23 Thread Colin Watson
On Thu, Jan 23, 2003 at 08:44:36PM +, Tim wrote: > [EMAIL PROTECTED] wrote: > >make-kpkg --revision=your.kernel.name.1.0 kernel-image > >dpkg -i your.kernel.name.1.0.deb > > Just so my notes are correct, is it kernel_image or kernel-image, and > does it make a difference? The man page only d

Re: Own kernel doesn't work

2003-01-23 Thread Benedict Verheyen
Op do 23-01-2003, om 21:44 schreef Tim: > [EMAIL PROTECTED] wrote: > > make-kpkg --revision=your.kernel.name.1.0 kernel-image > > dpkg -i your.kernel.name.1.0.deb > > Just so my notes are correct, is it kernel_image or kernel-image, and > does it make a difference? > > Tim man make-kpkg It's ke

Re: Own kernel doesn't work

2003-01-23 Thread Tim
[EMAIL PROTECTED] wrote: make-kpkg --revision=your.kernel.name.1.0 kernel-image dpkg -i your.kernel.name.1.0.deb Just so my notes are correct, is it kernel_image or kernel-image, and does it make a difference? Tim -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe"

Re: Own kernel doesn't work

2003-01-22 Thread Nathan E Norman
On Thu, Jan 23, 2003 at 03:28:24PM +1000, [EMAIL PROTECTED] wrote: > On Tue, Jan 21, 2003 at 10:35:18PM +0100, Michael Schlottke wrote: [ snip - the old way ] > Why don't you compile the kernel debian way: > > make-kpkg --revision=your.kernel.name.1.0 kernel-image > dpkg -i your.kernel.name.1.0

RE: Own kernel doesn't work

2003-01-22 Thread dbalder
On Tue, Jan 21, 2003 at 10:35:18PM +0100, Michael Schlottke wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > I have following problem with my new kernel I compiled myself: > > Making the kernel was perfectly ok: > > I got the kernel-source-2.4.18.tar.bz2 with dselect, bunzip2ed it, > u

Re: Own kernel doesn't work

2003-01-22 Thread Pigeon
On Tue, Jan 21, 2003 at 10:35:18PM +0100, Michael Schlottke wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > I have following problem with my new kernel I compiled myself: > > Making the kernel was perfectly ok: > > I got the kernel-source-2.4.18.tar.bz2 with dselect, bunzip2ed it, >

Re: Own kernel doesn't work

2003-01-21 Thread Hugh Saunders
On Tue, Jan 21, 2003 at 10:35:18PM +0100, Michael Schlottke wrote: [lots of stuff about kernel compilation] > Can anyone give me a hint what I could try else? 1. did you select the correct arch? try 386 if its failing. 2. use make-kpkg -shouldnt make any difference but is [i find] a better way of

Own kernel doesn't work

2003-01-21 Thread Michael Schlottke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have following problem with my new kernel I compiled myself: Making the kernel was perfectly ok: I got the kernel-source-2.4.18.tar.bz2 with dselect, bunzip2ed it, untared it. I ran make menuconfig make dep make clean make modules make modul