Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
07-07-2006, 08:00 PM
|
#1
|
Member
Registered: May 2003
Location: N. California
Distribution: FC3 2.6.9
Posts: 110
Rep:
|
FC5 and scsi tape drive troubles
I have FC5 installed and my scsi DAT tape drive is detected just fine in dmesg.
However, there is no such device at /dev/st0 or /dev/nst0. FC5 doesn't have the command 'mt' and I have no idea where to go from here. Any help/suggestions would be very welcome!
Regards!
|
|
|
07-07-2006, 08:32 PM
|
#2
|
LQ Guru
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that.
Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700
Rep:
|
You can get an rpm package of mt from http://rpm.pbone.net
Not at my desktop with scsi dat drive so not sure what to check.
Lets see what the output of the following commands
cat /proc/scsi/scsi
Brian1
|
|
|
07-08-2006, 12:30 AM
|
#3
|
Member
Registered: May 2003
Location: N. California
Distribution: FC3 2.6.9
Posts: 110
Original Poster
Rep:
|
[sheldon@home dev]$ cat /proc/scsi/scsi
Attached devices:
Host: scsi0 Channel: 00 Id: 03 Lun: 00
Vendor: HP Model: C1537A Rev: L105
Type: Sequential-Access ANSI SCSI revision: 02
[sheldon@home dev]$
|
|
|
07-08-2006, 10:24 AM
|
#4
|
LQ Guru
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that.
Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700
Rep:
|
I wonder if the st module is loaded. Type the command ' lsmod ' and post results. Mostly looking for a line like this containing st module
Code:
aic7xxx 134708 11
scsi_transport_spi 26240 1 aic7xxx
sd_mod 23168 17
scsi_mod 132008 6 usb_storage,st,sr_mod,aic7xxx,scsi_transport_spi,sd_mod
and my cat /proc/scsi/scsi
Code:
> cat /proc/scsi/scsi
Attached devices:
Host: scsi0 Channel: 00 Id: 00 Lun: 00
Vendor: IBM Model: DDYS-T36950M Rev: SC4D
Type: Direct-Access ANSI SCSI revision: 03
Host: scsi0 Channel: 00 Id: 01 Lun: 00
Vendor: IBM Model: DDYS-T36950M Rev: SC4D
Type: Direct-Access ANSI SCSI revision: 03
Host: scsi0 Channel: 00 Id: 02 Lun: 00
Vendor: IBM Model: DDYS-T36950M Rev: SC4D
Type: Direct-Access ANSI SCSI revision: 03
Host: scsi0 Channel: 00 Id: 03 Lun: 00
Vendor: IBM Model: DDYS-T36950M Rev: SC4D
Type: Direct-Access ANSI SCSI revision: 03
Host: scsi0 Channel: 00 Id: 04 Lun: 00
Vendor: IBM Model: DDYS-T36950M Rev: SC4D
Type: Direct-Access ANSI SCSI revision: 03
Host: scsi0 Channel: 00 Id: 05 Lun: 00
Vendor: IBM Model: DDYS-T36950M Rev: SC4D
Type: Direct-Access ANSI SCSI revision: 03
Host: scsi1 Channel: 00 Id: 05 Lun: 00
Vendor: MATSHITA Model: DVD-RAM LF-D200 Rev: A120
Type: CD-ROM ANSI SCSI revision: 04
Host: scsi1 Channel: 00 Id: 06 Lun: 00
Vendor: SONY Model: SDT-9000 Rev: 0400
Type: Sequential-Access ANSI SCSI revision: 02
Host: scsi2 Channel: 00 Id: 00 Lun: 00
Vendor: Y-E DATA Model: CF Card Reader Rev: 1.03
Type: Direct-Access ANSI SCSI revision: 02
Host: scsi2 Channel: 00 Id: 00 Lun: 01
Vendor: Y-E DATA Model: SM Card Reader Rev: 1.03
Type: Direct-Access ANSI SCSI revision: 02
Host: scsi2 Channel: 00 Id: 00 Lun: 02
Vendor: Y-E DATA Model: MS Card Reader Rev: 1.03
Type: Direct-Access ANSI SCSI revision: 02
Host: scsi2 Channel: 00 Id: 00 Lun: 03
Vendor: Y-E DATA Model: SD Card Reader Rev: 1.03
Type: Direct-Access ANSI SCSI revision: 02
Finally had time to ssh to my desktop to get this info. I listed all scsi modules loaded on the machine.
If you have no st module then as root use the command to load it.
/sbin/modprobe st
Lets see if that helps.
Brian1
Last edited by Brian1; 07-08-2006 at 10:25 AM.
|
|
|
07-08-2006, 10:35 PM
|
#5
|
Member
Registered: May 2003
Location: N. California
Distribution: FC3 2.6.9
Posts: 110
Original Poster
Rep:
|
Here's my results:
Code:
[sheldon@home dev]$ /sbin/lsmod
Module Size Used by
dm_mod 50009 6 dm_snapshot,dm_zero,dm_mirror
ext3 116169 2
jbd 52693 1 ext3
ata_piix 9925 0
libata 53969 1 ata_piix
aic7xxx 129525 0
scsi_transport_spi 21185 1 aic7xxx
sd_mod 16449 0
scsi_mod 124649 6 st,sg,libata,aic7xxx,scsi_transport_spi,sd_mod
Looks like I infact have it on the bottom line
Last edited by FiveFlat; 07-08-2006 at 10:43 PM.
|
|
|
07-08-2006, 10:49 PM
|
#6
|
Member
Registered: May 2003
Location: N. California
Distribution: FC3 2.6.9
Posts: 110
Original Poster
Rep:
|
I've heard it said that FC5 replaced the 'mt' command with 'scsitape' is this true? Even if it is, 'scsitape' results in "command not found".
|
|
|
07-08-2006, 11:22 PM
|
#7
|
Member
Registered: May 2003
Location: N. California
Distribution: FC3 2.6.9
Posts: 110
Original Poster
Rep:
|
ah ha... I rebooted the system and I noticed that the green led was ON on the front of the tape drive this time. (I originally shoved a tape in there, it loaded and I had no lights) I didn't know that I was supposed to have a green light on simply when the tape is loaded.
so I tried a:
and it burst into life. So now, I just have to figure out why the hell FC5 doesn't include the 'mt' command.
|
|
|
07-09-2006, 11:27 AM
|
#8
|
LQ Guru
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that.
Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700
Rep:
|
All distro differ in what they package based on what they believe most users of the distro are going to use.
edit:
Going over to fedora core site and looking through the mirrors site of fc5 rpms, it shows the mt-st package. It can be gotten here. http://mirror.linux.duke.edu/pub/fed...2.2.1.i386.rpm
Now why you may not have it installed may depend on the choices of packages during your installation. So more than likely the rpm is on the install CD or can be gotten from above link.
As far as the LEDs I am not sure since never seen that model or worked with one. Might refer to the manuafactors site for led status.
edit:
To see if you have it installed type ' rpm -qa | grep mt
edit:
Brian1
Last edited by Brian1; 07-09-2006 at 05:16 PM.
|
|
|
All times are GMT -5. The time now is 12:23 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|