Re: Running wireless and wired at the same time

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Somebody in the thread at some point said:

> I am running fedora 7. I know the wireless works but the prgram I was
> using shuts down the wired portion when the wireless is working. In
> addition, I can not get the machine to boot with wpa active, the
> wireless portion times out when it boots up.

You need to disable NetworkManager

# chkconfig NetworkManager off
# service NetworkManager stop

There is a longstanding bug with wpa_supplicant run outside of
NetworkManager.  It is set to run at ordinal 12 in the initscripts, the
"network" service which brings up the interfaces is set for ordinal 10.
 The result is during boot, it tries to bring up your wireless interface
before the encrypted association has taken place, which craps out with
glorious inevitability.

What I have being doing is editing /etc/init.d/wpa_supplicant to change
the line (it begins with a #)

# chkconfig:   - 12 88

to

# chkconfig:   - 09 88

and then run

# chkconfig wpa_supplicant off
# chkconfig wpa_supplicant on

In addition to do it by hand you need to set
/etc/wpa_supplicant/wpa_supplicant.conf and
/etc/sysconfig/wpa_supplicant accordingly.

-Andy

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux