Re: Re: how are you kids compiling kernels these days?

2012-06-20 Thread ray
That is amazing. What is the difference in the results of the two methods? ray -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20120620182037.1753ead7c2b35a7d15c5b

Re: how are you kids compiling kernels these days?

2012-06-07 Thread Tom H
On Thu, May 31, 2012 at 10:30 PM, Stephen Powell wrote: > On Thu, 31 May 2012 06:18:06 -0400 (EDT), Tom H wrote: >> >> One of this list's regulars has a very good page: >> >> http://users.wowway.com/~zlinuxman/Kernel.htm > > Thanks for the vote of confidence, Tom. By the way, I think a lot > of th

Re: how are you kids compiling kernels these days?

2012-05-31 Thread Stephen Powell
On Thu, 31 May 2012 06:18:06 -0400 (EDT), Tom H wrote: > > One of this list's regulars has a very good page: > > http://users.wowway.com/~zlinuxman/Kernel.htm > Thanks for the vote of confidence, Tom. By the way, I think a lot of the confusion in this thread comes from the fact that a linux ke

Re: how are you kids compiling kernels these days?

2012-05-31 Thread Camaleón
On Wed, 30 May 2012 22:43:21 -0500, Paul Johnson wrote: > I've not built LInux kernels since, well, 1999, when I ran RedHat linux > (before EL existed). I've compiled separate modules for the touchpad > many times lately, but never a whole kernel. And never on a Debian > system. > > Now I've go

Re: how are you kids compiling kernels these days?

2012-05-31 Thread djbarney
Thanks ! Looks good. I have to add the part about "make config" to my guide. I'm writing it as I proceed with my own kernel compile. My aim is to make a guide that is accessible to Linux newbies while allowing them access to the full advantages of building a custom kernel. The clearest guide I hav

Re: how are you kids compiling kernels these days?

2012-05-31 Thread Wolodja Wentland
On Thu, May 31, 2012 at 00:37 -0500, Paul Johnson wrote: [...] > but they are for kernel 2.6. This one is really frustrating. > > $ apt-get source linux-image-3.2.0-2-amd64 [...] > Picking 'linux-2.6' as source package instead of 'linux-image-3.2.0-2-amd64' [...] > Get:1 http://ftp.debian.or

Re: how are you kids compiling kernels these days?

2012-05-31 Thread Tom H
On Thu, May 31, 2012 at 5:19 AM, wrote: > > I had the same problem. I had not built the kernel for about a decade. I > found the Debian kernel docs lacking. Linux Documentation Project does not > have a current guide. So I went back to the vanilla way of building and > started writing my own guid

Re: how are you kids compiling kernels these days?

2012-05-31 Thread Tom H
On Thu, May 31, 2012 at 5:16 AM, Lisi wrote: > On Thursday 31 May 2012 09:58:22 Tom H wrote: >> On Wed, May 30, 2012 at 11:43 PM, Paul Johnson wrote: >>> >>> How to get the kernel source? >>> >>> $ apt-get source linux-3.2.0 >>> Reading package lists... Done >>> Building dependency tree >>> Readi

Re: how are you kids compiling kernels these days?

2012-05-31 Thread djbarney
I had the same problem. I had not built the kernel for about a decade. I found the Debian kernel docs lacking. Linux Documentation Project does not have a current guide. So I went back to the vanilla way of building and started writing my own guide ... http://stargate.djbarney.org/freelinking/Comp

Re: how are you kids compiling kernels these days?

2012-05-31 Thread shawn wilson
On Thu, May 31, 2012 at 5:16 AM, Lisi wrote: > > I have seen no mention of Paul's sources.list.  Surely it is not impossible > for there to be an error there, even just a typo? > not without apt spitting out an error with a 'run -f install to fix this'. also, per a prior comment about grabbing

Re: how are you kids compiling kernels these days?

