I start the konsole and use drakconnect.
When I choose the network I want to connect to the following message gets thrown four times.
Gtk-CRITICAL **: gtk_cell_view_set_cell_data: assertion 'cell_view->priv->displayed_row !=NULL' failed at /usr/lib/libDrakX/interactive/gtk.pm line 520
When I attempt to complete the setup, I get this error
Failed to connect to wpa_supplicant - wpa_ctrl_open: Success
Failed to create host name resolver: Invalid host name
run-parts: /etc/sysconfig/network-scripts/hostname.d/avahi exited with return code 1
Error for wireless request "Set Encode" (8B2A) :
invalid argument "s:".
Here is some output from debugging steps I was asked to perform the last time I was having wi-fi problems
- Code: Select all
[root@localhost joey]# rpm -q wpa_supplicant
wpa_supplicant-0.7.3-6.mga2
- Code: Select all
[root@localhost joey]# rpm -V wpa_supplicant
S.5...GT. c /etc/wpa_supplicant.conf
- Code: Select all
[root@localhost joey]# grep -v ^# /etc/wpa_supplicant.conf
network={
psk=<removed>
priority=1
scan_ssid=0
ssid="corea"
}
network={
key_mgmt=NONE
mode=0
ssid="Atlassian"
proto=RSN WPA
group=CCMP TKIP
eap=PEAP
password=<removed>
identity=<removed>
pairwise=CCMP TKIP
scan_ssid=1
}
I can connect via Ethernet no problems