#!/bin/sh
/usr/bin/hdspmixer 2>&1 | grep -q 'No RME cards found.'; if [[ $? == 0 ]]; then kdialog --msgbox "No RME cards found." || xmessage "No RME cards found."; fi
