Make sure that the tape is being recognised by the OS. Use the 'dmesg' command (or the log file /var/log/dmesg), looking for references to 'st0'.
Whether you can see it there or not depends on two thigns. One is that the device is seen at all (look in /proc/scsi/scsi), and the second is whether the 'st' module is installed (or compiled in).
Use 'lsmod' to see if the 'st' module is installed. If not, 'modprobe st' to install it.
If you've done both of these, and you have a device called '/dev/st0', then use 'mt -f /dev/st0 status' to see if you get a response from the tape.
You've not said if the tape is internal or external by the way. In any case, it might just be a loose cable.
One long-haired git at your service...