[WBEL-users] Help with an ST tape streamer please

Conor Wynne weeboy@conorwynne.com
Tue, 14 Sep 2004 11:28:43 +0100 (IST)


> Hey Conor.
>
> OK did what you suggested.
> [root@fileserver fileserver_backup]# cdrecord -scanbus
> Cdrecord 2.0 (i686-pc-linux-gnu) Copyright (C) 1995-2002 Jörg Schilling
> cdrecord: No such file or directory. Cannot open '/dev/pg*'. Cannot open
> SCSI driver.
> cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you
> are root.
> cdrecord: For possible transport specifiers try 'cdrecord dev=help'.
> [root@fileserver fileserver_backup]#
> [root@fileserver fileserver_backup]# cat /proc/scsi/scsi
> Attached devices: none
> [root@fileserver fileserver_backup]#
>
> Any Ideas....?
>
> Just to give you a bit more info.
> //////////////////////////
> lspci -vv
> 02:03.0 SCSI storage controller: Initio Corporation INI-940 (rev 01)
>         Subsystem: Unknown device 9292:0202
>         Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
> ParErr- Stepping- SERR- FastB2B-
>         Status: Cap- 66Mhz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort-
> <TAbort- <MAbort- >SERR- <PERR-
>         Latency: 32, cache line size 08
>         Interrupt: pin A routed to IRQ 11
>         Region 0: I/O ports at a400 [size=256]
>         Region 1: Memory at d9001000 (32-bit, non-prefetchable)
> [size=4K]
>         Expansion ROM at <unassigned> [disabled] [size=32K]
> /////////////////////////// lsmod
> Module                  Size  Used by    Not tainted
> st                     31716   0  (autoclean) (unused)
> scsi_mod              108968   1  (autoclean) [st]
> soundcore               6436   0  (autoclean)
> ide-cd                 35680   0  (autoclean)
> cdrom                  33696   0  (autoclean) [ide-cd]
> parport_pc             19076   1  (autoclean)
> lp                      9028   0  (autoclean)
> parport                37088   1  (autoclean) [parport_pc lp]
> autofs                 13364   0  (autoclean) (unused)
> 8139too                18056   1
> mii                     3976   0  [8139too]
> crc32                   3712   0  [8139too]
> floppy                 58160   0  (autoclean)
> microcode               4724   0  (autoclean)
> keybdev                 2976   0  (unused)
> mousedev                5524   1
> hid                    22212   0  (unused)
> input                   5888   0  [keybdev mousedev hid]
> usb-uhci               26412   0  (unused)
> usbcore                79392   1  [hid usb-uhci]
> ext3                   91592   2
> jbd                    52336   2  [ext3]
> raid1                  14988   3
> ///////////////////////////

I am assuming this is a IDE TApe drive of sorts yes?
If so, then you also need to "insmod ide-scsi"
If its IDE, then what channel is it connected to?
hda? hdb? hdc? hdd? etc etc.

If its "/dev/hdc", then and you use grub as your bootloader:
at the end of the "/kernel" line, add "hdc=ide-scsi"

Then "modprobe ide-scsi" and re-run "cdrecord -scanbus"

If its connected to the above listed SCSI controller, then the issue is
you do not seem to have the driver loaded. Hence nothing is seen on is
/proc/scsi/scsi

I *think* the driver is ini9100u (google is your friend here), so try
insmodding it and try again.

I must add that I have never used the above scsi controller, so this may
be all bull :)

Conor Wynne
Dublin
Irlande.