if [ ! -d /proc/bus/usb/devices ] ; then
        echo <<EOF

Your current kernel does not have USB support enabled, or you didn't mount /proct/bus/usb. In order to be able to use the USBview tool, you need to recompile your kernel with USB support enabled, and add the following line to /etc/fstab:

none	/proc/bus/usb	usbdevfs  defaults  0  0

EOF
else
 echo <<EOF
 you may now remove any usb and hot-plugable modules from /etc/modules
EOF
fi
