on
01-03-2013
07:30 PM
- edited on
02-10-2023
07:34 PM
by
sophie
Lansweeper uses a HAL (hardware abstraction layer) to scan hardware information on Linux computers. If a HAL is not installed on your Linux distribution by default, a "Hal-find-by-property" scanning error can occur.
To resolve the Linux scanning error:
dpkg -s hal
rpm -q hal
equery list hal
apt-get install hal
sudo yum install hal
sudo urpmi hal
sudo equo install hal
Your "Hal-find-by-property" error should now be resolved.