I've ported easy-slow-down-manager for Linux kernel 3.x.
Check this out and tell me if it doesn't work.
[DL] easy-slow-down-manager for Linux 3.x (Ubuntu >=13.04)
-
- Newbie
- Posts: 1
- Joined: 02 Mar 2015, 22:04
Re: [DL] easy-slow-down-manager for Linux 3.x (Ubuntu >=13.0
Hi! Thank you from porting this!
My problem is (Ativ Book 7), that after "silencing" the fan/cpu and use it for a while (even browsing starts the fan), it never goes back to the silence state, so I have to echo every time when I will silence it again. Why is this? It's not a good solution the echo 1 to esdm all the time, I guess
My problem is (Ativ Book 7), that after "silencing" the fan/cpu and use it for a while (even browsing starts the fan), it never goes back to the silence state, so I have to echo every time when I will silence it again. Why is this? It's not a good solution the echo 1 to esdm all the time, I guess
Re: [DL] easy-slow-down-manager for Linux 3.x (Ubuntu >=13.04)
Where is the attachment esdm.zip? It was here yesterday(
Re: [DL] easy-slow-down-manager for Linux 3.x (Ubuntu >=13.04)
There have been some problems during the forum migration, almost all of the old attachments have been corrupted.
Luckily, not this one. Here it is:
Luckily, not this one. Here it is:
- Attachments
-
- esdm.zip
- (4.81 KiB) Downloaded 2300 times
Re: [DL] easy-slow-down-manager for Linux 3.x (Ubuntu >=13.04)
Hi, this is the author of easy-slow-down-manager for Linux 3.x.
I've just confirmed that the attachment the admin has posted didn't get corrupted
By the way, I wonder if this works for Linux 4.x? I haven't tested it yet, since I haven't got a Linux 4.x kernel yet..
(The sure thing is, it does work on Ubuntu 14.04 LTS - the one I currently am using )
I've just confirmed that the attachment the admin has posted didn't get corrupted
By the way, I wonder if this works for Linux 4.x? I haven't tested it yet, since I haven't got a Linux 4.x kernel yet..
(The sure thing is, it does work on Ubuntu 14.04 LTS - the one I currently am using )
Re: [DL] easy-slow-down-manager for Linux 3.x (Ubuntu >=13.04)
I just tried it on a 4.5* kernel, but didn't get it working. I'm no x-pert and the error is probably that by trying to follow your instructions I downloaded the source of the 3.16-kernel while using 4.5.
Is there a way I could properly test it on my kernel?
Here's the trouble:
Is there a way I could properly test it on my kernel?
Here's the trouble:
Code: Select all
# make -C /usr/src/linux-source-3.16 M='pwd' modules
make: Entering directory '/usr/src/linux-source-3.16'
ERROR: Kernel configuration is invalid.
include/generated/autoconf.h or include/config/auto.conf are missing.
Run 'make oldconfig && make prepare' on kernel src to fix it.
WARNING: Symbol version dump ./Module.symvers
is missing; modules will have no dependencies and modversions.
scripts/Makefile.build:44: pwd/Makefile: No such file or directory
make[1]: *** No rule to make target 'pwd/Makefile'. Stop.
Makefile:1352: recipe for target '_module_pwd' failed
make: *** [_module_pwd] Error 2
make: Leaving directory '/usr/src/linux-source-3.16'
Re: [DL] easy-slow-down-manager for Linux 3.x (Ubuntu >=13.04)
I haven't checked the 4.x versions yet. Maybe I will port it to 4.x version laterNitroNilz wrote:I just tried it on a 4.5* kernel, but didn't get it working. I'm no x-pert and the error is probably that by trying to follow your instructions I downloaded the source of the 3.16-kernel while using 4.5.
Is there a way I could properly test it on my kernel?
Here's the trouble:
Code: Select all
# make -C /usr/src/linux-source-3.16 M='pwd' modules make: Entering directory '/usr/src/linux-source-3.16' ERROR: Kernel configuration is invalid. include/generated/autoconf.h or include/config/auto.conf are missing. Run 'make oldconfig && make prepare' on kernel src to fix it. WARNING: Symbol version dump ./Module.symvers is missing; modules will have no dependencies and modversions. scripts/Makefile.build:44: pwd/Makefile: No such file or directory make[1]: *** No rule to make target 'pwd/Makefile'. Stop. Makefile:1352: recipe for target '_module_pwd' failed make: *** [_module_pwd] Error 2 make: Leaving directory '/usr/src/linux-source-3.16'
EDIT: I think there's something wrong with your setup according to that error message...maybe the Linux source code tree wasn't configured (by `make oldconfig` or such)?