linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* About DC-315U scsi driver
@ 2001-03-11  8:37 ³¯¤ý®i
  2001-03-11 23:44 ` Kurt Garloff
  2001-03-13 11:03 ` ³¯¤ý®i
  0 siblings, 2 replies; 8+ messages in thread
From: ³¯¤ý®i @ 2001-03-11  8:37 UTC (permalink / raw)
  To: linux-kernel

Hello All.....

Maybe I post at wrong place.....sorry

The driver has not to be included in officeal kernel.
And the maintainer has not updated the driver from 2.4.0-test9-pre7.
Maybe he is very busy.The last update is 2000-12-03.

I used some kernels from 2.4.0 to 2.4.2-ac17,and the driver always go wrong
when I burn CDRs. Some files burned is different from the origin at HD.
I use 2.2.17 with Tekram's driver,and nothing is wrong.
I think the scsi layer maybe changed from 2.2.x,so the driver cannot run well.
I am sure the hardware&software is ok,and no error messages about scsi  found by me. 

Can anyone do me a favor to modify the driver in order to suite the
new kernel?

Thanks....

And some resources can be found at http://www.garloff.de/kurt/linux/dc395/.

Best Regards,cwz

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

* Re: About DC-315U scsi driver
  2001-03-11  8:37 About DC-315U scsi driver ³¯¤ý®i
@ 2001-03-11 23:44 ` Kurt Garloff
  2001-03-12  0:15   ` Alan Cox
  2001-03-13 11:03 ` ³¯¤ý®i
  1 sibling, 1 reply; 8+ messages in thread
From: Kurt Garloff @ 2001-03-11 23:44 UTC (permalink / raw)
  To: ³¯¤ý®i; +Cc: Linux kernel list, Linux SCSI list

[-- Attachment #1: Type: text/plain, Size: 2287 bytes --]

Hi,

On Sun, Mar 11, 2001 at 04:37:10PM +0800, ³¯¤ý®i wrote:
> The driver has not to be included in officeal kernel.

Yes, that's what I tell people that ask me to submit the driver from
inclusion. The reason are strange problems, which unfortunately I have not
been able to track down, yet. Fortunately, they don't happen for everyone.
Unfortunately, that means I can't reproduce most of them.

I added quite some debugging feature to the driver, like a complete history
of every SCSI command being kept and output if something goes wrong
(_abort()). I guess, a good chipset docu would give more insight.

> And the maintainer has not updated the driver from 2.4.0-test9-pre7.
> Maybe he is very busy.The last update is 2000-12-03.

I'm quite busy, that's true.
The driver 1.32 (Dec 3 2000) can be used with 2.4.2. Just ignore the
patch rejection in the file MAINTAINERS.

> I used some kernels from 2.4.0 to 2.4.2-ac17,and the driver always go wrong
> when I burn CDRs. Some files burned is different from the origin at HD.
> I use 2.2.17 with Tekram's driver,and nothing is wrong.

Indeed; people report more problems on 2.4 kernels than on 2.2 kernels. I
currently have no clue why.
Anyway, you can use the patch from 1.32 to have the driver integrated in the
2.4 kernel and the use the version from Tekram. (I believe they distribute
my version 1.27, but I didn't check fro quite some time.)
I would like to hear your results.

> I think the scsi layer maybe changed from 2.2.x,so the driver cannot run well.

It did change. For example the way SCSI devices are scanned fro changed from
T_U_R to INQUIRY. However, the driver has been changed to accept that.

> I am sure the hardware&software is ok,and no error messages about scsi
> found by me.
> 
> Can anyone do me a favor to modify the driver in order to suite the
> new kernel?

Compiling it should be no problem.
Making it work flawlessly is. I'd like to know as well.

Regards,
-- 
Kurt Garloff                   <kurt@garloff.de>         [Eindhoven, NL]
Physics: Plasma simulations  <K.Garloff@Phys.TUE.NL>  [TU Eindhoven, NL]
Linux: SCSI, Security          <garloff@suse.de>   [SuSE Nuernberg, FRG]
 (See mail header or public key servers for PGP2 and GPG public keys.)

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

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

* Re: About DC-315U scsi driver
  2001-03-11 23:44 ` Kurt Garloff
@ 2001-03-12  0:15   ` Alan Cox
  0 siblings, 0 replies; 8+ messages in thread
From: Alan Cox @ 2001-03-12  0:15 UTC (permalink / raw)
  To: Kurt Garloff
  Cc: ³¯¤ý®i, Linux kernel list, Linux SCSI list

> > when I burn CDRs. Some files burned is different from the origin at HD.
> > I use 2.2.17 with Tekram's driver,and nothing is wrong.
> 
> Indeed; people report more problems on 2.4 kernels than on 2.2 kernels. I
> currently have no clue why.

2.4 causes longer continuous I/O requests to be sent to the drive for one



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

* Re: About DC-315U scsi driver
  2001-03-11  8:37 About DC-315U scsi driver ³¯¤ý®i
  2001-03-11 23:44 ` Kurt Garloff
