linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* detect udma66 cable (vt82c686a)
@ 2002-09-28 11:07 Dennis Björklund
  2002-09-28 13:55 ` Daniel Egger
  0 siblings, 1 reply; 4+ messages in thread
From: Dennis Björklund @ 2002-09-28 11:07 UTC (permalink / raw)
  To: linux-kernel

I can't get my Gigabyte 7ZX-1 to detect my udma66 cable. It is a brand new 
ata66/100 cable so I believe that the cable is not the problem.

As seen from /proc/ide/via below it thinks my cable is a 40w (on id0 I do 
have a 40w so that is correct, but in ide1 there is a 80w).

I've also tried to boot with ide1=ata66 and then it says that the transfer
rate is 66.0MB/s, but it still detects the cable as 40w. hdparam -t gave
bigger values when booting with ata66 so something changes to the better.
But I would prefer if it was autodetected and to know why it does not
work in the first place. Also I don't know what bad can come from forcing 
it to ata66.

The computer is a redhat 7.3 with kernel 2.4.18-4

After searching the archives and finding others with similar problems I
really thought that booting with ata66 was going to make it detect my
cable, but no. Or maybe it does work correctly when forced even though it 
still says 40w?

Any help is appreciated!

# cat /proc/ide/via 
----------VIA BusMastering IDE Configuration----------------
Driver Version:                     3.29
South Bridge:                       VIA vt82c686a
Revision:                           ISA 0x22 IDE 0x10
Highest DMA rate:                   UDMA66
BM-DMA base:                        0xffa0
PCI clock:                          33MHz
Master Read  Cycle IRDY:            0ws
Master Write Cycle IRDY:            0ws
BM IDE Status Register Read Retry:  yes
Max DRDY Pulse Width:               No limit
-----------------------Primary IDE-------Secondary IDE------
Read DMA FIFO flush:          yes                 yes
End Sector FIFO flush:         no                  no
Prefetch Buffer:              yes                 yes
Post Write Buffer:            yes                 yes
Enabled:                      yes                 yes
Simplex only:                  no                  no
Cable Type:                   40w                 40w
-------------------drive0----drive1----drive2----drive3-----
Transfer Mode:       UDMA       PIO      UDMA       PIO
Address Setup:       30ns     120ns      30ns     120ns
Cmd Active:          90ns      90ns      90ns      90ns
Cmd Recovery:        30ns      30ns      30ns      30ns
Data Active:         90ns     330ns      90ns     330ns
Data Recovery:       30ns     270ns      30ns     270ns
Cycle Time:          60ns     600ns      60ns     600ns
Transfer Rate:   33.0MB/s   3.3MB/s  33.0MB/s   3.3MB/s

-- 
/Dennis


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

* Re: detect udma66 cable (vt82c686a)
  2002-09-28 11:07 detect udma66 cable (vt82c686a) Dennis Björklund
@ 2002-09-28 13:55 ` Daniel Egger
  2002-09-28 14:10   ` Arjan van de Ven
  2002-09-28 15:48   ` Dennis Björklund
  0 siblings, 2 replies; 4+ messages in thread
From: Daniel Egger @ 2002-09-28 13:55 UTC (permalink / raw)
  To: Dennis Björklund; +Cc: linux-kernel

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

Am Sam, 2002-09-28 um 13.07 schrieb Dennis Björklund:

> I can't get my Gigabyte 7ZX-1 to detect my udma66 cable. It is a brand new 
> ata66/100 cable so I believe that the cable is not the problem.
 
> As seen from /proc/ide/via below it thinks my cable is a 40w (on id0 I do 
> have a 40w so that is correct, but in ide1 there is a 80w).
> The computer is a redhat 7.3 with kernel 2.4.18-4

Same southbridgem, same kernel, same problem. I sent all sorts of
messages for this one to Alan but so far there're no news on this
matter.
 
-- 
Servus,
       Daniel

[-- Attachment #2: Dies ist ein digital signierter Nachrichtenteil --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: detect udma66 cable (vt82c686a)
  2002-09-28 13:55 ` Daniel Egger
@ 2002-09-28 14:10   ` Arjan van de Ven
  2002-09-28 15:48   ` Dennis Björklund
  1 sibling, 0 replies; 4+ messages in thread
From: Arjan van de Ven @ 2002-09-28 14:10 UTC (permalink / raw)
  To: Daniel Egger; +Cc: Dennis Björklund, linux-kernel

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

On Sat, 2002-09-28 at 15:55, Daniel Egger wrote:
> Am Sam, 2002-09-28 um 13.07 schrieb Dennis Björklund:
> 
> > I can't get my Gigabyte 7ZX-1 to detect my udma66 cable. It is a brand new 
> > ata66/100 cable so I believe that the cable is not the problem.
>  
> > As seen from /proc/ide/via below it thinks my cable is a 40w (on id0 I do 
> > have a 40w so that is correct, but in ide1 there is a 80w).
> > The computer is a redhat 7.3 with kernel 2.4.18-4
> 
> Same southbridgem, same kernel, same problem. I sent all sorts of
> messages for this one to Alan but so far there're no news on this
> matter.

ide1=ata66 on the kernel commandline should fix it..



[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: detect udma66 cable (vt82c686a)
  2002-09-28 13:55 ` Daniel Egger
  2002-09-28 14:10   ` Arjan van de Ven
@ 2002-09-28 15:48   ` Dennis Björklund
  1 sibling, 0 replies; 4+ messages in thread
From: Dennis Björklund @ 2002-09-28 15:48 UTC (permalink / raw)
  To: Daniel Egger; +Cc: linux-kernel

On 28 Sep 2002, Daniel Egger wrote:

> > As seen from /proc/ide/via below it thinks my cable is a 40w (on id0 I
> > do have a 40w so that is correct, but in ide1 there is a 80w). The
> > computer is a redhat 7.3 with kernel 2.4.18-4
> 
> Same southbridgem, same kernel, same problem. I sent all sorts of
> messages for this one to Alan but so far there're no news on this
> matter.

I swapped my 80w cable and drive to the primary ide channel and it started
to work. I removed the other drive all together so I don't know what would
happend if I connected that to the second channel.

What I do know is that it is the same cable, same disk with same 
jumper settings as before.

-- 
/Dennis


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

end of thread, other threads:[~2002-09-28 15:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-28 11:07 detect udma66 cable (vt82c686a) Dennis Björklund
2002-09-28 13:55 ` Daniel Egger
2002-09-28 14:10   ` Arjan van de Ven
2002-09-28 15:48   ` Dennis Björklund

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).