* 2.6.0-test9-mm4 ans ALSA
@ 2003-11-21 15:58 Tim Kelsey
2003-11-21 16:05 ` William Lee Irwin III
0 siblings, 1 reply; 2+ messages in thread
From: Tim Kelsey @ 2003-11-21 15:58 UTC (permalink / raw)
To: linux-kernel
HI all,
Im haveing a problem with ALSA, my sound card is an Analoge Devices AD1981B my lsmod follows:
snd_pcm_oss 48772 0
snd_mixer_oss 17280 1 snd_pcm_oss
nvidia 1701356 12
aes 31552 1
snd_via82xx 21760 4
snd_pcm 88000 3 snd_pcm_oss,snd_via82xx
snd_ac97_codec 52228 1 snd_via82xx
snd_page_alloc 9220 2 snd_via82xx,snd_pcm
snd_mpu401_uart 6016 1 snd_via82xx
snd_rawmidi 20928 1 snd_mpu401_uart
with mm4 the aplay program exits with a seg fault and the xmms alsa 0.9 output plugin hangs, also any ps -aux or kill/killall commands hang with no output and dont answer a ctrl+c after trying to play somthing via xmms alsa output
in 2.6.0-test9 vanilla all the alsa stuff works fine and i think in 2.6.0-t9-mm3 (ill confirm if it does) but in 2.6.0-t9-mm4 it seems to be broken at least for my card. OSS emulation works fine tho with 2.6.0-t9-mm4
if any more information would be helpfull to any one please let me know whats needed.
Thanx
TK
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: 2.6.0-test9-mm4 ans ALSA
2003-11-21 15:58 2.6.0-test9-mm4 ans ALSA Tim Kelsey
@ 2003-11-21 16:05 ` William Lee Irwin III
0 siblings, 0 replies; 2+ messages in thread
From: William Lee Irwin III @ 2003-11-21 16:05 UTC (permalink / raw)
To: Tim Kelsey; +Cc: linux-kernel
On Fri, Nov 21, 2003 at 03:58:33PM +0000, Tim Kelsey wrote:
> with mm4 the aplay program exits with a seg fault and the xmms alsa 0.9 output plugin hangs, also any ps -aux or kill/killall commands hang with no output and dont answer a ctrl+c after trying to play somthing via xmms alsa output
>
> in 2.6.0-test9 vanilla all the alsa stuff works fine and i think in 2.6.0-t9-mm3 (ill confirm if it does) but in 2.6.0-t9-mm4 it seems to be broken at least for my card. OSS emulation works fine tho with 2.6.0-t9-mm4
>
> if any more information would be helpfull to any one please let me know whats needed.
diff -prauN mm4-2.6.0-test9-1/mm/memory.c mm4-2.6.0-test9-default-2/mm/memory.c
--- mm4-2.6.0-test9-1/mm/memory.c 2003-11-19 00:07:15.000000000 -0800
+++ mm4-2.6.0-test9-default-2/mm/memory.c 2003-11-19 18:08:49.000000000 -0800
@@ -1424,7 +1424,7 @@ do_no_page(struct mm_struct *mm, struct
pte_t entry;
struct pte_chain *pte_chain;
int sequence = 0;
- int ret;
+ int ret = VM_FAULT_MINOR;
if (!vma->vm_ops || !vma->vm_ops->nopage)
return do_anonymous_page(mm, vma, page_table,
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-11-21 16:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-21 15:58 2.6.0-test9-mm4 ans ALSA Tim Kelsey
2003-11-21 16:05 ` William Lee Irwin III
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox