All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alien <alien999999999@users.sourceforge.net>
To: openvortex-dev@nongnu.org
Cc: Raymond <rayau@netvigator.com>, alsa-devel@lists.sourceforge.net
Subject: Re: [Openvortex-dev] Re: [ALSA - driver 0001047]: module hangs at seemingly random times
Date: Sun, 31 Jul 2005 14:38:54 +0200	[thread overview]
Message-ID: <200507311438.59443.alien999999999@users.sourceforge.net> (raw)
In-Reply-To: <42EC84DE.4050306@netvigator.com>

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

I'm not too sure, but i _can_ tell you that lastly i had two weird errors 
about something adb, when snd-au8810 didn't play any sound anymore, i was 
able to kill all apps who use sound and modprobe -r snd-au8810, and modprobe 
again, and without reboot i was able to get sound working again.

I must say that i haven't been on this PC much and haven't had much time to 
test these things, allthough i'm planning too, (but i think i'll update CVS 
first with these 2 patches who got lost accidentally before i test this. I 
hope i'll get some time this week(end).

thanks for all the help and info concerning snd-au8810 (in 64bit)

AL13N

Op zondag 31 juli 2005 09:59, schreef Raymond:
> If there are 16 instances of aplay playing mono stream.
>
> What error will be returned by snd_pcm_open() for the 17th instance of
> aplay ?
>
>
>
> alsa-kernel/pci/au88x0/au8810.h
>
> #define NR_ADB   0x10
>
> alsa-kernel/pci/au88x0/au8830.h
>
> #define NR_ADB   0x20
>
>
> alsa-kernel/pci/au88x0/au88x0.c
>
> 	if ((err = snd_vortex_new_pcm(chip, VORTEX_PCM_ADB, NR_ADB)) < 0) {
> 		snd_card_free(card);
> 		return err;
> 	}
>
> bugtrack@alsa-project.org wrote:
> > A NOTE has been added to this issue.
> > ======================================================================
> > <https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1047>
> > ======================================================================
> > Reported By:                alien999999999
> > Assigned To:                mjander
> > ======================================================================
> > Project:                    ALSA - driver
> > Issue ID:                   1047
> > Category:                   PCI - au88x0
> > Reproducibility:            sometimes
> > Severity:                   block
> > Priority:                   normal
> > Status:                     assigned
> > Distribution:               Mandrake
> > Kernel Version:             2.6.7
> > ======================================================================
> > Date Submitted:             04-12-2005 20:43 CEST
> > Last Modified:              04-12-2005 20:51 CEST
> > ======================================================================
> > Summary:                    module hangs at seemingly random times
> > Description:
> > sometimes i start playing a song, and it starts playing a few second or
> > so and hangs, then i kill the application and modprobe -r all sound
> > modules and modprobe them again to make it work again.
> >
> > BUT: sometimes not only that happens, but also when i try to kill the
> > apps it will not kill. when that happens, all kill, killall, top, ps aux
> > commands hang at the command line and cannot be killed by CTRL-C or
> > otherwise, i have been able to see that when i stopped my display
> > managener I did an lsmod and it gave something like this:
> >
> > snd-pcm-oss            59752  11
> > snd-mixer-oss          20480  1 snd-pcm-oss
> > snd-au8810             43760  220
> > snd-ac97-codec         83408  1 snd-au8810
> > snd-pcm               108172  112 snd-pcm-oss,snd-au8810,snd-ac97-codec
> > snd-page-alloc         10384  1 snd-pcm
> > gameport                3840  1 snd-au8810
> > snd-mpu401-uart        11904  1 snd-au8810
> >
> >
> > as you can see the snd-au8810 module seem to have an impossible number of
> > "dependencies" (i think has to do with the number of unclosed sound-apps
> > trying to be played; this could be since gaim is programmed to execute an
> > 'aplay %s')
> >
> > i've had this major crash below only 3 times; and the logs didn't detect
> > anything specific at the time. the only thing the logs mentioned at that
> > time was an ntpd sync going on; so the only thing i can think of is that
> > at a certain moment when a sync is going on, some kind of lock is holding
> > cause this to happen... the only thing that i can do to fix this is
> > reset...
> >
> > it is interesting to note that i also have an snd-emu10k1 as second card,
> > which never gave problems like this, and i am always able to "modprobe -r
> > snd-emu10k1" ...
> > ======================================================================
> >
> > ----------------------------------------------------------------------
> >  alien999999999 - 04-12-05 20:48
> > ----------------------------------------------------------------------
> > i forgot to note that i have the mdk 10.1 x86_64 distro and my version
> > has a few 64bit fixes to get past kernel hangs and kernel oopses
> >
> > ----------------------------------------------------------------------
> >  alien999999999 - 04-12-05 20:51
> > ----------------------------------------------------------------------
> > i have attached the changed files (since i don't have a CVS version of
> > alsa to diff against)
> >
> > these files are located in the alsa-driver-1.0.8/alsa-kernel/pci/au88x0/
> > path
> >
> > Issue History
> > Date Modified  Username       Field                    Change
> > ======================================================================
> > 04-12-05 20:43 alien999999999 New Issue
> > 04-12-05 20:43 alien999999999 Distribution              => Mandrake
> > 04-12-05 20:43 alien999999999 Kernel Version            => 2.6.7
> > 04-12-05 20:48 alien999999999 Note Added: 0004461
> > 04-12-05 20:49 alien999999999 File Added: au88x0.c
> > 04-12-05 20:49 alien999999999 File Added: au88x0.h
> > 04-12-05 20:50 alien999999999 File Added: au88x0_core.c
> > 04-12-05 20:50 alien999999999 File Added: au88x0_mixer.c
> > 04-12-05 20:51 alien999999999 Note Added: 0004462
> > ======================================================================
>
> _______________________________________________
> Openvortex-dev mailing list
> Openvortex-dev@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/openvortex-dev

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

  reply	other threads:[~2005-07-31 12:38 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-12 18:51 [ALSA - driver 0001047]: module hangs at seemingly random times bugtrack
2005-04-30 10:24 ` Raymond
2005-06-18 13:51 ` Raymond
2005-07-31  7:59 ` Raymond
2005-07-31 12:38   ` Alien [this message]
2005-07-31 17:15     ` [Openvortex-dev] " Raymond

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=200507311438.59443.alien999999999@users.sourceforge.net \
    --to=alien999999999@users.sourceforge.net \
    --cc=alsa-devel@lists.sourceforge.net \
    --cc=openvortex-dev@nongnu.org \
    --cc=rayau@netvigator.com \
    /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.