One thing I forgot to add. You can use the standard udi format to specify devices. i.e /org/freedesktop/NetworkManager/Devices/0
On Sun, Apr 29, 2012 at 11:34 AM, Jon Nettleton <[email protected]> wrote: > On Sun, Apr 29, 2012 at 10:04 AM, Martin Abente > <[email protected]> wrote: >> Are you guys still using this? >> http://git.sugarlabs.org/dextrose-platform/mainline/blobs/master/etc/powerd/postresume.d/disable_mesh.sh >> >> If so, you should remove it IF there is no way to guarantee that it will run >> before NM picks up the device. At least it will avoid the crash... >> >> I would ask in the NM community if there is a better way to disable a >> particular device, like banning a device(?). > > Edit /etc/NetworkManager/NetworkManager.conf > > Add a line to the [main] section like > > no-auto-default=xx:xx:xx:xx:xx (obviously replacing the x's with the > mac-address of your mesh device.) > > This does not stop NM from managing your device, but does stop it from > auto-connecting the device. You would still be able to go into NM and > manually enable the mesh network. If you want NM to completely leave > the device alone you can go one more step. > > Also in /etc/NetworkManager/NetworkManager.conf > > change the plugins line to > > plugins=ifcfg-rh,keyfile > > Then add a section that looks like this. > > [keyfile] > unmanaged-devices=mac:xx:xx:xx:xx:xx:xx (Where X's are the mac address > of the device you want to ignore) > > > Hope that helps, let me know if you have further questions. > > -Jon _______________________________________________ Devel mailing list [email protected] http://lists.laptop.org/listinfo/devel
