FS#25854 - [netcfg] net-auto-wireless.service doesn't start wireless network on boot
Attached to Project:
Arch Linux
Opened by ianux (ianux) - Thursday, 01 September 2011, 16:42 GMT
Last edited by Jouke Witteveen (jouke) - Friday, 11 May 2012, 19:31 GMT
Opened by ianux (ianux) - Thursday, 01 September 2011, 16:42 GMT
Last edited by Jouke Witteveen (jouke) - Friday, 11 May 2012, 19:31 GMT
|
Details
The systemd service file net-auto-wireless.service provided
by netcfg-2.6.8-1 does not start wireless network on boot
when enabled. The command "systemctl enable
net-auto-wireless.service" should do the trick without
further configuration (that's the point of systemd, after
all). It doesn't. I have to manually restart it when logged
to start wireless network.
I noticed that net-auto-wired.service has these lines: Before=network.target WantedBy=multi-user.target when net-auto-wireless.service has those: After=dbus.service WantedBy=network.target Changing these 2 lines in net-auto-wireless.service so that it reflects those in net-auto-wired.service solves the issue. |
This task depends upon
Closed by Jouke Witteveen (jouke)
Friday, 11 May 2012, 19:31 GMT
Reason for closing: Fixed
Additional comments about closing: The fix is finally released. Be sure to configure WIRELESS_INTERFACE in /etc/conf.d/netcfg.
Friday, 11 May 2012, 19:31 GMT
Reason for closing: Fixed
Additional comments about closing: The fix is finally released. Be sure to configure WIRELESS_INTERFACE in /etc/conf.d/netcfg.
Comment by
Rémy Oudompheng (remyoudompheng) -
Saturday, 15 October 2011, 10:14 GMT
Pushed in
git://projects.archlinux.org/users/remy/netcfg.git
Comment by
Webhostbudd (Webhostbudd) - Friday,
13 April 2012, 18:57 GMT
- Field changed: Percent Complete (100% → 0%)
Doesn't work for me on any of my machines. I have to do the same
manual restart.