i am currently migrating code from Hp-ux to linux.
The lsdev command however didn't seem to work.
I even tried the lspci command
do ul know of any alternative?
An alternative for lsdev is to get the information from /proc/devices.
To use lspci you have to install the package "pciutils".
Regards