Results 1 to 2 of 2

Thread: FATAL: Module applesmc not found. after compiling custom kernel w mactel patches

  1. #1
    Join Date
    Mar 2006
    Beans
    66

    FATAL: Module applesmc not found. after compiling custom kernel w mactel patches

    Followed the how to along here:

    http://ubuntuforums.org/showthread.php?t=442941

    I try to load the applesmc module in my new kernel:

    Code:
    sudo modprobe applesmc
    and I get:

    Code:
    FATAL: Module applesmc not found.
    What happened ? I load up my old kernel, and applesmc is there, everything is fine.. Why does the new kernel lose it ?

    Thanks

  2. #2
    Join Date
    May 2008
    Beans
    745

    Re: FATAL: Module applesmc not found. after compiling custom kernel w mactel patches

    To know exactly what your system thinks is in the module tree:
    Code:
    modprobe -l
    Probably 'modprobe -l | grep applesmc' returns empty in your case, in which case you need to regenereate the module cache with
    Code:
    depmod -a
    Note that when compiling a kernel with a new name, first time around, the depmod works on your old kernel, not the new one.

    Hopefully this helps.

Tags for this Thread

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
  •