I think in beginning the implementation of a driver to read the SMM table on Dell laptops, covering as much information as is available.
For now, nothing is done but I just have the intention. As Wipster87 posted some interesting code here, I found that is an opportunity to put plans in action.
So, I ask: do you want to be part of this development? Do you have any information besides the above table, because I don't have any; just the code from the i8k kernel module.
vitorafsr
15 Posts
0
May 31st, 2013 15:00
Hi,
I think we can work together in this implementation.
vitorafsr
15 Posts
0
July 24th, 2013 17:00
I'm working in the Linux version of the driver.
Let me ask a question: is the table about the code inside BIOS?
vitorafsr
15 Posts
0
August 3rd, 2013 06:00
I think in beginning the implementation of a driver to read the SMM table on Dell laptops, covering as much information as is available.
For now, nothing is done but I just have the intention. As Wipster87 posted some interesting code here, I found that is an opportunity to put plans in action.
So, I ask: do you want to be part of this development? Do you have any information besides the above table, because I don't have any; just the code from the i8k kernel module.
Tino Reichardt
2 Posts
1
August 4th, 2014 13:00
Manual control of the fan on newer laptops like the Latitude e6530 can be done by using this tool: https://github.com/clopez/dellfan
The important defines are these:
#define DISABLE_BIOS_METHOD1 0x30a3
#define ENABLE_BIOS_METHOD1 0x31a3
Have fun ;-)
/milky
Tino Reichardt
2 Posts
0
August 28th, 2014 10:00
Sorry, I am not aware of any version of this new fan control for Windows... Maybe I will programm sometime a version... but this is not a promise ;)