Discussions moved here
282 replies to this topic
#1
Posted 14 October 2010 - 09:27 PM
#2
Posted 14 October 2010 - 10:10 PM
Thank you for sharing. Good to see someone making progress.
So why do we want it (notebook / desktop)?
Will the new be limited to /Extra or also run froms /S/L/E?
I bet people are going to ask: "How do we pull this from github this?" (me starts counter).
Oh and your README looks more like a LICENSE file to me. Not what I was expecting.
n.b. It compiles fine. No warnings / errors.
So why do we want it (notebook / desktop)?
Will the new be limited to /Extra or also run froms /S/L/E?
I bet people are going to ask: "How do we pull this from github this?" (me starts counter).
Oh and your README looks more like a LICENSE file to me. Not what I was expecting.
n.b. It compiles fine. No warnings / errors.
#3
Posted 14 October 2010 - 10:16 PM
#4
Posted 14 October 2010 - 10:19 PM
XLR, on Oct 15 2010, 12:16 AM, said:
Does it auto-detects Tjmax value from CPU?
bool IntelThermal::init(OSDictionary *properties)
{
DebugLog("Initialising...");
if (!super::init(properties))
return false;
if (OSNumber* number = OSDynamicCast(OSNumber, getProperty("TJMax"))) {
tjmax[0] = number->unsigned32BitValue();
}
return true;
}
I would say it does.
#5
Posted 14 October 2010 - 11:05 PM
mozodojo, on Oct 14 2010, 06:27 PM, said:
working from extra
/EDIT 22/10
I installed your fakesmc + intelthermal & superio with winbond plugin today.
It works great but AUXTIN and one of my case fans is missing (FAN1 is the CPU fan). Compare with a screenshot of HWMonitor:
Screen_shot_2010_10_21_at_10.22.02_PM.png 17.86K
302 downloads
HWMonitor.png 84.98K
428 downloadsIf I add NVClockX I get a kernel panic during boot. The one that doesn't even mention NVClockX was when booting the 10.6.0 install DVD.
Sorry about the quality, there's not enough ambient light here to take good photos in the evening :-)
IMG_3700.JPG 331.25K
197 downloads
IMG_3701.JPG 266.91K
114 downloadsNvidia 9800GTX+ on unmodified drivers, motherboard is ASUS P5Q-E.
#6
Posted 14 October 2010 - 11:14 PM
Thanks mozodojo, working fine from Extra, W836x.kext shows northbridge and fans.
For those still looking for download link
For those still looking for download link
#7
Posted 14 October 2010 - 11:22 PM
#8
Posted 15 October 2010 - 12:00 AM
OMG it works!
Before:
After:
Before:

