#3831 closed enhancement (fixed)
about wpa_supplicant configuration file name
Reported by: | xinglp | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
For example a /etc/sysconfig/ifconfig.wifi0 file, it's content is:
ONBOOT="yes" IFACE="wlp0s5" # recent udev change wlan0 to bad name for human SERVICE="wpa" ... ...
Then the wpa_supplicant configuration file should be /etc/sysconfig/wpa_supplicant-wlp0s5.conf . But I think wpa_supplicant-wifi0.conf will be better.
And the patch in attachment. (We need to change the blfs document also.)
Change History (3)
by , 12 years ago
Attachment: | blfs-bootscripts-wpa-cfg-name.patch added |
---|
comment:1 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in r11124. Please test and speak up if any other explanation is necesary.