hybrid-graphics-linux team mailing list archive
-
hybrid-graphics-linux team
-
Mailing list archive
-
Message #00238
1215N ACPI problem
Greetings,
Did anyone got this error when sending whatever to /proc/acpi/call ?
failed: AE_NOT_FOUND
i modified a little the script (test_off.sh) to be able to understand why it
wasn't returning "failed" or "ok", here is the script:
#!/bin/bash
methods="
\_SB.PCI0.P0P1.VGA._OFF
\_SB.PCI0.P0P2.VGA._OFF
\_SB_.PCI0.OVGA.ATPX
\_SB_.PCI0.OVGA.XTPX
\_SB.PCI0.P0P2.PEGP._OFF
\_SB.PCI0.MXR0.MXM0._OFF
\_SB.PCI0.PEG1.GFX0._OFF
\_SB.PCI0.PEG1.GFX0.DOFF
\_SB.PCI0.XVR0.Z01I.DGOF
\_SB.PCI0.PEGR.GFX0._OFF
\_SB.PCI0.PEG.VID._OFF
\_SB.PCI0.P0P2.DGPU._OFF
\_SB.PCI0.IXVE.IGPU.DGOF
\_SB.PCI0.RP00.VGA._PS3
\_SB.PCI0.RP00.VGA.P3MO
\_SB.PCI0.GFX0.DSM._T_0
"
for m in $methods; do
#echo -n "Trying $m: "
echo $m > /proc/acpi/call
result=$(cat /proc/acpi/call)
if [ "$result" = "ok" ]; then
echo "works!"
break
elif [ "$result" = "failed" ]; then
echo "failed"
else
echo "$result"
fi
done
acpi_call is loaded:
# lsmod | grep acpi_call
acpi_call 2671 0
My guess is that is something with the acpi_call
Any help on this please?
Thanks
PS: System info:
# uname -a
Linux 2.6.32-21-generic #32-Ubuntu SMP Fri Apr 16 08:09:38 UTC 2010 x86_64
GNU/Linux
# cat /etc/linuxmint/info
RELEASE=9
CODENAME=isadora
EDITION="Gnome 64-bit"
DESCRIPTION="Linux Mint 9 Isadora"
DESKTOP=Gnome
TOOLKIT=GTK
NEW_FEATURES_URL=http://www.linuxmint.com/rel_isadora_whatsnew.php
RELEASE_NOTES_URL=http://www.linuxmint.com/rel_isadora.php
USER_GUIDE_URL=
http://ftp.heanet.ie/pub/linuxmint.com/stable/9/user-guide/english.pdf
GRUB_TITLE=Linux Mint 9