After:
#9
Posted 15 October 2010 - 01:01 AM
Thanks mozodojo
Great Job
Great Job
#10
Posted 15 October 2010 - 04:14 AM
1. Readme actually is a license - I am not a good english writer.
2. Look for "downloads" section (thanks, oldnapalm).
3. kexts will work from S/L/E too
4. IntelThermal trying to autodetect TjMax value. If not using 100. TjMax value could be overriden via info.plist:
__________________________2010_10_15____06.06.57.png 25.03K
206 downloads
2. Look for "downloads" section (thanks, oldnapalm).
3. kexts will work from S/L/E too
4. IntelThermal trying to autodetect TjMax value. If not using 100. TjMax value could be overriden via info.plist:
__________________________2010_10_15____06.06.57.png 25.03K
206 downloads
#11
Posted 15 October 2010 - 05:04 AM
mozodojo, on Oct 15 2010, 12:14 AM, said:
1. Readme actually is a license - I am not a good english writer.
2. Look for "downloads" section (thanks, oldnapalm).
3. kexts will work from S/L/E too
4. IntelThermal trying to autodetect TjMax value. If not using 100. TjMax value could be overriden via info.plist:
________...06.06.57.png
2. Look for "downloads" section (thanks, oldnapalm).
3. kexts will work from S/L/E too
4. IntelThermal trying to autodetect TjMax value. If not using 100. TjMax value could be overriden via info.plist:
How is this project different from Slice's FakeSMC project? I have Slice's FakeSMC with 4 plugins in my /s/l/e folder. All appears to be properly detected on my rig - temps (CPU, GPU), fan, CPU voltage. Albeit, I still have no fan control.
Loaded FakeSMC plugins are as follow: FakeSMCIntelMonitor.kext, FakeSMCnVclockPort.kext, FakeSMCSuperIO.kext, FakeSMCACPIMonitor.kext
I'm an amateur, so please do elaborate.
#12
Posted 15 October 2010 - 05:41 AM
DarwinX, if you open your FakeSMC and plugins info.plist, you could see who is creator.
In general It's the same project and the same developers. We was working together on the pervious version. This new version I decided to make works from Extra. Still waiting the team will join to me on github.
In general It's the same project and the same developers. We was working together on the pervious version. This new version I decided to make works from Extra. Still waiting the team will join to me on github.
#13
Posted 15 October 2010 - 05:57 AM
mozodojo, on Oct 15 2010, 01:41 AM, said:
DarwinX, if you open your FakeSMC and plugins info.plist, you could see who is creator.
In general It's the same project and the same developers. We was working together on the pervious version. This new version I decided to make works from Extra. Still waiting the team will join to me on github.
In general It's the same project and the same developers. We was working together on the pervious version. This new version I decided to make works from Extra. Still waiting the team will join to me on github.
I do realize that you are involved with with both projects, hence the question. Given my FakeSMC state, is there a benefit to replacing it with yours? If so, do I completely remove Slice's FakeSMC and replace it with yours in /e/e/ folder? The placement of FakeSMC.kext is not that important to me by the way.
#14
Posted 15 October 2010 - 06:04 AM
New FakeSMC will work only with new plugins. Older plugins and fakesmc is incompatible with new one.
#15
Posted 15 October 2010 - 06:20 AM
DarwinX, on Oct 15 2010, 02:57 AM, said:
The placement of FakeSMC.kext is not that important to me by the way.
I would say that's pretty significant.
#16
Posted 15 October 2010 - 06:54 AM
Fantastic development progression mozodojo. Working great from /Extra here. Thanks
#17
Posted 15 October 2010 - 08:14 AM
Gringo Vermelho, on Oct 15 2010, 02:20 AM, said:
Seriously? The major benefit is that since mozodojo's version works from /extra, you can use it on a boot CD or whatever else you use to boot a retail OS X installer. Previously you had to use Netkas' original version.
I would say that's pretty significant.
I would say that's pretty significant.
True, however for existing installations, what are the benefits of the Mozodojo branch? How do I get NVidia GPU temp readout with it? Basically and logically, I merely desire to have the best available implementation of the FakeSMC for my particular rig. Naturally, regression would be undesirable, so if this branch offers more features, then it is something I am quite interested in. Beyond the read outs that I already do receive from my existing Slice's FakeSMC, what more is there and out of that what is further available in this particular branch? Is there any hope for fan control?
#18
Posted 15 October 2010 - 08:32 AM
New version is under development.
#19
Posted 15 October 2010 - 09:45 AM
#20
Posted 15 October 2010 - 12:08 PM
Dear mozodojo thanks for your share and hard work. I have also been following the developments over ProjectOSX of slice, rubik and you and others; however, I see some lack of updates or interest...
So I remove FakeSMC v405 (latest ProjectOSX) from /S/L/E/ and include yours in /E/E but.... for us poor souls that don't have time to learn and compile, would you be so kind and offer us the full compiled binaries?
Is the link below the one I am looking for?
http://github.com/do...est.zip/qr_code
Finally, your FakeSMC main binary, is it the same as Netkas' 2.5 release some time ago, or is it a more developed, advanced version? I don't see a version in its Info.plist
Please let us know when you have updated your sources and provide a new binary to download!
Many many thanks! About to test it on my Q9550 ICH7 ITE8718F chipset mobo! Nevermind NVidia readings ;-)
So I remove FakeSMC v405 (latest ProjectOSX) from /S/L/E/ and include yours in /E/E but.... for us poor souls that don't have time to learn and compile, would you be so kind and offer us the full compiled binaries?
Is the link below the one I am looking for?
http://github.com/do...est.zip/qr_code
Finally, your FakeSMC main binary, is it the same as Netkas' 2.5 release some time ago, or is it a more developed, advanced version? I don't see a version in its Info.plist
Please let us know when you have updated your sources and provide a new binary to download!
Many many thanks! About to test it on my Q9550 ICH7 ITE8718F chipset mobo! Nevermind NVidia readings ;-)
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users



Sign In
Create Account









