Find the answer to your Linux question:
Results 1 to 2 of 2
I am running kernel 2.6.16-1. I want to remove ieee80211 from the built it kernel. How do I start to do this? Where do I run make menuconfig to get ...
  1. #1
    Just Joined! nyblueguy's Avatar
    Join Date
    May 2006
    Posts
    48

    how to change kernel settings

    I am running kernel 2.6.16-1. I want to remove ieee80211 from the built it kernel. How do I start to do this? Where do I run make menuconfig to get in to make the changes? Do I need to download a new src for the kernel? Thanks,

  2. #2
    Just Joined! brokndodge's Avatar
    Join Date
    Feb 2006
    Location
    Arkansas, USA
    Posts
    78
    the original kernel howto has been taken offline for update and cleaning but the replacement is available here. please keep in mind that it is a work in progress.

    I recommend you read the entire document. Then read the entire document again. print it out so you've got a hard copy and read it again. be absolutely certain that when you install your new kernel, not to overwrite your old one. you will likely need it again. The first time i rebuilt my kernel from sources i had to rebuild it 4 times before i got something that would boot.

    besure to read that document several times before continueing.

    good luck

    debian sources are available on the debian repositories... i think they are linux-sources-x.x.x-x replace the "x" with the version u want.
    Code:
    apt-cache search linux | more
    will give you a list of all kernels and sources. once you've picked out one u like
    Code:
    apt-get install (name-of-your-kernel-sources-here)

Posting Permissions

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