Die Datei "lshw" liegt wirklich in sbin... aber anwenden kann ich nichts...flow@linux:~/Desktop/lshw-B.02.13> su
Passwort:
linux:/home/flow/Desktop/lshw-B.02.13 # make install-gui
make -C src install-gui
make[1]: Entering directory `/home/flow/Desktop/lshw-B.02.13/src
make -C core all
make[2]: Entering directory `/home/flow/Desktop/lshw-B.02.13/src/core
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/home/flow/Desktop/lshw-B.02.13/src/core
make -C gui all
make[2]: Entering directory `/home/flow/Desktop/lshw-B.02.13/src/gui
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/home/flow/Desktop/lshw-B.02.13/src/gui
install -p -d -m 0755 ///usr/sbin
install -p -m 0755 gui/gtk-lshw ///usr/sbin
install -p -d -m 0755 ///usr/share/lshw/artwork
install -p -m 0644 gui/artwork/*.svg ///usr/share/lshw/artwork
make[1]: Leaving directory `/home/flow/Desktop/lshw-B.02.13/src
linux:/home/flow/Desktop/lshw-B.02.13 # lshw
bash: lshw: command not found
linux:/home/flow/Desktop/lshw-B.02.13 # make install
make -C src install
make[1]: Entering directory `/home/flow/Desktop/lshw-B.02.13/src
make -C core all
make[2]: Entering directory `/home/flow/Desktop/lshw-B.02.13/src/core
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/home/flow/Desktop/lshw-B.02.13/src/core
g++ -L./core/ -g -Wl,--as-needed -o lshw lshw.o -llshw -lresolv
install -p -d -m 0755 ///usr/sbin
install -p -m 0755 lshw ///usr/sbin
install -p -d -m 0755 ///usr/share/man/man1
install -p -m 0644 lshw.1 ///usr/share/man/man1
install -p -d -m 0755 ///usr/share/lshw
install -p -m 0644 pci.ids usb.ids oui.txt manuf.txt ///usr/share/lshw
make[1]: Leaving directory `/home/flow/Desktop/lshw-B.02.13/src