All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joaquin Rapela <rapela@usc.edu>
To: Kristian Peters <kristian.peters@korseby.net>
Cc: linux-kernel@vger.kernel.org
Subject: Re: es1371 sound problem
Date: Wed, 8 May 2002 14:20:14 -0700	[thread overview]
Message-ID: <20020508142014.A1665@plato.usc.edu> (raw)
In-Reply-To: <20020507215024.B11180@plato.usc.edu> <20020508095713.1f661dd1.kristian.peters@korseby.net>

Dear Kristian,

I am using a scsi adapter ADAPTEC AIC-7896. The scsi is using irq 10 and the
sound card irq 11:

[root@plato rapela]# cat /proc/interrupts 
CPU0       
0:     511053          XT-PIC  timer
1:       1665          XT-PIC  keyboard
2:          0          XT-PIC  cascade
8:          1          XT-PIC  rtc
9:      29691          XT-PIC  eth0
10:     345860          XT-PIC  aic7xxx, aic7xxx
11:        654          XT-PIC  es1371
12:      17839          XT-PIC  PS/2 Mouse
NMI:          0 
ERR:          0

Just for fun I tried "options es1371 irq=5 dma=1" in /etc/modules.conf but I
cannot change the irq mapping of es1371.

>From what I read from /var/log/messages the frozen state concludes when the
module unloads:

May  8 12:08:39 vpl kernel: ac97_codec: AC97 Audio codec, id: 0x4352:0x5903
(Cirrus Logic CS4297)
May  8 12:09:39 vpl kernel: scsi : aborting command due to timeout : pid 0,
scsi0, channel 0, id 1, lun 0 Read (10) 00 00 ec 53 27 00 00 08 00
May  8 12:10:39 vpl kernel: scsi : aborting command due to timeout : pid 0,
scsi0, channel 0, id 1, lun 0 Write (10) 00 00 00 17 bf 00 00 10 00
May  8 12:10:39 vpl kernel: (scsi0:0:1:0) SCSISIGI 0x4, SEQADDR 0x162, SSTAT0
0x2, SSTAT1 0x3
May  8 12:10:39 vpl kernel: (scsi0:0:1:0) SG_CACHEPTR 0x2, SSTAT2 0x0, STCNT 0x0
May  8 12:10:39 vpl kernel: scsi : aborting command due to timeout : pid 0,
scsi0, channel 0, id 2, lun 0 Write (10) 00 00 2f db ab 00 00 02 00
May  8 12:11:00 vpl kernel: scsi : aborting command due to timeout : pid 0,
scsi0, channel 0, id 1, lun 0 Read (10) 00 00 08 01 d7 00 00 08 00
May  8 12:11:00 vpl kernel: es1371: unloading
May  8 12:11:05 vpl kernel: es1371: version v0.30 time 17:36:47 Sep  6 2001
May  8 12:11:05 vpl kernel: es1371: found chip, vendor id 0x1274 device id
0x1371 revision 0x08

Finally, the sndconfig utility adds the following lines to /etc/modules.conf:

alias sound-slot-0 es1371
post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1
|| :
pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1
|| :  

If you come up with any suggestiong I will greatly appreciate it.

Thanks for your reply, Joaquin

On Wed, May 08, 2002 at 09:57:13AM +0200, Kristian Peters wrote:
> Joaquin Rapela <rapela@usc.edu> wrote:
> > sndconfig tells reports an Ensoniq|ES1371 [AudioPCI-97]
> > 
> > After my machine recovers from the frozen stage I read the following in
> > /var/log/messages:
> > 
> > May  7 21:34:58 plato kernel: scsi : aborting command due to timeout : pid 0,
> > scsi0, channel 0, id 0, lun 0 Write (10) 00 01 05 aa 19 00 00 26 00 
> 
> It seems that there're Interrupt conflicts with your scsi-controller and your sound card. Please try to add irq=5 (or any other free irq you have) when loading the module oder add "options es1371 irq=5 dma=1" to your modules.conf. That should work.
> 
> *Kristian
> 
>   :... [snd.science] ...:
>  ::                             _o)
>  :: http://www.korseby.net      /\\
>  :: http://gsmp.sf.net         _\_V
>   :.........................:

  parent reply	other threads:[~2002-05-08 21:20 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-08  4:50 es1371 sound problem Joaquin Rapela
2002-05-08 12:05 ` David D. Hagood
2002-05-08 21:29   ` Joaquin Rapela
     [not found] ` <20020508095713.1f661dd1.kristian.peters@korseby.net>
2002-05-08 21:20   ` Joaquin Rapela [this message]
2002-05-09  7:30     ` Kristian Peters
2002-05-09 15:54       ` Joaquin Rapela

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020508142014.A1665@plato.usc.edu \
    --to=rapela@usc.edu \
    --cc=kristian.peters@korseby.net \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.