2012-05-31 Thread Lisi
On Thursday 31 May 2012 09:58:22 Tom H wrote: > On Wed, May 30, 2012 at 11:43 PM, Paul Johnson wrote: > > How to get the kernel source? > > > > $ apt-get source linux-3.2.0 > > Reading package lists... Done > > Building dependency tree > > Reading state information... Done > > E: Unable to find a

Re: how are you kids compiling kernels these days?

2012-05-31 Thread Tom H
On Wed, May 30, 2012 at 11:43 PM, Paul Johnson wrote: > > How to get the kernel source? > > $ apt-get source linux-3.2.0 > Reading package lists... Done > Building dependency tree > Reading state information... Done > E: Unable to find a source package for linux-3.2.0 > > Seems like that ought to

Re: how are you kids compiling kernels these days?

2012-05-31 Thread Jonathan Nieder
Hi Paul, Paul Johnson wrote: > Now I've got a laptop with an Intel Centrino Ultimate 6300 wireless > device and it has been very unstable when joining wireless networks. I > complained about it in the intel wireless support page and today a > technician answered me back with a kernel patch. > > h

Re: how are you kids compiling kernels these days?

2012-05-30 Thread Ralf Mardorf
Why don't you use the config of your Debian, but get the source from kernel.org? >From a script I used with Debian/AVLinux: #!/bin/sh # sh rt4debian-av [snip] apt-get update apt-get install fakeroot build-essential crash kexec-tools makedumpfile kernel-package kernel-wedge apt-get install libncur

Re: how are you kids compiling kernels these days?

2012-05-30 Thread Stan Hoeppner
On 5/31/2012 12:37 AM, Paul Johnson wrote: > $ apt-get source linux-??? "apt-get" downloads files from repositories. "apt-cache search" looks through your downloaded package lists to find matches to your search criteria. Put simply, you're using the wrong command. Search, find the one you want

Re: how are you kids compiling kernels these days?

2012-05-30 Thread Stan Hoeppner
Response coming from the Show Me State. ;) On 5/30/2012 10:43 PM, Paul Johnson wrote: > http://bugzilla.intellinuxwireless.org/show_bug.cgi?id=2346 Please note Pradeep's last remark after the to-do list: "Please let know if you need help." He has far more experience with what he's instructing

Re: how are you kids compiling kernels these days?

2012-05-30 Thread Richard Hector
On 31/05/12 17:37, Paul Johnson wrote: > On Wed, May 30, 2012 at 11:04 PM, a0z wrote: >> On 31/05/12 04:43, Paul Johnson wrote: >>> I've tried every variation I can think of. >>> >> >> Have you tried "apt-cache search"? >> >> >> a0z@kit:~$ apt-cache search linux 3.2 amd64 >> linux-headers-3.2.0-2-

Re: how are you kids compiling kernels these days?

2012-05-30 Thread Paul Johnson
On Wed, May 30, 2012 at 11:04 PM, a0z wrote: > On 31/05/12 04:43, Paul Johnson wrote: >> I've tried every variation I can think of. >> > > Have you tried "apt-cache search"? > > > a0z@kit:~$ apt-cache search linux 3.2 amd64 > linux-headers-3.2.0-2-all-amd64 - All header files for Linux 3.2 > (meta

Re: how are you kids compiling kernels these days?

2012-05-30 Thread a0z
On 31/05/12 04:43, Paul Johnson wrote: > I've tried every variation I can think of. > Have you tried "apt-cache search"? a0z@kit:~$ apt-cache search linux 3.2 amd64 linux-headers-3.2.0-2-all-amd64 - All header files for Linux 3.2 (meta-package) linux-headers-3.2.0-2-amd64 - Header files for Lin

how are you kids compiling kernels these days?

2012-05-30 Thread Paul Johnson
I've not built LInux kernels since, well, 1999, when I ran RedHat linux (before EL existed). I've compiled separate modules for the touchpad many times lately, but never a whole kernel. And never on a Debian system. Now I've got a laptop with an Intel Centrino Ultimate 6300 wireless device and i

