SlCKB0Y Kernel 2.6.29.1 Downloads - Update!

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

  1. SlCKB0Y

    hillsoft

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

    Look in your directory where acerhdf is.

    See if the acerhdf.ko file exists. That is the compiled kernel module

    It so try the following, to finish the install manually.

    sudo cp acerhdf.ko /lib/modules/2.6.28sickboy-kuki/kernel/drivers/misc (and if this line works, do the following two lines.)
    sudo depmod -a
    sudo modprobe acerhdf

    After that last modprobe the fan control module should run.
     
    hillsoft, Mar 3, 2009
  2. SlCKB0Y

    c-m

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

    Code:
    carl@carl-laptop:~$ cd acerhdf_kmod
    carl@carl-laptop:~/acerhdf_kmod$ ls
    acerhdf.c   acerhdf.mod.c  acerhdf.o  Module.markers  Module.symvers
    acerhdf.ko  acerhdf.mod.o  Makefile   modules.order
    carl@carl-laptop:~/acerhdf_kmod$ sudo cp acerhdf.ko /lib/modules/2.6.28sickboy-kuki/kernel/drivers/misc
    [sudo] password for carl: 
    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$ 

    That file was already there as i compied it using the default kernel. is that the problem

    EDIT:- tried deleting the directory and extracting/making again.
    Code:
    carl@carl-laptop:~/acerhdf_kmod$ sudo make install
    make -C /lib/modules/2.6.28sickboy-kuki/build  SUBDIRS=/home/carl/acerhdf_kmod modules
    make[1]: Entering directory `/usr/src/linux-headers-2.6.28sickboy-kuki'
      Building modules, stage 2.
      MODPOST 1 modules
    make[1]: Leaving directory `/usr/src/linux-headers-2.6.28sickboy-kuki'
    cp acerhdf.ko /lib/modules/2.6.28sickboy-kuki//kernel/drivers/misc/
    cp: accessing `/lib/modules/2.6.28sickboy-kuki//kernel/drivers/misc/': Not a directory
    make: *** [install] Error 1
    
     
    c-m, Mar 4, 2009
  3. SlCKB0Y

    djreastman

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

    Thanks hillsoft, it's now working for me!

    I had to create the /lib/modules/2.6.28sickboy-kuki/kernel/drivers/misc directory first as well as create the Link to folder (inode/directory) named 'build' pointing to /usr/src/linux-headers-2.6.28sickboy-kuki
     
    djreastman, Mar 4, 2009
  4. SlCKB0Y

    hillsoft

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

    dj,

    Glad to hear it is working now.

    c-m,

    You will want to do the following since you previously built it for another kernel. I don't think it will work if you compile it for one kernel and just try that module on a different one.

    "make clean"
    "make"
    "sudo make install"

    Now if you have errors about the build directory you will need to fix it as we talked about previously.

    If you have different errors than what dj had, post them and we can hopefully get it straightened out.

    Just make sure you have the sickboy headers installed also.
     
    hillsoft, Mar 4, 2009
  5. SlCKB0Y

    jango

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

    Very confuse... im going to keep acerfand script, it works fine with me... :D
     
    jango, Mar 4, 2009
  6. SlCKB0Y

    hillsoft

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

    If dj wants to send me his compiled module (the ko file) I can make a little install script and package it. Then everyone with the sickboy kernel can use that.

    Or dj is welcome to do this himself.
     
    hillsoft, Mar 4, 2009
  7. SlCKB0Y

    djreastman

    Joined:
    Feb 17, 2009
    Messages:
    10
    Likes Received:
    0
    djreastman, Mar 4, 2009
  8. SlCKB0Y

    jango

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

    How can i install this?
     
    jango, Mar 4, 2009
  9. SlCKB0Y

    hillsoft

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

    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.

    sudo mkdir /lib/modules/2.6.28sickboy-kuki/kernel/drivers/misc
    sudo cp acerhdf.ko /lib/modules/2.6.28sickboy-kuki/kernel/drivers/misc
    sudo depmod -a
    sudo modprobe acerhdf

    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.

    If that works we can incorporate it into a little script that autodetects the kernel version
     
    hillsoft, Mar 4, 2009
  10. SlCKB0Y

    jango

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

    Have someone try it?

    ... whats is the diference between this fan control and the acerfand script?

    Thanks
     
    jango, Mar 4, 2009
  11. SlCKB0Y

    hillsoft

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

    Go ahead and try it.

    Not sure if anyone else is monitoring this that needs it.
     
    hillsoft, Mar 4, 2009
  12. SlCKB0Y

    hillsoft

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

    This one is an actual kernel module. It avoids potential race conditions and is a much safer way to do fan control.

     
    hillsoft, Mar 4, 2009
  13. SlCKB0Y

    jango

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

    It works.... :D

    Dont forget this... To make sure it loads at boot time add acerhdf to /etc/modules
    I hope next sickboy kernel realese this module ill be included.

    Thanks
     
    jango, Mar 4, 2009
  14. SlCKB0Y

    hillsoft

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

    Did it all work as I typed it?

    If so myself or someone can wrap it up into a script.
     
    hillsoft, Mar 4, 2009
  15. SlCKB0Y

    jango

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

    Yes, fully worked
     
    jango, Mar 4, 2009
  16. SlCKB0Y

    jango

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

    Acerhdf is it not running correctly after suspend/resume... :(
     
    jango, Mar 5, 2009
  17. SlCKB0Y

    hillsoft

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

    Try doing a

    sudo rmmod acerhdf
    sudo modprobe acerhdf

    That should restart it. I am going to mess with scripting it to come back on resume and will post something in your other thread. Will get to it a little late today.
     
    hillsoft, Mar 5, 2009
  18. SlCKB0Y

    jango

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

    Thanks
     
    jango, Mar 5, 2009
  19. SlCKB0Y

    c-m

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

    I did all that, but i get exactly that same error

    Code:
    carl@carl-laptop:~/acerhdf_kmod$ make clean
    rm -Rf *.ko *.o .tmp_versions .acerhdf.* *.mod.c Module.symvers modules.order
    carl@carl-laptop:~/acerhdf_kmod$ make
    make -C /lib/modules/2.6.28sickboy-kuki/build  SUBDIRS=/home/carl/acerhdf_kmod modules
    make[1]: Entering directory `/usr/src/linux-headers-2.6.28sickboy-kuki'
      CC [M]  /home/carl/acerhdf_kmod/acerhdf.o
      Building modules, stage 2.
      MODPOST 1 modules
      CC      /home/carl/acerhdf_kmod/acerhdf.mod.o
      LD [M]  /home/carl/acerhdf_kmod/acerhdf.ko
    make[1]: Leaving directory `/usr/src/linux-headers-2.6.28sickboy-kuki'
    carl@carl-laptop:~/acerhdf_kmod$ sudo make install
    make -C /lib/modules/2.6.28sickboy-kuki/build  SUBDIRS=/home/carl/acerhdf_kmod modules
    make[1]: Entering directory `/usr/src/linux-headers-2.6.28sickboy-kuki'
      Building modules, stage 2.
      MODPOST 1 modules
    make[1]: Leaving directory `/usr/src/linux-headers-2.6.28sickboy-kuki'
    cp acerhdf.ko /lib/modules/2.6.28sickboy-kuki//kernel/drivers/misc/
    cp: accessing `/lib/modules/2.6.28sickboy-kuki//kernel/drivers/misc/': Not a directory
    make: *** [install] Error 1
    carl@carl-laptop:~/acerhdf_kmod$ 
    
    
     
    c-m, Mar 6, 2009
  20. SlCKB0Y

    hillsoft

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

    Does /lib/modules/2.6.28sickboy-kuki/kernel/drivers/misc exist?

    If not create it

    sudo mkdir /lib/modules/2.6.28sickboy-kuki/kernel/drivers/misc

    then try the sudo make install again
     
    hillsoft, Mar 6, 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.