From: Raymond <rayau@netvigator.com>
To: alsa-devel@lists.sourceforge.net
Subject: Re: au88x0_synth
Date: Sat, 23 Apr 2005 12:04:35 +0800 [thread overview]
Message-ID: <4269C953.4050504@netvigator.com> (raw)
In-Reply-To: <200503301013.30400.alien999999999@users.sourceforge.net>
Alien wrote:
> while you guys are working on that driver, is there anyone that has a 64bit
> setup? if not, i'd like to test out your driver in 64bit. i still have a
> number of issues with it (my card is an au8810).
>
I do not have any 64bit setup, are you sure that your 64bit patch is
correct ?
http://kerneltrap.org/node/3848
snd-au88x0 use the following macros to perform read/write of 32bit data
from/to Memory Mapped I/O
#define hwread(x,y) readl((x)+((y)>>2))
#define hwwrite(x,y,z) writel((z),(x)+((y)>>2))
Would you provide the result of "lspci -vvvn" to find out the content of
PCI BAR0 of your au8810 card ?
What is the model of your au8810 card (e.g. Vortex Advantage, SQ1500,
SoundCom V90) ?
Do your 64bit machine has more than 4Gb memory ?
> 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.
Do your configure all the sound-apps to use ALSA instead of OSS ?
>
> 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')
This is abnormal, au8810 has 16 SRC and snd-au8810 can play either 16
mono streams or 8 stereo streams concurrently.
Use alsamixer to find out which ac97 codec on your au8810.
Do you have any application using gameport, mpu401 or OSS ?
>
> 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...
Do the log indicate the snd-au8810 is loaded properly ?
>
> 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" ...
snd-emu10k1 use PIO.
Would you post the content of /etc/modprobe.conf ?
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
next prev parent reply other threads:[~2005-04-23 4:04 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-03-20 1:11 au88x0_synth Raymond
2005-03-21 20:00 ` au88x0_synth Takashi Iwai
2005-03-30 8:04 ` au88x0_synth Raymond
2005-03-30 8:09 ` au88x0_synth Clemens Ladisch
2005-04-12 14:14 ` au88x0_synth Raymond
2005-04-14 15:31 ` au88x0_synth Raymond
2005-04-15 13:07 ` au88x0_synth Takashi Iwai
2005-04-19 8:39 ` au88x0_synth Raymond
2005-04-19 9:39 ` au88x0_synth Takashi Iwai
2005-04-20 9:33 ` au88x0_synth Raymond
2005-05-07 12:27 ` au88x0_synth Raymond
2005-03-30 8:13 ` au88x0_synth Alien
2005-03-30 10:08 ` Takashi Iwai
2005-03-30 10:21 ` Alien
2005-03-30 10:27 ` Takashi Iwai
2005-04-23 4:04 ` Raymond [this message]
2005-04-23 7:28 ` Alien
2005-04-28 10:21 ` au88x0_synth Raymond
2005-05-13 14:05 ` au88x0_synth Raymond
2005-05-13 14:27 ` au88x0_synth Alien
2005-05-14 8:12 ` au88x0_synth Raymond
2005-05-15 12:41 ` au88x0_synth Alien
2005-06-06 2:56 ` au88x0_synth Raymond
2005-06-06 8:49 ` au88x0_synth Alien
2005-06-06 8:56 ` Suspicious Attachment phiber
2005-06-06 11:03 ` au88x0_synth Raymond
2005-06-06 14:35 ` au88x0_synth Alien
2005-06-07 13:44 ` au88x0_synth Raymond
2005-06-07 15:03 ` au88x0_synth Alien
2005-03-31 22:52 ` au88x0_synth Manuel Jander
2005-07-01 13:42 ` au88x0_synth Raymond
2005-03-24 14:34 ` au88x0_synth Manuel Jander
2005-03-31 9:23 ` au88x0_synth Raymond
2005-03-31 10:40 ` au88x0_synth Clemens Ladisch
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=4269C953.4050504@netvigator.com \
--to=rayau@netvigator.com \
--cc=alsa-devel@lists.sourceforge.net \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox