Hello,
i am trying to get the wireless interface on my laptop working. I read different articles on the internet but still no success. So i decided this is the right place to ask. What i did so far:
-I ran netconfig as root and set loopback interface
-I made networkmanager executable by typing as root:
Code:
chmod +x /etc/rc.d/rc.networkmanager
-I restarted the laptop
Now the widget has started itself but i cannot set the wireless connection. The wired one is working.
On the widget there is "Enable Wireless" checkbox. It is inactive and cannot be checked. I switched to root and that checkbox was also inactive.
Any idea how to get the wireless working?
Some info that could be useful:
-my user is member of group netdev
Code:
~# iwconfig
eth0 no wireless extensions.
lo no wireless extensions.
wlan0 IEEE 802.11bgn ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=off
Retry long limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Code:
lsmod | grep wl
iwldvm 129927 0
mac80211 429423 1 iwldvm
iwlwifi 75627 1 iwldvm
cfg80211 380228 3 iwlwifi,mac80211,iwldvm