* imm module issues
@ 2007-03-10 15:00 Grozdan Nikolov
2007-04-07 5:34 ` Randy Dunlap
0 siblings, 1 reply; 3+ messages in thread
From: Grozdan Nikolov @ 2007-03-10 15:00 UTC (permalink / raw)
To: linux-kernel
Hi,
I've compiled the 2.6.20.2 kernel today (I took the SuSE HEAD kernel instead
of the vanilla one) and I'm having issues with the "imm" module. I still use
a ZIP drive here for small backups and the "imm" module worked flawless on
kernel 2.6.18.8 but with kernel 2.6.20.2 I get error messages that the device
is offline even if the device is switched on and has a ZIP disk inside of it.
This is what I get from "dmesg" (Sorry for posting this here if it's the wrong
place, but I wasn't sure if I should report this to Novell's bugzilla because
I'm using the SuSE head kernel which is not officially supported)
imm: Version 2.05 (for Linux 2.4.0)
imm: Found device at ID 6, Attempting to use EPP 32 bit
imm: Communication established at 0x378 with ID 6 using EPP 32 bit
scsi1 : Iomega VPI2 (imm) interface
scsi 1:0:6:0: Direct-Access IOMEGA ZIP 250 L.58 PQ: 0 ANSI: 2
sd 1:0:6:0: scsi: Device offlined - not ready after error recovery
sd 1:0:6:0: rejecting I/O to offline device
sd 1:0:6:0: rejecting I/O to offline device
sd 1:0:6:0: rejecting I/O to offline device
sd 1:0:6:0: rejecting I/O to offline device
sda : READ CAPACITY failed.
sda : status=0, message=00, host=1, driver=00
sda : sense not available.
sd 1:0:6:0: rejecting I/O to offline device
sda: Write Protect is off
sda: Mode Sense: 00 00 00 00
sd 1:0:6:0: rejecting I/O to offline device
sda: asking for cache data failed
sda: assuming drive cache: write through
sd 1:0:6:0: Attached scsi removable disk sda
sd 1:0:6:0: Attached scsi generic sg0 type 0
--
go openSUSE go!
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: imm module issues
2007-03-10 15:00 imm module issues Grozdan Nikolov
@ 2007-04-07 5:34 ` Randy Dunlap
2007-04-07 16:49 ` Randy Dunlap
0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2007-04-07 5:34 UTC (permalink / raw)
To: Grozdan Nikolov; +Cc: scsi
[moving from lkml to linux-scsi]
On Sat, 10 Mar 2007 16:00:28 +0100 Grozdan Nikolov wrote:
> Hi,
>
> I've compiled the 2.6.20.2 kernel today (I took the SuSE HEAD kernel instead
> of the vanilla one) and I'm having issues with the "imm" module. I still use
> a ZIP drive here for small backups and the "imm" module worked flawless on
> kernel 2.6.18.8 but with kernel 2.6.20.2 I get error messages that the device
> is offline even if the device is switched on and has a ZIP disk inside of it.
Has there been any progress on this?
If not, can you narrow the regression down to a specific kernel version?
> This is what I get from "dmesg" (Sorry for posting this here if it's the wrong
> place, but I wasn't sure if I should report this to Novell's bugzilla because
> I'm using the SuSE head kernel which is not officially supported)
>
> imm: Version 2.05 (for Linux 2.4.0)
> imm: Found device at ID 6, Attempting to use EPP 32 bit
> imm: Communication established at 0x378 with ID 6 using EPP 32 bit
> scsi1 : Iomega VPI2 (imm) interface
> scsi 1:0:6:0: Direct-Access IOMEGA ZIP 250 L.58 PQ: 0 ANSI: 2
> sd 1:0:6:0: scsi: Device offlined - not ready after error recovery
> sd 1:0:6:0: rejecting I/O to offline device
> sd 1:0:6:0: rejecting I/O to offline device
> sd 1:0:6:0: rejecting I/O to offline device
> sd 1:0:6:0: rejecting I/O to offline device
> sda : READ CAPACITY failed.
> sda : status=0, message=00, host=1, driver=00
> sda : sense not available.
> sd 1:0:6:0: rejecting I/O to offline device
> sda: Write Protect is off
> sda: Mode Sense: 00 00 00 00
> sd 1:0:6:0: rejecting I/O to offline device
> sda: asking for cache data failed
> sda: assuming drive cache: write through
> sd 1:0:6:0: Attached scsi removable disk sda
> sd 1:0:6:0: Attached scsi generic sg0 type 0
> --
> go openSUSE go!
> -
---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: imm module issues
2007-04-07 5:34 ` Randy Dunlap
@ 2007-04-07 16:49 ` Randy Dunlap
0 siblings, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2007-04-07 16:49 UTC (permalink / raw)
To: scsi; +Cc: Grozdan Nikolov
On Fri, 6 Apr 2007 22:34:33 -0700 Randy Dunlap wrote:
> [moving from lkml to linux-scsi]
>
> On Sat, 10 Mar 2007 16:00:28 +0100 Grozdan Nikolov wrote:
>
> > Hi,
> >
> > I've compiled the 2.6.20.2 kernel today (I took the SuSE HEAD kernel instead
> > of the vanilla one) and I'm having issues with the "imm" module. I still use
> > a ZIP drive here for small backups and the "imm" module worked flawless on
> > kernel 2.6.18.8 but with kernel 2.6.20.2 I get error messages that the device
> > is offline even if the device is switched on and has a ZIP disk inside of it.
>
> Has there been any progress on this?
>
> If not, can you narrow the regression down to a specific kernel version?
Gordon replied to me: (for archives)
Yes, since I've upgraded to 2.6.21, all is working again. I'm using at the
moment 2.6.21-rc5 and all seem fine. Strange that none of the 2.6.20.x
kernels I've tried had this problem fixed
> > This is what I get from "dmesg" (Sorry for posting this here if it's the wrong
> > place, but I wasn't sure if I should report this to Novell's bugzilla because
> > I'm using the SuSE head kernel which is not officially supported)
> >
> > imm: Version 2.05 (for Linux 2.4.0)
> > imm: Found device at ID 6, Attempting to use EPP 32 bit
> > imm: Communication established at 0x378 with ID 6 using EPP 32 bit
> > scsi1 : Iomega VPI2 (imm) interface
> > scsi 1:0:6:0: Direct-Access IOMEGA ZIP 250 L.58 PQ: 0 ANSI: 2
> > sd 1:0:6:0: scsi: Device offlined - not ready after error recovery
> > sd 1:0:6:0: rejecting I/O to offline device
> > sd 1:0:6:0: rejecting I/O to offline device
> > sd 1:0:6:0: rejecting I/O to offline device
> > sd 1:0:6:0: rejecting I/O to offline device
> > sda : READ CAPACITY failed.
> > sda : status=0, message=00, host=1, driver=00
> > sda : sense not available.
> > sd 1:0:6:0: rejecting I/O to offline device
> > sda: Write Protect is off
> > sda: Mode Sense: 00 00 00 00
> > sd 1:0:6:0: rejecting I/O to offline device
> > sda: asking for cache data failed
> > sda: assuming drive cache: write through
> > sd 1:0:6:0: Attached scsi removable disk sda
> > sd 1:0:6:0: Attached scsi generic sg0 type 0
> > --
> > go openSUSE go!
> > -
>
> ---
> ~Randy
> *** Remember to use Documentation/SubmitChecklist when testing your code ***
> -
> To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-04-07 16:48 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-10 15:00 imm module issues Grozdan Nikolov
2007-04-07 5:34 ` Randy Dunlap
2007-04-07 16:49 ` Randy Dunlap
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.