On Tue 03 Dec 2013 10:48:01 NZDT +1300, Ross Drummond wrote: > When Barry ran route -n the non working interface shows up in the routing > table.
If the non-working interface is handled by a different kernel module, deleting (renaming) that module from /lib/modules/ will disable it safely. Well until the next kernel upgrade, but it's a quick way for testing. Check with ifconfig or ip addr that the interface is absent. You may have to reboot if rmmod doesn't work. Volker -- Volker Kuhlmann http://volker.top.geek.nz/ Please do not CC list postings to me. _______________________________________________ Linux-users mailing list [email protected] http://lists.canterbury.ac.nz/mailman/listinfo/linux-users
