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: Fri, 09 Dec 2005 14:10:42
Message-Id: 20051209140835.GA6601@blzj.com
In Reply to: Re: [gentoo-amd64] initio seen, mt -f doesn't work by Gavin Seddon
1 > st: Version 20050830, fixed bufsize 32768, s/g segs 256
2
3 It appears to me that the st driver is loading properly, but I did not
4 see any sign of the SCSI driver loading in the dmesg output.
5
6 This could be becuase you have the module compiled as a module, in which
7 case you can jump to the last paragraph.
8
9 If you're not sure if the driver is configured in the kernel, you can check it quickly by typing 'grep INITIO /usr/src/linux/.config'
10
11 If the output says "# CONFIG_SCSI_INITIO is not set", you will need to
12 run 'genkernel --menuconfig all', navigate to the Device Drivers -> SCSI
13 device support -> SCSI low-level drivers and enable Initio 9100U (W)
14 support.
15
16 With this being a tape drive, I'd probably select module as opposed to
17 compiling into the kernel. Once the build is complete, install the new
18 kernel and modules, and reboot. (Assuming you picked module, his step is
19 probably optional, since all we did was add a module, but I like to reboot
20 to be safe).
21
22 Now, just run 'modprobe initio' and it should load without any errors. The last
23 step is to check 'lsmod' and 'dmesg | tail'. You should see the scsi card
24 loaded, and the tape drive and assigned a device name (st0).
25
26 Brett
27 --
28 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>