On 2024-01-10, Herb Garcia wrote:
> Does this method also create the modules?
>> make menuconfig
this one permits you to change kernel parameters if needed
>> make bindeb-pkg
this one compiles kernel and produces
linux-headers-*.deb
linux-image-*.deb
linux-image contains kernel and internal
Does this method also create the modules?
-Herb
On Tue, 2024-01-09 at 13:17 +0100, Michel Verdier wrote:
> On 2024-01-08, Herb Garcia wrote:
>
> > I was able to compile Linux kernel 6.1.X.
> >
> > When I tried compiling kernel 6.5.x and ran into issues.
> >
> > I download the required depen
On 2024-01-09, HP Garcia wrote:
> What dependencies did you install?
All are installed with those commands, thanks Debian :)
apt build-dep linux
apt install build-essential libncurses-dev
(last one for running menuconfig with ncurses)
What dependencies did you install?
~Herb
On Tue, Jan 9, 2024, 7:23 AM Michel Verdier wrote:
> On 2024-01-08, Herb Garcia wrote:
>
> > I was able to compile Linux kernel 6.1.X.
> >
> > When I tried compiling kernel 6.5.x and ran into issues.
> >
> > I download the required dependencies as requir
On 2024-01-08, Herb Garcia wrote:
> I was able to compile Linux kernel 6.1.X.
>
> When I tried compiling kernel 6.5.x and ran into issues.
>
> I download the required dependencies as required per
> https://www.kernel.org/doc/html/v6.7/process/changes.html#changes
To compile 6.5 I do
apt build-
On Wed, 25 Jan 2012 15:40:24 +0500, Syed Hasan Atizaz wrote:
> I like to know where can i get the information in detail for compiling
> kernel, loading modules and installing programs from scratch. i never
> did it before. I installed virtual box recently and looking to play with
> it.
For kernel
thanks everyone :)
On Fri, Jan 27, 2012 at 9:30 PM, Stephen Powell wrote:
> On Thu, 26 Jan 2012 14:30:39 -0500 (EST), Ralf Mardorf wrote:
>>
>> I usually run
>>
>> make-kpkg clean
>> make-kpkg --rootcmd fakeroot --initrd kernel-image kernel-headers
>>
>> headers are often needed.
>
> I only build
On Thu, 26 Jan 2012 14:30:39 -0500 (EST), Ralf Mardorf wrote:
>
> I usually run
>
> make-kpkg clean
> make-kpkg --rootcmd fakeroot --initrd kernel-image kernel-headers
>
> headers are often needed.
I only build a headers package if I really need one. Most of the
time I don't. That is one of t
On Thu, 26 Jan 2012 04:54:12 -0500 (EST), Jon Dowland wrote:
> On 25/01/12 23:38, Stephen Powell wrote:
>> Did you use the --initrd option when you invoked make-kpkg?
>
> I thought make-kpkg was deprecated years ago?
> ...
That depends on who you talk to. The kernel team used to use it
to build
On Thu, 2012-01-26 at 14:42 +0100, maderios wrote:
> On 01/25/2012 09:21 PM, Syed Hasan Atizaz wrote:
> > I am able to compile the kernel for i386, however no initial ram disk
> > image is created, i did with the help of mkinitramfs though it was
> > empty, still unable to boot.
> You need both ma
On Thu, 2012-01-26 at 09:55 +, Jon Dowland wrote:
> On 26/01/12 09:38, Lisi wrote:
> > What, in this context, does pae mean?
>
> pae means "physical address extensions", was otherwise known as "bigmem"
> in Debian packaging until recently. It's necessary to
> see/use ≥ 4G of RAM on a 32bit ke
On 01/25/2012 09:21 PM, Syed Hasan Atizaz wrote:
I am able to compile the kernel for i386, however no initial ram disk
image is created, i did with the help of mkinitramfs though it was
empty, still unable to boot.
You need both make-kpkg and initramfs-tools
Then:
make-kpkg kernel_image --initr
On Thursday 26 January 2012 09:55:02 Jon Dowland wrote:
> On 26/01/12 09:38, Lisi wrote:
> > What, in this context, does pae mean?
>
> pae means "physical address extensions", was otherwise known as "bigmem"
> in Debian packaging until recently. It's necessary to
> see/use ≥ 4G of RAM on a 32bit ke
On 26/01/12 09:38, Lisi wrote:
What, in this context, does pae mean?
pae means "physical address extensions", was otherwise known as "bigmem"
in Debian packaging until recently. It's necessary to
see/use ≥ 4G of RAM on a 32bit kernel.
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.de
On 25/01/12 23:38, Stephen Powell wrote:
Did you use the --initrd option when you invoked make-kpkg?
I thought make-kpkg was deprecated years ago?
Last time I built a kernel I did via a git clone from the linux git
repository. When I installed it, some magic somewhere automatically
ran mkin
On Wednesday 25 January 2012 15:22:30 kei...@strucktower.com wrote:
> The best tutorial I have found describing the Debian way to compile the
> kernel is Steve Powell's pae:
Just clicked. It is a typo for page. Doh! :-( Considering how many typos I
make, you'd think that I ought to be able to
On Wednesday 25 January 2012 15:22:30 kei...@strucktower.com wrote:
> The best tutorial I have found describing the Debian way to compile the
> kernel is Steve Powell's pae:
What, in this context, does pae mean?
Lisi
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subj
On Wed, 25 Jan 2012 15:21:46 -0500 (EST), Syed Hasan Atizaz wrote:
>
> I am able to compile the kernel for i386, however no initial ram disk
> image is created, i did with the help of mkinitramfs though it was
> empty, still unable to boot.
Did you use the --initrd option when you invoked make-kp
I am able to compile the kernel for i386, however no initial ram disk
image is created, i did with the help of mkinitramfs though it was
empty, still unable to boot.
On Wed, Jan 25, 2012 at 8:27 PM, Syed Hasan Atizaz
wrote:
> isnt it suppose to be
>
> /boot/config-$(uname -r) .config ?
> plus wha
The best tutorial I have found describing the Debian way to compile the
kernel is Steve Powell's pae:
http://users.wowway.com/~zlinuxman/Kernel.htm
There are lots of others, just google around, but be wary of older pages
and read Steve's page first.
I have no idea how using virtual box may affec
isnt it suppose to be
/boot/config-$(uname -r) .config ?
plus what type of configuration it stores ? just curious.
On Wed, Jan 25, 2012 at 8:22 PM, wrote:
> The best tutorial I have found describing the Debian way to compile the
> kernel is Steve Powell's pae:
>
> http://users.wowway.com/~zlinu
On 25/01/12 10:40, Syed Hasan Atizaz wrote:
I like to know where can i get the information in detail for compiling
kernel, loading modules and installing programs from scratch. i never
did it before. I installed virtual box recently and looking to play
with it.
Download the kernel sources from
Wackojacko wrote:
Arthur Marsh wrote:
bzip2 -dc linux-source-2.6.17.tar.bz2|tar -xvf /dev/fd/0
bzip2 -dc alsa-driver.tar.bz2|tar -xvf /dev/fd/0
bzip2 -dc realtime-lsm.tar.bz2|tar -xvf /dev/fd/0
Minor point but this can be done in one step with
tar -xvjf filename.tar.bz2
or
tar -xvzf filename
Arthur Marsh wrote:
bzip2 -dc linux-source-2.6.17.tar.bz2|tar -xvf /dev/fd/0
bzip2 -dc alsa-driver.tar.bz2|tar -xvf /dev/fd/0
bzip2 -dc realtime-lsm.tar.bz2|tar -xvf /dev/fd/0
Minor point but this can be done in one step with
tar -xvjf filename.tar.bz2
or
tar -xvzf filename.tar.gz
see man ta
On Sun, Jul 30, 2006 at 06:46:53 -0400, Chuckk Hubbard wrote:
> Thank you so much. But...
>
> On 7/30/06, Arthur Marsh <[EMAIL PROTECTED]> wrote:
> >At the end, assuming that you had all the required disk space and
> >packages, you have a package created:
> >
> >/usr/src/linux-image-2.6.17_2.6.17
Thank you so much. But...
On 7/30/06, Arthur Marsh <[EMAIL PROTECTED]> wrote:
At the end, assuming that you had all the required disk space and
packages, you have a package created:
/usr/src/linux-image-2.6.17_2.6.17-10.00.Custom_i386.deb
This can be installed using:
dpkg -i /usr/src/linux-i
Chuckk Hubbard wrote:
On 7/24/06, John O'Hagan <[EMAIL PROTECTED]> wrote:
My suggestion would be to google for some recent and more Debian-specific
kernel-compile how-to's; for example, using make-kpkg makes it a lot
simpler
by making a .deb kernel package you can then install just like a reg
On 7/24/06, John O'Hagan <[EMAIL PROTECTED]> wrote:
My suggestion would be to google for some recent and more Debian-specific
kernel-compile how-to's; for example, using make-kpkg makes it a lot simpler
by making a .deb kernel package you can then install just like a regular
package. You do have
On Monday 24 July 2006 09:13, Chuckk Hubbard wrote:
> I just stumbled on these instructions:
> http://www.linuxplanet.com/linuxplanet/tutorials/202/1/
>
> I'm mainly interested in fixing my kernel timer resolution to be fine
> enough for Rosegarden MIDI, but I'm curious about kernel making all
> th
On Fri, Mar 31, 2006 at 06:57:29PM +0530, Sridhar M.A. wrote:
> On Thu, Mar 30, 2006 at 10:14:15PM -0600, Matthew R. Dempsky wrote:
>> On Fri, Mar 31, 2006 at 07:38:04AM +0530, Sridhar M.A. wrote:
>> > CC sound/soundcore.mod.o
>> > LD [M] sound/soundcore.ko
>> >
On Thu, Mar 30, 2006 at 10:14:15PM -0600, Matthew R. Dempsky wrote:
> On Fri, Mar 31, 2006 at 07:38:04AM +0530, Sridhar M.A. wrote:
> > CC sound/soundcore.mod.o
> > LD [M] sound/soundcore.ko
> > make[1]: Leaving directory `/home/software/kernel/linux-2.6.16'
> > COLUMNS=150 dpk
On Fri, Mar 31, 2006 at 07:38:04AM +0530, Sridhar M.A. wrote:
> CC sound/soundcore.mod.o
> LD [M] sound/soundcore.ko
> make[1]: Leaving directory `/home/software/kernel/linux-2.6.16'
> COLUMNS=150 dpkg -l 'gcc*' perl dpkg 'libc6*' binutils ldso make dpkg-dev |\
> awk '$1 ~ /[hi]i/ {
Trying to do my first kernel compile because my nic isn't supported on
any of the ones on the distribution CD's. Anyway I have an onboard
Broadcom 4401. When I run make menuconfig it isn't listed but a Tigon
9 is.
1) Is the Tigon 9 the name of the boxed-plugin card with the same
chipset IOW is t
> portion mine wasn't listed. I have the source from the manufacturer.
> How do I add that to the mix?
Just compile the manufacturers source as a module after you finish
compiling the kernel and load in at boot up by adding it to
/etc/modules.
>
>
> Mark Healey
> [EMAIL PROTECTED]
>
> Giving
On Wed, Feb 19, 2003 at 03:05:45PM +0100, Walther, Christoph wrote:
> Hi, Debian-interested community,
>
> a downloaded kernel 2.4.20 I provided to re-compile for adapting my HW-environment
> on a Debian 3.0r1-system (Intel 166 MMX);
> the first compiling and installation ran well.
>
> The needed
You know, I'm attaching it as is, but as far as I can tell each custom
kernel boot never event got to the point where it started logging.
Joachim Fahnenmueller wrote:
Hi Curtis,
your procedure seems ok. Can you boot with the previous kernel? If so, look for
the messages on booting the new ke
Hi Curtis,
your procedure seems ok. Can you boot with the previous kernel? If so, look for
the messages on booting the new kernel (e. g. /var/log/kern.log) and maybe post
these.
Regards, Joachim
On Wed, May 08, 2002 at 05:31:04PM -0700, curtis wrote:
> Ok, here I go again!
>
> I am trying t
Romuald DELAVERGNE <[EMAIL PROTECTED]> writes:
> Le 2001.10.17 02:49, Glyn Millington a écrit :
>> bash-2.03$ make-kpkg clean
>> dpkg: warning, architecture `i386-none' not in remapping table
>
> 'make-kpkg' from potato have problem.
> Use 'make-kpkg' from woody.
Many thanks - that did the tric
Le 2001.10.17 02:49, Glyn Millington a écrit :
>
> I've replaced all sorts of goodies on my home machine - above all the CPU
> which is now a Duron 900. I'm trying to recompile the 2.2.17 kernel
> source for sound support but don't get far. _Whichever_ processor family
> I go for (even 386) I ge
Hi Kurdt,
I have no idea what is wrong. Anyway, I have a similar system and recently
compiled a 2.4.10 kernel, using the debian kernel source package. I also
included ac97_codec support and it works quite well.
Regards,
Joachim
--
Joachim Fahnenmüller
Lehrer für Mathematik und Physik
Herder
Craig Dickson <[EMAIL PROTECTED]> writes:
> Brian Nelson wrote:
> > Also, it's usually advisable to use the debian kernel packages rather
> > than the kernel.org sources.
>
> I see no reason to prefer the debian-packaged kernel sources. They
> usually differ only in very minor ways, adding a few
Brian Nelson wrote:
> That's an upstream kernel source problem, which I think is supposed to
> be fixed in 2.4.17.
It isn't, at least not completely. There have been several reports on
this list of people failing to build 2.4.17 with similar errors. The
problem appears to be highly dependent on t
Kurdt <[EMAIL PROTECTED]> writes:
> Hi
>
> My debian woody is now working a few weeks. Some things don't work
> yet. Like my sound. Most describings say to compile my kernel with the
> new soundmodule enabled. I downloaded the latest stable kernel on
> kernel.org
> So far, I untar in /usr/src/l
Yes,
exactly what I am thinking so I disabled the initrd support works much better for me thank you
Oliver
On Sonntag, 16. Dez. 2001 at 14:59:02, [EMAIL PROTECTED] wrote:
>is there a special procedure compiling a debian kernel-image (with make-kpkg)
>with initrd support and is it worth to handle it with this support. I don't
>receive the right information from the kernel-initrd-documentation.
Hello Ol
On Tue, Aug 07, 2001 at 12:29:44PM -0300, GARGIULO Eduardo INGDESI muttered:
--> > > > I'd performed a clean woody installation from CDs and added
--> > > > kernel-package to compile 2.4.4 kernel. I'd followed the
Care to mention a few good and inexpensive web sites for ordering a
woody CD?
--
> > > I'd performed a clean woody installation from CDs and added
> > > kernel-package to compile 2.4.4 kernel. I'd followed the
> steps from
> > > kernel-package documentation and after make-kpkg without
> errors, there
> > > was not any .deb file!!??? Which could be my error? How
> can I solve
On Tue, Aug 07, 2001 at 08:47:39AM -0500, Brendon Colby wrote:
> On Tue, Aug 07, 2001 at 09:17:21AM -0300, GARGIULO Eduardo INGDESI wrote:
> > Hi all.
> >
> > I'd performed a clean woody installation from CDs and added
> > kernel-package to compile 2.4.4 kernel. I'd followed the steps from
> > ker
>kernel-package documentation and after make-kpkg without errors, there
>was not any .deb file!!??? Which could be my error? How can I solve it?
>
In a lot of ways, the boring old make..make bzlilo way of doing kernels
offers an easier way because every linux howto on the web covers it.
Patrick
On Tue, Aug 07, 2001 at 09:17:21AM -0300, GARGIULO Eduardo INGDESI wrote:
> Hi all.
>
> I'd performed a clean woody installation from CDs and added
> kernel-package to compile 2.4.4 kernel. I'd followed the steps from
> kernel-package documentation and after make-kpkg without errors, there
> was n
You need to compile in any capabilities required for boot. For
example, if you have a SCSI only system, the appropriate SCSI
capabilities need to be compiled into the kernel.
Other capabilities you might want to compile in are items that you know
the kernel will be using. For example, if you k
Hi Jimmy,
Thanks for your email. Therefore, is it generally safe to compile
everything as a module (given that the option exists)?
Thanks,
Bryan
On Mon, Apr 02, 2001 at 02:43:52PM -0600, Jimmy Richards wrote:
> Hi Bryan,
>
> The main advantage is the when you compile something as
Hi Bryan,
The main advantage is the when you compile something as a module it
does not
take up any memory unless it gets loaded by the kernel. If you compile
something into the kernel then it gets loaded into memory as part of the
kernel since it is part of the kernel. For instance, yo
Hi Stefan,
Quoth Stefan Srdic,
> My goal is to compile a kernel which performs greatly but is also very
> small with only the basic requirements compiled into the kernel and
> everything else compiled as modules.
Sometimes the way the system is set up makes it a little redundant to
compile thing
Correct. Install kernel-package and take a look at
/usr/share/doc/kernel-package/README.gz. There is a recommendation
there to use an epoch when creating your package, which will prevent it
from being overwritten during an upgrade.
For your question regarding CD-Writing, I would recommend that y
Is this part of "kernel-package" ?? I just looked at it in aptitude and it does
appear so.
Reason I want to recompile is that vmlinuz is over 1mb in size, so it
apparently has a lot compiled in, instead of modules. My older, customer
kernels were usually less than 500k. I see on bootup, or via
On Sat, Dec 09, 2000 at 04:10:45PM -0800, Nick wrote:
> what packages are needed to compile a kernel
>
> after make menuconfig
> i get the following error:
>
> lxdialog.o Error 1
>
> something about curses.h
>
> any idea? thanks -nick
>
Perhaps this: (dialog)
ProteoTien:/# dpkg -l | grep d
try installing libncuses5-dev
On Sat, Dec 09, 2000 at 04:10:45PM -0800, Nick wrote:
> what packages are needed to compile a kernel
>
> after make menuconfig
> i get the following error:
>
> lxdialog.o Error 1
>
> something about curses.h
>
> any idea? thanks -nick
>
>
> --
> To UNSUBSCRIBE
thx to mr. norris, my problem is fixed.
bentley taylor.
//
"Gregory T. Norris" wrote:
> Make sure you have libncurses[45]-dev installed...
>
> On Mon, Sep 11, 2000 at 06:26:08PM -0600, cls-colo spgs wrote:
> > debs,
> >
> > my deskbox likes the taste of kernel 2.2.17; but my
> > lapbox is getti
Make sure you have libncurses[45]-dev installed...
On Mon, Sep 11, 2000 at 06:26:08PM -0600, cls-colo spgs wrote:
> debs,
>
> my deskbox likes the taste of kernel 2.2.17; but my
> lapbox is getting stuck:
>
> Script started on Mon Sep 11 17:53:15 2000
> EBUSINESS:/tmp/linux# makemenu
Well, including that didn't work, I didn't have a bad patch, I had already
downloaded the whole tree, but I did it again and it compiled fine ;-)
Thanks,
Ron
On Wed, 31 May 2000, Chris Gray wrote:
> On Thu, Jun 01, 2000 at 01:50:41AM +0200, Ron Rademaker wrote:
> > Alright, I include the header
On Thu, Jun 01, 2000 at 01:50:41AM +0200, Ron Rademaker wrote:
> Alright, I include the header in asm/hw_irq.h, asm/string.h and
> include/linux/string.h, the undefined variable error are gone ;-), but new
> ones has come ;-(
>
> This is the error message: dereferencing pointer to incomplete type,
Alright, I include the header in asm/hw_irq.h, asm/string.h and
include/linux/string.h, the undefined variable error are gone ;-), but new
ones has come ;-(
This is the error message: dereferencing pointer to incomplete type, the
errors occur at places (line numbers) that aren't the same as the ol
I'm already compiling with smp, I just tried compiling without it, it gave
exactly the same errors.
Any more ideas? Is there some kind of extra verbosity I can turn on
somewhere in the Makefile, so I get more information that might help me a
bit further?
Ron Rademaker
PS. To be sure it's not a re
On Thu, Jun 01, 2000 at 12:33:04AM +0200, Ron Rademaker wrote:
> When I try to compile a 2.3 or the 2.4.0-test1 kernel, something goes
> wrong, it has something to do with undefined variables (as you can see in
> the output I've attachted). If anyone has any ideas on this, i'd like to
> hear them!
On Thu, Jun 01, 2000 at 12:33:04AM +0200, Ron Rademaker wrote:
> When I try to compile a 2.3 or the 2.4.0-test1 kernel, something goes
> wrong, it has something to do with undefined variables (as you can see in
> the output I've attachted). If anyone has any ideas on this, i'd like to
> hear them!
It's no consolation, but I got framebuffer support to work fine in
2.2.13. Did you read the framebuffer documentation included with the
sources? Perhaps something missing in the configuration?
--
++
| Eric G. Milleregm2@
> Hello Debian GeeKs !
>
> I have such a problem :
> weak machine i486/8MB RAM/2x200MB HDD/3com905B/512Kb video
>
> I want to change the kernel on my slink machine from 2.0.36 -> 2.0.38 and as
> a result of make menuconfig i have the following:
> lfxdialog.o no such file or directory somethi
On Tue, Nov 09, 1999 at 12:50:21PM +0200, Denis J. Cirulis wrote
> Hello Debian GeeKs !
>
> I have such a problem :
> weak machine i486/8MB RAM/2x200MB HDD/3com905B/512Kb video
>
> I want to change the kernel on my slink machine from 2.0.36 -> 2.0.38 and as
> a result of make menuconfig i ha
On Tue, 22 Jun 1999 14:52:18 -0500 (CDT), Brad <[EMAIL PROTECTED]>
wrote:
>Have you tried running "make-kpkg clean" or removing the stamp-configure
>file? The problem you describe sounds exactly like the problem solved by
>these two solutions, as given in the make-kpkg manpage.
... which makes
On Mon, 14 Jun 1999, richard wrote:
> A problem has recently started compliling custom kerenels. I had to
> rebuild my machine (long story)
> and now the custom kernels are't build properly. The line I use to build
> them is
>
> make-kpkg --revision=custom.X.Y kernel_image
>
> where X is usually
On Mon, Jun 14, 1999 at 10:13:17PM +0100, richard wrote:
>where X is usually a major change number and Y is a tweak number. eg
>custom.0.1
>Unfortunately ALL my kernels are now building with the custom number of
>.0.1 as if I'm issuing
>the line
>
>make-kpkg --revision=custom.0.1 kernel_image
make
Hi,
>>"Nathan" == Nathan E Norman <[EMAIL PROTECTED]> writes:
Nathan> kernel-source puts the source in "/usr/src/kernel-source-`uname -r`"
True enough. But starting from Slink (Debian 2.1) onwards,
the kernel sources shall not be shipped unpacked; instead, they are
in the file "/usr/s
On Sat, 17 Oct 1998, M.C. Vernon wrote:
: Dear all,
:
: I've been reading Manoj's instructions for kernel configurations,
: and it says that your kernel source shouldn't be in /usr/src/linux
:
: where does the kernel-source package put it (and are there some
: step-by-step instru
Ken Archer wrote:
>
> Came up with the following error trying to compile a development kernel. The
> same kernel compiled fine on my Suse partition.
>
> as 86 -0 -a -o bboot sect.o bbootsect.s
> make [1]: as86: Command not found
> make [1]: *** [bbootsect.o] Error 127
> make [1]: Leaving directo
>> "RA" == Robert Alexander <[EMAIL PROTECTED]> writes:
RA> One thing that works flawlessly is installing the source package and
RA> then using the make-kpkg command from the kernel-package package.
RA> The same source tree used with the usual make menuconfig;make dep;make
RA> all;make install d
-BEGIN PGP SIGNED MESSAGE-
Sorry, I seen the date of my system, it was in 1996. :)
On Wed, 7 May 1997, Carlos Marcos Kakihara wrote:
>
> I downloaded the kernel-source-2.0.30_2.0.30-4.deb and instaled
> it. But when I do a make something, this happens:
>
> [stress]:/usr/
77 matches
Mail list logo