Bug 15378 - hal report empty "system.hardware.product"
Summary: hal report empty "system.hardware.product"
Status: RESOLVED FIXED
Alias: None
Product: hal
Classification: Unclassified
Component: hald (show other bugs)
Version: unspecified
Hardware: x86 (IA32) Linux (All)
: medium normal
Assignee: Danny Kukawka
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-06 13:23 UTC by Oleksij Rempel
Modified: 2008-05-20 15:34 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments
dmidecode (19.30 KB, text/plain)
2008-04-06 13:39 UTC, Oleksij Rempel
Details
lshal (91.96 KB, text/plain)
2008-04-06 13:40 UTC, Oleksij Rempel
Details
sysfs_dmi_id (1.09 KB, text/plain)
2008-04-07 04:40 UTC, Oleksij Rempel
Details
dmidecode output for Asus P5B-V (21.81 KB, application/octet-stream)
2008-04-22 12:04 UTC, Per Thomas Jahr
Details
lshal output for Asus P5B-V (208.29 KB, application/octet-stream)
2008-04-22 12:05 UTC, Per Thomas Jahr
Details
Output of 'grep . /sys/class/dmi/id/*' for Asus P5B-V (1.30 KB, application/octet-stream)
2008-04-22 12:08 UTC, Per Thomas Jahr
Details
patch to add the board inforamtion (5.25 KB, patch)
2008-05-14 22:45 UTC, Danny Kukawka
Details | Splinter Review

Description Oleksij Rempel 2008-04-06 13:23:26 UTC
DMI on my system provide "System Information.Product Name: System Product Name"
this is nor really usefoul information for tools like pm-utils. So they can't use quirks to suspend this board.

DMI also provide  "Base Board Information.Product Name: P5LD2-VM" but hal can't use it.

lshal | egrep "(system.hardware.(product|vendor|version)|system.firmware.version|power_management.quirk)"
  system.firmware.version = '1401' (string)
  system.hardware.product = 'System Product Name' (string)
  system.hardware.vendor = 'stem manufacturer' (string)
  system.hardware.version = 'System Version' (string)
Comment 1 Oleksij Rempel 2008-04-06 13:39:59 UTC
Created attachment 15724 [details]
dmidecode

Handle 0x0001, DMI type 1, 27 bytes
System Information
        Manufacturer: stem manufacturer
        Product Name: System Product Name
        Version: System Version
        Serial Number: System Serial Number
        UUID: DELETED-INFO-XXXXXXXXXXXXXXX
        Wake-up Type: PCI PME#
        SKU Number: <BAD INDEX>
        Family: <BAD INDEX>

Handle 0x0002, DMI type 2, 15 bytes
Base Board Information
        Manufacturer: ASUSTeK Computer INC.
        Product Name: P5LD2-VM
        Version: Rev 1.xx
        Serial Number: MB-1234567890
        Asset Tag: To Be Filled By O.E.M.
        Features:
                Board is a hosting board
                Board is replaceable
        Location In Chassis: To Be Filled By O.E.M.
        Chassis Handle: 0x0003
        Type: Motherboard
        Contained Object Handles: 0
Comment 2 Oleksij Rempel 2008-04-06 13:40:49 UTC
Created attachment 15725 [details]
lshal
Comment 3 Danny Kukawka 2008-04-07 03:55:33 UTC
Please attach the output of 'grep . /sys/class/dmi/id*'
Comment 4 Oleksij Rempel 2008-04-07 04:40:52 UTC
Created attachment 15735 [details]
sysfs_dmi_id
Comment 5 Per Thomas Jahr 2008-04-22 12:02:19 UTC
I have the same issue with my Asus P5B-V motherboard. Attaching the same files.
Comment 6 Per Thomas Jahr 2008-04-22 12:04:16 UTC
Created attachment 16104 [details]
dmidecode output for Asus P5B-V
Comment 7 Per Thomas Jahr 2008-04-22 12:05:47 UTC
Created attachment 16105 [details]
lshal output for Asus P5B-V
Comment 8 Per Thomas Jahr 2008-04-22 12:08:05 UTC
Created attachment 16106 [details]
Output of 'grep . /sys/class/dmi/id/*' for Asus P5B-V
Comment 9 Danny Kukawka 2008-05-14 22:45:03 UTC
Created attachment 16548 [details] [review]
patch to add the board inforamtion
Comment 10 Danny Kukawka 2008-05-20 15:34:25 UTC
commited to git for next HAL version


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.