linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* RE: sound crashes in 2.4
@ 2001-08-20 16:17 Chris Pockele
  0 siblings, 0 replies; 8+ messages in thread
From: Chris Pockele @ 2001-08-20 16:17 UTC (permalink / raw)
  To: linux-kernel


> >
> >     2.4.8 dies after ~1/2 minute of mpg123 playback,
> >     with tty switching freeze, and typing out
> >     continuously (i`d say infinitely) call trace.
> >
> >         ac7 acts this way too, but before death
> >     sound stalls *some* times, i then each time restart
> >     the proggie which emits it. This pattern survives
> >     4-5 stalls, after which - final trace dump.
> >
> >     gcc-2.95.3, sb16 - genuine, vanilla ac7, vanilla
> >     2.4.8.
> 

I have the same problems with an ALS007 card (in a 486 system).
The card is correctly recognized and set up by the PnP drivers.

The system freezes completely when using sound (no ping replies
anymore), and it's not a CPU/motherboard/RAM issue
(it compiles kernels without any problems), it occurs while
playing MP3's, while playing LxDoom ( now i have an excuse
to play Doom, testing the Linux sound drivers ;) ).
The time after which it crashes is variable, sometimes it crashes
immediately, sometimes it crashes after 5 minutes.
Sometimes, it also stalls a few times before finally crashing.

Having persistant DMA buffers enabled/disabled doesn't change
anything (the machine has 16MB of RAM), and the problem occurs
both when using modules or compiled-in drivers.

Both 2.4.8 and 2.4.9 have this problem (these are the ones I tried).
Btw on 2.2.x i get DMA (output) timeout errors (and broken sound).

There is also another "issue":
the ISAPnP code calls "CMI8330 quirk".  As i have no such
card, i thought this was related to the problem.  After
commenting it out in quirks.c and recompiling, the quirk
was not called anymore, but it didn't solve the problem.

greets



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

* Re: sound crashes in 2.4
  2001-08-24 11:42 Samium Gromoff
@ 2001-08-24 18:17 ` Chris Pockele
  0 siblings, 0 replies; 8+ messages in thread
From: Chris Pockele @ 2001-08-24 18:17 UTC (permalink / raw)
  To: Samium Gromoff; +Cc: linux-kernel

Samium Gromoff wrote:
> 
> > Both 2.4.8 and 2.4.9 have this problem (these are the ones I tried).
> > Btw on 2.2.x i get DMA (output) timeout errors (and broken sound).
> 
>   just to clarify: does 2.4.7 hangs?
>   (for me it doesnt, but everything >= 2.4.8 does)
> 
After i read in this list that some people do not experience
this problem in 2.4.7, I decided to give it a try.

2.4.7 crashes too, but behaves differently:

invalid operand: 0000
CPU:	0
EIP:	0010:[<c01f5ea0>]
EFLAGS:	00010046
eax: 00000000	ebx: c0248000	ecx: c086a260	edx: c086a260
esi: c0105170	edi: ffffe000	ebp: 0008e000	esp: c0249fd0
ds: 0018   es: 0018    ss: 0018
Process swapper (pid: 0, stackpage=c0249000)
Stack: c0105193 00000010 00000246 c01051f8 00001000 0009b800 c0105000
c0105027
       c024a84e 00000000 c025c340 c0100197
Call Trace: [<c0105193>] [<c01051f8>] [<c0105000>] [c0105027>]

Code: ff e9 46 ff ff ff 90 90 90 90 90 90 90 90 90 90 68 0a ff ff
Kernel panic: Attempted to kill the idle task!
In idle task - not syncing

(This was the 2nd time i tried it out ; the 1st time
it Oopsed (0002) but i don't have that message anymore)

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

* Re: sound crashes in 2.4
@ 2001-08-24 12:49 Samium Gromoff
  0 siblings, 0 replies; 8+ messages in thread
From: Samium Gromoff @ 2001-08-24 12:49 UTC (permalink / raw)
  To: chrisp; +Cc: linux-kernel

> Both 2.4.8 and 2.4.9 have this problem (these are the ones I tried).
> Btw on 2.2.x i get DMA (output) timeout errors (and broken sound).

  just to clarify: does 2.4.7 hangs?
  (for me it doesnt, but everything >= 2.4.8 does)

  also as i already said, the sound isn`t clear:
  there are little clicks here and there...

  but i have an infinite trace(*). you - don`t.

  (*) - in fact there are 3 traces.
    first - quite short (1-1.5 screen)
    second - 3-4 screens, and
    third - infinite...


---


cheers,


   Samium Gromoff

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

* Re: sound crashes in 2.4
@ 2001-08-24 11:42 Samium Gromoff
  2001-08-24 18:17 ` Chris Pockele
  0 siblings, 1 reply; 8+ messages in thread
From: Samium Gromoff @ 2001-08-24 11:42 UTC (permalink / raw)
  To: chrisp; +Cc: linux-kernel

> Both 2.4.8 and 2.4.9 have this problem (these are the ones I tried).
> Btw on 2.2.x i get DMA (output) timeout errors (and broken sound).

  just to clarify: does 2.4.7 hangs?
  (for me it doesnt, but everything >= 2.4.8 does)

  also as i already said, the sound isn`t clear:
  there are little clicks here and there...

  but i have an infinite trace(*). you - don`t.

  (*) - in fact there are 3 traces.
    first - quite short (1-1.5 screen)
    second - 3-4 screens, and
    third - infinite...


---


cheers,


   Samium Gromoff

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

* Re: sound crashes in 2.4
  2001-08-20 23:08     ` Frank Davis
@ 2001-08-24 11:01       ` Chris Pockele
  0 siblings, 0 replies; 8+ messages in thread
From: Chris Pockele @ 2001-08-24 11:01 UTC (permalink / raw)
  To: fdavis, linux-kernel

> Hello all,
>      A trace of the crashes would be helpful.
> 
unfortunately, i don't get any oops or panic messages.
There's nothing about it on the console, nothing in
logs either.

The box just freezes.  No more ping/connection
replies, no more reaction to any keyboard input.

(this must be a very hard bug)

cheers


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

* Re: sound crashes in 2.4
  2001-08-20 19:24   ` Chris Pockele
@ 2001-08-20 23:08     ` Frank Davis
  2001-08-24 11:01       ` Chris Pockele
  0 siblings, 1 reply; 8+ messages in thread
From: Frank Davis @ 2001-08-20 23:08 UTC (permalink / raw)
  To: linux-kernel

Hello all,
     A trace of the crashes would be helpful.

Regards,
Frank

Chris Pockele wrote:

>>Can you try one other thing.
>>
>>Edit drivers/pci/quirks.c
>>
>>find 
>>
>>int isa_dma_bridge_buggy; /* Exported */
>>
>>and make it read
>>
>>int isa_dma_bridge_buggy = 1;
>>
>>recompile reboot and see if it helps
>>
>>
> Unfortunately, it does not help.  The machine rebooted
> suddenly (i forgot to mention that: sometimes it reboots
> too, but mostly it just hangs).
> 
> btw the system doesn't have a PCI bus, so its kernel
> does not have PCI support enabled
> 
> (it's a SIS85C471B-based ISA/VLB motherboard)
> 
> -
> 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] 8+ messages in thread

* Re: sound crashes in 2.4
  2001-08-20 16:33 ` Alan Cox
@ 2001-08-20 19:24   ` Chris Pockele
  2001-08-20 23:08     ` Frank Davis
  0 siblings, 1 reply; 8+ messages in thread
From: Chris Pockele @ 2001-08-20 19:24 UTC (permalink / raw)
  To: linux-kernel

> Can you try one other thing.
> 
> Edit drivers/pci/quirks.c
> 
> find 
> 
> int isa_dma_bridge_buggy; /* Exported */
> 
> and make it read
> 
> int isa_dma_bridge_buggy = 1;
> 
> recompile reboot and see if it helps
> 
Unfortunately, it does not help.  The machine rebooted
suddenly (i forgot to mention that: sometimes it reboots
too, but mostly it just hangs).

btw the system doesn't have a PCI bus, so its kernel
does not have PCI support enabled

(it's a SIS85C471B-based ISA/VLB motherboard)


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

* Re: sound crashes in 2.4
       [not found] <no.id>
@ 2001-08-20 16:33 ` Alan Cox
  2001-08-20 19:24   ` Chris Pockele
  0 siblings, 1 reply; 8+ messages in thread
From: Alan Cox @ 2001-08-20 16:33 UTC (permalink / raw)
  To: Chris Pockele; +Cc: linux-kernel

> I have the same problems with an ALS007 card (in a 486 system).
> The card is correctly recognized and set up by the PnP drivers.

Humm. 

> The time after which it crashes is variable, sometimes it crashes
> immediately, sometimes it crashes after 5 minutes.
> Sometimes, it also stalls a few times before finally crashing.

Ok that actually sounds more like a locking bug.

> Both 2.4.8 and 2.4.9 have this problem (these are the ones I tried).
> Btw on 2.2.x i get DMA (output) timeout errors (and broken sound).

Can you try one other thing.

Edit drivers/pci/quirks.c

find 

int isa_dma_bridge_buggy;		/* Exported */

and make it read

int isa_dma_bridge_buggy = 1;

recompile reboot and see if it helps

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

end of thread, other threads:[~2001-08-24 18:22 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-20 16:17 sound crashes in 2.4 Chris Pockele
     [not found] <no.id>
2001-08-20 16:33 ` Alan Cox
2001-08-20 19:24   ` Chris Pockele
2001-08-20 23:08     ` Frank Davis
2001-08-24 11:01       ` Chris Pockele
2001-08-24 11:42 Samium Gromoff
2001-08-24 18:17 ` Chris Pockele
2001-08-24 12:49 Samium Gromoff

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