-
Notifications
You must be signed in to change notification settings - Fork 46
NEWS: dhcpcd>=7.1.0 update may require manual intervention #34
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
Conversation
Users of the 10-wpa_supplicant hook will need to adjust their systems to guarantee | ||
that wireless connection keeps working. | ||
|
||
The following actions are required when dhcpcd is updated to 7.1.0 for users of wpa_supplicant hook. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for users of the `wpa_supplicant` hook
The following actions are required when dhcpcd is updated to 7.1.0 for users of wpa_supplicant hook. | ||
|
||
1. Make sure wpa_supplicant is at least 2.6_14 | ||
2. [enable](https://docs.voidlinux.org/config/services/index.html) the wpa_supplicant service. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Enable
@Vaelatern updated and made a few other changes, please re-check |
comments: false | ||
--- | ||
|
||
Starting with 7.1.0 the [dhcpcd(8)](https://man.voidlinux.org/dhcpcd.8) package is dropping the 10-wpa_supplicant hook |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Starting with 7.1.0, the
(added comma)
--- | ||
|
||
Starting with 7.1.0 the [dhcpcd(8)](https://man.voidlinux.org/dhcpcd.8) package is dropping the 10-wpa_supplicant hook | ||
in favour of setting CONFIG_MATCH_IFACE in [wpa_supplicant(8)](https://man.voidlinux.org/wpa_supplicnt.8), as suggested by upstream. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
. Instead of the hook, upstream wants users to set CONFIG_MATCH_IFACE in [wpa_supplicant(8)](https://man.voidlinux.org/wpa_supplicnt.8)
(maybe this should be a doc link instead? wpa_supplicant.conf
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or reference the -M option, at least. AFAIK that is what is documented in wpa_supplicant(8).
in favour of setting CONFIG_MATCH_IFACE in [wpa_supplicant(8)](https://man.voidlinux.org/wpa_supplicnt.8), as suggested by upstream. | ||
|
||
Users of the 10-wpa_supplicant hook will need to adjust their systems to guarantee | ||
that wireless connection keeps working. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that their wireless connection
Users of the 10-wpa_supplicant hook will need to adjust their systems to guarantee | ||
that wireless connection keeps working. | ||
|
||
The following actions are required when [dhcpcd(8)](https://man.voidlinux.org/dhcpcd.8)is updated to 7.1.0 for users of the 10-supplicant hook. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing space after )
There is a typo |
pushed changes fixing it |
review: @Duncaen
grammar: @the-maldridge @Vaelatern