Results 1 to 10 of 10

Thread: Windfarm issue and fan

  1. #1
    Join Date
    May 2010
    Location
    Snellville, GA
    Beans
    68
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Windfarm issue and fan

    Ok, noob question. I understand that my haywire fans in my iMac G5 are an issue with the Windfarm drivers. I need to know how to compile/build the available driver and install it on my machine. Can someone please help?

    Thanks!

  2. #2
    Join Date
    Sep 2005
    Location
    Alabama, USA
    Beans
    129
    Distro
    Kubuntu 15.04 Vivid Vervet

    Re: Windfarm issue and fan

    Quote Originally Posted by selittl View Post
    Ok, noob question. I understand that my haywire fans in my iMac G5 are an issue with the Windfarm drivers. I need to know how to compile/build the available driver and install it on my machine. Can someone please help?

    Thanks!
    Try
    Code:
    sudo modprobe windfarm_core
    and see what happens. If that works, add a line
    Code:
    windfarm_core
    to /etc/modules.

  3. #3
    Join Date
    May 2010
    Location
    Snellville, GA
    Beans
    68
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: Windfarm issue and fan

    Nothing happens. At startup I get error codes concerning windfarm. If I knew of a way to screen capture them I would.

  4. #4
    Join Date
    Sep 2005
    Location
    Alabama, USA
    Beans
    129
    Distro
    Kubuntu 15.04 Vivid Vervet

    Re: Windfarm issue and fan

    Quote Originally Posted by selittl View Post
    Nothing happens. At startup I get error codes concerning windfarm. If I knew of a way to screen capture them I would.
    OK, check to see if it loaded successfully.After running
    Code:
    sudo modprobe windfarm_core
    , then see if the module loaded by running
    Code:
    sudo lsmod | grep -e windfarm
    If you get output from the above command, then the module loaded successfully. Also make a note if any other windfarm modules besides windfarm_core loaded.

    modprobe doesn't give any output when it's succesful, so a result of "nothing" may be the right one. If your fans are still running, you might need to give windfarm a few minutes to kick in. It might also be necessary to manually load the remaining necessary windfarm modules, though it may take some research to figure out which ones you need. They are there on Ubuntu, but may not be loaded. One of them is loading on my Powermac and causing it to crash, so they're definitely present.

  5. #5
    Join Date
    May 2010
    Location
    Snellville, GA
    Beans
    68
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: Windfarm issue and fan

    OK, this is the output I get

    windfarm_smu_sensors 8567 2
    windfarm_smu_controls 7629 0
    windfarm_max6690_sensor 5588 0
    windfarm_lm75_sensor 6091 0
    windfarm_smu_sat 8496 0 [permanent]
    windfarm_cpufreq_clamp 3805 0
    windfarm_pid 3553 0
    windfarm_core 15947 6 windfarm_smu_sensors,windfarm_smu_controls,windfar m_max6690_sensor,windfarm_lm75_sensor,windfarm_smu _sat,windfarm_cpufreq_clamp

    What is this telling me?

  6. #6
    Join Date
    Sep 2005
    Location
    Alabama, USA
    Beans
    129
    Distro
    Kubuntu 15.04 Vivid Vervet

    Re: Windfarm issue and fan

    Quote Originally Posted by selittl View Post
    OK, this is the output I get

    windfarm_smu_sensors 8567 2
    windfarm_smu_controls 7629 0
    windfarm_max6690_sensor 5588 0
    windfarm_lm75_sensor 6091 0
    windfarm_smu_sat 8496 0 [permanent]
    windfarm_cpufreq_clamp 3805 0
    windfarm_pid 3553 0
    windfarm_core 15947 6 windfarm_smu_sensors,windfarm_smu_controls,windfar m_max6690_sensor,windfarm_lm75_sensor,windfarm_smu _sat,windfarm_cpufreq_clamp

    What is this telling me?
    lsmod generates a list of every kernel module loaded on your system. 'grep -e windfarm' filters the output to only show the windfarm modules that are loaded and running.

    If your fans are still running with all the windfarm modules loaded, that may point to a hardware problem. Do you have OS X loaded on this Mac? Do the fans run normally under OS X? What do you get from this command:
    Code:
    cat /proc/device-tree/model
    The above command will tell us specifically what model of iMac you're running. I believe windfarm is compatible with all models of G5 iMac, but I could be wrong.

  7. #7
    Join Date
    Aug 2010
    Beans
    5

    Re: Windfarm issue and fan

    I'm having issues with this too. Got the same output as selittl.

    First my fans were running non stop, now after a few attempts at fixing them, they aren't running at all and this comp is running at about 160 degrees F

  8. #8
    Join Date
    Apr 2010
    Beans
    8

    Re: Windfarm issue and fan

    Hi imrazor

    I had the same issue.

    Code:
    nicolas@ubuntu:~$ sudo modprobe windfarm_core
    [sudo] password for nicolas: 
    nicolas@ubuntu:~$ sudo lsmod | grep -e windfarm
    windfarm_smu_sensors     8567  2 
    windfarm_smu_controls     7629  0 
    windfarm_max6690_sensor     5588  0 
    windfarm_lm75_sensor     6091  0 
    windfarm_smu_sat        8496  0 [permanent]
    windfarm_cpufreq_clamp     3805  0 
    windfarm_pid            3553  0 
    windfarm_core          15947  6 windfarm_smu_sensors,windfarm_smu_controls,windfarm_max6690_sensor,windfarm_lm75_sensor,windfarm_smu_sat,windfarm_cpufreq_clamp
    nicolas@ubuntu:~$ cat /proc/device-tree/model
    PowerMac12,1nicolas@ubuntu:~$
    But unfortunately after reboot, my fan went at high speed again. Do you know a solution for this problem. As you can imagine this noise is annoying. I'm thankful for every possible solution!
    Just for completeness: I'm running Ubuntu 10.04 on a iMac G5 1.9 GHz (Rev C) with 1GB RAM.

    cheers egalois

  9. #9
    Join Date
    Sep 2005
    Location
    Alabama, USA
    Beans
    129
    Distro
    Kubuntu 15.04 Vivid Vervet

    Re: Windfarm issue and fan

    Egolais-

    Your issue appears to be different from what I was experiencing. I was seeing only ONE of the windfarm modules loaded, specifically windfarm_core, which seemed to be conflicting with power management module specific to my Powermac model (Powermac8,7 or something like that.) If I get a chance, I'll post my specific model sometime later today. Only two very specific models of Powermac and one model of iMac are affected, and the affected models only load ONE windfarm module. As well as my fix has worked for me, I doubt it'll do you any good given that you have loaded all of the above modules.

    Sorry I can't help you out with this, but it looks like we both have different scenarios. If you still have OS X, you can try looking up your Powermac model in System Profiler and we can compare notes.

  10. #10
    Join Date
    May 2010
    Beans
    73

    Re: Windfarm issue and fan

    Quote Originally Posted by imrazor View Post
    If your fans are still running with all the windfarm modules loaded, that may point to a hardware problem.
    Is it possible that fans would run too high on a Quad G5? I have been searching and found many articles talking about having to patch the code to recognize two physical processors, and my fan speeds have always been high both on 10.04 and now on 10.10.

    Also, is there a way to custom configure the base fan speed (which currently is apparently about 1000 rpm on the cpus)? I feel left in the dark about how this subsystem works since ubuntu uses a custom package instead of the normal unix sensors package.
    «If I've seen very far, it's only because I was that desperate to leave.»
    robisinho : mi colección de música : favoritas recientes

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
  •