Techie Notes‎ > ‎

Making Fedora 14 start wireless network on bootup

posted Jan 9, 2011 5:14 PM by Tedman Leung
  1. configure your wireless device through the network manager as usual so you can start it normally once logged in. Make sure Connection automatically and Available to all users is selected.
  2. edit your /etc/init.d/network file and change the line "chkconfig: - 24 90", basically you need network to start after NetworkManager
  3. run "chkconfig --del network", then "chkconfig --add network" (to reset the start order). then
    "chkconfig network on"
Now hopefully it works... it did for me.