Re: SCSI I2O Driver on ISO's?

2005-07-08 Thread Lennart Sorensen
On Fri, Jul 08, 2005 at 10:33:55AM +0200, Eduardo wrote:
 is there any ISO with support for i2o SCSI? Netinstall hasn't support for 
 this 
 driver.

Isn't i2o a system used by many scsi controllers?  Which one in
particular?

Len Sorensen


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: SCSI I2O Driver on ISO's?

2005-07-08 Thread Erik Mouw
On Fri, Jul 08, 2005 at 09:41:21AM -0400, Lennart Sorensen wrote:
 On Fri, Jul 08, 2005 at 10:33:55AM +0200, Eduardo wrote:
  is there any ISO with support for i2o SCSI? Netinstall hasn't support for 
  this 
  driver.
 
 Isn't i2o a system used by many scsi controllers?

Not at all.

  Which one in
 particular?

From linux-2.6.12.2/drivers/message/i2o/Kconfig :

The Intelligent Input/Output (I2O) architecture allows hardware
drivers to be split into two parts: an operating system specific
module called the OSM and an hardware specific module called the
HDM. The OSM can talk to a whole range of HDM's, and ideally the
HDM's are not OS dependent. This allows for the same HDM driver to
be used under different operating systems if the relevant OSM is in
place. In order for this to work, you need to have an I2O interface
adapter card in your computer. This card contains a special I/O
processor (IOP), thus allowing high speeds since the CPU does not
have to deal with I/O.

There's only one I2O scsi driver that is able to handle all I2O scsi
cards.


Erik

-- 
+-- Erik Mouw -- www.harddisk-recovery.com -- +31 70 370 12 90 --
| Lab address: Delftechpark 26, 2628 XH, Delft, The Netherlands


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: SCSI I2O Driver on ISO's?

2005-07-08 Thread Lennart Sorensen
On Fri, Jul 08, 2005 at 04:02:51PM +0200, Erik Mouw wrote:
 From linux-2.6.12.2/drivers/message/i2o/Kconfig :
 
 The Intelligent Input/Output (I2O) architecture allows hardware
 drivers to be split into two parts: an operating system specific
 module called the OSM and an hardware specific module called the
 HDM. The OSM can talk to a whole range of HDM's, and ideally the
 HDM's are not OS dependent. This allows for the same HDM driver to
 be used under different operating systems if the relevant OSM is in
 place. In order for this to work, you need to have an I2O interface
 adapter card in your computer. This card contains a special I/O
 processor (IOP), thus allowing high speeds since the CPU does not
 have to deal with I/O.
 
 There's only one I2O scsi driver that is able to handle all I2O scsi
 cards.

Ah.  No wonder I recall thinking i2o sounded very cool wen it was
announced many years ago.  I just never saw it in use much.  Seemed like
it almost just vanished after it was announced.

Now I see CONFIG_I2O=m and CONFIG_I2O_SCSI=m in every 2.6 kernel on
Debian that I have around.  So at least the kernel has support.  Perhaps
the installer/initrd system doesn't know about it, or the module got
left out of the install system kernel filtering.

Do you know the name of the module?

Len Sorensen


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: SCSI I2O Driver on ISO's?

2005-07-08 Thread Markus Boas
Am Freitag 08 Juli 2005 16:02 schrieb Erik Mouw:
 On Fri, Jul 08, 2005 at 09:41:21AM -0400, Lennart Sorensen wrote:
  On Fri, Jul 08, 2005 at 10:33:55AM +0200, Eduardo wrote:
   is there any ISO with support for i2o SCSI? Netinstall hasn't support
   for this driver.
 
  Isn't i2o a system used by many scsi controllers?

 Not at all.

   Which one in
  particular?
 
 From linux-2.6.12.2/drivers/message/i2o/Kconfig :

 The Intelligent Input/Output (I2O) architecture allows hardware
 drivers to be split into two parts: an operating system specific
 module called the OSM and an hardware specific module called the
 HDM. The OSM can talk to a whole range of HDM's, and ideally the
 HDM's are not OS dependent. This allows for the same HDM driver to
 be used under different operating systems if the relevant OSM is in
 place. In order for this to work, you need to have an I2O interface
 adapter card in your computer. This card contains a special I/O
 processor (IOP), thus allowing high speeds since the CPU does not
 have to deal with I/O.

 There's only one I2O scsi driver that is able to handle all I2O scsi
 cards.


 Erik

For my example, I use it on the Apatec 3410 because no 64 kernel-modules are 
on stage.
The useing is a bit unusual but it works.

Ryven


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: SCSI I2O Driver on ISO's?

