My guess is that you have more than one 'lshw' on your system such as a compiled version (/usr/sbin) of 'lshw' and our Ubuntu package (/usr/bin), and when you are executing 'lshw' it calls the compiled one and not the one coming from our package.
You can confirm it by doing : dpkg -S /usr/bin/lshw # It should report "lshw: /usr/bin/lshw" which is our package dpkg -S /usr/sbin/lshw # It should report "dpkg-query: no path found matching pattern /usr/sbin/lshw" In that case, just make sure you call /usr/bin/lshw directly and test again. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1826737 Title: lshw does not list NVMe storage devices as "disk" nodes To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lshw/+bug/1826737/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
