My old posting to the scsi mailing is below (prefixed with >)
I found the script that causes the generation of the error message.

Any suggestions how to avoid it and load the right module ?

Is the module st needed ? or is the mt command enough ?


/etc/rc.d/rc.sysinit

# If a SCSI tape has been detected, load the st module unconditionally
# since many SCSI tapes don't deal well with st being loaded and unloaded
if [ -f /proc/scsi/scsi ] && cat /proc/scsi/scsi | grep -q 'Type:   
Sequential-A
ccess' 2>/dev/null ; then
        if cat /proc/devices | grep -qv ' 9 st' ; then
                if [ -n "$USEMODULES" ] ; then
                        # Try to load the module.  If it fails, ignore it...
                        modprobe st 2>/dev/null
                fi
        fi
fi


>I have  20GIG TRAVAN Internal SCSI Tape Drive.
>
>My SCSI controller card is a Adaptec (AVA-2902A) PCI-to-Fast SCSI
>host adapter.
>
>I have a tape drive and a cd-rom drive daisy chained.
>
>The tape and the cd-rom and the adaptec card are all recognized.
>
>During boot time I get this message "can't locate module st".
>
>Package mt-st is installed with the Redhat 6.0 E-commerce version.
>
>I do not have any tape in the tape drive unit.
>
>I am not sure how to fix this problem.
>
>Any help will be appreciated.
>
>Thanks,
>===
>arijit
>
>
>
>______________________________________________________
>Get Your Private, Free Email at http://www.hotmail.com
>
>
>-
>To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
>the body of a message to [EMAIL PROTECTED]

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com


-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [EMAIL PROTECTED]

Reply via email to