View previous topic :: View next topic |
Author |
Message |
Alucinor33 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 31 Aug 2008 Posts: 19
|
Posted: Mon Sep 01, 2008 10:44 pm Post subject: Issues with Acer ACPI |
|
|
So I am trying to get acer_acpi functioning mainly so I have control over LCD Brightness... but when I try to modprobe it I get this...
alibox boot # modprobe acer_acpi
FATAL: Error inserting acer_acpi (/lib/modules/2.6.25-gentoo-r7/extra/acer_acpi.ko): No such device
The version of acer_acpi installed is..
app-laptop/acer_acpi-0.11.2
Help? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
mobileagent n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 03 Oct 2005 Posts: 15
|
Posted: Sun Sep 28, 2008 12:33 am Post subject: Wmi? |
|
|
I was working on this just now too, and I think the problem is you need to enable WMI, found in ACPI in Power Management in the kernel config.
From dmesg:
Code: |
acer_acpi: Acer Laptop CPI Extras version 0.5
acer_acpi: No WMI interface, unable to load
|
Problem is, I tried building it in and got the same message. Built as a module, I get an error saying
Code: |
FATAL Error inserting wmi (/lib/modules/2.6.25-gentoo-r7/kernel/drivers/acpi/wmi.ko): Invalid module format
|
And in dmesg:
Code: |
wmi: exports duplicate symbol wmi_has_guid (owned by kernel)
|
Are you running a 64-bit system? I wonder if that's my problem...I think a lot of this stuff is 32-bit. CONFIG_ACER_WMI (apparently you should use this and not acer_acpi) depends on CONFIG_X86. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
overkll Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
Joined: 21 Sep 2004 Posts: 1249 Location: Austin, Texas
|
Posted: Sun Sep 28, 2008 1:23 am Post subject: |
|
|
IIRC, one no longer needs to emerge acer_acpi. I believe it was merged into the kernel as of 2.6.25. Did you enable both WMI and ACER_WMI?
Power Management Options > ACPI > WMI
Device Drivers > Misc Devices > Acer WMI Laptop Extras |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|