Ask a Question related to Debian, Design and Development.
-
Wayne Gemmell #1
make-kpkg detects wrong processor type
Hi, I'm trying to make my own kernel useing make-kpkg to solve my earlier
problems with DMA etc. When I start the first processor family gets answered
for me as i386. I run an AMD K7 chip and I would like to compile accordingly.
How do I change this default and what possible implications ,if any, would
the changes have for the rest of my Debian setup, apt etc?? I've tried
bash>set HOSTTYPE=k7
bash>export HOSTTYPE
but the hosttype variable stays the same.
Is there an equivalent for this package with a menu interface like make
menuconfig in normal kernel compilations? It is so much quicker...
Regards
Wayne
--
To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
Wayne Gemmell Guest
-
make-kpkg question about version
I just built a new kernel from kenel-sources, plus I built the ls-sensors modules So, to build the kernel and modules I used: $ fakeroot... -
make-kpkg fails on changelog with wrong name after patch - SOLVED
I have now managed to solve it, it seems a bit weird way, but it works, and I've tried it around 6 times now (after each time rm -rf... -
make-kpkg fails on changelog with wrong name after patch
Hi, I have just downloaded and installed on woody the following: kernel-source-2.4.18 kernel-patch-grsecurity-2-4 I untared the source, and... -
does make-kpkg work for kernel 2.5/2.6?
Hi, * Daniel <cottmain@plug.linux.org.au> : I worked with 2.6 for me. Nick. -- Debian testing/unstable -
make-kpkg producing error
Hello, I am using make-kpkg to build a custom kernel based on the 2.4.18 source. This is the list of errors it gives me: In file included... -
Nick Hastings #2
Re: make-kpkg detects wrong processor type
Hi,
* Wayne Gemmell <wayneg@ananzi.co.za> [030806 09:44]:I believe this is the default in the .config for the kernel source.> Hi, I'm trying to make my own kernel useing make-kpkg to solve my earlier
> problems with DMA etc. When I start the first processor family gets answered
> for me as i386.
Then select it...> I run an AMD K7 chip and I would like to compile accordingly.
I didn't see the earlier thread to which you refer. That could explain> How do I change this default and what possible implications ,if any,
> would the changes have for the rest of my Debian setup, apt etc??
> I've tried bash>set HOSTTYPE=k7 bash>export HOSTTYPE but the hosttype
> variable stays the same.
why I'm a little confused, but I'll try to answer anyway.
To what package do you refer?> Is there an equivalent for this package with a menu interface like make
> menuconfig in normal kernel compilations? It is so much quicker...
If you are trying to compile a kernel with make-kpkg, you still need to
configure the kernel (eg "make menuconfig"), before "make-kpkg
kernel-image". If you already have a suitable configuration just copy
it to /usr/src/linux/.config (or wherever your kernel source lives).
Have you looked at the docs in /usr/share/doc/kernel-package?
Nick.
--
Debian testing/unstable
Linux twofish 2.6.0-test1-looxt93c7 i686 GNU/Linux
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)
iD8DBQE/MGccBTgxC0zxcfkRApyPAJ0fUTxH7TKRP0Y9JQg+yZpVieTpdw CfbTEq
69QyApdI7i+FxpvFUvANYJs=
=RAfm
-----END PGP SIGNATURE-----
Nick Hastings Guest
-
Bret Comstock Waldow #3
Re: make-kpkg detects wrong processor type
On Tue, 2003-08-05 at 17:54, Wayne Gemmell wrote:
You do the 'make menuconfig' step before you compile with make-kpkg, as> Is there an equivalent for this package with a menu interface like make
> menuconfig in normal kernel compilations? It is so much quicker...
you would with any other kernel compiling scheme, and you select your
processor while selecting the rest of your configuration. make-kpkg
takes care of all the compile steps to make a Debian package, not the
configuration steps.
Cheers,
Bret
--
bwaldow at alum dot mit dot edu
--
To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
Bret Comstock Waldow Guest



Reply With Quote

