Page 19 of 29 FirstFirst ... 91718192021 ... LastLast
Results 181 to 190 of 286

Thread: HOWTO: Kernel Compilation for Newbies

  1. #181
    Join Date
    May 2005
    Location
    Lecce, Italy
    Beans
    6,168
    Distro
    Ubuntu

    Re: HOWTO: Kernel Compilation for Newbies

    Quote Originally Posted by anonOmus
    Will this howto only allow one to compilt the i386 kernel, i followed your steps and it seems to be the case. how would one go about compiling the 686 kernel?
    Read the guide more carefully:

    4)Now you have to use the keyboard to move the cursor over the function or submenu you want and press Enter to select it.

    Select the 4th option: Processor type and features

    If you have a multiprocessor system you might want to enable "Symmetric multi-processing support" (SMP): select it with your keyboard and press the spacebar to enable it (a "*" will appear beside it). If you don't have it don't enable it.

    Select Processor Family and choose the right one (i386 in my case) depending on the output of the command “uname -r” you have used before


    Press the right arrow and select exit

  2. #182
    Join Date
    Oct 2005
    Location
    Umeå, Sweden
    Beans
    14
    Distro
    Ubuntu Breezy 5.10

    Re: HOWTO: Kernel Compilation for Newbies

    silly me sorry

  3. #183
    Join Date
    Oct 2005
    Location
    Madrid
    Beans
    2
    Distro
    Ubuntu 6.06

    Re: HOWTO: Kernel Compilation for Newbies

    Quote Originally Posted by SD-Plissken
    This comand sudo tar --bzip2 -xvf linux-2.6.13.1.tar.bz2 /usr/src gives this error
    tar: /usr/src: Not found in archive
    tar: Error exit delayed from previous errors

    This is the Kernel used linux-2.6.13.1.tar.bz2 and it is saved to the desktop.
    You better cd to /usr/src and sudo tar xvfj /path/to/linux-2.6.13.1.tar.bz2 from there.

    Better if you add your common user to the src group so you don't need to become root for uncompressing sources and compiling them.

  4. #184
    Join Date
    Dec 2005
    Beans
    23
    Distro
    Ubuntu 6.10 Edgy

    Re: HOWTO: Kernel Compilation for Newbies

    nevermind... i reloaded.
    Last edited by jimchristopher; January 5th, 2006 at 09:47 PM.

  5. #185
    Join Date
    Oct 2005
    Beans
    1
    Distro
    Ubuntu Breezy 5.10

    Re: HOWTO: Kernel Compilation for Newbies

    ok, i tried this and it worked like a charm with one exception:
    my wireless does not get recognized anymore.

    i've already tried what happens if i take no drivers out of the (wireless) network section, but its always the same = lan works, wireless adapter is not recognized. its an intel pro wireless 2915ABG on a acer travelmate 8104

    thanks in advance for all hints & tipps

  6. #186
    Join Date
    May 2005
    Location
    Lecce, Italy
    Beans
    6,168
    Distro
    Ubuntu

    Re: HOWTO: Kernel Compilation for Newbies

    Quote Originally Posted by Samuro
    ok, i tried this and it worked like a charm with one exception:
    my wireless does not get recognized anymore.

    i've already tried what happens if i take no drivers out of the (wireless) network section, but its always the same = lan works, wireless adapter is not recognized. its an intel pro wireless 2915ABG on a acer travelmate 8104

    thanks in advance for all hints & tipps
    I think that happens because the driver to use your wireless connection is included in the restricted modules (but you don't have any as you recompiled your kernel).

    I guess the driver you need is madwifi. You can compile it in the following way:
    sudo apt-get install module-assistant
    sudo module-assistant

    Then a menu will show up:
    select "SELECT"
    select ipw2200 and press the spacebar to enable it (a cross will appear beside it)
    Then press Enter and follow the instructions.

    The module should be compiled and your wifi card will work

  7. #187
    Join Date
    Oct 2005
    Beans
    8

    Re: HOWTO: Kernel Compilation for Newbies

    for the make-kpkg steps i get a command not found error, is that a kubuntu specific thing? i tried replacing with dpkg, no luck.

  8. #188
    Join Date
    Apr 2005
    Location
    Finland
    Beans
    Hidden!
    Distro
    Hardy Heron (Ubuntu Development)

    Re: HOWTO: Kernel Compilation for Newbies

    Quote Originally Posted by ifwntrends
    for the make-kpkg steps i get a command not found error, is that a kubuntu specific thing? i tried replacing with dpkg, no luck.
    make sure you have kernel-package installed:
    Code:
    sudo apt-get install kernel-package

  9. #189
    Join Date
    Sep 2005
    Location
    Estonia
    Beans
    388
    Distro
    Ubuntu Breezy 5.10

    Re: HOWTO: Kernel Compilation for Newbies

    I can't have over 900mb with 64 bit Ubuntu ?
    Viller on freenode.

  10. #190
    Join Date
    Oct 2005
    Beans
    8

    Re: HOWTO: Kernel Compilation for Newbies

    Quote Originally Posted by heimo
    make sure you have kernel-package installed:
    Code:
    sudo apt-get install kernel-package
    thanks, i was just reading through before i got started and didn't recognize those commands

Page 19 of 29 FirstFirst ... 91718192021 ... LastLast

Bookmarks

Posting Permissions

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