According to this comment (from another, but similar context): http://lkml.indiana.edu/hypermail/linux/kernel/0606.0/0081.html
the problem is probably in the iwl3945 driver. Allocating 5 continuous pages is a lot, especially after several days of uptime, such as in my case. Therefore: - either iwl3945 should try to use fewer pages or non continuous pages - either it should try to allocate them on boot and keep them until shutdown (I'm not sure about suspend/resume if the module has to be removed and re-inserted) -- iwlagn - call trace NetworkManager: page allocation failure. order:5, mode:0x8020 https://bugs.launchpad.net/bugs/343323 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
