Please Close -2.6.28-rc8 Kernel Image and Headers.

Discussion in 'Linux' started by SlCKB0Y, Dec 1, 2008.

  1. SlCKB0Y

    SlCKB0Y

    Joined:
    Sep 13, 2008
    Messages:
    165
    Likes Received:
    0
    Location:
    Sydney, Australia
    Re: UPDATED-2.6.28-rc8 Kernel Image and Headers. 100% Working

    Excellent find. I will add this to the list of things to add.
     
    SlCKB0Y, Jan 8, 2009
  2. SlCKB0Y

    SlCKB0Y

    Joined:
    Sep 13, 2008
    Messages:
    165
    Likes Received:
    0
    Location:
    Sydney, Australia
    Re: UPDATED-2.6.28-rc8 Kernel Image and Headers. 100% Working

    Original thread updated!
     
    SlCKB0Y, Jan 8, 2009
  3. SlCKB0Y

    cgk

    Joined:
    Sep 25, 2008
    Messages:
    34
    Likes Received:
    0
    Re: UPDATED-2.6.28-rc8 Kernel Image and Headers. 100% Working

    Great work Sickboy - hope the leg gets better soon.



    Anyone able to tell me how to switch from ext3 to ext 2 ? (this makes it quicker, right?)
     
    cgk, Jan 8, 2009
  4. SlCKB0Y

    cka

    Joined:
    Jul 18, 2008
    Messages:
    8
    Likes Received:
    0
    Re: UPDATED-2.6.28-rc8 Kernel Image and Headers. 100% Working

    probably not noticeably quicker, but not having the journal helps extend the lifetime of the ssd (if you have the ssd model, if you have the hdd one ext3 is fine and far superior to ext2)

    viewtopic.php?f=5&t=164&st=0&sk=t&sd=a&start=10#p1177
     
    cka, Jan 8, 2009
  5. SlCKB0Y

    Mister-Magoo

    Joined:
    Aug 28, 2008
    Messages:
    8
    Likes Received:
    0
    Location:
    Lyon, France
    Re: UPDATED-2.6.28-rc8 Kernel Image and Headers. 100% Working

    Code:
    sudo tune2fs -O ^has_journal /dev/sdxx
    /dev/sdxx is your partition you need to modify

    Next, you change in fstab ext3 file system in ext2
    For do this, you need to use an another system like live-cd, the partition need to be unmonted or read-only
     
    Mister-Magoo, Jan 8, 2009
  6. SlCKB0Y

    Neffirithion

    Joined:
    Dec 14, 2008
    Messages:
    10
    Likes Received:
    0
    Re: UPDATED-2.6.28-rc8 Kernel Image and Headers. 100% Working

    Ok, so i have searched, so if i missed it please forgive me. I want to go in and do some of the special config files myself that built into SICKBOY's kernel, like getting the LED light into the kernel before he updates it... Half of it is me just wanting my LED light, the other half is I wanna learn how to do this for future use. So if someone could point me to a guide to how to do something like this, it would be awesome.

    EDIT: P.S. SICKBOY, when you updated your first post you put 2008, not 2009 XD
     
    Neffirithion, Jan 9, 2009
  7. SlCKB0Y

    SlCKB0Y

    Joined:
    Sep 13, 2008
    Messages:
    165
    Likes Received:
    0
    Location:
    Sydney, Australia
    Re: UPDATED-2.6.28-rc8 Kernel Image and Headers. 100% Working

    Haha. Woops. Fixed
     
    SlCKB0Y, Jan 9, 2009
  8. SlCKB0Y

    brentn

    Joined:
    Dec 15, 2008
    Messages:
    15
    Likes Received:
    0
    Re: UPDATED-2.6.28-rc8 Kernel Image and Headers. 100% Working

    Hey Sickboy,

    I don't know if this is too much to ask, but I would be interested in the process you take/took to modify the kernel - as it would be neat to be able to tune the kernel for my specific machine. (I have compiled kernels before, but not modified to any great extent, and not with make-kpkg)

    For instance:
    - did you start with a specific .config file, or just blank?
    - how did you decide what to modify? Where was most of your effort spent? (ie Devices?)
    - were there any options you had to "guess" at?
    - how did you decide whether to make something a module, or built-in?
    - do you do anything to optomize for the Atom processor?
    - what have you tried that didn't work?
    - do you do any code patching first? (and how does that work?)
    - do you compile the kernel on the AAO, or is that too slow?
    - if not, are there any special settings required to compile on say a Desktop i386 machine (for use on AAO)?
    - How long does a compile typically take?
    - what is the command you use for make-kpkg?

    Also, in the case of this upcoming kernel, I see your objectives - exactly which items will you modify to accomplish these?

    Thanks!
     
    brentn, Jan 9, 2009
  9. SlCKB0Y

    tomt

    Joined:
    Nov 28, 2008
    Messages:
    170
    Likes Received:
    0
    Re: UPDATED-2.6.28-rc8 Kernel Image and Headers. 100% Working

    Any chance of getting the WiFi kill switch to work ??

    Thx
     
    tomt, Jan 10, 2009
  10. SlCKB0Y

    adipradana

    Joined:
    Jul 28, 2008
    Messages:
    26
    Likes Received:
    0
    Re: UPDATED-2.6.28-rc8 Kernel Image and Headers. 100% Working

    Hey all... just wondering... Will this kernel work with gOS?
     
    adipradana, Jan 10, 2009
  11. SlCKB0Y

    Visnu

    Joined:
    Sep 7, 2008
    Messages:
    2
    Likes Received:
    0
    Re: UPDATED-2.6.28-rc8 Kernel Image and Headers. 100% Working

    Hi all,
    first of all i'd like to thank you for your kernel*thumbup* nice work SICKBOY :)
    I just applied the LED-patch mentioned before and compiled sdhci as module, works perfectly :)
    I'm trying to get the device-mapper for truecrypt to work, my first try failed but i'll post the working .config here when I'm finished.

    edit: finished :) Truecrypt works (I assume "native" linux fs-encryption works as well), SDHC works and the Wifi-LEDs are active, at least the right one ;)
     
    Visnu, Jan 10, 2009
  12. SlCKB0Y

    skedone

    Joined:
    Dec 26, 2008
    Messages:
    12
    Likes Received:
    0
    Re: UPDATED-2.6.28-rc8 Kernel Image and Headers. 100% Working

    i have already installed one of your kernels mate and now when i try to update with the latest package it moans that it already exists what should i do as i would like the latest fixes having the led back would be nice lol
     
    skedone, Jan 10, 2009
  13. SlCKB0Y

    exwannabe

    Joined:
    Dec 30, 2008
    Messages:
    42
    Likes Received:
    0
    Re: UPDATED-2.6.28-rc8 Kernel Image and Headers. 100% Working

    I'll toss in some info here.

    On an initial .config, several have been posted and you can start anywhere. Just try optiions and see what happens.

    I make more items modules than stick did. In particular EXT3 and SAMBA(or it's replacement) are large and unused by me. The general "rule" is that you make it built in if you think it is very likely used.

    Compile time on the AAO was around 30-45 minutes (I think, did not time), but I now do it on my desktop w/o any special setup.

    On patches, stick grabbed a later ALSA, but if you go with the released 2.6.28 it now includes it. I tried a patch to allow hacking the CPU voltage/freq table, but seams of no use.
     
    exwannabe, Jan 10, 2009
  14. SlCKB0Y

    overthis

    Joined:
    Dec 12, 2008
    Messages:
    46
    Likes Received:
    0
    Re: UPDATED-2.6.28-rc8 Kernel Image and Headers. 100% Working

    Does the built in mic work for y'all? I tried the webcam for the first time, and I did not hear any sound in the recording. So far, the kernel has been 100% in every way.
     
    overthis, Jan 11, 2009
  15. SlCKB0Y

    SlCKB0Y

    Joined:
    Sep 13, 2008
    Messages:
    165
    Likes Received:
    0
    Location:
    Sydney, Australia
    Re: UPDATED-2.6.28-rc8 Kernel Image and Headers. 100% Working

    OK guys,

    I'm currently compiling a new kernel

    Changes are as follows:

    Compiled with 2.6.28 release kernel.
    added all sdhc stuff in as a module to allow module options
    add usb-serial modules for 3g usb
    added in ath5k kernel patches for wifi LED functioning.
    added in ext4 support as module
    added in broadcom wireless support as module

    From now on kernel updates should come pretty quickly. Remember, send me a message to request a feature.
     
    SlCKB0Y, Jan 11, 2009
  16. SlCKB0Y

    SlCKB0Y

    Joined:
    Sep 13, 2008
    Messages:
    165
    Likes Received:
    0
    Location:
    Sydney, Australia
    Re: UPDATED-2.6.28-rc8 Kernel Image and Headers. 100% Working

    If you are using sound recorder, you might need to play around with either the input device, or input levels for it to work. I needed to do this.
     
    SlCKB0Y, Jan 11, 2009
  17. SlCKB0Y

    alister

    Joined:
    Dec 16, 2008
    Messages:
    3
    Likes Received:
    0
    Location:
    Ukraine,Dnepropetrovsk
    Re: UPDATED-2.6.28-rc8 Kernel Image and Headers. 100% Working

    I have been patched the kernel with ath5k patches and compiled it with .config,that Visnu posted above, but still have some problems with cardreaders.
    Works only left cardreader...rigth cardreader works only if i insert card at the boot.
     
    alister, Jan 11, 2009
  18. SlCKB0Y

    Visnu

    Joined:
    Sep 7, 2008
    Messages:
    2
    Likes Received:
    0
    Re: UPDATED-2.6.28-rc8 Kernel Image and Headers. 100% Working

    Maybe you missed some configuration steps from the Community Documentation?
    I just tried It again to be sure and left and right readers work without having a card inserted at boot time ;)
     
    Visnu, Jan 11, 2009
  19. SlCKB0Y

    SlCKB0Y

    Joined:
    Sep 13, 2008
    Messages:
    165
    Likes Received:
    0
    Location:
    Sydney, Australia
    Re: UPDATED-2.6.28-rc8 Kernel Image and Headers. 100% Working

    Can a moderator please close/archive this thread? It has become too long and cumbersome for people to find information and also a lot of that information is now out of date.

    I have released a new kernel and started a new thread. Please continue your discussion of my kernel at
    viewtopic.php?f=28&t=9608

    Thanks,
    Stuart a.k.a SlCKB0Y

     
    SlCKB0Y, Jan 11, 2009
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.