Bug 375701
Summary: | add "shutdown" quirk to pm-utils | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | simon |
Component: | pm-utils | Assignee: | Till Maas <opensource> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | 8 | CC: | opensource, pknirsch |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Fedora 8 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2008-01-08 20:29:03 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
simon
2007-11-11 10:51:02 UTC
Using "shutdown" instead of "platform" as the text echo'd into /sys/power/disk in /usr/lib/pm-utils/functions solves my problem. Perhaps this should be a configurable item. Can you please paste the output of: lshal | egrep "(system.hardware.(product|vendor|version)|smbios.bios.version)" Hey Simon, can you please provide the output of lshal | egrep "(system.hardware.(product|vendor|version)|smbios.bios.version)" The hal developers decided, that this bug should be fixed within the kernel, i.e. making the use of platform work, so you do not need to use shutdown. But for this it is needed, that you describe which notebook you are using. Aditionally it will probably be possible to configure pm-utils to use shutdown via a config variable. My system is appears to be working with the platform method now. An update must have resolved this. The requested details are below if still useful. smbios.bios.version = 'A08' (string) system.hardware.product = 'Inspiron 8500' (string) system.hardware.vendor = 'Dell Computer Corporation' (string) |