Re: [Ndiswrapper-general] How to eliminate "failed to allocate DMA coherent memory" errors?
Status: Beta
Brought to you by:
pgiri
|
From: Pontus F. <pon...@ta...> - 2004-04-29 07:17:25
|
On Wed, 2004-04-28 at 19:39, Giridhar Pemmasani wrote: > You can try increasing the shared memory even more. It seems you have > some other processes that are taking up shared memory. Giri, you got it all wrong. The name AllocateSharedMemory is actually pretty unfortunate because it does make one think of Linux kernel shared memory which is a totally different thing. AllocateSharedMemory allocated DMA-coherent memory which has nothing to do with shared memory in Linux. The problem is probably that the driver is allocate more DMA-coherent memory than the kernel can provide. It would be nice to know just how much memory the driver tried to allocate. Can you look into that Paul? Pontus |