http://bugzilla.novell.com/show_bug.cgi?id=621412 http://bugzilla.novell.com/show_bug.cgi?id=621412#c15 --- Comment #15 from Zdenek Herman <zdenek@ille.cz> 2010-08-16 12:03:22 UTC --- I use # rcnetwork stop # killall wpa_supplicant # killall -TERM dhcpcd dhclient # killall knetworkmanager make conf file for wpa_supplicant: ----------- ctrl_interface=/var/run/wpa_supplicant ctrl_interface_group=0 eapol_version=1 ap_scan=1 fast_reauth=1 network={ ssid="MyAP" psk="passwd" key_mgmt=WPA-PSK priority=5 proto=WPA } ---------------------- than command wpa_supplicant -Dwext -iwlan0 -c/opt/test-wifi/wpa_supplicant.conf -dddt dhcpcd wlan0 and working great I try many suspend and resume and all works still great Than I # rcnetwork start # knetworkmanager Works great until I doing suspend and resume - than wifi doesnt work. Dmesg print still same [ 1168.901814] ath5k phy1: gain calibration timeout (2417MHz) [ 1169.336612] ath5k phy1: gain calibration timeout (2422MHz) [ 1169.738126] ath5k phy1: gain calibration timeout (2427MHz) [ 1170.127743] ath5k phy1: gain calibration timeout (2432MHz) [ 1170.517978] ath5k phy1: gain calibration timeout (2437MHz) [ 1170.907457] ath5k phy1: gain calibration timeout (2442MHz) [ 1171.301487] ath5k phy1: gain calibration timeout (2447MHz) [ 1173.325371] net_ratelimit: 4 callbacks suppressed [ 1173.325378] ath5k phy1: gain calibration timeout (2472MHz) [ 1173.780158] ath5k phy1: gain calibration timeout (2484MHz) ..... I try rmmod ath5k mac80211 cfg80211 ath and then again modprobe ath5k a still same problem. I must restart notebook. -- 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.