Page 1 of 1

Network software installed as default ?

Posted: Mon Feb 25, 2013 11:08 pm
by Cloudcentric
I understand wpa-supplicant is used for Wireless, no problem there..

Though I am trying to find out what software is installed to configure Ethernet Connections by default.

Any pointers would be appreciated :oops:

Re: Network software installed as default ?

Posted: Tue Feb 26, 2013 1:35 am
by SirLagz
ifplugd to detect when a cable is plugged in/unplugged
isc-dhcp-client I think it's called, is the dhcp client
the kernel itself handles a lot of it as well.

dpkg -l | grep network will give you a list of packages to do with networking on Raspbian.

Out of curiosity, why do you want to know ?

Re: Network software installed as default ?

Posted: Tue Feb 26, 2013 8:43 am
by Cloudcentric
Thanks for information.

I am learning and was wondering if I could use network-manager-gnome, which is the standard in Lubuntu http://wiki.debian.org/NetworkManager instead of wpa_supplicant gui etcetc to control connections within the LXDE Desktop. :P

Re: Network software installed as default ?

Posted: Wed Feb 27, 2013 2:24 am
by SirLagz
Don't see any reason why you couldn't...
Only one way to find out :D