Skip to content

Conversation

@seeteena
Copy link
Contributor

@seeteena seeteena commented Jun 12, 2025

Problem

Failed to retrieve logical device name for pci device type.

without patch :

 ofpathname: Could not retrieve logical device name for
            Open Firmware path "/pci@800000020000021/pci15b3,1003@0".
 echo $?
1

with patch :

ofpathname -l /pci@800000020000048/pci15b3,1003@0
enP72p1s0

echo $?
0

ofpathname enP72p1s0
/pci@800000020000048/pci15b3,1003@0

echo $?
0

…path

Could not retrieve logical device name pci device type

without patch :

ofpathname: Could not retrieve logical device name for
            Open Firmware path "/pci@800000020000021/pci15b3,1003@0".
1

with patch :

enP72p1s0
0
/pci@800000020000048/pci15b3,1003@0
0

Signed-off-by: Seeteena Thoufeek <[email protected]>
@seeteena seeteena closed this Jun 12, 2025
@seeteena seeteena deleted the a branch June 12, 2025 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant