http://bugzilla.novell.com/show_bug.cgi?id=585802 http://bugzilla.novell.com/show_bug.cgi?id=585802#c8 Kshitij Kulshreshtha <kkhere.geo@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kkhere.geo@gmail.com --- Comment #8 from Kshitij Kulshreshtha <kkhere.geo@gmail.com> 2010-03-29 14:19:54 UTC --- (In reply to comment #7)
(In reply to comment #6)
Maybe the attached patch for Networkmanager will do the trick?
No. This bug is about sysconfig, not really about NM. There is nobody, that could/would set any variable for NM. NM does not read any ifcfg files and this variable is not set by default.
NM is started from /etc/inid.d/network script, which reads the file /etc/sysconfig/network/config One could check for the existence of WIRELESS_WPA_DRIVER over there and export it before starting NM like this. [[ "x$WIRELESS_WPA_DRIVER" != "x" ]] && export WIRELESS_WPA_DRIVER $FAKE startproc $NETWORKMANAGER_BIN
=> NM has to decide itself how to deal with this issue.
NM has "wext" simply hardcoded, it makes no decision at all. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.