linux icon indicating copy to clipboard operation
linux copied to clipboard

Grab new aufs patch; disable non-applying patches

Open Hurricos opened this issue 5 years ago • 1 comments

This aufs patch builds. No confirmation on whether it works. See the Makefile for the source of the patch.

Hurricos avatar Nov 16 '20 00:11 Hurricos

Tested working on C740 (mine).

Tested working on C710 (https://old.reddit.com/r/chrultrabook/comments/jut1kh/acer_c710_fn_key/gcg118f/).

Notes:

iwlmvm swcrypto refusal

$ dmesg
[...]
[ 1060.780921] iwlwifi 0000:01:00.0: iwlmvm doesn't allow to disable HW crypto, check swcrypto module parameter

This is because of:

labby@galliumos:/etc/modprobe.d$ cat iwlwifi-opts.conf 
options iwlwifi swcrypto=1
labby@galliumos:/etc/modprobe.d$ dpkg -S /etc/modprobe.d/iwlwifi-opts.conf
galliumos-broadwell: /etc/modprobe.d/iwlwifi-opts.conf

I don't know of any issues with hwcrypto on iwlwifi chips since a long time. Based on the original commit it does sound like this is mostly for iwldvm chips, the early ones of which did have hw crypto issues.

So I think we should probably get rid of that option in galliumos-broadwell packages (et. al.)

Hurricos avatar Nov 16 '20 01:11 Hurricos