Re: how to building a custom kernel in Debian sid

2020-06-18 Thread Jeroen Diederen
Hi, I did some extensive hardware testing and I found out that my DIMM RAM module is not ok. You were right Adrian, thanks! John Paul Adrian Glaubitz schreef op 2020-06-17 08:59: Hello! On 6/17/20 8:15 AM, Jeroen Diederen wrote: I tried several times to build a custom kernel in Debian sid. E

Re: how to building a custom kernel in Debian sid

2020-06-17 Thread John Paul Adrian Glaubitz
On 6/17/20 8:59 AM, John Paul Adrian Glaubitz wrote: > On 6/17/20 8:15 AM, Jeroen Diederen wrote: >> I tried several times to build a custom kernel in Debian sid. Each time I >> get segmentation >> faults or other errors and automatic building in pbuilder also does not work. > > If you are seeing

Re: how to building a custom kernel in Debian sid

2020-06-17 Thread John Paul Adrian Glaubitz
Hello! On 6/17/20 8:15 AM, Jeroen Diederen wrote: > I tried several times to build a custom kernel in Debian sid. Each time I get > segmentation > faults or other errors and automatic building in pbuilder also does not work. If you are seeing segmentation faults during a normal kernel compile, y

how to building a custom kernel in Debian sid

2020-06-16 Thread Jeroen Diederen
Hi all, I tried several times to build a custom kernel in Debian sid. Each time I get segmentation faults or other errors and automatic building in pbuilder also does not work. Can someone please give me a link to documentation that will lead to success? All I want is a ppc64 kernel with 4K PAG

Re: Building a Custom Kernel

2005-03-03 Thread Sven Luther
On Tue, Mar 01, 2005 at 10:16:53PM +, Ben Hill wrote: > Hi, > > Could anyone give me a quick bullet-point list of the stages of building > a 2.6.8 powerpc kernel? Don't. > I'm used to the traditional method, but I'd like to do it the Debian > way. man make-kpkg should give you all the info

Re: Building a Custom Kernel

2005-03-02 Thread Eric Gaumer
Brandon Lewis wrote: Kernel sources from Debian are already patched. Just apt-get the source for the kernel version you want and those sources will be patched already. Does this include the nubus patch? --Brandon It's a separate patch and there's actually a kernel image for it. kernel-patch-2.4.27

Re: Building a Custom Kernel

2005-03-02 Thread Brandon Lewis
Kernel sources from Debian are already patched. Just apt-get the source for the kernel version you want and those sources will be patched already. Does this include the nubus patch? --Brandon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PR

Re: Building a Custom Kernel

2005-03-02 Thread Ben Hill
On Wed, 2005-03-02 at 10:09 -0800, Eric Gaumer wrote: > You seem to be on the right track, it's just a matter of properly > configuring the kernel. A > good place to start is by copying the Debian config file located in > the boot directory. Perfect, that's just what I was looking for. :-D Cheers

Re: Building a Custom Kernel

2005-03-02 Thread Eric Gaumer
Ben Hill wrote: On Wed, 2005-03-02 at 00:29 -0800, Eric Gaumer wrote: Just configure it calling which ever target you like: o config o menuconfig o xconfig o gconfig o oldconfig Then just run: ]$ make-kpkg clean ]$ fakeroot make-kpkg --append_to_version -custom --revision=1.0 --initrd kernel-image

Re: Building a Custom Kernel

2005-03-02 Thread Ben Hill
On Wed, 2005-03-02 at 00:29 -0800, Eric Gaumer wrote: > Just configure it calling which ever target you like: > > o config > o menuconfig > o xconfig > o gconfig > o oldconfig > > Then just run: > > ]$ make-kpkg clean > ]$ fakeroot make-kpkg --append_to_version -custom --revision=1.0 --initrd >

Re: Building a Custom Kernel

2005-03-02 Thread Eric Gaumer
Ben Hill wrote: On Tue, 2005-03-01 at 18:07 -0800, Eric Gaumer wrote: That driver was pulled from Debian kernel sources due to binary blobs in the source. You can patch it back in but I doubt you need to for PPC. Isn't there a package for this though? I thought that code was simply moved to non-f

Re: Building a Custom Kernel

2005-03-02 Thread Ben Hill
On Wed, 2005-03-02 at 08:15 +, Ben Hill wrote: > On Tue, 2005-03-01 at 18:07 -0800, Eric Gaumer wrote: > > > > That driver was pulled from Debian kernel sources due to binary blobs in > > the source. You can > > patch it back in but I doubt you need to for PPC. > > > > Isn't there a package

Re: Building a Custom Kernel

2005-03-02 Thread Ben Hill
On Tue, 2005-03-01 at 18:07 -0800, Eric Gaumer wrote: > > That driver was pulled from Debian kernel sources due to binary blobs in the > source. You can > patch it back in but I doubt you need to for PPC. > > Isn't there a package for this though? I thought that code was simply moved > to non-f

Re: Building a Custom Kernel

2005-03-01 Thread Eric Gaumer
Ben Hill wrote: On Tue, 2005-03-01 at 22:30 +, Ben Hill wrote: On Tue, 2005-03-01 at 22:21 +, Lee Braiden wrote: On Tuesday 01 March 2005 22:16, Ben Hill wrote: Could anyone give me a quick bullet-point list of the stages of building a 2.6.8 powerpc kernel? I'm used to the traditional metho

Re: Building a Custom Kernel

2005-03-01 Thread Ben Hill
On Tue, 2005-03-01 at 22:30 +, Ben Hill wrote: > On Tue, 2005-03-01 at 22:21 +, Lee Braiden wrote: > > On Tuesday 01 March 2005 22:16, Ben Hill wrote: > > > Could anyone give me a quick bullet-point list of the stages of building > > > a 2.6.8 powerpc kernel? > > > > > > I'm used to the tra

Re: Building a Custom Kernel

2005-03-01 Thread Ben Hill
On Tue, 2005-03-01 at 22:21 +, Lee Braiden wrote: > On Tuesday 01 March 2005 22:16, Ben Hill wrote: > > Could anyone give me a quick bullet-point list of the stages of building > > a 2.6.8 powerpc kernel? > > > > I'm used to the traditional method, but I'd like to do it the Debian > > way. > >

Re: Building a Custom Kernel

2005-03-01 Thread Djoume SALVETTI
Le mardi 03/01/05 Ben Hill <[EMAIL PROTECTED]> a écrit : > Could anyone give me a quick bullet-point list of the stages of building > a 2.6.8 powerpc kernel? > > I'm used to the traditional method, but I'd like to do it the Debian > way. http://newbiedoc.sourceforge.net/system/kernel-pkg.html --

Re: Building a Custom Kernel

2005-03-01 Thread Lee Braiden
On Tuesday 01 March 2005 22:16, Ben Hill wrote: > Could anyone give me a quick bullet-point list of the stages of building > a 2.6.8 powerpc kernel? > > I'm used to the traditional method, but I'd like to do it the Debian > way. apt-get install kernel-source-2.6.8 cd /usr/src tar xvjf kernel-sourc

Building a Custom Kernel

2005-03-01 Thread Ben Hill
Hi, Could anyone give me a quick bullet-point list of the stages of building a 2.6.8 powerpc kernel? I'm used to the traditional method, but I'd like to do it the Debian way. Cheers, Ben -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PR