I executed unsuccessfully the following line in /etc/rc.local with permissions 755:
sudo ifdown 00:1f:9c:c3:b3:77
where the last word is presenting the address of my wlan0 device.
Having the command rfkill block $IP-address-Of-my-wlan0 in startup scripts is not possible solution, since Network-manager is able to change soft-blocks.
You cannot configure each device separately in Network tools or in Network manager. If you change one setting the setting applies to other wifi -device too. I cannot use WICD because I need Network Manager's Mobile Broadband -feature.
How can you put a permanent software block to the given wifi -device in Ubuntu 11.10 at each startup such that other programs such as Network manager do not change it?
There is probably a file which permissions are only needed to be changed to 700 to disallow for example Network Manager to reach the device wlan0. How can you give only the user the permission to touch the device wlan0?