Bug#559578: Fwd: Bug#559578: eeepc-acpi-scripts: EeePC 701 freezes with garbled screen while booting

2009-12-09 Thread Alan Jenkins
Hi Corentin

It looks like it's not just my 701 which has problems with SHE.  Given
that Asus don't support it on the pre-installed OS, I think we should
disable it for the 701.

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=559578.

Thanks
Alan



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#559578: [Debian-eeepc-devel] Bug#559578: Fwd: Bug#559578: eeepc-acpi-scripts: EeePC 701 freezes with garbled screen while booting

2009-12-09 Thread Ben Armstrong
On Wed, 9 Dec 2009 11:54:54 +
Alan Jenkins sourcejedi.l...@googlemail.com wrote:

 Hi Corentin
 
 It looks like it's not just my 701 which has problems with SHE.  Given
 that Asus don't support it on the pre-installed OS, I think we should
 disable it for the 701.
 
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=559578.

If by we, you mean Debian, and by disable you mean disable by
default, then I agree.  However, I don't believe it should be disabled
upstream.  I have used SHE successfully on the 4G for several weeks.
Although SHE became suspect when I experienced some lockups, after
running for a few days with SHE disabled, I still get occasional
lockups, so I don't no longer think SHE is the cause.  Users ought to
be given the option of re-enabling it on the 4G, but be given an
appropriate caution about lack of vendor support for this configuration.

Ben
--
 ,-.  nSLUGhttp://www.nslug.ns.ca   sy...@sanctuary.nslug.ns.ca
 \`'  Debian   http://www.debian.orgsy...@debian.org
  `  [ gpg 395C F3A4 35D3 D247 1387 2D9E 5A94 F3CA 0B27 13C8 ]



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#559578: [Debian-eeepc-devel] Bug#559578: Fwd: Bug#559578: eeepc-acpi-scripts: EeePC 701 freezes with garbled screen while booting

2009-12-09 Thread Alan Jenkins
On 12/9/09, Ben Armstrong sy...@sanctuary.nslug.ns.ca wrote:
 On Wed, 9 Dec 2009 11:54:54 +
 Alan Jenkins sourcejedi.l...@googlemail.com wrote:

 Hi Corentin

 It looks like it's not just my 701 which has problems with SHE.  Given
 that Asus don't support it on the pre-installed OS, I think we should
 disable it for the 701.

 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=559578.

 If by we, you mean Debian, and by disable you mean disable by
 default, then I agree.  However, I don't believe it should be disabled
 upstream.  I have used SHE successfully on the 4G for several weeks.
 Although SHE became suspect when I experienced some lockups, after
 running for a few days with SHE disabled, I still get occasional
 lockups, so I don't no longer think SHE is the cause.  Users ought to
 be given the option of re-enabling it on the 4G, but be given an
 appropriate caution about lack of vendor support for this configuration.

 Ben

I think the kernel should disable SHE by default on the 701 models.  I
don't mind if it provides a force_cpufv option with an appropriate
warning.

The 701 models aren't shipped with any way to control the SHE.  It is
a form of overclocking which is not supported by the vendor.  On the
other models, SHE is a marketed feature which users will expect to
work reliably.  We should treat these cases differently in the kernel.

I don't think it should be left to userspace to get this right.  There
are other distributions than debian :-).  I've seen at least one
desktop applet which controls SHE.  I expect it has a similar option
to toggle SHE automatically when switching between mains and battery
power.  If we change the kernel, it will affect everyone.

The ABI doc for eeepc-laptop doesn't say writing to cpufv may break,
so we need _some_ change to the kernel sources :).  I think it's
better to fix this in the code and not just add disclaimers in the
documentation.

Alan



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#559578: [Debian-eeepc-devel] Bug#559578: Fwd: Bug#559578: eeepc-acpi-scripts: EeePC 701 freezes with garbled screen while booting

2009-12-09 Thread Ben Armstrong
On Wed, 9 Dec 2009 14:48:09 +
Alan Jenkins sourcejedi.l...@googlemail.com wrote:
 I think the kernel should disable SHE by default on the 701 models.  I
 don't mind if it provides a force_cpufv option with an appropriate
 warning.

That's a reasonable approach.

 I don't think it should be left to userspace to get this right.  There
 are other distributions than debian :-).  I've seen at least one
 desktop applet which controls SHE.  I expect it has a similar option
 to toggle SHE automatically when switching between mains and battery
 power.  If we change the kernel, it will affect everyone.

Fair enough.  By the way, if you're referring to the same applet I'm
thinking of, it is capable of using means other than cpufv to change
speed (by access to certain registers directly, i think) so fixing
cpufv doesn't adequately protect users of that applet.

Ben
--
 ,-.  nSLUGhttp://www.nslug.ns.ca   sy...@sanctuary.nslug.ns.ca
 \`'  Debian   http://www.debian.orgsy...@debian.org
  `  [ gpg 395C F3A4 35D3 D247 1387 2D9E 5A94 F3CA 0B27 13C8 ]



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#559578: [Debian-eeepc-devel] Bug#559578: Fwd: Bug#559578: eeepc-acpi-scripts: EeePC 701 freezes with garbled screen while booting

2009-12-09 Thread Corentin Chary
On Wed, Dec 9, 2009 at 5:14 PM, Ben Armstrong
sy...@sanctuary.nslug.ns.ca wrote:
 On Wed, 9 Dec 2009 14:48:09 +
 Alan Jenkins sourcejedi.l...@googlemail.com wrote:
 I think the kernel should disable SHE by default on the 701 models.  I
 don't mind if it provides a force_cpufv option with an appropriate
 warning.

 That's a reasonable approach.


I'm ok with that too. Alan are you working on that patch or should I do it ?



-- 
Corentin Chary
http://xf.iksaif.net



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org