linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* re: Linux 2.4.21pre4-ac5 status report
@ 2003-03-01 12:52 Mikael Pettersson
  2003-03-01 13:04 ` Soeren Sonnenburg
  0 siblings, 1 reply; 10+ messages in thread
From: Mikael Pettersson @ 2003-03-01 12:52 UTC (permalink / raw)
  To: kernel, szepe; +Cc: linux-kernel

On 01 Mar 2003 11:47:39 +0100, Soeren Sonnenburg wrote:
>> I've got a single pdc20268 with just one drive on each channel...
>> Works nicely with recent -ac kernels.
>
>As I guessed. I've got two pdc20268 with just one drive per channel
>(where the last drive is a cdrom-drive)
>
>So one pdc no problem >1 -> trouble.

It might not have anything to do with your problem, but it has
been reported several times that Promise chips don't support ATAPI
optical devices (i.e. your CD-ROM) without special driver support,
which the Linux drivers apparently don't have.
Maybe that's changed in 2.4.21-pre-ac new IDE code, I don't know.

Your cards don't share interrupts with anything else I hope?

/Mikael

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

* re: Linux 2.4.21pre4-ac5 status report
  2003-03-01 12:52 Linux 2.4.21pre4-ac5 status report Mikael Pettersson
@ 2003-03-01 13:04 ` Soeren Sonnenburg
  2003-03-03 19:51   ` Edward King
  0 siblings, 1 reply; 10+ messages in thread
From: Soeren Sonnenburg @ 2003-03-01 13:04 UTC (permalink / raw)
  To: Mikael Pettersson; +Cc: szepe, Linux Kernel

On Sat, 2003-03-01 at 13:52, Mikael Pettersson wrote:
> On 01 Mar 2003 11:47:39 +0100, Soeren Sonnenburg wrote:
> >> I've got a single pdc20268 with just one drive on each channel...
> >> Works nicely with recent -ac kernels.
> >
> >As I guessed. I've got two pdc20268 with just one drive per channel
> >(where the last drive is a cdrom-drive)
> >
> >So one pdc no problem >1 -> trouble.
> 
> It might not have anything to do with your problem, but it has
> been reported several times that Promise chips don't support ATAPI
> optical devices (i.e. your CD-ROM) without special driver support,
> which the Linux drivers apparently don't have.

Yes it doesn't have to do with my particular problem as I tried without
an ATAPI cdrom attached.

> Maybe that's changed in 2.4.21-pre-ac new IDE code, I don't know.
> 
> Your cards don't share interrupts with anything else I hope?

sure they do. however it did not work when the pdc's did not share an
IRQ with any other device.

however the htp370 works fine with shared irqs and atapi cdrom.

Soeren.


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

* Re: Linux 2.4.21pre4-ac5 status report
  2003-03-01 13:04 ` Soeren Sonnenburg
@ 2003-03-03 19:51   ` Edward King
  2003-03-03 19:57     ` Tomas Szepe
  0 siblings, 1 reply; 10+ messages in thread
From: Edward King @ 2003-03-03 19:51 UTC (permalink / raw)
  To: Soeren Sonnenburg; +Cc: Mikael Pettersson, szepe, Linux Kernel


Soeren Sonnenburg wrote:

>On Sat, 2003-03-01 at 13:52, Mikael Pettersson wrote:
>  
>
>>On 01 Mar 2003 11:47:39 +0100, Soeren Sonnenburg wrote:
>>    
>>
>>>As I guessed. I've got two pdc20268 with just one drive per channel
>>>(where the last drive is a cdrom-drive)
>>>
>>>So one pdc no problem >1 -> trouble.
>>>      
>>>
>>Maybe that's changed in 2.4.21-pre-ac new IDE code, I don't know.
>>
>>Your cards don't share interrupts with anything else I hope?
>>    
>>
I tried  two pdc20268's which failed miserably

Used an Asus motherboard and an FIC motherboard, different cables, 
different cards, different powersupply.Hard drives are 200GB western 
digitals, one drive per channel.  

Tried an SIIG card with the SiI680 chipset -- same problem using is and 
the pdc20268, but is more stable than a single pdc -- so now I have 4 
drives on that card.

My kernel is 2.4.21-pre4-ac6 -- let me know if the pre5's solve the problem.

Ed King


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