Re: debian on imac - compiling kernels

2004-06-02 Thread Mal Beaton
J.H.M. Dassen (Ray) wrote: On Mon, May 31, 2004 at 08:48:16 +1000, Mal Beaton wrote: I copied the old 2.4 config to the source of the 2.6.6 and did make oldconfig There have been many changes between 2.4 and 2.6 in how config options are named, how they depend on eachother, what the defaults are e

Re: debian on imac - compiling kernels

2004-06-02 Thread J.H.M. Dassen (Ray)
On Mon, May 31, 2004 at 08:48:16 +1000, Mal Beaton wrote: > I copied the old 2.4 config to the source of the 2.6.6 and did make > oldconfig There have been many changes between 2.4 and 2.6 in how config options are named, how they depend on eachother, what the defaults are etc. A copied 2.4 config

debian on imac - compiling kernels

2004-05-30 Thread Mal Beaton
I have just been playing with installing debian on an imac computer i just got hold of. The standard installation went fine. All boots and kde works I decided to compile a 2.6.6 kernel to see how it would go I copied the old 2.4 config to the source of the 2.6.6 and did make oldconfig answered all

Re: Compiling kernels - choosing options

2001-09-16 Thread dman
On Mon, Sep 17, 2001 at 01:38:09PM +1200, Richard Hector wrote: | Hi all, | | Whenever I have compiled a kernel - twice so far on Debian, many times | on Slackware - I've struck this issue. | | There are several features of a kernel that are expected to be | configured a particular way for a part

Compiling kernels - choosing options

2001-09-16 Thread Richard Hector
Hi all, Whenever I have compiled a kernel - twice so far on Debian, many times on Slackware - I've struck this issue. There are several features of a kernel that are expected to be configured a particular way for a particular distribution. For example, proc fs support, UNIX98 ptys or whatever th

Re: problem compiling kernels

2001-01-21 Thread Jonathan D. Proulx
Ok, now I feel a bit of a fool, this does seem to be a bug either in the kernel source (non-debian), or in the way kernel-package parses v2.4 info. I looked at my last mail and realized I was builing a "test" kernel on an "unstable" system. I logged into my workstation running "stable" with 2.2.

Re: problem compiling kernels

2001-01-21 Thread Diego Biurrun
On Sun, Jan 21, 2001 at 12:08:43PM -0500, Jonathan D. Proulx wrote: > > cd /usr/src/linux > sudo make-kpkg clean > sudo make-kpkg kernel_image -revision=custom.1.0 > complains about arch=i386-none in many ways > sudo make-kpkg -arch=i386 -revision=custom.1.0 The difference is very subtle, b

Re: problem compiling kernels

2001-01-21 Thread Jonathan D. Proulx
On Sun, Jan 21, 2001 at 12:10:03PM +, Phillip Deackes wrote: :I have just picked up on this thread, so excuse me if I am not answering your :question! : :The Debian way of compiling the kernel is *so* easy. What I do is this: : :Unpack the kernel source into /usr/src :Change the name of the di

Re: problem compiling kernels

2001-01-21 Thread Phillip Deackes
On Sat, 20 Jan 2001 21:57:52 -0500, Jonathan D. Proulx said: > > Package fails to spend adequate time reading documentation :) > > I'm sure there's bugs since it's software, but that's not the problem > I'm having just to lazy to RTFM, as I have another way to do what I > need. I have ju

Re: problem compiling kernels

2001-01-20 Thread Jonathan D. Proulx
On Sat, Jan 20, 2001 at 07:45:18PM -0600, Manoj Srivastava wrote: :>>"Jonathan" == Jonathan D Proulx <[EMAIL PROTECTED]> writes: : : Jonathan> Personally I've built alot of kernels, but have never got kpkg to : Jonathan> behave. Probably because I can build a kernel without it and thus : Jonathan>

Re: problem compiling kernels

