Tiny Core Base > CorePlus
Longhaul problems - how to deactivate?
Rich:
Hi YuT666
It goes on the line that contains core.gz
YuT666:
Ok, we'll go further ...
The error message now:
--- Quote ---Longhaul: "1" invalid for parameter "disable"
--- End quote ---
Rich:
Hi YuT666
I just looked through the source code for longhorn. The parameter is enable , not disable. Try:
--- Code: ---longhaul.enable=0
--- End code ---
and see if that works.
YuT666:
Strange, no chance ...
--- Quote ---Longhaul: Option "enable" not set. Aborting
--- End quote ---
When i type ...
--- Quote ---longhaul.enable=1
--- End quote ---
... i get no error messages at all and it works fine ...
Strange ...
Rich:
Hi YuT666
--- Quote ---Longhaul: Option "enable" not set. Aborting
--- End quote ---
That's not really an error, from the source code found here:
http://lxr.free-electrons.com/source/drivers/cpufreq/longhaul.c?v=3.8#L968
is the following code:
--- Code: ---968 if (!enable) {
969 printk(KERN_ERR PFX "Option \"enable\" not set. Aborting.\n");
970 return -ENODEV;
971 }
--- End code ---
If enable is set to zero, that message is printed and longhaul is disabled.
Navigation
[0] Message Index
[*] Previous page
Go to full version