OSX Fan Extension Mod: Applefan.kext does it work in 10.5x?

I remember using this when tiger came out, then through the later updates of Tiger I could not get it to work.
Tried it with OS X 10.5X and don't notice it working.
Anyone have it working lately?
http://bitsandpieces.info/MDDFanExtensionMod.htm

Post # 204 has some insight:
http://forums.macrumors.com/showthre...=238961&page=9
Someone must know how to do this?
forums.macrumors.com/showthre...=238961&page=9 wrote:
PPC observations and request for collaboration+
I've spent the last week while playing round with this on my iBook G4, as I've always wished it would run a few degrees cooler.
A few things - the PPC Macs don't have a System Management Controller (SMC) so the smc utility won't work. The reason it won't run at all is that it appears to be built Intel-only. I've built it on PPC and it complains about a missing SMC, funnily-enough .
Having eliminated that option I went back to the AppleFan and AppleBlower kexts. Reviewing them and the OpenDarwin sources, I've come up with the basic process for fan control on Mac OS
1. The kernel communicates with the hardware (CPU) thermal sensors via AppleCPUThermo.kext.
2. The kernel looks up this temperature against the AppleFan.kext speed table. As Rokem found, this is indeed a range of temperatures multiplied by 256, which increase the fan speed by increasing the voltage incrementally (0.5v steps?) until the highest set temperature is reached, at which time the fan runs at maximum.
3. The kernel sets a new fan speed based on the lookup table.
4. The fan runs until the CPU temperature reaches the hysteresis-temp defined in AppleFan.kext, at which time the fan shuts down.
The default temperature range is 57-62 degrees celcius, and the hysteresis temp is 55, ie the fan comes on at increasing speeds up to 62 degrees, then cools the system to 55 and shuts off.
With this in mind I came up with a modified AppleFan.kext Info.plist with a range of 45-50, and a hysteresis temp of 42. However on regenerating the extension cache and rebooting, I found the same thing as Rokem, namely that these lower values had no effect, and that the fan runs the same as before.
Re-examining the AppleFan source, I found that the default values are hardcoded into the extension, and that it will use these if it cannot find an external source.+
My next step would be to rebuild AppleFan.kext with new values encoded, but I'd be interested to know what other peoples experiences have been on PPC, as I won't have a chance to do this for a wee while.

