-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iwd will not start due to kernel config #7
Comments
I'll have a look at the config, thanks. It isn't included in the official repos because (hopefully this is the last time I have to explain this):
|
JayBeavers
pushed a commit
to JayBeavers/MyPKGBUILDs
that referenced
this issue
Jul 16, 2020
iwcfg requires various crypto changes zfs-dkms requires CONFIG_PREEMPT_VOLUNTARY=y due to a mixed GPL license warning See moonman#7 for a discussion of iwcfg/crypto See openzfs/zfs#8545 for a discussion of CONFIG_PREEMPT_VOLUNTARY
JayBeavers
pushed a commit
to JayBeavers/MyPKGBUILDs
that referenced
this issue
Jul 16, 2020
See moonman#7 for discussion on iwcfg See openzfs/zfs#8545 for discussion on zfs-dkms
JayBeavers
pushed a commit
to JayBeavers/MyPKGBUILDs
that referenced
this issue
Jul 16, 2020
iwcfg requires various crypto changes zfs-dkms requires CONFIG_PREEMPT_VOLUNTARY=y due to a mixed GPL license warning See moonman#7 for a discussion of iwcfg/crypto See openzfs/zfs#8545 for a discussion of CONFIG_PREEMPT_VOLUNTARY
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I built this for rpi3 (buildarch=8) and have had reasonable success. Thanks for providing it. Confused as to why it is not available from Arch ARM...
The only thing I found that did not work on my test system was iwd. wpa_supplicant does run, but iwd requires some features to be turned on in the kernel that config8 does not or as set as modules . Once I turned them on and rebuilt the kernel and installed it, iwd now works again. I do not know if all of these are what is required, but I compared the settings to my regular kernel build and these are what I saw as different (updated on left, yours on right) I used this to build the now running image 64 bit kernel 64 bit user space:
$ diff config8 config8.moon
It may be just these 2, but I have not re-built it to test:
Previously, I would get this in the journal when I tried to run iwd:
Now I get this:
The text was updated successfully, but these errors were encountered: