Disable a specific wireless interface in Ubuntu?

Solution 1:

You should check in /etc/network/interfaces.

Make sure that there is no entry in that file that allows that interface to start up. It's entirely likely that the interface is set to 'hotplug'.

In fact, if you're at all comfortable with the command-line, there's quite a bit of information available in the man page for the interfaces at: man interfaces