| | 1 | [[PageOutline]] |
| | 2 | |
| | 3 | = Welcome to the ACPI Project on Netlabs = |
| | 4 | |
| | 5 | This is the development and support home for ACPI Project. |
| | 6 | |
| | 7 | This page is in v0.0.0 format. |
| | 8 | Many of the links on this page do not yet go anywhere useful. |
| | 9 | This will get better over time. |
| | 10 | |
| | 11 | The current ACPI driver release is version 3.9. |
| | 12 | |
| | 13 | = Users = |
| | 14 | |
| | 15 | The [http://ru.ecomstation.ru/projects/acpitools/?action=faq ACPI FAQ] contains answers to your questions. |
| | 16 | |
| | 17 | See [UserGuide Getting the most from ACPI] for hints from the power users. |
| | 18 | |
| | 19 | The [http://en.ecomstation.ru/projects/acpitools/ ACPI Tools] page contains a wealth of information an links. |
| | 20 | |
| | 21 | The [ACPI_CompatibilityMatrix ACPI Compatibility Matrix] is the place to go to check if your motherboard or system is already supported by the ACPI driver. |
| | 22 | |
| | 23 | == Binaries == |
| | 24 | |
| | 25 | New releases and testcase builds are available from the eComStation !BetaZone. |
| | 26 | Log in to [http://shop.mensys.com Mensys] with your Mensys login id and click the Downloads link. |
| | 27 | Click the "Software Subscription Services for eComStation" Download link and the ACPI drivers should be listed. |
| | 28 | |
| | 29 | You can access the !BetaZone from your [www.ecomstation.com eComStation] login, but the ACPI download may not appear |
| | 30 | |
| | 31 | New releases are announced on the mailing list and elsewhere. |
| | 32 | |
| | 33 | = Developers = |
| | 34 | |
| | 35 | == Getting the sources == |
| | 36 | |
| | 37 | In addition to [../browser browsing] the sources here, you can check out the |
| | 38 | [/repos/acpi sources] |
| | 39 | with your favorite subversion client. |
| | 40 | |
| | 41 | Keep in mind that, unlike [http://www.nongnu.org/cvs/ cvs], tags and branches are |
| | 42 | ordinary directories in subversion. |
| | 43 | With the typical subversion respository layout, it is |
| | 44 | rather easy to checkout more than you |
| | 45 | probably intend to. To pull just the trunk version, use something like |
| | 46 | |
| | 47 | {{{ |
| | 48 | mkdir acpi_workspace |
| | 49 | cd acpi_workspace |
| | 50 | svn checkout http://svn.netlabs.org/repos/acpi/trunk trunk |
| | 51 | }}} |
| | 52 | |
| | 53 | To update your workspace with the current repository content, use |
| | 54 | |
| | 55 | {{{ |
| | 56 | cd acpi_workspace\trunk |
| | 57 | svn update |
| | 58 | }}} |
| | 59 | |
| | 60 | Driver developers that wish to make their drivers ACPI compliant will find the |
| | 61 | [http://ecomstation.ru/projects/developer/?action=acpi ACPI toolkit] useful. |
| | 62 | |
| | 63 | == Building == |
| | 64 | |
| | 65 | [wiki:DevelopersFAQ ACPI Developers FAQ][[BR]] |
| | 66 | |
| | 67 | [wiki:BuildingFm2 Building the ACPI Drivers][[BR]] |
| | 68 | |
| | 69 | == About ACPI == |
| | 70 | |
| | 71 | == Support == |
| | 72 | |
| | 73 | As you might have suspected, ACPI is a Netlabs project. The project URL is [wiki:/ ACPI] |
| | 74 | |
| | 75 | The support mailing list is at [mailto:acpi-dev@netlabs.org ACPI Mailing List] |
| | 76 | |
| | 77 | To subscribe to then mailing list send a message to [mailto:acpi-dev-subscribe@netlabs.org Subscribe to ACPI Mailing List]. The subject and body can be empty. You will receive a response which you must reply to to complete the process. |
| | 78 | |
| | 79 | These lists are [http://www.ezmlm.org EzMLM] mailing lists. If you need help subscribing, see [http://wiki.netlabs.org/index.php/Mailinglists Netlabs Mailing Lists]. |
| | 80 | |
| | 81 | You must be logged into TRAC to create tickets. Please login with user 'guest' and password 'netlabs' if you don't have personal login id. It is recommended that you request a personal login id on the [mailto:community@netlabs.org Netlabs Community Mailing List]. |
| | 82 | |
| | 83 | If you use the guest login, please put your name somewhere in the ticket description. This makes it easier to correlate tickets and mailing list threads. |
| | 84 | |
| | 85 | = Credits = |
| | 86 | |
| | 87 | * Pavel (pasha) Shtemenko |
| | 88 | |
| | 89 | If we forgot anyone, please let us know. It was unintentional. |
| | 90 | |
| | 91 | ---- |
| | 92 | ---- |
| | 93 | |
| | 94 | |