Hi, This is the sound driver that ships with kernel 2.6.13. Specifically, pxa2xx-ac97. As an aside I want to know that despite the fact the memory is available, the same is not allocated. I guess its 32*4 KB, and this much memory is available. ~Abu. -----Original Message----- From: Arjan van de Ven [mailto:arjan@xxxxxxxxxxxxx] Sent: Tuesday, May 30, 2006 7:01 PM To: Abu M. Muttalib Cc: kernelnewbies@xxxxxxxxxxxx Subject: Re: Page Allocation error On Tue, 2006-05-30 at 18:54 +0530, Abu M. Muttalib wrote: > Hi, > > I am running a test application where in I am inserting a module. I am > getting the Page Allocation Failure error. The log follows. I fail to > understand that despite the fact pages are available the allocation fails. > > Any lead will be greatly appreciated. > > ~Abu. > > insmod: page allocation failure. order:5, mode:0xd0 order 5!!!! that's enormous what module is this, it'll need to be fixed to not do such enormous allocations... -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/