Hello, Happy new year !! Wishing you a 200% working card before the end of the year 2011 !!
Thanks for your efforts ! Long life to the community !! Just a hint about my experience : $ git clone http://github.com/mkottman/acpi_call.git Initialized empty Git repository in /home/jerome/src/acpi_call/.git/ remote: Counting objects: 90, done. remote: Compressing objects: 100% (46/46), done. remote: Total 90 (delta 50), reused 77 (delta 42) Unpacking objects: 100% (90/90), done. $ cd acpi_call/ $ make make -C /lib/modules/2.6.32-27-generic/build M=/home/jerome/src/acpi_call modules make[1]: entrant dans le répertoire « /usr/src/linux-headers-2.6.32-27-generic » CC [M] /home/jerome/src/acpi_call/acpi_call.o Building modules, stage 2. MODPOST 1 modules CC /home/jerome/src/acpi_call/acpi_call.mod.o LD [M] /home/jerome/src/acpi_call/acpi_call.ko make[1]: quittant le répertoire « /usr/src/linux-headers-2.6.32-27-generic » $ sudo insmod acpi_call.ko $ ./test_off.sh Trying \_SB.PCI0.P0P1.VGA._OFF: failed Trying \_SB.PCI0.P0P2.VGA._OFF: failed Trying \_SB_.PCI0.OVGA.ATPX: failed Trying \_SB_.PCI0.OVGA.XTPX: failed Trying \_SB.PCI0.P0P3.PEGP._OFF: failed Trying \_SB.PCI0.P0P2.PEGP._OFF: works! $ ./test_off.sh Trying \_SB.PCI0.P0P1.VGA._OFF: failed Error: AE_NOT_FOUND Trying \_SB.PCI0.P0P2.VGA._OFF: failed Error: AE_NOT_FOUND Trying \_SB_.PCI0.OVGA.ATPX: failed Error: AE_NOT_FOUND Trying \_SB_.PCI0.OVGA.XTPX: failed Error: AE_NOT_FOUND Trying \_SB.PCI0.P0P3.PEGP._OFF: failed Error: AE_NOT_FOUND Trying \_SB.PCI0.P0P2.PEGP._OFF: works! 0x140d -- Jérôme Avond <[email protected]> Axolys, Société de services en logiciels libres 27, rue Désiré Claude - 42100 Saint Étienne tel : +33(0)9 50 05 47 81 mob : +33(0)6 61 46 97 85 fax : +33(0)9 55 05 47 81 url : http://www.axolys.fr _______________________________________________ Mailing list: https://launchpad.net/~hybrid-graphics-linux Post to : [email protected] Unsubscribe : https://launchpad.net/~hybrid-graphics-linux More help : https://help.launchpad.net/ListHelp