* re: Linux 2.4.21pre4-ac5 status report
  2003-03-03 19:51   ` Edward King
@ 2003-03-03 19:57     ` Tomas Szepe
  2003-03-03 20:56       ` Soeren Sonnenburg
  0 siblings, 1 reply; 10+ messages in thread
From: Tomas Szepe @ 2003-03-03 19:57 UTC (permalink / raw)
  To: Edward King; +Cc: Soeren Sonnenburg, Mikael Pettersson, Linux Kernel

> [edk@cendatsys.com]
> 
> >>Maybe that's changed in 2.4.21-pre-ac new IDE code, I don't know.
> >>
> >>Your cards don't share interrupts with anything else I hope?
> >>
> I tried  two pdc20268's which failed miserably
> 
> Used an Asus motherboard and an FIC motherboard, different cables, 
> different cards, different powersupply.Hard drives are 200GB western 
> digitals, one drive per channel.  
> 
> Tried an SIIG card with the SiI680 chipset -- same problem using is and 
> the pdc20268, but is more stable than a single pdc -- so now I have 4 
> drives on that card.
> 
> My kernel is 2.4.21-pre4-ac6 -- let me know if the pre5's solve the problem.

I'd be quite interested to know whether the FreeBSD IDE driver can handle
these setups properly.

-- 
Tomas Szepe <szepe@pinerecords.com>

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

* re: Linux 2.4.21pre4-ac5 status report
  2003-03-03 19:57     ` Tomas Szepe
@ 2003-03-03 20:56       ` Soeren Sonnenburg
  0 siblings, 0 replies; 10+ messages in thread
From: Soeren Sonnenburg @ 2003-03-03 20:56 UTC (permalink / raw)
  To: Tomas Szepe; +Cc: Edward King, Mikael Pettersson, Linux Kernel

On Mon, 2003-03-03 at 20:57, Tomas Szepe wrote:
> > [edk@cendatsys.com]
> > 
> > >>Maybe that's changed in 2.4.21-pre-ac new IDE code, I don't know.
> > >>
> > >>Your cards don't share interrupts with anything else I hope?
> > >>
> > I tried  two pdc20268's which failed miserably
> > 
> > Used an Asus motherboard and an FIC motherboard, different cables, 
> > different cards, different powersupply.Hard drives are 200GB western 
> > digitals, one drive per channel.  
> > 
> > Tried an SIIG card with the SiI680 chipset -- same problem using is and 
> > the pdc20268, but is more stable than a single pdc -- so now I have 4 
> > drives on that card.
> > 
> > My kernel is 2.4.21-pre4-ac6 -- let me know if the pre5's solve the problem.
> 
> I'd be quite interested to know whether the FreeBSD IDE driver can handle
> these setups properly.

Me too... I would not think so, but who know.

However at least the freeze was reproducable here. Just take two
pdc20268 controller, attach one driver per channel, setup a raid5, let
it build up the raid. Then start bonnie and you will get a freeze within
15min when using something higher than mdma0.

The system now is really rock stable with these htp370 based
dawicontrol-100 cards (which are in the same slots as the pdcs were).

Soeren.


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

* re: Linux 2.4.21pre4-ac5 status report
  2003-03-01 10:32     ` Tomas Szepe
@ 2003-03-01 10:47       ` Soeren Sonnenburg
  0 siblings, 0 replies; 10+ messages in thread
From: Soeren Sonnenburg @ 2003-03-01 10:47 UTC (permalink / raw)
  To: Tomas Szepe; +Cc: Linux Kernel

On Sat, 2003-03-01 at 11:32, Tomas Szepe wrote:
> > [kernel@nn7.de]
> > 
> > > > [kernel@nn7.de]
> > > > 
> > > > The promise driver still freezes on my pdc20268 when using >mdma0.
> > > 
> > > Try upgrading the BIOS on the 20268.  Sounds incredible, but it
> > > did solve all the problems I was seeing with the card in Linux.
> > 
> > I checked for new bioses 2 on thursday -> there where no newer bioses
> > available. I guess you have a single pdc20268 which is full of disks
> > (i.e. master and slave used?).
> 
> I've got a single pdc20268 with just one drive on each channel...
> Works nicely with recent -ac kernels.

As I guessed. I've got two pdc20268 with just one drive per channel
(where the last drive is a cdrom-drive)

So one pdc no problem >1 -> trouble.

S.


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

* re: Linux 2.4.21pre4-ac5 status report
  2003-03-01 10:29   ` Soeren Sonnenburg
