5.3 Uninstall Linux:
To unload an unused module:
% rmmod ./GSPNModem (Command to be executed from directory
monaco_linux/ModemDrv)
You may need to exit or disconnect any program current using the module before it will
unload. If the module was configured for LAN, shutdown the ethernet interface:
% ifconfig eth2 down
Note: If multiple ethernet interfaces are created then all the ethernet interfaces need to be
brought down before unloading the driver.
If the module was configured as a WAN device, you may need to disconnect
the PPP daemon (pppd) from the TTY interfaces. Do this by terminating the PPP daemon:
% killall pppd
59