https://bugzilla.novell.com/show_bug.cgi?id=851980 https://bugzilla.novell.com/show_bug.cgi?id=851980#c4 Vladimir Botka <vbotka@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |oscarabilleira@gmail.com --- Comment #4 from Vladimir Botka <vbotka@suse.com> 2013-11-25 20:01:54 UTC --- (In reply to comment #3)
I also configured wlan in Yast manually, without Network Manager, and the same result, no conection.
Thank you for the info! Yes, I see the adapter didn't connect "Link detected: no". It seems that rt2800pci doesn't use cfg80211 module, at least modinfo doesn't mention cfg80211. Maybe the extension is not configured properly (-D wext). Would it be possible to post the output of # ps ax | grep wpa Then would it be possible to try following steps as root? 1) # killall wpa_supplicant 2) check /etc/wpa_supplicant/wpa_supplicant.conf, if the configuration of your accesspoint is correct. Yast created configuration is somewhere in /var, I think, but you may create a wpa_supplicant.conf on your own. Examples can be found in /usr/share/doc/packages/wpa_supplicant/examples/ 3) check if the killswitch is not blocking the adapter # rfkill list all 4) check if the adapter is up # ip link show wlo1 5) start wpa_supplicant manualy and attach the wpa_supplicant.log here # wpa_supplicant -i wlo1 -D wext -c /etc/wpa_supplicant/wpa_supplicant.conf -f /var/log/wpa_supplicant.log -B -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.