Forum

Full Version: Latest RPI kernel doesn't support zram
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
@mk01
Please be aware that the latest kernel (3.10.22) doesn't support zram anymore.
more info here:
http://www.raspberrypi.org/phpBB3/viewtopic.php?f=29&t=62356
Just to let you know.

KB
root@xbianrpi:/tmp# uname -r
3.10.23+
root@xbianrpi:/tmp# modinfo zram
filename: /lib/modules/3.10.23+/kernel/drivers/staging/zram/zram.ko
description: Compressed RAM Block Device
author: Nitin Gupta <ngupta@vflare.org>
license: Dual BSD/GPL
depends:
staging: Y
intree: Y
vermagic: 3.10.23+ mod_unload ARMv6 p2v8
parm: num_devices:Number of zram devices (uint)

it was removed from .config from raspberry default kernel tree.
(raspbian is using it as it is there, raspbmc with small changes)
(13th Dec, 2013 11:27 AM)mk01 Wrote: [ -> ]root@xbianrpi:/tmp# uname -r
3.10.23+
root@xbianrpi:/tmp# modinfo zram
filename: /lib/modules/3.10.23+/kernel/drivers/staging/zram/zram.ko
description: Compressed RAM Block Device
author: Nitin Gupta <ngupta@vflare.org>
license: Dual BSD/GPL
depends:
staging: Y
intree: Y
vermagic: 3.10.23+ mod_unload ARMv6 p2v8
parm: num_devices:Number of zram devices (uint)

it was removed from .config from raspberry default kernel tree.
(raspbian is using it as it is there, raspbmc with small changes)

OK Thanks
Reference URL's