All of lore.kernel.org
 help / color / mirror / Atom feed
* Onstream DI-30 not responding 2.6
@ 2003-07-17 17:33 Stef van der Made
  2003-07-17 17:46 ` Bartlomiej Zolnierkiewicz
  0 siblings, 1 reply; 3+ messages in thread
From: Stef van der Made @ 2003-07-17 17:33 UTC (permalink / raw)
  To: linux-kernel


Hi

I'm trying to use my Onstream DI-30 (IDE) tape device with Kernel 
2.6.0-test1. When trying to access the drive using the old 2.2 kernels 
and 2.4 these commands worked fine

bash-2.05# mt -f /dev/nht0 status
/dev/nht0: No such device
bash-2.05# mt -f /dev/ht0 status
/dev/ht0: No such device
bash-2.05# mt -f /dev/hdd status
/dev/hdd: No such device or address
bash-2.05# mt -f /dev/hdc status
/dev/hdc: No such device or address

While they now are showing ugly errors.

This is a part of the boot log

VP_IDE: IDE controller at PCI slot 0000:00:07.1
VP_IDE: chipset revision 16
VP_IDE: not 100% native mode: will probe irqs later
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
VP_IDE: VIA vt82c686a (rev 22) IDE UDMA66 controller on pci0000:00:07.1
    ide0: BM-DMA at 0xc000-0xc007, BIOS settings: hda:DMA, hdb:DMA
    ide1: BM-DMA at 0xc008-0xc00f, BIOS settings: hdc:pio, hdd:DMA
hda: WDC WD205BA, ATA DISK drive
anticipatory scheduling elevator
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
hdd: OnStream DI-30, ATAPI TAPE drive


Thanks in advance for any tips on a solution for this problem.

Stef


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Onstream DI-30 not responding 2.6
  2003-07-17 17:33 Onstream DI-30 not responding 2.6 Stef van der Made
@ 2003-07-17 17:46 ` Bartlomiej Zolnierkiewicz
  2003-07-20  8:43   ` Andre Hedrick
  0 siblings, 1 reply; 3+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2003-07-17 17:46 UTC (permalink / raw)
  To: Stef van der Made; +Cc: linux-kernel


Hi,

ide-tape driver is broken right now in 2.6.
Config option for it is commented out because
it even doesn't compile (easy to fix).

I can help a bit if somebody wants to fix this driver.
--
Bartlomiej

On Thu, 17 Jul 2003, Stef van der Made wrote:
>
> Hi
>
> I'm trying to use my Onstream DI-30 (IDE) tape device with Kernel
> 2.6.0-test1. When trying to access the drive using the old 2.2 kernels
> and 2.4 these commands worked fine
>
> bash-2.05# mt -f /dev/nht0 status
> /dev/nht0: No such device
> bash-2.05# mt -f /dev/ht0 status
> /dev/ht0: No such device
> bash-2.05# mt -f /dev/hdd status
> /dev/hdd: No such device or address
> bash-2.05# mt -f /dev/hdc status
> /dev/hdc: No such device or address
>
> While they now are showing ugly errors.
>
> This is a part of the boot log
>
> VP_IDE: IDE controller at PCI slot 0000:00:07.1
> VP_IDE: chipset revision 16
> VP_IDE: not 100% native mode: will probe irqs later
> ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
> VP_IDE: VIA vt82c686a (rev 22) IDE UDMA66 controller on pci0000:00:07.1
>     ide0: BM-DMA at 0xc000-0xc007, BIOS settings: hda:DMA, hdb:DMA
>     ide1: BM-DMA at 0xc008-0xc00f, BIOS settings: hdc:pio, hdd:DMA
> hda: WDC WD205BA, ATA DISK drive
> anticipatory scheduling elevator
> ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
> hdd: OnStream DI-30, ATAPI TAPE drive
>
>
> Thanks in advance for any tips on a solution for this problem.
>
> Stef


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Onstream DI-30 not responding 2.6
  2003-07-17 17:46 ` Bartlomiej Zolnierkiewicz
@ 2003-07-20  8:43   ` Andre Hedrick
  0 siblings, 0 replies; 3+ messages in thread
From: Andre Hedrick @ 2003-07-20  8:43 UTC (permalink / raw)
  To: Bartlomiej Zolnierkiewicz; +Cc: Stef van der Made, linux-kernel


Would help but my DI-30 is deadlocked and will not function regardless :-(
It is nothing but a paperweight now.

Andre Hedrick
LAD Storage Consulting Group

On Thu, 17 Jul 2003, Bartlomiej Zolnierkiewicz wrote:

> 
> Hi,
> 
> ide-tape driver is broken right now in 2.6.
> Config option for it is commented out because
> it even doesn't compile (easy to fix).
> 
> I can help a bit if somebody wants to fix this driver.
> --
> Bartlomiej
> 
> On Thu, 17 Jul 2003, Stef van der Made wrote:
> >
> > Hi
> >
> > I'm trying to use my Onstream DI-30 (IDE) tape device with Kernel
> > 2.6.0-test1. When trying to access the drive using the old 2.2 kernels
> > and 2.4 these commands worked fine
> >
> > bash-2.05# mt -f /dev/nht0 status
> > /dev/nht0: No such device
> > bash-2.05# mt -f /dev/ht0 status
> > /dev/ht0: No such device
> > bash-2.05# mt -f /dev/hdd status
> > /dev/hdd: No such device or address
> > bash-2.05# mt -f /dev/hdc status
> > /dev/hdc: No such device or address
> >
> > While they now are showing ugly errors.
> >
> > This is a part of the boot log
> >
> > VP_IDE: IDE controller at PCI slot 0000:00:07.1
> > VP_IDE: chipset revision 16
> > VP_IDE: not 100% native mode: will probe irqs later
> > ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
> > VP_IDE: VIA vt82c686a (rev 22) IDE UDMA66 controller on pci0000:00:07.1
> >     ide0: BM-DMA at 0xc000-0xc007, BIOS settings: hda:DMA, hdb:DMA
> >     ide1: BM-DMA at 0xc008-0xc00f, BIOS settings: hdc:pio, hdd:DMA
> > hda: WDC WD205BA, ATA DISK drive
> > anticipatory scheduling elevator
> > ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
> > hdd: OnStream DI-30, ATAPI TAPE drive
> >
> >
> > Thanks in advance for any tips on a solution for this problem.
> >
> > Stef
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
> 


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-07-20  8:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-17 17:33 Onstream DI-30 not responding 2.6 Stef van der Made
2003-07-17 17:46 ` Bartlomiej Zolnierkiewicz
2003-07-20  8:43   ` Andre Hedrick

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.