Similar Messages

  • Ssh tunnel mode on Leopard does not work

    Hi folks,
    I have set up ssh tunnel mode (tunnels opened with "ssh -w 0:0 ..." makes SSH create the necessary tunX interfaces on its own) from my linux boxes to certain servers, and it works well.
    But using "ssh -w 0:0" on Leopard client leads to
    debug1: systunopen: /dev/tun0 open failed: No such file or directory<<</div>
    So it seems - although the ssh man page describes it thus - that creating tun interfaces on Leopard does not work.
    By the way, omitting the interface numbers for the tun interfaces on both sides ("ssh -w" instead of "ssh -w 0:0") leads to "Bad tun device" although that as well is documented in the ssh man page as working (and on linux it does).
    Has anybody ever tried this on MacOS X in general and Leopard in particular?

    Dirk,
    I have run into the same issue, however I had ssh tunnels running between several macs before Dec 7 2008. But for some reason it broke on that day. Have been running remote rsync backups of the User data. Can give you the syntax if you want. But my point is it looks like this is a break in the OSX Unix system vs them just not being there as this was working prior to the 7th for several months.
    Am working with Apple to get this resolved but in the mean time where did you find the tun/tap drivers? I have some for Open VPN that I have been playing with on another machine but dunno if they will work or not.

  • Screensaver / sleep mode password protection does not work

    Hello,
    I am running 10.6.4 and have enabled screen saver and sleep mode password protection from System Preferences / Security / General / Require password immediately after sleep or screen saver begins.
    I have also selected some screen saver - Cosmos. Now, from terminal when I check the settings:
    MINE:~ ent$ defaults -currentHost read com.apple.screensaver
    CleanExit = YES;
    PrefsVersion = 100;
    mainScreenOnly = 0;
    moduleDict = {
    iLifeMediaGroupType = 0;
    moduleName = Cosmos;
    path = "/System/Library/Screen Savers/Cosmos.slideSaver";
    type = 4;
    showClock = 1;
    tokenRemovalAction = 0;
    MINE:~ ent$ defaults read com.apple.screensaver {
    askForPassword = 1;
    askForPasswordDelay = 0;
    tokenRemovalAction = 0;
    So the settings get applied correctly.
    The problem is - after screen saver kicks in or when MacBook goes into sleep mode and I want to continue work - no password prompt appears and I go back to desktop without any authorization!
    I see this behaviour on admin user account, but when I login in as root - prompt appears and asks for password to unlock desktop.
    Can you help me troubleshoot the problem? How can I log /see what is happeining after screen saver is terminated by mouse move or key stroke?
    Regards,
    Krzysztof

    Gals, Gents,
    I actually figured out the root cause of the problem. I am using EncFS to encrypt my home folder and each time the user logs in a script is being executed:
    MINE:~ ent$ cat /Library/Management/loginhook.sh
    #!/bin/bash
    # $1 = logged in usernam
    # try to mount /e using encfs entry in keychain
    PASS=$(security find-generic-password -ga EncFS 2>&1 >/dev/null | cut -d'"' -f2)
    RAW="/Users/.$1"
    MOUNTPOINT="/Users/$1"
    echo $PASS | sudo -u $1 /usr/local/bin/encfs -S $RAW $MOUNTPOINT
    It is executed as a login hook, so:
    MINE:~ ent$ sudo defaults read com.apple.loginwindow
    LoginHook = "/Library/Management/loginhook.sh";
    LogoutHook = "/Library/Management/logouthook.sh";
    The problem with that is that most probably all the Library settings are first read and only after that is the login hook executed. What it actually does is decrypting the EncFS volume and mounting it to the /Users/enc.
    So... Library folder get's substituted and I can work on Library preferences files from my account, but they are not visible during the login process.
    Anybody know how I can change this process to enable login script before Library is ever read?
    I managed to work around with screen saver protection by adding it globally to /Library/Preferences/com.apple.screensaver.plist instead of local ~/Library/Pref..
    But obiously that is not how it should be dealt with...
    Thanks,
    Krzysztof

  • GUI JAVA 7.20 rev.2 (on Mac OSX 10.6.3): Print preview does not work!

    I've just started using rev 2 of java sapgui and print preview is not working anymore.
    Client: OSX 10.6.3
    SAP: ERP5.0 on WAS 640
    Has anyone experienced the same problem?

    This is the output in console when print-previewing:
    I'm going to open a support message as adviced.
    <code>
    04/05/10 10.45.41     [0x0-0x3e63e6].com.sap.platin[6491]     Exception in thread "Loader for htmlViewer8_XZ_7" java.lang.NullPointerException
    04/05/10 10.45.41     [0x0-0x3e63e6].com.sap.platin[6491]          at com.sap.plaf.frog.FrogListUI.updateColors(FrogListUI.java:63)
    04/05/10 10.45.41     [0x0-0x3e63e6].com.sap.platin[6491]          at com.sap.plaf.frog.FrogListUI.propertyChange(FrogListUI.java:48)
    04/05/10 10.45.41     [0x0-0x3e63e6].com.sap.platin[6491]          at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:339)
    04/05/10 10.45.41     [0x0-0x3e63e6].com.sap.platin[6491]          at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:276)
    04/05/10 10.45.41     [0x0-0x3e63e6].com.sap.platin[6491]          at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:318)
    04/05/10 10.45.41     [0x0-0x3e63e6].com.sap.platin[6491]          at java.awt.Component.firePropertyChange(Component.java:8233)
    04/05/10 10.45.41     [0x0-0x3e63e6].com.sap.platin[6491]          at javax.swing.JComponent.firePropertyChange(JComponent.java:4428)
    04/05/10 10.45.41     [0x0-0x3e63e6].com.sap.platin[6491]          at javax.swing.JComponent.setEnabled(JComponent.java:2638)
    04/05/10 10.45.41     [0x0-0x3e63e6].com.sap.platin[6491]          at org.icepdf.ri.common.annotation.ActionsPanel.setEnabled(ActionsPanel.java:418)
    04/05/10 10.45.41     [0x0-0x3e63e6].com.sap.platin[6491]          at org.icepdf.ri.common.annotation.ActionsPanel.<init>(ActionsPanel.java:106)
    04/05/10 10.45.41     [0x0-0x3e63e6].com.sap.platin[6491]          at org.icepdf.ri.common.annotation.AnnotationPanel.setGUI(AnnotationPanel.java:128)
    04/05/10 10.45.41     [0x0-0x3e63e6].com.sap.platin[6491]          at org.icepdf.ri.common.annotation.AnnotationPanel.<init>(AnnotationPanel.java:73)
    04/05/10 10.45.41     [0x0-0x3e63e6].com.sap.platin[6491]          at org.icepdf.ri.common.SwingViewBuilder.buildAnnotationPanel(SwingViewBuilder.java:1574)
    04/05/10 10.45.41     [0x0-0x3e63e6].com.sap.platin[6491]          at org.icepdf.ri.common.SwingViewBuilder.buildUtilityTabbedPane(SwingViewBuilder.java:1541)
    04/05/10 10.45.41     [0x0-0x3e63e6].com.sap.platin[6491]          at org.icepdf.ri.common.SwingViewBuilder.buildUtilityAndDocumentSplitPane(SwingViewBuilder.java:1501)
    04/05/10 10.45.41     [0x0-0x3e63e6].com.sap.platin[6491]          at org.icepdf.ri.common.SwingViewBuilder.buildContents(SwingViewBuilder.java:499)
    04/05/10 10.45.41     [0x0-0x3e63e6].com.sap.platin[6491]          at org.icepdf.ri.common.SwingViewBuilder.buildViewerPanel(SwingViewBuilder.java:482)
    04/05/10 10.45.41     [0x0-0x3e63e6].com.sap.platin[6491]          at ice.pilots.pdf.ThePilot.createComponent(ThePilot.java:149)
    04/05/10 10.45.41     [0x0-0x3e63e6].com.sap.platin[6491]          at ice.storm.Viewport.setPilot(VCDO)
    04/05/10 10.45.41     [0x0-0x3e63e6].com.sap.platin[6491]          at ice.storm.StormBase.append(VCDO)
    04/05/10 10.45.41     [0x0-0x3e63e6].com.sap.platin[6491]          at ice.storm.StormBase.do_clear_content(VCDO)
    04/05/10 10.45.41     [0x0-0x3e63e6].com.sap.platin[6491]          at ice.storm.StormBase.do_render_content(VCDO)
    04/05/10 10.45.41     [0x0-0x3e63e6].com.sap.platin[6491]          at ice.storm.Viewport.runAsynchronousLoad(VCDO)
    </code>
    Edited by: Lorenzo Nicora on May 4, 2010 10:52 AM

  • IPod in Recovery Mode Loop, Restore Does Not Work

    When I turn my iPod on it says "Connect to your computer. Use iTunes to restore." I connect it to iTunes, restore it and then it says that it is still in recovery mode and needs to be restored.
    Nothing I've tried has worked. I've put it in disk mode, I've changed the drive letter so Windows doesn't confuse it with anything else. I tried to go to the Genius bar but they were so backed up the only appointment I could get was for 8pm tomorrow!
    Hopefully someone can help!

    I've got the same problem with my iPod nano 3rd generation. I'll connect it to iTunes, and it says that an iPod has been detected in recovery mode, and it'll ask me to keep it connected to the computer. It'll then prepare it for recovery, and then tell me there's been an iPod detected in recovery mode. It'll perform this loop several times before I'm given the option to restore it, in which the iPod displays an old version of the iPod interface (I'm talking 1st or 2nd generation of the classic iPod).
    Once I'm given the option to restore, it says "Extracting software", finishes, and says that the iPod is being restarted, and then starts with the "iTunes needs to prepare your iPod for recovery. Please leave your iPod connected." loop once again.
    I would really prefer to not have to drive to the Apple store to get this problem fixed...

  • OSX 10.8.2 dashboard dictionary does not work

    I am trying to use the dictionary widget on the dashboard for mac 10.8.2.
    when i search for word and hit enter, a small little grey shape comes up below the widget, instead of revealing the info i am after.
    I have remove the widget from the dashboard and readded it, and it still doesnt work. I have only had this brand new computer since November 2012.
    This is what happens when i search for a word, in either dictionary, thesaurus or apple mode.
    Please help! Much appreciated.

    in Terminal:
    rm Library/Preferences/widget-com.apple.widget.dictionary.plist
    killall Dock
    You're welcome.

  • 8500 landscape mode in Photoshop does not work

    In photoshop, when I print in landscape mode, it only prints in portrait. I have changed all the settings in the printer preferences and the preview always stays in portrait. I just used the same photoshop image in my old 7300 printer and it works just fine on another computer. The only way I was able to do it  OK was to save in pdf and then print "automatically" to fit.
    Is there any other solution in Photoshop?

    Open as layers only works for Photoshop.
    There is a plugin available Elemental - Integrating Photoshop Elements with Lightroom that will include that functionality for Elements.

  • My screen saver on my new mac book pro stopped working.  I have rebooted, changed screen saver mode it still does not work

    My screen saver on my MacBook Pro stopped working.  I have rebooted and tried resetting the screen saver, still not working.

    We are going to delete a hidden file.
    Finder > Go Menu > Go to Folder and type or paste
    ~/Library/Preferences
    and scroll down until you see
    com.apple.systempreferences.plist
    drag the one you can (may see two) to the Trash, reboot, reset your System Preferences again.

  • Finder does not working on Mavericks

    Dear all,
    The Finder does not working on my newly upgraded OSX Mavericks!
    Yesterday I have just upgraded my Macbook Pro (OSX Lion) to OSX Mavericks. Now the Finder does not working at all; by that, I meant the folder I had opened previously now keeps frozening. Although I have tried to "relaunch"/ "Force Quit" the Finder and Restart the computer for so many times, but the frozen window remains on the screen (the Finder is not responding), so now I couldn't do anything neither with my files nor the hard drive itself except web browsing and some applications.
    Anyone share your know-how on this please.
    Thank you very much.

    I also got this problem, I need some help right now.

  • I keep trying to install ad blocker (FF4) - and it does not work!

    keep trying to install ad blocker - shows it installing, but cannot find it on my add on/extensions list after and does not work!

    ADOBE FLASH PLAYER 10.3.183.5 INSTALLATION/ AND OPERATIG FAILURE WITH INT. EXP.9
    Hello, I have spent four days and half of those nights trying to get this accursed thing to properly install and run. The damned thing indicates that it was successfully installed, but would not work and all programes that needed it, kept telling me I needed to instal it. Also, it appeared in my installed program list, but had no file size against it.
    I had an hour on line with my Norton Tecnician, having suggested to him that Norton may be blocking it. He allegedly diconnected Norton and tried it, then told me the problem was not Norton.
    WRONG!
    I uninstalled it again for the millionth time, opened my Norton 360 and temporarily turned my Anti-virus off for 15 minutes, I then installed flash again and immediately re-set my Norton. In my case:
    PROBLEM SOLVED!!
    ps; I was signed in ( my username showing at top of page), but this forum would not display any button to add a reply or start a thread.
    SOLUTION: Signed in again. Crazy or what?
    Have a nice day.

  • I have a new iMac with osx 10.8.3 i can not get my hp laserjet m1522nf scanner to work. The printer works but when in scanner mode the scanner does not show up

    I have a new iMac with osx 10.8.3 i can not get my hp laserjet m1522nf scanner to work. The printer works but when in scanner mode the scanner does not show up.I tried to install the newest hp driver for the printer but when I install the computer ca not find the printer.

    Repair permissions and restart your computer.
    Make sure you have the updated scanner drivers installed. 
    Install the gimp drivers:  http://gimp-print.sourceforge.net/MacOSX.php 
    http://support.apple.com/kb/PH11070 OS X Mountain Lion: Troubleshoot a network printer 
    http://support.apple.com/kb/PH11143 OS X Mountain Lion: Reset the printing system
    http://support.apple.com/kb/HT3669 Printer and scanner software available for download
    What to do when you can't print

  • ASA 5505 as hw vpn client to PIX501 or ASA5505 w network extension mode

    Hi!
    We have been using a PIX 501 for a couple of years now to access a
    local network with Cisco VPN software client. However we now need
    access from another site with multiple users so I decided to buy two
    ASA 5505 UL bundle to do the job. First i tried to just hook up the
    new ASA at the remote site and connect to the PIX 501 with easy vpn.
    In went fine. I configured the new ASA right from the box with the old
    vpn profile settings and it worked right away. But as we also need the
    remote site to be accessed from the main site (PIX side) i tried to
    enable "network extension mode" but then the tunnel didnt work
    anymore. it connects but no traffic is coming through. I set it back
    to normal mode (only client) and it worked again.
    Is there anything else I need to do to be able to use network
    extension mode than just enabling it in ASDM ?
    The samt thing happens when using two ASA 5505 the same way.
    Software versions are:
    PIX: 6.3
    ASA 5505: 7.2.1 (used to be 7.2.2 but I had to downgrade because of a bug in 7.2.2 - vpnclient fails after reboot)
    I also did try the latest 8.2 with very little success. Seemed a bit buggy.
    Thanks,
    Bjorn

    Hi!
    Thought I could add some info. Our Head unit is 192.168.1.1 and the connecting ASA 5505 is 192.168.10.1. When I try to ping a machine (192.168.1.201) from the remote site I get this in the ASA log:
    With network extension mode
    302020 192.168.1.201 192.168.10.2 Built ICMP connection for faddr 192.168.1.201/0 gaddr 192.168.10.2/512 laddr 192.168.10.2/512
    With only client mode
    302020 192.168.1.201 192.168.10.2 Built ICMP connection for faddr 192.168.1.201/0 gaddr 192.168.1.9/1 laddr 192.168.10.2/512
    It seemes to me (quite the newbie here on ASA) that the unit does not handle the gateway address correctly when using network extension mode. The PC i use to ping from is 192.168.10.2.
    Any ideas from the experts ?
    Regards,
    B

  • Target Display Mode: Lenovo T420 DisplayPort to iMac (2nd screen) does not work

    Configuration:
    - Laptop Lenovo T420, DisplayPort, Windows 8.1
    - DisplayPort cable, Adapter to Mini DisplayPort
    - iMac (Intel, 27-inch, Mid 2011) as 2nd screen, connected via Mini DisplayPort Adapter, Mavericks OSX 10.9.1
    Problem:
    - iMac does not start Target Display Mode
    - Even cannot be forced via Cmd + F2 or Cmd - Shift - F2
    Test:
    - Lenovo via DisplayPort cable to 2nd screen works fine
    - Can switch between PC only, Duplicate, Extend display
    Question:
    - What is wrong?
    - What can be done to idenify the root cause?
    Kind regards, Marcel.

    Hello Marcel,
    It sounds like you are wanting to use the iMac in Target Display mode with your PC. Target Display mode is a feature that is supported from one Mac to another Mac according to this article:
    OS X Mavericks: Use another Mac as a display
    http://support.apple.com/kb/PH14264
    Target Display Mode lets you use a Mac as the external display for another, “primary” Mac.
    Thank you for using Apple Support Communities.
    Cheers,
    Sterling

  • Hp 2727nf printer driver does not work in osx 10.7, hp 2727nf printer driver does not work in osx 10.7

    hp laserjet 2727 nf driver in osx lion does not work, It crashes the application and sends an error message?

    Hey , Welcome to the HP forums! I hope you enjoy your stay here. I see that you are having some issues with adjusting the power save mode settings on your Laserjet P1606dn. I can help with that. First make sure the printer is plugged directly into a wall outlet and not a surge protector. If the printer is connected with an ethernet cable to a router then you may be able to do this instead:On the printer hold down the button that looks like a sheet of paper with an arrow on it for about ten seconds. This should print out a report.On your Mac open a browser and enter the printer's IP Address in your Address bar exactly as it appears on the page. When you are finished click on enter/return.This will open the printer's Embedded Web Server. In here you may be able to find some options to adjust the power save settings.If the above does not work then this troubleshooting may assist you with the utility:Go to Applications, and if you have it open the Hewlett-Packard folder.Run HP Uninstaller to remove any existing software from you system.On the Mac go to the Apple icon and Sytem Preferences.Open Printers and Scanners.Hold down the Command key and click on the picture of your printer on the left.Click on Reset Printing System.Go to Applications and Utilities.Open Disk Utility.Click on Macintosh HD on the left.Click on Verify Disk Permissions. This should take about ten minutes.Click on Repair Disk Permissions. This should take about ten minutes.Restart your Mac.Plug in the USB cable between the printer and the router.Check for Product Updates on your Mac.Try running the tool again.If this resolves everything please let others know by clicking on Accept as Solution below my post.
    I hope this helps and I hope you have a great day! 

  • Will not load sites linked from another website--have cleared cache, cookies, history, restarted, checked in Safe Mode--still does not work.

    Some sites load fine. But some sites will not load when linked from another web site, or, occasionally, even from my bookmarks. I went through troubleshooting routine--cleared cache and cookies, history, checked in Safe Mode for extensions, etc., but still will not work in Safe Mode. No other problems with computer or browser.

    What happens when you click the link that does not open up the new page? Is it a blank page? Does this also happen if you Shift Click the link?
    Sometimes a problem with Firefox may be a result of malware installed on your computer, that you may not be aware of.
    You can try these free programs to scan for malware, which work with your existing antivirus software:
    * [http://www.microsoft.com/security/scanner/default.aspx Microsoft Safety Scanner]
    * [http://www.malwarebytes.org/products/malwarebytes_free/ MalwareBytes' Anti-Malware]
    * [http://support.kaspersky.com/viruses/disinfection/5350 Anti-Rootkit Utility - TDSSKiller]
    * [http://general-changelog-team.fr/en/downloads/viewdownload/20-outils-de-xplode/2-adwcleaner AdwCleaner] (for more info, see this [http://www.bleepingcomputer.com/download/adwcleaner/ alternate AdwCleaner download page])
    * [http://www.surfright.nl/en/hitmanpro/ Hitman Pro]
    * [http://www.eset.com/us/online-scanner/ ESET Online Scanner]
    [http://windows.microsoft.com/MSE Microsoft Security Essentials] is a good permanent antivirus for Windows 7/Vista/XP if you don't already have one.
    Further information can be found in the [[Troubleshoot Firefox issues caused by malware]] article.
    Did this fix your problems? Please report back to us!

Maybe you are looking for

  • Problems only with Adobe ImageReady Animated GIF

    Anyone encounter a problem and solution for getting ImageReady animated GIF working properly in a java app? Developer placed 2 animated gifs in the app which caused the CPU system resources to spike to 100%. We then tested animated GIFs made from Mac

  • Motion 4 - Canvas not properly displaying media

    I have a new mac pro tower and have recently installed FCP 3. Everything has been working fine until I started with Motion. It seems that no matter what type of media I import into Motion, the canvas displays a mostly black image with some sparse col

  • My PC  completely nonfunctional since i download safari 3.1

    hi, this is rizwan, i downloaded safari 3.1 in my window xp pro couple of days ago, since then my computer is completely shut down and there is message in my pc screen saying that my computer is shut down b\c of some harmful download, b\c of these i

  • What happens when the movie appears on the device but not in the computer, and I can delete it.

    In my ihone the movie appears in movies, but when I sync the device I don't see it in the computer nor in the iphone movies or itunes movies, so how could I delete it?

  • Spreadsheet in a Keynote Presentation

    I often make presentations to small groups. I often use reports in the form of spreadsheets. Since Numbers cannot use video out, can I copy a Numbers spreadsheet into a Keynote presentation and show the spreadsheet via Keynote? I haven't bought Keyno