Gentoo Archives: gentoo-amd64

From: Brett Johnson <brett@××××.com>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] initio seen, mt -f doesn't work
Date: Sun, 11 Dec 2005 13:42:14
Message-Id: 20051211133933.GA1054@blzj.com
In Reply to: Re: [gentoo-amd64] initio seen, mt -f doesn't work by Gavin Seddon
1 On Sun, Dec 11, 2005 at 10:32:20AM +0000, Gavin Seddon wrote:
2 > Hi,
3 > When I modprobe initio I get the single word 'killed' at which the whole
4 > system freezes and I have to switch off at the box. Do I need to modify
5 > the kernel?
6 > Thanks.
7 >
8 What model initio board do you have? There are two
9 different initio drivers, and the one called "initio" is for the 9100
10 series chipset. It's possible loading the wrong chipset could lock up
11 the pc, or at least the console. When the console locks up, I like to go
12 to a different terminal (pc) and see if I can ping the frozen pc. If so,
13 then try to ssh in (assuming ssh is running) and see if I can shut it
14 down remotely.
15
16 All you should need configure in the kernel is:
17 CONFIG_SCSI: SCSI device support
18 CONFIG_CHR_DEV_ST: SCSI tape support
19
20 And depending of the controller chipset, either:
21 CONFIG_SCSI_INITIO: Initio 9100U(W) support
22 CONFIG_SCSI_INIA100: Initio INI-A100U2W support
23
24 This assumes you don't have an Onstream tape drive of a multi slot tape
25 drive. If so, there are a few extra drivers needed, but that's not the
26 issue you are having at this time.
27
28 If the tape drive is external, you can try and shut off the drive before
29 you boot the PC and then see if you can get the module to load. It's
30 possible that there is something wrong with the SCSI bus (bad tape drive,
31 improper termination) that is causing the driver to hang the system. You
32 should also confirm you have proper termination on the SCSI bus.
33
34 Also, you can refer to: http://www.initio.com/support/download.htm#pc.
35 It appears the inito driver in the kernel supports most of their boards,
36 but if you have a really old board (INI-9100/9100W), you may need to
37 download a seperate driver. There is also a link to flash the bios, but I
38 would only try that as a last resort.
39
40 Brett
41 --
42 gentoo-amd64@g.o mailing list

Replies

Subject Author
Re: [gentoo-amd64] initio seen, mt -f doesn't work Gavin Seddon <gavin.m.seddon@×××××××××××××.uk>