Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: unable to locate macfanctld from mactel-support ppa

  1. #1
    Join Date
    Sep 2008
    Beans
    4

    unable to locate macfanctld from mactel-support ppa

    I have installed 64-Bit Ubuntu 11.04 on my Macbook Pro 7,1
    Following the instructions from here: https://help.ubuntu.com/community/Ma...ro7-1/Maverick
    under Sensors(temps & fans).

    I installed the mactel-support PPA, and I did the modprobe coretemp, and I added coretemp to /etc/modules.

    Yet for some reason, when I try to install macfanctld using "sudo apt-get install macfanctld", I get this:

    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    E: Unable to locate package macfanctld

    I have done this before using 64-Bit Ubuntu 10.10 on this same laptop and it worked fine.

    thanks in advance.

  2. #2
    Join Date
    Feb 2008
    Location
    Tegucigalpa -HN-CA
    Beans
    34
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: unable to locate macfanctld from mactel-support ppa

    install it manual copy and ejecute in terminal:

    Code:
    wget http://ppa.launchpad.net/mactel-support/ppa/ubuntu/pool/main/m/macfanctld/macfanctld_0.5~mactel1~maverick_amd64.deb
    sudo dpkg -i macfanctld_0.5~mactel1~maverick_amd64.deb

  3. #3
    Join Date
    Jun 2010
    Beans
    Hidden!

    Re: unable to locate macfanctld from mactel-support ppa

    Quote Originally Posted by a lemming View Post
    I have installed 64-Bit Ubuntu 11.04 on my Macbook Pro 7,1
    Following the instructions from here: https://help.ubuntu.com/community/Ma...ro7-1/Maverick
    under Sensors(temps & fans).

    I installed the mactel-support PPA, and I did the modprobe coretemp, and I added coretemp to /etc/modules.

    Yet for some reason, when I try to install macfanctld using "sudo apt-get install macfanctld", I get this:

    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    E: Unable to locate package macfanctld

    I have done this before using 64-Bit Ubuntu 10.10 on this same laptop and it worked fine.

    thanks in advance.

    I added the Maverick repo and was able to get the applesmc and macfanctld...

  4. #4
    Join Date
    Sep 2008
    Beans
    4

    Re: unable to locate macfanctld from mactel-support ppa

    Thanks guys, I got it working

  5. #5
    Join Date
    Oct 2008
    Beans
    171
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: unable to locate macfanctld from mactel-support ppa

    Sorry for the delay. macfanctld is now available from mactel PPA.

    /Mike
    Some scientists claim that hydrogen, because it is so plentiful, is the basic building block of the universe. I dispute that. I say there is more stupidity than hydrogen, and that is the basic building block of the universe.
    -- Frank Zappa

  6. #6
    Join Date
    Nov 2011
    Beans
    1

    Re: unable to locate macfanctld from mactel-support ppa

    Thanks a lot ! I've been struggling with this for a long time !

  7. #7
    Join Date
    Mar 2005
    Beans
    20
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: unable to locate macfanctld from mactel-support ppa

    Quote Originally Posted by SwedishWings View Post
    Sorry for the delay. macfanctld is now available from mactel PPA.

    /Mike
    Hi, will you you be updating the Mactel PPA for 12.04?

  8. #8
    Join Date
    Oct 2008
    Beans
    171
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: unable to locate macfanctld from mactel-support ppa

    I've made macfanctld available for Oneiric on the PPA. Will make it available for Precise when the mactel PPA supports it.

    Sorry for the delay, been drowning in work and private issues for a while. Hopefully the situation will improve soon.

    /Mike
    Some scientists claim that hydrogen, because it is so plentiful, is the basic building block of the universe. I dispute that. I say there is more stupidity than hydrogen, and that is the basic building block of the universe.
    -- Frank Zappa

  9. #9
    Join Date
    Oct 2008
    Beans
    171
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: unable to locate macfanctld from mactel-support ppa

    I finally got around to check up the reported high CPU usage.

    It turned out that;
    - sprintf() is an expensive operation that should be avoided.
    - fopen()/fclose() are CPU hogs. Have been replaced with open()/close().

    The above changes should decrease the CPU usage dramatically.

    Please test the new version for Oneiric. A Natty version is building now, should be available in a few hours.

    /Mike
    Some scientists claim that hydrogen, because it is so plentiful, is the basic building block of the universe. I dispute that. I say there is more stupidity than hydrogen, and that is the basic building block of the universe.
    -- Frank Zappa

  10. #10
    Join Date
    Oct 2008
    Beans
    171
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: unable to locate macfanctld from mactel-support ppa

    Quote Originally Posted by nicholas View Post
    Hi, will you you be updating the Mactel PPA for 12.04?
    It's in the Precise mactel PPA now. Please let me know if it's ok!

    /Mike
    Last edited by SwedishWings; April 22nd, 2012 at 06:10 AM.
    Some scientists claim that hydrogen, because it is so plentiful, is the basic building block of the universe. I dispute that. I say there is more stupidity than hydrogen, and that is the basic building block of the universe.
    -- Frank Zappa

Page 1 of 2 12 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
  •