2001-01-20 Thread Manoj Srivastava
>>"Jonathan" == Jonathan D Proulx <[EMAIL PROTECTED]> writes: Jonathan> Personally I've built alot of kernels, but have never got kpkg to Jonathan> behave. Probably because I can build a kernel without it and thus Jonathan> haven't spent the time to really learn how to use this tool.

Re: problem compiling kernels

2001-01-20 Thread Jonathan D. Proulx
Hi, The easies (though perhaps not most elegant) way to prevent this in the future is to move your modules directory befor the make modules_install, tar up the modules directory from the build then move your old modules back. Your probably going to need to either use the kernel you build or if th

Re: problem compiling kernels

2001-01-20 Thread Casey Webster
was included as a > module, try '/sbin/modprobe -v ppp' > > -->'modprobe -v ppp' fails too. > > I don't know why this is happening b/c everything was working fine > before I started compiling kernels. > I don't know if 'make module

problem compiling kernels

2001-01-20 Thread Philipp Bliedung
modprobe -v ppp' fails too. I don't know why this is happening b/c everything was working fine before I started compiling kernels. I don't know if 'make modules_install' is the cause for this but I guess it is. (I don't have a lot of experience in compiling kernels) Can anybody tell what causes this and how I can avoid this in the future? TIA Philipp

Re: Compiling kernels

2000-11-07 Thread Matthew Sackman
On Monday 06 November 2000 22:57, Matthew Sackman wrote: > Thank you so much for this info: /usr/doc/kernel-package/README (and other > files) give NO info regarding this 'make-kpkg buildpackage'. The man pages > only briefly mention it. > > I'll let you know whether this works or not! Yeah - it

Re: Compiling kernels

