Finding out the bus ID of a qeth interface
![]()
Use the lsqeth -p command to obtain a mapping for all qeth interfaces and devices. Alternatively, you can use sysfs.
Procedure
To find the device bus-ID that corresponds to an interface, either:
Example
To find out which device bus-ID corresponds
to an interface eth0 issue, for example:
# readlink /sys/class/net/eth0/device ../../../0.0.a100In this example, eth0 corresponds to the device bus-ID 0.0.a100.