make-kpkg detects wrong processor type

Ask a Question related to Debian, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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
    5. 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...
  3. #2

    Default Re: make-kpkg detects wrong processor type

    Hi,

    * Wayne Gemmell <wayneg@ananzi.co.za> [030806 09:44]:
    > 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 believe this is the default in the .config for the kernel source.
    > I run an AMD K7 chip and I would like to compile accordingly.
    Then select it...
    > 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.
    I didn't see the earlier thread to which you refer. That could explain
    why I'm a little confused, but I'll try to answer anyway.
    > Is there an equivalent for this package with a menu interface like make
    > menuconfig in normal kernel compilations? It is so much quicker...
    To what package do you refer?

    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

  4. #3

    Default Re: make-kpkg detects wrong processor type

    On Tue, 2003-08-05 at 17:54, Wayne Gemmell wrote:
    > Is there an equivalent for this package with a menu interface like make
    > menuconfig in normal kernel compilations? It is so much quicker...
    You do the 'make menuconfig' step before you compile with make-kpkg, as
    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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139