Bug 238626
| Summary: | FEATURE REQUEST: LTC34700: 201021: Need support for devices on /sys/bus/ibmebus in HAL | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Scott Moser <smoser> | ||||||||
| Component: | hal | Assignee: | David Zeuthen <davidz> | ||||||||
| Status: | CLOSED ERRATA | QA Contact: | Radek Bíba <rbiba> | ||||||||
| Severity: | medium | Docs Contact: | |||||||||
| Priority: | medium | ||||||||||
| Version: | 5.1 | CC: | bugproxy, iboverma, mclasen | ||||||||
| Target Milestone: | --- | Keywords: | FutureFeature | ||||||||
| Target Release: | --- | ||||||||||
| Hardware: | All | ||||||||||
| OS: | Linux | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | RHBA-2007-0632 | Doc Type: | Enhancement | ||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2007-11-07 18:01:17 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: | |||||||||||
| Attachments: |
|
||||||||||
|
Description
Scott Moser
2007-05-01 21:09:25 UTC
Created attachment 153895 [details]
hal-0.5.8.1-ibmebus.patch: patch to support searching /sys/bus/ibmebus
Adding "FEATURE REQUEST" to summary per Irina's request. Yes, this looks OK to add for 5.1. Adding dev_ack. This enhancement request was evaluated by the full Red Hat Enterprise Linux team for inclusion in a Red Hat Enterprise Linux minor release. As a result of this evaluation, Red Hat has tentatively approved inclusion of this feature in the next Red Hat Enterprise Linux Update minor release. While it is a goal to include this enhancement in the next minor release of Red Hat Enterprise Linux, the enhancement is not yet committed for inclusion in the next minor release pending the next phase of actual code integration and successful Red Hat and partner testing. Patch is in hal-0.5.8.1-20.el5. ------- Comment From hien1.com 2007-08-13 17:19 EDT-------
I used JS22 Blade with RHEL5.1 Snapshot1. hal-device recognized eha ethernet
adapters. will attach hal-device output.
Following is part of hal-device to see ibmebus eha cards:
34: udi = '/org/freedesktop/Hal/devices/net_00_1a_64_44_1a_06'
info.udi = '/org/freedesktop/Hal/devices/net_00_1a_64_44_1a_06' (string)
linux.subsystem = 'net' (string)
linux.hotplug_type = 2 (0x2) (int)
net.80203.mac_address = 113351334406 (0x1a64441a06) (uint64)
info.product = 'Networking Interface' (string)
net.arp_proto_hw_id = 1 (0x1) (int)
net.linux.ifindex = 3 (0x3) (int)
net.address = '00:1a:64:44:1a:06' (string)
net.interface = 'eth0' (string)
net.physical_device =
'/org/freedesktop/Hal/devices/ibmebus/lhea_23c00100/ethernet_23e0000' (string)
info.capabilities = { 'net', 'net.80203' } (string list)
info.category = 'net.80203' (string)
info.parent =
'/org/freedesktop/Hal/devices/ibmebus/lhea_23c00100/ethernet_23e0000' (string)
linux.sysfs_path = '/sys/class/net/eth0' (string)
35: udi = '/org/freedesktop/Hal/devices/ibmebus/lhea_23c00100/ethernet_23e0000'
info.udi =
'/org/freedesktop/Hal/devices/ibmebus/lhea_23c00100/ethernet_23e0000' (string)
linux.subsystem = 'ibmebus' (string)
linux.hotplug_type = 1 (0x1) (int)
ibmebus.devspec = '/lhea@23c00100/ethernet@23e0000' (string)
info.linux.driver = 'ehea' (string)
info.parent = '/org/freedesktop/Hal/devices/ibmebus/lhea_23c0010' (string)
info.bus = 'ibmebus' (string)
linux.sysfs_path_device = '/sys/devices/ibmebus/78A5.001.WIH0176-P1/port0'
(string)
linux.sysfs_path = '/sys/devices/ibmebus/78A5.001.WIH0176-P1/port0' (string)
36: udi = '/org/freedesktop/Hal/devices/net_00_1a_64_44_1a_07'
info.udi = '/org/freedesktop/Hal/devices/net_00_1a_64_44_1a_07' (string)
linux.subsystem = 'net' (string)
linux.hotplug_type = 2 (0x2) (int)
net.80203.mac_address = 113351334407 (0x1a64441a07) (uint64)
info.product = 'Networking Interface' (string)
net.arp_proto_hw_id = 1 (0x1) (int)
net.linux.ifindex = 4 (0x4) (int)
net.address = '00:1a:64:44:1a:07' (string)
net.interface = 'eth1' (string)
net.physical_device =
'/org/freedesktop/Hal/devices/ibmebus/lhea_23c00100/ethernet_23e0010' (string)
info.capabilities = { 'net', 'net.80203' } (string list)
info.category = 'net.80203' (string)
info.parent =
'/org/freedesktop/Hal/devices/ibmebus/lhea_23c00100/ethernet_23e0010' (string)
linux.sysfs_path = '/sys/class/net/eth1' (string)
37: udi = '/org/freedesktop/Hal/devices/ibmebus/lhea_23c00100/ethernet_23e0010'
info.udi =
'/org/freedesktop/Hal/devices/ibmebus/lhea_23c00100/ethernet_23e0010' (string)
linux.subsystem = 'ibmebus' (string)
linux.hotplug_type = 1 (0x1) (int)
ibmebus.devspec = '/lhea@23c00100/ethernet@23e0010' (string)
info.linux.driver = 'ehea' (string)
info.parent = '/org/freedesktop/Hal/devices/ibmebus/lhea_23c0010' (string)
info.bus = 'ibmebus' (string)
linux.sysfs_path_device = '/sys/devices/ibmebus/78A5.001.WIH0176-P1/port1'
(string)
linux.sysfs_path = '/sys/devices/ibmebus/78A5.001.WIH0176-P1/port1' (string)
38: udi = '/org/freedesktop/Hal/devices/ibmebus/lhea_23c0010'
info.udi = '/org/freedesktop/Hal/devices/ibmebus/lhea_23c0010' (string)
linux.subsystem = 'ibmebus' (string)
linux.hotplug_type = 1 (0x1) (int)
ibmebus.devspec = '/lhea@23c0010' (string)
info.linux.driver = 'ehea' (string)
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.bus = 'ibmebus' (string)
linux.sysfs_path_device = '/sys/devices/ibmebus/78A5.001.WIH0176-P1' (string)
linux.sysfs_path = '/sys/devices/ibmebus/78A5.001.WIH0176-P1' (string)
Created attachment 161233 [details]
hal-device log
------- Comment From hien1.com 2007-08-14 16:09 EDT------- RHEL5.1 hal-device recognizes Galaxy adapter (HCA) on p5 595 machine. See attachment of hal-device-galaxy.log Also HTS-5.0-48 works fine to see Galaxy IB adapters: [root@giralp2 HTS]# hts print loaded configuration /var/hts/config.xml loaded plan /var/hts/plan.xml Test Plan: ---------------------------------------------------------------- usb network ib0 net_00_00_00_16_fe_80_00_00_00_00_00_00_00_02_55_00_10_00_65_01 network ib1 net_00_00_00_17_fe_80_00_00_00_00_00_00_00_02_55_00_10_00_65_41 network eth0 net_b2_a2_e8_b9_ba_3f memory core storage sda storage_serial_35000cca002f70b05 storage sdb storage_serial_35000cca002eee434 storage sdc storage_serial_35000cca00684407c storage sdd storage_serial_35000cca002f46515 storage sde storage_serial_35000cca006822548 info Created attachment 161306 [details]
hal-device log with Galaxy cards
------- Comment From sglass.com 2007-08-28 10:16 EDT------- This has been verified in devtrack, closing as verified here Marking VERIFIED per comment #12 An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on the solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2007-0632.html |