http://bugzilla.novell.com/show_bug.cgi?id=537708 User mt@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=537708#c9 Marius Tomaschewski <mt@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED Info Provider|mt@novell.com | --- Comment #9 from Marius Tomaschewski <mt@novell.com> 2009-09-15 03:29:00 MDT --- I guess, the sysconfig version 0.72.3-1.1 was too old... Was there change log in "rpm -q --changelog sysconfig"?: Wed Sep 9 13:07:36 CEST 2009 - mt@suse.de - Implemented support to set the wireless regulatory domain using WIRELESS_REGULATORY_DOMAIN network/config variable (fate#305301). There should be this line in ifup-wireless script: @@ -600,6 +610,7 @@ print_wpa_conf() # header echo "ctrl_interface=/var/run/wpa_supplicant" test -n "$WIRELESS_AP_SCANMODE" && echo "ap_scan=$WIRELESS_AP_SCANMODE" + test -n "$WIRELESS_REGULATORY_DOMAIN" && echo "country=$WIRELESS_REGULATORY_DOMAIN" get_first_index local index=$? The "country=CZ" keyword is added then quite at the begin to the generated /var/run/wpa_supplicant-wlan0.conf file. -- 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.