View: 3167|Reply: 3

How to make ethernet plug and play?

[Copy link]

4

threads

9

posts

34

credits

Novice

Rank: 1

credits
34
Published in 2015-10-29 11:42:20 | Show all floors |Read mode
So for whatever reason most of the time the ethernet doesn't work. How do I configure networking services to start at startup? I just want to plug in the ethernet cord and have it work. What do I do here? Is it a config file or is it something at kernel level where the driver isn't loaded until you start the services. I appreciate the economy of memory use. All of the builds I have done are for larger computers with plenty ram. So sowhat if your system takes 1.3gb of memory when you have 8gb or better of ram. So those kernel builds can have all of the drivers loaded and ready to go. So do I have to lb the thing or is there just some config files?

0

threads

17

posts

80

credits

Registered member

Rank: 2

credits
80
Published in 2015-10-29 19:48:22 | Show all floors
I installed fedora22 mate and  ethernet just worked, as you have suggested. It got the dhcp ip address automatically and i didnt have to do anything. Ping works fine.
But yum does not work for me. I would be interested if someone else who will/has installed fedora22 mate and could tell me if yum works for them or if they get an error.

5

threads

12

posts

81

credits

Registered member

Rank: 2

credits
81
Published in 2015-11-6 03:25:18 | Show all floors
You didn't say which distro you are using.
I use Debian based Distros and configure a file named /etc/network/interfaces.
Here is an example of one of my network interfaces files.
                 ----------------------------------------------
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
auto lo
# The loopback network interface
iface lo inet loopback

auto eth0
# The primary network interface
iface eth0 inet dhcp

            ----------------------------------------------------

0

threads

17

posts

80

credits

Registered member

Rank: 2

credits
80
Published in 2015-11-6 05:10:06 | Show all floors
The distro from loboris, downloaded from the mega site
You need to log in before you can reply login | Register

Points Rule

Quick reply Top Return list