Page 31 of 60 FirstFirst ... 21293031323341 ... LastLast
Results 301 to 310 of 594

Thread: How To Compile the new 2.6.16 kernel from kernel.org

  1. #301
    Join Date
    Mar 2006
    Location
    Germany
    Beans
    Hidden!
    Distro
    Edgy Eft Testing

    Re: How To Compile the new 2.6.16 kernel from kernel.org

    Quote Originally Posted by MasterChief1234
    Did you compile the latest ndiswrapper from source ?
    ndiswrapper? I'm sure it's not necessary for the ipw driver because it's a native linux driver and worked without ndiswrapper before.

  2. #302
    Join Date
    Apr 2006
    Location
    Sweden
    Beans
    94

    Re: How To Compile the new 2.6.16 kernel from kernel.org

    Quote Originally Posted by Melvil
    Damn, I thought the kernel update caused no problems, but my wireless interface is gone (ipw2200). It's compiled into the kernel, but this is the only message in dmesg:



    sudo modprobe ipw2200 doesn't add anything to dmesg. Help!
    You also need to have the ipw firmware. It can be downloaded from somewhere but it's also in linux-restricted. I find the easiest way is to create a link from a standard kernel's firmware package. If it worked with the 2.6.15-22-686 kernel then do the following...
    Code:
    cd /lib/firmware
    sudo ln -s 2.6.15-22-686 `uname -r`
    Make sure you use `uname -r` rather than 'uname -r'.

  3. #303
    Join Date
    Oct 2005
    Beans
    2

    Re: How To Compile the new 2.6.16 kernel from kernel.org

    Quote Originally Posted by CrashOverKill
    What make model laptop. Might have to do some digging in that direction. I know my old thinkpad took some kernel tweaking to work right

    its an Acer Aspire 3000 (the AS3002LCi model)


    edit:
    well i just did a dist-upgrade to dapper since ive been meaning to and it appers to have fixed the touchpad issues while still useing my custom kernel
    Last edited by godsfilth; May 16th, 2006 at 01:07 AM.

  4. #304
    RavenOfOdin Guest

    Re: How To Compile the new 2.6.16 kernel from kernel.org

    OK, finally got the kernel patched and I think performance is even better now.

    I took out a bunch of drivers and customized some features.

    There are a few things which are really wrong, mostly with the APM and printing (and I may recompile the kernel to put these back in), but the general issues I can live with.

  5. #305
    Join Date
    Mar 2006
    Beans
    Hidden!

    Re: How To Compile the new 2.6.16 kernel from kernel.org

    I recompiled the 2.6.16 kernel again with no driver support for the things I don't need. The original Ubuntu kernel is so slow compared to this one.

    Any news on any new kernels?

  6. #306
    RavenOfOdin Guest

    Re: How To Compile the new 2.6.16 kernel from kernel.org

    I've gotten the new iptables and patch-o-matic from netfilter.org as per the HOWTO (former from its snapshot directory - 1.3.5-20060518 - and latter from its main dir), but when I try to update the kernel source with them it spits out errors as follows:

    Code:
    Cannot apply - <n> missing files.
    Code:
    ERROR - <n> rejects out of <n> hunks.
    Code:
    ERROR - missing files.
    These errors happen on the unpatched 2.6.16 kernel as well as the patched 2.6.16-16 one, using the source which is already unzipped into /usr/src/linux. They also happen with every individual netfilter patch, using "t" and "n" to skip.

    Any idea what could be going wrong? Do I need to "make" the kernel source over again?

    (EDIT: I don't need to download the source again, since the .tar file isn't corrupt as checked with md5sum, and I've unzipped it again into another directory and tried from there.)

    PS: Is there a reason patch-o-matic was cited in post #177 and not patch-o-matic-ng as in the HOWTO? This process isn't working with either, and they're both the latest version.
    Last edited by RavenOfOdin; May 19th, 2006 at 04:02 AM.

  7. #307
    Join Date
    Apr 2006
    Beans
    81

    Re: How To Compile the new 2.6.16 kernel from kernel.org

    I got a question about the nvidia driver i got installed now with my k7 kernel, when i install the new kernel deb file do i need to install the nvidia driver at the same time again or?
    Last edited by hikitsu4; May 18th, 2006 at 02:06 PM.

  8. #308
    Join Date
    Mar 2006
    Location
    Uppsala, Sweden
    Beans
    80
    Distro
    Ubuntu 6.10 Edgy

    Re: How To Compile the new 2.6.16 kernel from kernel.org

    I only get a black screen when I tries to start with the new kernel. The only I did was to change my processortype.

  9. #309
    Join Date
    Mar 2006
    Beans
    Hidden!

    Re: How To Compile the new 2.6.16 kernel from kernel.org

    Does it show the login screen eventually?

  10. #310
    Join Date
    Mar 2006
    Location
    Uppsala, Sweden
    Beans
    80
    Distro
    Ubuntu 6.10 Edgy

    Re: How To Compile the new 2.6.16 kernel from kernel.org

    No, nothing happens. Well I hear it's loading the kernel or something.

Page 31 of 60 FirstFirst ... 21293031323341 ... 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
  •