joeyc wrote:That is, I would setup the connection and say "start connection now" (or something like that) and it would say the connection failed. On reboot, the connection would be up and running (Yay).
djennings wrote:If you click on the mageia network status applet in the system tray does it show your wireless adapter is present, and if so can you scan for networks?
Is the wireless light lit on your laptop?
doktor5000 wrote:
So just try again to login to Gnome, and fire up a browser and check if you can access the web
or at least the IP adress of your router.
joeyc wrote:Any ideas or ways I can get more detailed info about what is happening?
rfkill list
rfkill unblock <device>
lo no wireless extensions
wlan0 IEEE 802.11bgn ESSID: "belkin.7464"
Mode: Managed Access Point: Not-Associated Tx-Power=16 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power management: on
eth0 no wireless extensions
drakconnect
Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory
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) :
SET failed on device wlan0 ; Invalid argument.
Line 958: Invalid PSK ''.
Line 958: failed to parse psk ''.
Line 961: WPA-PSK accepted for key management, but no PSK configured.
Line 961: failed to parse network block.
Failed to read or parse configuration '/etc/wpa_supplicant.conf'.
uname -n
hostname
cat /etc/hosts
urpme wpa_supplicant && urpmi wpa_supplicant
rm -f /etc/sysconfig/network-scripts/ifcfg-wlan*
rm -f /etc/sysconfig/network-scripts/wireless.d/*
grep NM /etc/sysconfig/network-scripts/ifcfg-wlan0
[root@localhost joey]# uname -n
localhost.localdomain
[root@localhost joey]# hostname
localhost.localdomain
[root@localhost joey]# cat /etc/hosts
# generated by drakconnect
127.0.0.1 localhost.localdomain localhost
[root@localhost joey]#
[root@localhost joey]# rm -f /etc/sysconfig/network-scripts/ifcfg-wlan*
[root@localhost joey]# rm -f /etc/sysconfig/network-scripts/wireless.d/*
[root@localhost joey]# grep NM /etc/sysconfig/network-scripts/ifcfg_wlan0
grep: /etc/sysconfig/network-scripts/ifcfg_wlan0: No such file or directory
[root@localhost joey]# grep NM /etc/sysconfig/network-scripts/ifcfg_wlanO
grep: /etc/sysconfig/network-scripts/ifcfg_wlanO: No such file or directory
Failed to download wpa_supplicant-0.7.3-6.mga2.i586.rpm
Retry? (y/N) n
...retrieving failed: aria2 failed: exited with 19
Installation failed, some files are missing:
http://mirror.aarnet.edu.au/pub/mageia/ ... 2.i586.rpm
You may need to update your urpmi database.
Try to continue anyway? (y/N) y
joeyc wrote:How does it look, doktor?
[doktor5000@Mageia2 ~]$ hostname
Mageia2
[doktor5000@Mageia2 ~]$ cat /etc/hosts
# generated by drakconnect
127.0.0.1 Mageia2
127.0.0.1 localhost
joeyc wrote:[root@localhost joey]# rm -f /etc/sysconfig/network-scripts/ifcfg-wlan*
[root@localhost joey]# rm -f /etc/sysconfig/network-scripts/wireless.d/*
And no further output was printed.
joeyc wrote:Then I tried
- Code: Select all
[root@localhost joey]# grep NM /etc/sysconfig/network-scripts/ifcfg_wlan0
grep: /etc/sysconfig/network-scripts/ifcfg_wlan0: No such file or directory
[root@localhost joey]# grep NM /etc/sysconfig/network-scripts/ifcfg_wlanO
grep: /etc/sysconfig/network-scripts/ifcfg_wlanO: No such file or directory
Not sure if thats what you were expecting or not? Or am I supposed to download the package that failed to download? I tried connecting via ethernet cable and was not able to do that either. Here is the failed download message
joeyc wrote:This happens whether I go through Drakconnect or the Network Manager in KDE.
ps -ef | grep -v grep | grep -i net
iwconfig
iwlist wlan0 scanning
[root@localhost joey]# ps -ef | grep -v grep | grep -i net
root 14 2 0 Nov19 ? 00:00:00 [netns]
[root@localhost joey]# iwconfig
lo no wireless extensions.
wlan0 IEEE 802.11bgn ESSID:off/any
Mode:Managed Frequency:2.462 GHz Access Point: Not-Associated
Tx-Power=16 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:on
eth0 no wireless extensions.
joeyc wrote:
- Code: Select all
[root@localhost joey]# ps -ef | grep -v grep | grep -i net
root 14 2 0 Nov19 ? 00:00:00 [netns]
joeyc wrote:I didn't do the iwlist command because it printed 30+ cells of available wifi connection points. Is it necessary to print them all?
So neither net_applet, the default Mageia tool nor NetworkManager are running. How do you manage your network connections currently?
#iwconfig wlan0 mode Master
Error for wireless request "Set Mode" (9B06) :
SET failed on device wlan0 ; Invalid argument
Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory
wpa_cli ping
wpa_cli status
ps -ef | grep -vE 'grep|netns' | grep -i net
[root@localhost joey]# wpa_cli ping
Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory
^C[root@localhost joey]# wpa_cli status
Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory
[root@localhost joey]# ps -ef | grep -vE 'grep|netns' | grep -i net
[root@localhost joey]# net_applet
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.
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.
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.
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.
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.
Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory
Error for wireless request "Set Mode" (8B06) :
SET failed on device wlan0 ; Invalid argument.
Error for wireless request "Set Encode" (8B2A) :
invalid argument "s:".
rpm -q wpa_supplicant
rpm -V wpa_supplicant
grep -v ^# /etc/wpa_supplicant.conf
[root@localhost joey]# rpm -q wpa_supplicant
wpa_supplicant-0.7.3-6.mga2
[root@localhost joey]# rpm -V wpa_supplicant
S.5...GT. c /etc/wpa_supplicant.conf
[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
password=<removed>
identity=<removed>
pairwise=CCMP TKIP
scan_ssid=1
}
Users browsing this forum: No registered users and 1 guest