On Tue, Nov 16, 2004 at 05:05:49PM -0600, Eric Hoeve wrote: > I did a default custom install of FC3 and was able to install everything > just fine. I have no problems with installation, but I am unable to > access my scsi tape drive (A Sony SDT-11000: Channel 1 ID 6). > I am running the following modules: > i2o_core,i2o_proc,i2o_config,i2o_block You need i2o_scsi for tape drives, unless it implements tape class, in which case you need to write a tape class driver. I'd expect it to be under scsi because nobody ever saw a tape class device hence no driver was written.