Forum
Latest RPI kernel doesn't support zram - Printable Version

+- Forum (http://forum.xbian.org)
+-- Forum: Software (/forum-6.html)
+--- Forum: Testing & Experimental (/forum-21.html)
+--- Thread: Latest RPI kernel doesn't support zram (/thread-1862.html)



Latest RPI kernel doesn't support zram - Killerbee - 8th Dec, 2013 09:18 PM

@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


RE: Latest RPI kernel doesn't support zram - mk01 - 13th Dec, 2013 11:27 AM

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)


RE: Latest RPI kernel doesn't support zram - Killerbee - 14th Dec, 2013 12:47 AM

(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