I always use nmap. To scan for all devices in your network, use:

nmap -sP 192.168.0.1/24

It is a great tool to have in the know. You may want to install nmap using:

sudo apt-get install nmap...