Hello all opensuse users, i have one problem.
hdparm -B 254 /dev/sda
doesnt work after reboot, suspend, hybernate.
I try add
hdparm -B 254 /dev/sda
in
/etc/init.d/boot.local
but seems this wont be work.
Where i need to add this parameter?
hcvv
#2
What version of openSUSE???
On 2014-02-20 19:16, hcvv wrote:
>
> What version of openSUSE???
Subject line 
–
Cheers / Saludos,
Carlos E. R.
(from 13.1 x86_64 “Bottle” (Minas Tirith))
hcvv
#4
Corect. I appoligize.
I have seen to much threads without this information today. I think I close down for today.:Z
On 2014-02-20 17:36, volnes88 wrote:
> Code:
> --------------------
> /etc/init.d/boot.local
> --------------------
> but seems this wont be work.
boot.local should work after boot, of course, but not after
hibernation. And it might be undone if there is some service that sets
another parameter.
After hibernation/suspend, you have to create a script in “/etc/pm/sleep.d/”
–
Cheers / Saludos,
Carlos E. R.
(from 13.1 x86_64 “Bottle” (Minas Tirith))
Well thats fail, boot.local and /etc/pm/sleep.d/ doesnt work too.
Solution is use systemd like in Arch
On 2014-02-21 12:26, volnes88 wrote:
> Well thats fail, boot.local and /etc/pm/sleep.d/ doesnt work too.
Why? Don’t the script run? They run on my machine.
> Solution is use systemd like in ‘Arch’
> (https://wiki.archlinux.org/index.php/hdparm)
That should also work.
–
Cheers / Saludos,
Carlos E. R.
(from 13.1 x86_64 “Bottle” (Minas Tirith))