@ 2003-03-01 10:32     ` Tomas Szepe
  2003-03-01 10:47       ` Soeren Sonnenburg
  0 siblings, 1 reply; 10+ messages in thread
From: Tomas Szepe @ 2003-03-01 10:32 UTC (permalink / raw)
  To: Soeren Sonnenburg; +Cc: Linux Kernel

> [kernel@nn7.de]
> 
> > > [kernel@nn7.de]
> > > 
> > > The promise driver still freezes on my pdc20268 when using >mdma0.
> > 
> > Try upgrading the BIOS on the 20268.  Sounds incredible, but it
> > did solve all the problems I was seeing with the card in Linux.
> 
> I checked for new bioses 2 on thursday -> there where no newer bioses
> available. I guess you have a single pdc20268 which is full of disks
> (i.e. master and slave used?).

I've got a single pdc20268 with just one drive on each channel...
Works nicely with recent -ac kernels.

-- 
Tomas Szepe <szepe@pinerecords.com>

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

* re: Linux 2.4.21pre4-ac5 status report
  2003-03-01  8:57 ` Tomas Szepe
@ 2003-03-01 10:29   ` Soeren Sonnenburg
  2003-03-01 10:32     ` Tomas Szepe
  0 siblings, 1 reply; 10+ messages in thread
From: Soeren Sonnenburg @ 2003-03-01 10:29 UTC (permalink / raw)
  To: Tomas Szepe; +Cc: Linux Kernel

On Sat, 2003-03-01 at 09:57, Tomas Szepe wrote:
> > [kernel@nn7.de]
> > 
> > The promise driver still freezes on my pdc20268 when using >mdma0.
> 
> Try upgrading the BIOS on the 20268.  Sounds incredible, but it
> did solve all the problems I was seeing with the card in Linux.

I checked for new bioses 2 on thursday -> there where no newer bioses
available. I guess you have a single pdc20268 which is full of disks
(i.e. master and slave used?).

Soeren.


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

* re: Linux 2.4.21pre4-ac5 status report
  2003-03-01  8:14 Soeren Sonnenburg
@ 2003-03-01  8:57 ` Tomas Szepe
  2003-03-01 10:29   ` Soeren Sonnenburg
  0 siblings, 1 reply; 10+ messages in thread
From: Tomas Szepe @ 2003-03-01  8:57 UTC (permalink / raw)
  To: Soeren Sonnenburg; +Cc: linux-kernel

> [kernel@nn7.de]
> 
> The promise driver still freezes on my pdc20268 when using >mdma0.

Try upgrading the BIOS on the 20268.  Sounds incredible, but it
did solve all the problems I was seeing with the card in Linux.

-- 
Tomas Szepe <szepe@pinerecords.com>

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

* Linux 2.4.21pre4-ac5 status report
@ 2003-03-01  8:14 Soeren Sonnenburg
  2003-03-01  8:57 ` Tomas Szepe
  0 siblings, 1 reply; 10+ messages in thread
From: Soeren Sonnenburg @ 2003-03-01  8:14 UTC (permalink / raw)
  To: linux-kernel

hi.

I wanted to give some status report after using this kernel for 1 week.

The harddisk freeze bug that I got with WDC WD1800JB-00DUA0 drives did
not occur within this week (it used to happen within 5 days).

The promise driver still freezes on my pdc20268 when using >mdma0 . I
recently replaced the ultra tx2 controller with a hpt370 and it works
all fine. So I would suggest either removing the pdc20268 from the list
of supported controllers or letting promise fix this bug.

The overlay mode of my bt848 based tv card does not work anymore
(stripes as if the linewidth/offset is wrong).

Best,
Soeren (who has for the first time since some months an uptime of >1
week).


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

end of thread, other threads:[~2003-03-03 20:49 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-01 12:52 Linux 2.4.21pre4-ac5 status report Mikael Pettersson
2003-03-01 13:04 ` Soeren Sonnenburg
2003-03-03 19:51   ` Edward King
2003-03-03 19:57     ` Tomas Szepe
2003-03-03 20:56       ` Soeren Sonnenburg
  -- strict thread matches above, loose matches on Subject: below --
2003-03-01  8:14 Soeren Sonnenburg
2003-03-01  8:57 ` Tomas Szepe
2003-03-01 10:29   ` Soeren Sonnenburg
2003-03-01 10:32     ` Tomas Szepe
2003-03-01 10:47       ` Soeren Sonnenburg

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