You are not logged in.

#1 2009-07-23 07:53:40

sychu
Member
Registered: 2009-05-15
Posts: 4

acpi HP6710b lid close bug

Common problem with HP6710b is to froze on lid close.

I found on arch wiki solution for this crap....

echo "1" >  /proc/acpi/video/C098/DOS

I need to place this command on startup.... but where?

During run rc.local  /proc/acpi/video/C098/DOS does not exists sad

Offline

#2 2009-07-23 08:47:02

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: acpi HP6710b lid close bug

Would surprise me. Does it work when your computer is up and running? Replacing the C098 by an asterisk should do the job too I think, since that value can differ between models. Even better is replacing that value by the one your system uses wink.


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#3 2009-07-23 09:06:03

sychu
Member
Registered: 2009-05-15
Posts: 4

Re: acpi HP6710b lid close bug

When system is up and running "/proc/acpi/video/C098/DOS" exists.
So i'm looking for best place to run fix command, just after "/proc/acpi/video/C098/DOS" appears.

Offline

#4 2009-07-23 09:27:46

Malstrond
Member
From: Germany
Registered: 2009-06-03
Posts: 98

Re: acpi HP6710b lid close bug

I had the same problem with the cpufreq interfaces.
You could try (sleep 5 && echo 1 >  /proc/acpi/video/C098/DOS). This will cause a 5 second pause before the command is executed.

Offline

#5 2009-07-23 10:06:04

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: acpi HP6710b lid close bug

That is quite bizarre. You might want to try adding a timeout before running the command, although I had a 6510b affected by the same problem and I had no problem adding that line to rc.local.


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#6 2009-07-24 07:21:01

sychu
Member
Registered: 2009-05-15
Posts: 4

Re: acpi HP6710b lid close bug

Command with sleep solved problem.
Thanks, a lot!

Offline

Board footer

Powered by FluxBB