[06:55] i have a memory mapped device. I need to get linux to load to a different location in ram (one that doesnt conflict with a mem mapped device) [06:56] this is on a gumstix. [07:25] MrCurious_: If you know what address your device lives at, you can tell the kernel on the cmdline to only use specific segments. [07:25] mem=460M@0x80000000 mem=256M@0xA0000000 [07:25] ^-- For instance, uses two chunks starting at those addresses. [07:25] 0x85d00000 - 0x862fffff [07:25] and i am using something like [07:25] mmcargs=setenv bootargs mem=93M@0x80000000 mem=128M@0x88000000 [07:26] Pretty sure there's an inverse cmdline argument to leave holes as well. [07:26] but it appears that the kernel overlaps [07:27] looks like i can pass in the start/end when inserting the module [07:27] other errors now [07:43] makes me think i patched the kernel improperly [11:34] interesting awesome wm makes Xorg crash === Quintasan_ is now known as Quintasan [19:56] Has anyone succeeded installing powervr-omap-dkms under oneriric with kernel 3.0.0-omap? [19:57] I'm getting an error about a missing plat/display.h header [19:57] I see that it got lost between 2.6.38 and 3.0.0 [19:58] should I stick to the 2.6.38 kernel? [20:58] badzeppelin: sounds like an easy enough premise to test... add it and see how it goes. === Jack87|Away is now known as Jack87 === _MrCurious is now known as MrCurious_