Evalyn
Evalyn
Looking for folks with a c100p to test out support
What wireless adapter are you using? Does anything show up under lsusb? On September 4, 2022 4:41:12 AM CDT, Mohamed Majid ***@***.***> wrote: >I have c100p and I cannot connect...
Thanks for taking this on @austin987!
this seems like quite a large change to add a couple packages, if we want do discuss reorganizing the packages groups I feel it should probably be done in a...
Oh, thats super cool, definitely
Seems like it would give us some nice performance improvements on these low-ram systems. Could users with ChromeOS report how large of zram partitions are used on 2GB and 4GB...
CONFIG_ZRAM was actually already enabled on the armhf kernel. Now enabled on the arm64 kernel as well. Next is to setup the userspace config to take advantage of it.
https://github.com/SolidHal/PrawnOS/blob/f8459643606db4c4e4a489588bc7312e21e81109/kernel/resources/armhf/config#L1478 shows it is built in to the kernel. Its not a module, so it won't show up in lsmod. Actually, nothing is a module right now. on my veyron-speedy,...
ah, so you are talking about `cat /sys/block/zram0/max_comp_streams` not the number of zram devices to create? From https://www.kernel.org/doc/html/latest/admin-guide/blockdev/zram.html it looks like it automagically creates the right amount of compression streams
@graves thanks but my confusion is around if we want a zram device per cpu or if `max_comp_streams` is what we want per cpu. I'm leaning towards `max_comp_streams` since the...