SlCKB0Y Kernel 2.6.29.1 Downloads - Update!

Discussion in 'Linux' started by SlCKB0Y, Jan 11, 2009.

  1. SlCKB0Y

    c-m

    Joined:
    Jan 28, 2009
    Messages:
    72
    Likes Received:
    0
    Re: SlCKB0Y Kernel 2.6.28 Downloads - Update with Website!

    Code:
    
    

    yes it already exists
    Code:
       carl@carl-laptop:~$ sudo mkdir /lib/modules/2.6.28sickboy-kuki/kernel/drivers/misc
    [sudo] password for carl: 
    mkdir: cannot create directory `/lib/modules/2.6.28sickboy-kuki/kernel/drivers/misc': File exists
    carl@carl-laptop:~$           
    If you notice in my last post there is a double // in the directory on the output from the console. Is that something to do with it?
     
    c-m, Mar 8, 2009
  2. SlCKB0Y

    hillsoft

    Joined:
    Nov 30, 2008
    Messages:
    89
    Likes Received:
    0
    Re: SlCKB0Y Kernel 2.6.28 Downloads - Update with Website!

    It isn't proper form to have the two slashes, but it actually shouldn't hurt anything, it should still work. You can try editing the makefile to get rid of one of the /'s and see if it helps.

    Or just copy the .ko file into the directory as the make file wants and issue the other commands manually. Basically do this from your acerhdf directory.

    sudo cp acerhdf.ko /lib/modules/2.6.28sickboy-kuki/kernel/drivers/misc
    sudo depmod -a
    sudo modprobe acerhdf
     
    hillsoft, Mar 9, 2009
  3. SlCKB0Y

    mckelveyf

    Joined:
    Mar 10, 2009
    Messages:
    2
    Likes Received:
    0
    Re: SlCKB0Y Kernel 2.6.28 Downloads - Update with Website!

    Hi,
    I have just installed the kernel and it works brilliant other than when connecting to secure wireless connections. I'm not sure if the problem is specific to this kernel, but my Aspire One cannot connect to a secure wireless router. My logs indicate that the authentication times out. Is this a common issue? Or is there a way to increase the wait before timing out?

    Best,
    Fen
     
    mckelveyf, Mar 10, 2009
  4. SlCKB0Y

    spinnekopje

    Joined:
    Aug 13, 2008
    Messages:
    83
    Likes Received:
    0
    Re: SlCKB0Y Kernel 2.6.28 Downloads - Update with Website!

    Somebody I know has a fonera router and that one has a similar problem.
    -when unsecure, connection works perfect
    -when wpa/wpa2-mixed it times out constantly
    -when set to wpa2 it works almost all the time (only once it didn't)
    Maybe you can check the settings on the router if it's yours.
     
    spinnekopje, Mar 10, 2009
  5. SlCKB0Y

    mckelveyf

    Joined:
    Mar 10, 2009
    Messages:
    2
    Likes Received:
    0
    Re: SlCKB0Y Kernel 2.6.28 Downloads - Update with Website!

    Hi,
    I've tried it on a number of routers with no luck. Ideally, I would connect from school, so I cannot configure the router. Is there anything I can configure on my AspireOne?

    Best,
    Fen
     
    mckelveyf, Mar 10, 2009
  6. SlCKB0Y

    c-m

    Joined:
    Jan 28, 2009
    Messages:
    72
    Likes Received:
    0
    Re: SlCKB0Y Kernel 2.6.28 Downloads - Update with Website!


    still no joy unfortunately:

    Code:
    carl@carl-laptop:~/acerhdf_kmod$ ls
    acerhdf.c   acerhdf.mod.c  acerhdf.o  modules.order
    acerhdf.ko  acerhdf.mod.o  Makefile   Module.symvers
    carl@carl-laptop:~/acerhdf_kmod$ sudo cp acerhdf.ko /lib/modules/2.6.28sickboy-kuki/kernel/drivers/misc
    carl@carl-laptop:~/acerhdf_kmod$ sudo depmod -a
    carl@carl-laptop:~/acerhdf_kmod$ sudo modprobe acerhdf
    FATAL: Module acerhdf not found.
    carl@carl-laptop:~/acerhdf_kmod$ 
    
    
     
    c-m, Mar 10, 2009
  7. SlCKB0Y

    jango

    Joined:
    Aug 2, 2008
    Messages:
    307
    Likes Received:
    0
    Re: SlCKB0Y Kernel 2.6.28 Downloads - Update with Website!

    The compiled module for the sickb0y kernel can be found here: http://rapidshare.com/files/205373380/acerhdf.ko

    Well download the file dp linked to above.

    Go to terminal and change to the directory the file you just downloaded is at.

    Try this.
    I recommend having any other fan control off.

    The above is just a quick hack. If your sickboy kernel version is different the first two lines need to be changed.

    this seems to solve the acerhdf issue with resuming from suspension. as you can see all the script does is remove the module and reload it. it's based on the script detailed here that's used to resume the wireless card on wake.

    create the file:

    paste this in:

    chmod for execution:

    Thanks to hillsoft
     
    jango, Mar 10, 2009
  8. SlCKB0Y

    sudoaptget

    Joined:
    Feb 28, 2009
    Messages:
    4
    Likes Received:
    0
    Re: SlCKB0Y Kernel 2.6.28 Downloads - Update with Website!

    Im having a strange problem, im using ubuntu 8.10 and the sickboy kernel but my screen isnt aligned properly in fact its offset shifted down slighty just like in this post http://www.aspireoneuser.com/forum/viewtopic.php?f=28&t=12025 a fix is kinda posted there but i dont understand exactly how to do it. Any help would be great thanks.
     
    sudoaptget, Mar 11, 2009
  9. SlCKB0Y

    c-m

    Joined:
    Jan 28, 2009
    Messages:
    72
    Likes Received:
    0
    Re: SlCKB0Y Kernel 2.6.28 Downloads - Update with Website!

    paste this in:

    chmod for execution:

    Thanks to hillsoft[/quote:3he3z0ho]


    Still no joy.

    I downloaded the module as suggested then did the following:

    Code:
    carl@carl-laptop:~$ sudo mkdir /lib/modules/2.6.28sickboy-kuki/kernel/drivers/misc
    [sudo] password for carl: 
    mkdir: cannot create directory `/lib/modules/2.6.28sickboy-kuki/kernel/drivers/misc': File exists
    carl@carl-laptop:~$ sudo cp acerhdf.ko /lib/modules/2.6.28sickboy-kuki/kernel/drivers/misc
    carl@carl-laptop:~$ sudo depmod -a
    carl@carl-laptop:~$ sudo modprobe acerhdf
    FATAL: Module acerhdf not found.
    carl@carl-laptop:~$ 
    
     
    c-m, Mar 11, 2009
  10. SlCKB0Y

    tomt

    Joined:
    Nov 28, 2008
    Messages:
    170
    Likes Received:
    0
    Re: SlCKB0Y Kernel 2.6.28 Downloads - Update with Website!

    We can't seem to get a 2GB SanDisk SD card to work on the acer one using this kernel !!

    Any ideas?? We have tried both slots and 3 acer one's !!

    Thanks :)
     
    tomt, Mar 18, 2009
  11. SlCKB0Y

    Kravchenko

    Joined:
    Dec 20, 2008
    Messages:
    5
    Likes Received:
    0
    Re: SlCKB0Y Kernel 2.6.28 Downloads - Update with Website!

    Kuki turn off some valuable modules for different sd card controller chips.
    I build my own one with next points changed:

    1) Include modules for various sd, and mmc cards.
    2) Include modules for usb to serial devices, to be able to use external Garmin gps and motorolla gsm phone as modem.
    3) Build fuse as external module rather to buit it in the kernel. eCryptfs and tomboy works. I think, truecrypt too.

    Wi-Fi led blinking not works, i don't know which kernel patch to use.
     
    Kravchenko, Mar 19, 2009
  12. SlCKB0Y

    camelk

    Joined:
    Sep 9, 2008
    Messages:
    6
    Likes Received:
    0
    Re: SlCKB0Y Kernel 2.6.28 Downloads - Update with Website!

    have you tried the card reader instructions here https://help.ubuntu.com/community/AspireOne110L?

     
    camelk, Mar 19, 2009
  13. SlCKB0Y

    FMcC

    Joined:
    Jan 26, 2009
    Messages:
    2
    Likes Received:
    0
    Re: SlCKB0Y Kernel 2.6.28 Downloads - Update with Website!

    Is there a source for the sickboy kernel at the moment? aspireonekernel.com doesnt seem to be up, and i need to re-install the kernel.
     
    FMcC, Mar 23, 2009
  14. SlCKB0Y

    Humph3

    Joined:
    Mar 1, 2009
    Messages:
    4
    Likes Received:
    0
    Re: SlCKB0Y Kernel 2.6.28 Downloads - Update with Website!

    I had the same issue. Just google on "Aspire One Kernel" and you'll find the Sickboy site as the first result. You can't use it at the moment because it seems to be down, but if you click on "cached pages", you'll find a copy of how it looked when it was up, complete with downloads.
     
    Humph3, Mar 25, 2009
  15. SlCKB0Y

    blindwrath

    Joined:
    Dec 11, 2008
    Messages:
    1
    Likes Received:
    0
    Re: SlCKB0Y Kernel 2.6.28 Downloads - Update with Website!

    Googling around I found this page. Hope it helps.
    http://www.ug.it.usyd.edu.au/~scole/
     
    blindwrath, Mar 26, 2009
  16. SlCKB0Y

    FMcC

    Joined:
    Jan 26, 2009
    Messages:
    2
    Likes Received:
    0
    Re: SlCKB0Y Kernel 2.6.28 Downloads - Update with Website!

    thats great, thanks, just downloading now and i'll hopefully get this sorted!
     
    FMcC, Mar 26, 2009
  17. SlCKB0Y

    gothica

    Joined:
    Feb 27, 2009
    Messages:
    1
    Likes Received:
    0
    Re: SlCKB0Y Kernel 2.6.28 Downloads - Update with Website!

    is it me or is the aceraspirekernel site down?
     
    gothica, Mar 27, 2009
  18. SlCKB0Y

    klamath

    Joined:
    Jan 13, 2009
    Messages:
    70
    Likes Received:
    0
    Re: SlCKB0Y Kernel 2.6.28 Downloads - Update with Website!

    yep it is down
     
    klamath, Mar 27, 2009
  19. SlCKB0Y

    klamath

    Joined:
    Jan 13, 2009
    Messages:
    70
    Likes Received:
    0
    Re: SlCKB0Y Kernel 2.6.28 Downloads - Update with Website!

    I installed sickboy kernel on a D150X ( 10 inches aspire one ) with OpenSuSE 11.1 inside.
    I have a problem, it stops on boot because it does not find partitions.
    Before, it looks for swap partion ( to resume ) and it does not find; then it looks for
    root partition and it shows

    " .... waiting for sda5 to appear ........ sda5 not found "

    then it stops and switchs to prompt.
    Tried to give at grub both, devices name ( /dev/sda5/7 ) and uuid
    ( /dev/disk/by-id/SATA..................PART5, 7 ) but, no changes, it does not
    find partions disk,
    any clue ?
     
    klamath, Mar 27, 2009
  20. SlCKB0Y

    Joeb

    Joined:
    Oct 5, 2008
    Messages:
    44
    Likes Received:
    0
    Re: SlCKB0Y Kernel 2.6.28 Downloads - Update with Website!

    Check what file system type you installed under Suse. The sickboy kernels are limited as to supported types.
     
    Joeb, Mar 28, 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.