You are not logged in.
Hey,
I can't use the wlan feature of networkmanager because its grayed out with "device not ready" written on it.
My wlan device is definitely enabled.
iwconfig:
wlan0 IEEE 802.11abgn ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=15 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Power Management:off
I use the
Intel Corporation WiFi Link 5100
thx 4 help
Last edited by GNA (2011-04-13 09:13:25)
Offline
Did you check the wiki? Search for networkmanager, there is a page dedicated to it.
Offline
I wouldnt ask here, if I didnt check
https://wiki.archlinux.org/index.php/Networkmanager
https://wiki.archlinux.org/index.php/Wi … d_firmware
first.
Offline
If you don't have it installed, could you install the package rfkill and post the output of "rfkill list"?
If it's software blocked enter "rfkill unblock #" where # is the number of the blocked item in the list, or "rfkill unblock name". If it reports it to be hard blocked check out the wireless switch in your laptop.
Offline
before:
0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
after:
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
but the device not ready error persists
Last edited by GNA (2011-04-01 15:21:35)
Offline
I reinstalled everything, I wiped all settings and applied them again. the error persists
does anyone have another idea how I could fix this?
I would be really grateful
Offline
Could you post the output of ls -l /var/run/daemons
and of
groups
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Online
ls -l /var/run/daemons:
total 0
-rw-r--r-- 1 root root 0 Apr 5 09:27 acpid
-rw-r--r-- 1 root root 0 Apr 5 09:27 crond
-rw-r--r-- 1 root root 0 Apr 5 09:27 dbus
-rw-r--r-- 1 root root 0 Apr 5 09:27 laptop-mode
-rw-r--r-- 1 root root 0 Apr 5 09:27 netfs
-rw-r--r-- 1 root root 0 Apr 5 09:27 networkmanager
-rw-r--r-- 1 root root 0 Apr 5 09:27 syslog-ng
groups:
lp wheel rfkill games network video audio optical storage scanner power
users networkmanager
I was originally not in the network and networkmanager group but tried adding myself in the course of reading your post, because I thought maybe that could be the reason, but it didn't change anything
I had to create the networkmanager group because it was not existent but https://wiki.archlinux.org/index.php/Groups#Groups says this group should exist.
Last edited by GNA (2011-04-05 14:00:08)
Offline
Each time I start gnome, I have to start nm-applet via terminal to make it appear, but the print tells me that it was there before... Maybe that has something to do with it?
# sudo nm-applet
Password:
** Message: applet now removed from the notification area
** Message: applet now embedded in the notification area
if I try that as root (obviously without sudo) it prints this:
GLib-GIO:ERROR:gdbusconnection.c:2270:initable_init: assertion failed: (connection->initialization_error == NULL)
Offline
ok, now it works partly. By applying
wpa_supplicant -Diwlwifi -iwlan0 -u
it shows me the wireless networks. But I cant connect to any of them, it doesn't react if I click on them. wpa_supplicant_gui just tells me
Could not get status from wpa_supplicant
. Any ideas?
Offline
Today I found out that wpa_supplicant doesn't recognize my iwlwifi driver.
drivers:
wext = Linux wireless extensions (generic)
nl80211 = Linux nl80211/cfg80211
wired = Wired Ethernet driver
is all I have. Is there a way to force it to recognize my driver?
Thx for help
Offline
ok, solved, I tried wicd again and somewhere along the way repaired it in my efforts to make networkmanager useable...
Offline