@ 2001-03-13 11:03 ` ³¯¤ý®i
  2001-03-19 18:30   ` Pierre Etchemaite
  2001-03-20  1:28   ` ³¯¤ý®i
  1 sibling, 2 replies; 8+ messages in thread
From: ³¯¤ý®i @ 2001-03-13 11:03 UTC (permalink / raw)
  To: linux-kernel

On Mon, 12 Mar 2001 00:44:01 +0100
Kurt Garloff <kurt@garloff.de> wrote:


> Anyway, you can use the patch from 1.32 to have the driver integrated in the
> 2.4 kernel and the use the version from Tekram. (I believe they distribute
> my version 1.27, but I didn't check fro quite some time.)
> I would like to hear your results.
> 




   Today I try to recompiler a new kernel with integrated driver. And burn a test
CDR. The errors are still alive.

   The Driver from Tekram only support 2.2.x;I think that I cannot use it with 
2.4.2,is right?

   And I finally understand the readme which you wrote.
(I cannot found README.tmscsim at beginning)
 I try to lower the syncspeed, and it still has no help(8Mhz,5Mhz...).

echo "0 0 0 y n n  n n n -2 5 " > /proc/scsi/dc395x_trm/0
                   ^=======>>if I lower syncspeed and not set the DsCn=no
the system would  halt.

   I have no idea about why it is. :(  Now burning CDR is a nightmare.

Best Regards,cwz

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

* Re: About DC-315U scsi driver
  2001-03-13 11:03 ` ³¯¤ý®i
@ 2001-03-19 18:30   ` Pierre Etchemaite
  2001-03-20  1:28   ` ³¯¤ý®i
  1 sibling, 0 replies; 8+ messages in thread
From: Pierre Etchemaite @ 2001-03-19 18:30 UTC (permalink / raw)
  To: ³¯¤ý®i; +Cc: linux-kernel


Le 13-Mar-2001, ³¯¤ý®i écrivait :
>    Today I try to recompiler a new kernel with integrated driver. And burn a
> test
> CDR. The errors are still alive.

FYI, burning CDRs with this adapter seldom work under Windows too, Tekram
adapters are usually fine, but those DC-315* & DC-395* really look like chip
stuff...

BR,
Pierre.


-- 
Linux blade.concept-micro.com 2.4.3-pre4 #1 Wed Mar 14 22:19:14 CET 2001 i686 unknown
  7:30pm  up 1 day, 16:12,  7 users,  load average: 1.03, 1.07, 1.08


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

* Re: About DC-315U scsi driver
  2001-03-13 11:03 ` ³¯¤ý®i
  2001-03-19 18:30   ` Pierre Etchemaite
@ 2001-03-20  1:28   ` ³¯¤ý®i
  1 sibling, 0 replies; 8+ messages in thread
From: ³¯¤ý®i @ 2001-03-20  1:28 UTC (permalink / raw)
  To: Pierre Etchemaite; +Cc: linux-kernel

On Mon, 19 Mar 2001 19:30:49 +0100 (CET)
Pierre Etchemaite <petchema@concept-micro.com> wrote:


> FYI, burning CDRs with this adapter seldom work under Windows too, Tekram
> adapters are usually fine, but those DC-315* & DC-395* really look like chip
> stuff...
> 
> BR,
> Pierre.
> 
> 

  I never have errors under MS-windows with VIA bridge chip. It's a problem
for me,when I start to use kernel 2.4.x. The timing between the new SCSI
layer and the Hardware of DC-315 has some mismatch.(I guess it)

  Maybe at sometimes,I would not like waiting a specific driver for it.
What's the best choice of SCSI card which support won't have errors and
the linux kernel won't give up supporting it???



Best Regards,cwz


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

* About DC-315U SCSI driver
@ 2001-03-16  0:36 ³¯¤ý®i
  0 siblings, 0 replies; 8+ messages in thread
From: ³¯¤ý®i @ 2001-03-16  0:36 UTC (permalink / raw)
  To: linux-kernel

Hi all,

 At last night, I changed my scsi card from a pci slot to another,to avoided the IRQ
sharing between on-board USB and SCSI.

 And burned a cdr to test. It's so magic. The burned files which are not the same
with origin ones is much less than before. Why? Can not use IRQ sharing between 
SCSI&USB?  I used Win98 & kernel 2.2.x,and no errors.

 I burned two cdr with kernel insmoded dc395x_trm.o and another scsi driver 
integrated kernel. CDR burned with the former has two different files with origin
ones. And the latter has six ones. I have no idea about the difference.
Maybe I can burn more cdr to test.

  When I have time, I would like to testing with lowered syncspeed. I hope it will
be a temp solution.

Best Regards,cwz

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

* Re: About DC-315U scsi driver
@ 2001-03-13  9:21 Quim K Holland
  0 siblings, 0 replies; 8+ messages in thread
From: Quim K Holland @ 2001-03-13  9:21 UTC (permalink / raw)
  To: alan; +Cc: linux-kernel

>>>>> "AC" == Alan Cox <alan@lxorguk.ukuu.org.uk> writes:

>> Indeed; people report more problems on 2.4 kernels than on
>> 2.2 kernels. I currently have no clue why.

AC> 2.4 causes longer continuous I/O requests to be sent to the
AC> drive for one

Sorry but I am having a hard time understanding this comment.
Are you saying 2.4 causes applications to send I/O requests
longer than the hardware accepts, and if applications are
properly written they should be able to limit the continuous
requests from the userland (which means it is an application
bug)?  Or are you saying 2.4 kernel should not ``cause longer
continuous I/O requests to be sent'' but it ends up doing
so (which means its a kernel bug)?


------------------------------------------------------------
--== Sent via Deja.com ==--
http://www.deja.com/



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

end of thread, other threads:[~2001-03-20  1:29 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-03-11  8:37 About DC-315U scsi driver ³¯¤ý®i
2001-03-11 23:44 ` Kurt Garloff
2001-03-12  0:15   ` Alan Cox
2001-03-13 11:03 ` ³¯¤ý®i
2001-03-19 18:30   ` Pierre Etchemaite
2001-03-20  1:28   ` ³¯¤ý®i
2001-03-13  9:21 Quim K Holland
2001-03-16  0:36 About DC-315U SCSI driver ³¯¤ý®i

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).