2000-11-07 Thread Frederik Vanrenterghem
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 7 Nov 2000, David Teague wrote: > > You say that installing the kernel package will "... prompt you to > run lilo..." Do I assume correctly: I have to modify /etc/lilo.conf, > that is, the installation does not do this for me? (It has been a >

Re: Compiling kernels

2000-11-07 Thread David Teague
On 6 Nov 2000, David Z. Maze wrote: > Timo Benk <[EMAIL PROTECTED]> writes: > TB> Hi, > TB> On Mon, 6 Nov 2000, Matthew Sackman wrote: > MS> The problem is that my kernels refuse to install. I have [snip -- non-deb kernel compile sequence -- ] > David M. answers: > It's far easier and cleane

Re: Compiling kernels

2000-11-06 Thread Matthew Sackman
On Monday 06 November 2000 20:25, David Z. Maze wrote: > Timo Benk <[EMAIL PROTECTED]> writes: > TB> Hi, > TB> On Mon, 6 Nov 2000, Matthew Sackman wrote: > MS> The problem is that my kernels refuse to install. I have > MS> downloaded the kernels from ftp.kernel.org, unpacked > MS> them. Configur

Re: Compiling kernels

2000-11-06 Thread David Z. Maze
Timo Benk <[EMAIL PROTECTED]> writes: TB> Hi, TB> On Mon, 6 Nov 2000, Matthew Sackman wrote: MS> The problem is that my kernels refuse to install. I have MS> downloaded the kernels from ftp.kernel.org, unpacked MS> them. Configured them using menuconfig, TB> If I understand you right you downloa

Re: Compiling kernels

2000-11-06 Thread Timo Benk
Hi, On Mon, 6 Nov 2000, Matthew Sackman wrote: > The problem is that my kernels refuse to install. I have downloaded the > kernels from ftp.kernel.org, unpacked them. Configured them using menuconfig, If I understand you right you downloaded a tarball from kernel.org and no deb file. If so you h

Compiling kernels

2000-11-06 Thread Matthew Sackman
Dear all! I've possibly asked this one before but have not got any where, and am still puzzeled as to how to dort this one out! The problem is that my kernels refuse to install. I have downloaded the kernels from ftp.kernel.org, unpacked them. Configured them using menuconfig, and then cleaned

Re: Compiling kernels

2000-06-12 Thread Henrique M Holschuh
On Sun, 11 Jun 2000, Henrique M Holschuh wrote: > > This seems to work ok - SMP is enabled and the SCSI controller works - > > but during the load process, immediately after "Calculating module > > dependencies" I get a lot of "insmod *** unresolved symbols in > > lib/modules/x.x.x/misc/abcde messa

Re: Compiling kernels

2000-06-11 Thread Tom Furie
On Mon, Jun 12, 2000 at 12:41:21AM +0100, Lee Elliott wrote: > This seems to work ok - SMP is enabled and the SCSI controller works - > but during the load process, immediately after "Calculating module > dependencies" I get a lot of "insmod *** unresolved symbols in > lib/modules/x.x.x/misc/abcde

Re: Compiling kernels

2000-06-11 Thread Corey Popelier
n > lib/modules/x.x.x/misc/abcde messages displayed. I haven't been able to > find a log in /var/log/ that shows these messages and they go by pretty > quick, but they all appear to refer to stuff that I didn't select when I > went through the make xconfig step, like irda and

Re: Compiling kernels

2000-06-11 Thread Henrique M Holschuh
ven't been able to This is some crap with the timestamps and limitiations of depmod, I think. Run depmod -a as root to fix. Or just ignore it. > Also, I've heard that gcc 2.95 shouldn't be used for compiling kernels - > I've got both 2.95 and 2.7.2 installed - how do I spec

Compiling kernels

2000-06-11 Thread Lee Elliott
quick, but they all appear to refer to stuff that I didn't select when I went through the make xconfig step, like irda and floppy tape. Other than that, the kernel seems stable and works ok, but I'm obviously doing something wrong. Also, I've heard that gcc 2.95 shouldn't be us

errors in sources while compiling Kernels

1999-02-02 Thread Ingo Hohmann
Hi, I just tried to compile a Kernel from source (2.0.34 from my hamm- distribution) and there were errors in the source code: /usr/src/linux/arch/i368/kernel/ptrace.c (Line 87): static unsigned long get_long(struct task_struct * tsk, struct vm_area_struct * vma, unsigned long addr {

Re: Compiling kernels

1998-11-11 Thread Helge Hafting
> Is any one here a kernel guru? I posted a problem a couple of times this > week that no one seems to be able to help me with. Is there much difference > in success and error when using xconfig and the other make options? I tried I use make menuconfig, xconfig just wouldn't run for me. > usi

Re: Compiling kernels

1998-11-11 Thread Peter Berlau
On Tue, Nov 10, 1998 at 11:40:42PM -0600, Cristov Russell wrote: Hi Cristov > > Is any one here a kernel guru? I posted a problem a couple of times this I'm not a kernel guru, maybe I can help You there 2 ways to build a kernel, the traditionell cd /usr/src/linux Steps: 1. make xconfig, ore make

Re: Compiling kernels

1998-11-11 Thread Frank Barknecht
Cristov Russell hat gesagt: // Cristov Russell wrote: > Is any one here a kernel guru? I posted a problem a couple of times this > week that no one seems to be able to help me with. Is there much difference > in success and error when using xconfig and the other make options? I tried > using xc

Compiling kernels

1998-11-11 Thread Cristov Russell
Hello. Is any one here a kernel guru? I posted a problem a couple of times this week that no one seems to be able to help me with. Is there much difference in success and error when using xconfig and the other make options? I tried using xconfig to rebuild my kernel for sound. I'm sure added

Error compiling kernels (2.0 and 2.1) with upgraded bo->hamm

1998-07-29 Thread Ulisses Alonso
Hi, I would like to know if someone knows what can cause the following error in the linker while building a kernel (2.0 or 2.1), but no while building apps Any comment will be greatly appreciated, regards Ulisses make[1]: Leaving directory `/root/kernel/linux/ar