I am working on a raspberry pi box with ubuntu(15.10) installed. It has limited memory so I want to same as much as possible.
In memory usage report wicd/NetworkManager and subprocesses usage aprox 60MB RAM. Is there a way to setup networking without using that much ram?
My rpi is connected to LAN using Ethernet I don’t need wireless support.
I tried setting up /etc/network/interface and disabling wicd/NetworkManager but unable to get eth0 up.
I have tried steps in how-to-access-network-without-networkmanager but unable to get it working.