* 1.0.4 snd-pcm.o dma_xxx errors
@ 2004-04-03 18:30 Andrew Gaydenko
2004-04-03 19:54 ` Jaroslav Kysela
0 siblings, 1 reply; 4+ messages in thread
From: Andrew Gaydenko @ 2004-04-03 18:30 UTC (permalink / raw)
To: alsa-devel
Just have tried 1.0.4. "etc/init.d/alsasound restart" gives:
Starting sound driver: snd-ice1724 /lib/modules/2.4.25-lck1/kernel/sound/acore/snd-pcm.o: unresolved symbol snd_dma_alloc_pages_Rsmp_2cbfa9e2
/lib/modules/2.4.25-lck1/kernel/sound/acore/snd-pcm.o: unresolved symbol snd_dma_set_reserved_Rsmp_77de065d
/lib/modules/2.4.25-lck1/kernel/sound/acore/snd-pcm.o: unresolved symbol snd_dma_free_pages_Rsmp_dbbb3d95
/lib/modules/2.4.25-lck1/kernel/sound/acore/snd-pcm.o: unresolved symbol snd_dma_free_reserved_Rsmp_fe02b257
/lib/modules/2.4.25-lck1/kernel/sound/acore/snd-pcm.o: unresolved symbol snd_dma_get_reserved_Rsmp_0d073398
/lib/modules/2.4.25-lck1/kernel/sound/acore/snd-pcm.o: insmod /lib/modules/2.4.25-lck1/kernel/sound/acore/snd-pcm.o failed
/lib/modules/2.4.25-lck1/kernel/sound/acore/snd-pcm.o: insmod snd-ice1724 failed
done
As you see. I have 2.4.25 kernrl with lck1 patch.
Andrew
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: 1.0.4 snd-pcm.o dma_xxx errors
2004-04-03 18:30 Andrew Gaydenko
@ 2004-04-03 19:54 ` Jaroslav Kysela
2004-04-03 20:01 ` Takashi Iwai
0 siblings, 1 reply; 4+ messages in thread
From: Jaroslav Kysela @ 2004-04-03 19:54 UTC (permalink / raw)
To: Andrew Gaydenko; +Cc: alsa-devel
On Sat, 3 Apr 2004, Andrew Gaydenko wrote:
> Just have tried 1.0.4. "etc/init.d/alsasound restart" gives:
>
> Starting sound driver: snd-ice1724 /lib/modules/2.4.25-lck1/kernel/sound/acore/snd-pcm.o: unresolved symbol snd_dma_alloc_pages_Rsmp_2cbfa9e2
> /lib/modules/2.4.25-lck1/kernel/sound/acore/snd-pcm.o: unresolved symbol snd_dma_set_reserved_Rsmp_77de065d
>
> As you see. I have 2.4.25 kernrl with lck1 patch.
It looks that snd-page-alloc module is old or missing.
Jaroslav
-----
Jaroslav Kysela <perex@suse.cz>
Linux Kernel Sound Maintainer
ALSA Project, SuSE Labs
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: 1.0.4 snd-pcm.o dma_xxx errors
2004-04-03 19:54 ` Jaroslav Kysela
@ 2004-04-03 20:01 ` Takashi Iwai
0 siblings, 0 replies; 4+ messages in thread
From: Takashi Iwai @ 2004-04-03 20:01 UTC (permalink / raw)
To: Jaroslav Kysela; +Cc: Andrew Gaydenko, alsa-devel
At Sat, 3 Apr 2004 21:54:03 +0200 (CEST),
Jaroslav wrote:
>
> On Sat, 3 Apr 2004, Andrew Gaydenko wrote:
>
> > Just have tried 1.0.4. "etc/init.d/alsasound restart" gives:
> >
> > Starting sound driver: snd-ice1724 /lib/modules/2.4.25-lck1/kernel/sound/acore/snd-pcm.o: unresolved symbol snd_dma_alloc_pages_Rsmp_2cbfa9e2
> > /lib/modules/2.4.25-lck1/kernel/sound/acore/snd-pcm.o: unresolved symbol snd_dma_set_reserved_Rsmp_77de065d
> >
> > As you see. I have 2.4.25 kernrl with lck1 patch.
>
> It looks that snd-page-alloc module is old or missing.
"alsasound stop" won't unload the snd-page-alloc module for keeping
the DMA buffers. you have to rmmod it manually once when
snd-page-alloc is updated.
Takashi
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: 1.0.4 snd-pcm.o dma_xxx errors
@ 2004-04-03 21:02 Andrew Gaydenko
0 siblings, 0 replies; 4+ messages in thread
From: Andrew Gaydenko @ 2004-04-03 21:02 UTC (permalink / raw)
To: alsa-devel
Thanks, "rmmod snd-page-alloc" have helped.
Andrew
======= On Sunday 04 April 2004 0:01, Takashi Iwai wrote: =======
At Sat, 3 Apr 2004 21:54:03 +0200 (CEST),
Jaroslav wrote:
>
> On Sat, 3 Apr 2004, Andrew Gaydenko wrote:
>
> > Just have tried 1.0.4. "etc/init.d/alsasound restart" gives:
> >
> > Starting sound driver: snd-ice1724 /lib/modules/2.4.25-lck1/kernel/sound/acore/snd-pcm.o: unresolved symbol snd_dma_alloc_pages_Rsmp_2cbfa9e2
> > /lib/modules/2.4.25-lck1/kernel/sound/acore/snd-pcm.o: unresolved symbol snd_dma_set_reserved_Rsmp_77de065d
> >
> > As you see. I have 2.4.25 kernrl with lck1 patch.
>
> It looks that snd-page-alloc module is old or missing.
"alsasound stop" won't unload the snd-page-alloc module for keeping
the DMA buffers. you have to rmmod it manually once when
snd-page-alloc is updated.
Takashi
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Alsa-devel mailing list
Alsa-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-devel
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2004-04-03 21:02 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-03 21:02 1.0.4 snd-pcm.o dma_xxx errors Andrew Gaydenko
-- strict thread matches above, loose matches on Subject: below --
2004-04-03 18:30 Andrew Gaydenko
2004-04-03 19:54 ` Jaroslav Kysela
2004-04-03 20:01 ` Takashi Iwai
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.