Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Solved: Onstream DI30 problems on E-Smith 5.1.2

0 views
Skip to first unread message

Marco

unread,
Oct 17, 2002, 8:32:46 AM10/17/02
to
Eerste conclusie:
http://www.e-smith.org/docs/howto/contrib/onstreamdi30-howto.htm is zo
goed als geheel correct met uitzondering van punt 2. Die module gaf
vreselijke core-dumps bij mij, ook bij gebruik depmod -v

Dit gold althans voor mij. YMMV.

Misschien gebruikte hij een andere DI30 (oudere firmware?)
Ik heb een OnStream Model: DI-30, Flash Rev: 4.12 gebruikt.

Download http://www.linux1onstream.nl/test/onstream-20011111.tar.gz
untarren, en compile de driver versie 0.8.15 in ./onstream/driver-22/

Deze osst.o is ook te downloaden op:
http://www.forcee.nl/e-smith512/osst.o
Dat scheelt weer compilers installeren.

# Kopieer osst.o naar /lib/modules/2.2.19-7.0.8-e-smith/scsi/

mkdir /lib/modules/2.2.19-7.0.8-e-smith/scsi
cp osst.o /lib/modules/2.2.19-7.0.8-e-smith/scsi

# check permissions !!!

# Rename originele osst.o

cd /lib/modules/2.2.19-7.0.8-e-smith/scsi/
mv osst.o org-osst.o

# fix dependencies

depmod -v

#

rmmod osst
rmmod ide-scsi
insmod ide-sci
insmod osst

# Controleer dmv dmesg

dmesg | tail

# Vendor: OnStream Model: DI-30 Rev: 4.12
# Type: Sequential-Access ANSI SCSI revision: 02
# osst: bufsize 32768, wrt 30720, max buffers 4, s/g segs 9.
# Detected OnStream scsi tape osst0 at scsi0, channel 0, id 0, lun 0
# osst :I: Tape driver with OnStream support version 0.8.15
# osst :I: $Id: osst.c,v 1.28.2.27 2001/11/01 21:03:42 riede Exp $
# osst :I: Attached OnStream DI-30 tape at scsi0, channel 0, id 0, lun
# 0 as osst0

Ik heb daarna het scriptje "tape" van JPVossen gebruikt om te testen:
http://www.jpsdomain.org/linux/OnStream_DI-30-RedHat_Backup_mini-HOWTO.html#_Toc528991326

tape backup /testdir
cd /restoredir
tape restore

Eureka, het werkt!! Vannacht m'n eerste dikke backup draaien.

Dus: GEEN lilo.conf met "append hdc=scsi" of "append hdc=scsi-ide"
afhankelijk van gebruik modules.

Ik heb de support van Onstream gisteren en vandaag gebeld, maar die
hadden nog geen antwoord. Wel heb ik doorgegeven dat hun mailinglist
niet werkt. Ik bel ze straks nog wel een keertje.


Marco

unread,
Oct 17, 2002, 1:40:58 PM10/17/02
to
On Thu, 17 Oct 2002 14:32:46 +0200, Marco <mar...@4cee.nl> wrote:

--kleine correctie--

>Deze osst.o is ook te downloaden op:
>http://www.forcee.nl/e-smith512/osst.o
>Dat scheelt weer compilers installeren.

# Kopieer OF download osst.o naar
# /lib/modules/2.2.19-7.0.8-e-smith/scsi/

mkdir /lib/modules/2.2.19-7.0.8-e-smith/scsi
cd /lib/modules/2.2.19-7.0.8-e-smith/scsi
wget http://www.forcee.nl/e-smith512/osst.o
# of
cp osst.o /lib/modules/2.2.19-7.0.8-e-smith/scsi

# check permissions !!!

# Rename originele osst.o in goede directory !!
cd /lib/modules/2.2.19-7.0.8/scsi/
mv osst.o org-osst.o

-- einde correctie --


--
Greetings, Marco

0 new messages