In debian after installing the wireless drivers its displaying the the wireless device status as “device not managed”.1. For it have to open the file /etc/NetworkManager/nm-system-settings.conf
2 Change the Settings of ifupdown managed form false to true
[ifupdown]
managed=false
[ifupdown]
managed=true
3 After that have to restart the network manager and networking
/etc/init.d/network-manager restart
/etc/init.d/networking restart
it started working..
Advertisement