Michel Maria-Sube wrote:
Hello,
Does anybody could indicate me the way to suppressing or deleting correctly an
interface under linux (or unix)? Actually I have problems to be connected by wireless
network under mandriva2007, I would like to restart all configuration from zero (no
interface) but the tool for configuration is unable to remove correctly the interface
(it's always present on the list whe I'm doing ifconfig -a) and I don't
know the command to perform such removing
Thank you in advance for suggestions
M.
ifconfig -a also lists the non-active interfaces.
Try rmmod'ing the module (after doing ifconfig down)
Alain