2005-07-08 Thread Eduardo
El Viernes, 8 de Julio de 2005 15:41, escribió:
 On Fri, Jul 08, 2005 at 10:33:55AM +0200, Eduardo wrote:
  is there any ISO with support for i2o SCSI? Netinstall hasn't support for
  this driver.

 Isn't i2o a system used by many scsi controllers?  Which one in
 particular?

 Len Sorensen

adaptec 2010S raid card
RAID SCSI cards from Adaptec use this driver. 

Regards,
Eduardo



Re: SCSI I2O Driver on ISO's?

2005-07-08 Thread Erik Mouw
On Fri, Jul 08, 2005 at 10:22:07AM -0400, Lennart Sorensen wrote:
 On Fri, Jul 08, 2005 at 04:02:51PM +0200, Erik Mouw wrote:
  There's only one I2O scsi driver that is able to handle all I2O scsi
  cards.
 
 Ah.  No wonder I recall thinking i2o sounded very cool wen it was
 announced many years ago.  I just never saw it in use much.  Seemed like
 it almost just vanished after it was announced.

Yeah, I guess it was more hype than real stuff. Modern bus master DMA
PCI SCSI controllers should be able to get the same performance but
unfortunately can't be dealt with a single driver.

 Now I see CONFIG_I2O=m and CONFIG_I2O_SCSI=m in every 2.6 kernel on
 Debian that I have around.  So at least the kernel has support.  Perhaps
 the installer/initrd system doesn't know about it, or the module got
 left out of the install system kernel filtering.
 
 Do you know the name of the module?

i2o_scsi, which probably depends on i2o_core and i2o_bus.


Erik

-- 
+-- Erik Mouw -- www.harddisk-recovery.com -- +31 70 370 12 90 --
| Lab address: Delftechpark 26, 2628 XH, Delft, The Netherlands


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: SCSI I2O Driver on ISO's?

2005-07-08 Thread Markus Boas
Am Freitag 08 Juli 2005 16:34 schrieb Lennart Sorensen:
 On Fri, Jul 08, 2005 at 04:10:57PM +0200, Eduardo wrote:
  adaptec 2010S raid card
  RAID SCSI cards from Adaptec use this driver.

 Well if the drivers are the ones in drivers/message/i2o/ then yes the
 installer does in fact leave all of them out.

 I recently built a netinst for sarge amd64 that uses 2.6.11-9-amd64
 instead of the 2.6.8-11 used currently on the official cd, which a few
 people have used successfully to install on machines that didn't work
 with 2.6.8.  I could try and add the i2o drivers to it as well and
 rebuild it with that setup if you would like to try that.  As long as
 the i2o uses the standard /dev/sd* scsi driver devices, I imagine it
 would actually work.  Of course I have no hardware to test that on, but
 I am willing to spend an hour or so updating my netinst image.

 The other option is to use another drive/controller while installing,
 then use the i2o in the full kernel installed to transfer to i2o and
 switch to booting from that.

 Len Sorensen

Nice stuff.
On my mashine the hd's are with i2o on /dev/i2o/hda and so on.
By the way, they are scsi-disc. :-)

Ryven


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: SCSI I2O Driver on ISO's?

2005-07-08 Thread Lennart Sorensen
On Fri, Jul 08, 2005 at 04:43:46PM +0200, Markus Boas wrote:
 Nice stuff.
 On my mashine the hd's are with i2o on /dev/i2o/hda and so on.
 By the way, they are scsi-disc. :-)

Oh crud.  I wonder if d-i would deal with that, but given I believe it
uses devfs still maybe it would still find it.  Yuck!
 
Maybe I will try after my vacation instead after I think about it a bit.

I was trying to do the cd with a kernel update with the least amount of
changes possible (which so far has been very few),

Len Sorensen


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: SCSI I2O Driver on ISO's?

2005-07-08 Thread Lennart Sorensen
On Fri, Jul 08, 2005 at 04:10:57PM +0200, Eduardo wrote:
 adaptec 2010S raid card
 RAID SCSI cards from Adaptec use this driver. 

Well I have now made a test image that you can give a shot if you want
which has the 5 i2o_*.ko driver modules included in the
scsi-extra-modules udeb for the installer.  Perhaps that will work to
make it find the i2o controllers.  If it doesn't you could try loading
the i2o_ modules from the console (vt2) yourself and see if it then
finds any discs.  As I said I have no such hardware so I can't try it
out.  Should at least be better than the stock installer that doesn't
even have the i2o_* modules at all.

http://tinyplanet.ca/~lsorense/amd64/

Len Sorensen


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]