* Repost: ASUS APM Problem (ASUS L8400L & ASUS P2B-F)
@ 2001-12-12 14:22 fridtjof
2001-12-12 14:25 ` Martin Dalecki
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: fridtjof @ 2001-12-12 14:22 UTC (permalink / raw)
To: linux-kernel
Type of Computers:
* ASUS L8400L, x86 based laptop system, see
http://www.magicdevices.de/notebooks/asus/l_8400_k-1133_tl.html
for details
* ASUS P2B-F Board, x86 based desktop system
Common problem of both the desktop PC and the laptop:
$ cat /proc/apm
1.14 1.2 0x03 0x01 0xff 0x80 -1% -1 ?
^^^^^^^^
$ dmesg | grep apm
apm: BIOS version 1.2 Flags 0x03 (Driver version 1.14)
Kernels where this occurs:
* Kernel 2.4.16
* RedHat Kernel 2.4.9-13.
Kernel Config concerning APM and ACPI:
$ egrep -i "(APM|ACPI)" .config
CONFIG_APM=y
# CONFIG_APM_IGNORE_USER_SUSPEND is not set
# CONFIG_APM_DO_ENABLE is not set
CONFIG_APM_CPU_IDLE=y
CONFIG_APM_DISPLAY_BLANK=y
CONFIG_APM_RTC_IS_GMT=y
# CONFIG_APM_ALLOW_INTS is not set
# CONFIG_APM_REAL_MODE_POWER_OFF is not set
Anybody know why APM doesn't work with products from ASUS?
Is this a known bug?
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Repost: ASUS APM Problem (ASUS L8400L & ASUS P2B-F)
2001-12-12 14:22 Repost: ASUS APM Problem (ASUS L8400L & ASUS P2B-F) fridtjof
@ 2001-12-12 14:25 ` Martin Dalecki
2001-12-12 14:29 ` M. Edward (Ed) Borasky
2001-12-12 15:59 ` Alan Cox
2 siblings, 0 replies; 6+ messages in thread
From: Martin Dalecki @ 2001-12-12 14:25 UTC (permalink / raw)
To: fridtjof; +Cc: linux-kernel
fridtjof@fbunet.de wrote:
>
> Type of Computers:
>
> * ASUS L8400L, x86 based laptop system, see
> http://www.magicdevices.de/notebooks/asus/l_8400_k-1133_tl.html
> for details
>
> * ASUS P2B-F Board, x86 based desktop system
>
> Common problem of both the desktop PC and the laptop:
>
> $ cat /proc/apm
> 1.14 1.2 0x03 0x01 0xff 0x80 -1% -1 ?
>
cat /proc/apm
1.15 1.2 0x03 0x01 0x03 0x09 100% -1 ?
Looks fine!
dmesg | grep apm
apm: BIOS version 1.2 Flags 0x03 (Driver version 1.15)
> $ dmesg | grep apm
> apm: BIOS version 1.2 Flags 0x03 (Driver version 1.14)
>
> Kernels where this occurs:
>
> * Kernel 2.4.16
> * RedHat Kernel 2.4.9-13.
uname -a
Linux kozaczek 2.4.16-2 #1 śro lis 28 16:55:12 CET 2001 i686 unknown
[root@kozaczek t1lib]#
> Kernel Config concerning APM and ACPI:
>
> $ egrep -i "(APM|ACPI)" .config
> CONFIG_APM=y
> # CONFIG_APM_IGNORE_USER_SUSPEND is not set
> # CONFIG_APM_DO_ENABLE is not set
> CONFIG_APM_CPU_IDLE=y
> CONFIG_APM_DISPLAY_BLANK=y
> CONFIG_APM_RTC_IS_GMT=y
> # CONFIG_APM_ALLOW_INTS is not set
> # CONFIG_APM_REAL_MODE_POWER_OFF is not set
>
egrep -i "(APM|ACPI)" /usr/src/linux/configs/kernel-2.4.16-i686.config
# CONFIG_ACPI is not set
CONFIG_APM=y
# CONFIG_APM_IGNORE_USER_SUSPEND is not set
# CONFIG_APM_DO_ENABLE is not set
# CONFIG_APM_CPU_IDLE is not set
# CONFIG_APM_DISPLAY_BLANK is not set
CONFIG_APM_RTC_IS_GMT=y
# CONFIG_APM_ALLOW_INTS is not set
# CONFIG_APM_REAL_MODE_POWER_OFF is not set
root@kozaczek t1lib]#
> Anybody know why APM doesn't work with products from ASUS?
> Is this a known bug?
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
Subsystem: Asustek Computer, Inc.: Unknown device 1434
The "Unknown device is a 8600A series notbook
and *eveything* on it works fine on linux, even the
AC'97 sound as well as the windows modem.
So it generally isn'y true that producst from ASUS don't
work under linux....
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Repost: ASUS APM Problem (ASUS L8400L & ASUS P2B-F)
2001-12-12 14:22 Repost: ASUS APM Problem (ASUS L8400L & ASUS P2B-F) fridtjof
2001-12-12 14:25 ` Martin Dalecki
@ 2001-12-12 14:29 ` M. Edward (Ed) Borasky
2001-12-12 15:59 ` Alan Cox
2 siblings, 0 replies; 6+ messages in thread
From: M. Edward (Ed) Borasky @ 2001-12-12 14:29 UTC (permalink / raw)
To: linux-kernel
On Wed, 12 Dec 2001 fridtjof@fbunet.de wrote:
> Type of Computers:
> Anybody know why APM doesn't work with products from ASUS?
> Is this a known bug?
I have an ASUS motherboard with an Athlon TBird (don't remember all the
model numbers, etc.) and I had problems with the *display* power management
using Red Hat 7.1. I just got 7.2 and haven't had a chance to check whether
it works there or not. Never tried to do power management on the box itself
though.
--
M. Edward Borasky -- znmeb@aracnet.com -- http://www.borasky-research.net
If God had meant carrots to be eaten cooked, He would have given rabbits
fire.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Repost: ASUS APM Problem (ASUS L8400L & ASUS P2B-F)
2001-12-12 14:22 Repost: ASUS APM Problem (ASUS L8400L & ASUS P2B-F) fridtjof
2001-12-12 14:25 ` Martin Dalecki
2001-12-12 14:29 ` M. Edward (Ed) Borasky
@ 2001-12-12 15:59 ` Alan Cox
2001-12-12 17:47 ` Fridtjof Busse
2 siblings, 1 reply; 6+ messages in thread
From: Alan Cox @ 2001-12-12 15:59 UTC (permalink / raw)
To: fridtjof; +Cc: linux-kernel
> $ cat /proc/apm
> 1.14 1.2 0x03 0x01 0xff 0x80 -1% -1 ?
> ^^^^^^^^
-1 is "unknown"
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Repost: ASUS APM Problem (ASUS L8400L & ASUS P2B-F)
2001-12-12 15:59 ` Alan Cox
@ 2001-12-12 17:47 ` Fridtjof Busse
2001-12-12 18:11 ` Alan Cox
0 siblings, 1 reply; 6+ messages in thread
From: Fridtjof Busse @ 2001-12-12 17:47 UTC (permalink / raw)
To: Alan Cox; +Cc: linux-kernel
On Wednesday, 12. December 2001 16:59, Alan Cox wrote:
> > $ cat /proc/apm
> > 1.14 1.2 0x03 0x01 0xff 0x80 -1% -1 ?
> > ^^^^^^^^
>
> -1 is "unknown"
Is there any way to get this working?
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Repost: ASUS APM Problem (ASUS L8400L & ASUS P2B-F)
2001-12-12 17:47 ` Fridtjof Busse
@ 2001-12-12 18:11 ` Alan Cox
0 siblings, 0 replies; 6+ messages in thread
From: Alan Cox @ 2001-12-12 18:11 UTC (permalink / raw)
To: Fridtjof Busse; +Cc: Alan Cox, linux-kernel
> On Wednesday, 12. December 2001 16:59, Alan Cox wrote:
> > > $ cat /proc/apm
> > > 1.14 1.2 0x03 0x01 0xff 0x80 -1% -1 ?
> > > ^^^^^^^^
> >
> > -1 is "unknown"
>
> Is there any way to get this working?
It is working. The BIOS doesn't support that information.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2001-12-12 18:02 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-12 14:22 Repost: ASUS APM Problem (ASUS L8400L & ASUS P2B-F) fridtjof
2001-12-12 14:25 ` Martin Dalecki
2001-12-12 14:29 ` M. Edward (Ed) Borasky
2001-12-12 15:59 ` Alan Cox
2001-12-12 17:47 ` Fridtjof Busse
2001-12-12 18:11 ` Alan Cox
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®