Questions tagged [ethernet]

Ethernet is a way of connecting computers together in a local area network or LAN.

Ethernet play is a family of computer networking technologies for local area networks (LANs) commercially introduced in 1980. Standardized in IEEE 802.3, Ethernet has largely replaced competing wired LAN technologies.

Systems communicating over Ethernet divide a stream of data into individual packets called frames. Each frame contains source and destination addresses and error-checking data so that damaged data can be detected and re-transmitted.

The standards define several wiring and signaling variants. The original 10BASE5 Ethernet used coaxial cable as a shared medium. Later the coaxial cables were replaced by twisted pair and fiber optic links in conjunction with hubs or switches. Data rates were periodically increased from the original 10 megabits per second, to 100 gigabits per second.

Since its commercial release, Ethernet has retained a good degree of compatibility. Features such as the 48-bit MAC address and Ethernet frame format have influenced other networking protocols.

2176 questions
132
votes
3 answers

Share wireless Internet connection through ethernet

I want to share the wireless Internet connection on my desktop with my old laptop, through ethernet. I have ticked the option "Make available to others" on both connections, on my desktop, but my laptop doesn't connect. Am I doing something wrong or…
67
votes
4 answers

Changing Network Interfaces name Ubuntu 16.04

I tried to change network interfaces name on this new Ubuntu 16.04 LTS version but doesn't have the /etc/udev/rules.d/70-persistent-net.rules. So, I tried to use /lib/udev/write_net_rules but it not exist. Why do I need this modification? Because…
62
votes
5 answers

Ethernet device not managed

I am using Ubuntu 16.10 and recently I have not been able to connect to internet using Ethernet. The network manager shows device not managed. The WiFi network is working fine. I've tried the solution from this questionn Ubuntu 16.04 Ethernet…
martin49
  • 782
49
votes
17 answers

Ubuntu 18.04 - Ethernet disconnected after suspend

Ethernet does not resume after suspend. sudo service network-manager restart does not work. Only restart solves problem.
aaaa
  • 1,283
47
votes
2 answers

No "eth0" listed in ifconfig -a, only enp0s3 and lo

So, I setup my Ubuntu box with VirtualBox, default settings - simple ISO image launch. After installing Ubuntu, I proceeded to test multiple programs, and everything was working fine. I have full access to the Internet on my host & inside the…
37
votes
4 answers

Failed to start Raise network interfaces after upgrading to 16.04

I just upgraded a virtual 14.04 server machine to 16.04. After rebooting the VM I see the following error: [FAILED] Failed to start Raise network interfaces. See 'systemctl status networking.service' for details After login I can run the mentioned…
dufte
  • 14,198
  • 5
  • 41
  • 43
37
votes
7 answers

Wired Ethernet not working Ubuntu 18.04

Upon bootup the network connection appears to be connected, for several reboots, I was shortly able to ping 8.8.8.8. However, I'm not longer able to do this. Then after logging in (<30 seconds) the network manager says the cable is disconnected.…
hootis
  • 491
  • 1
  • 4
  • 5
32
votes
5 answers

Ethernet Network not showing or connecting in Ubuntu 17.04

I updated from 16.04 to 17.04 a couple days ago. After doing so I found that when I connect my Ethernet cable, it doesn't connect or show connection as it did in 16.04. I Have an HP-15 laptop. I checked for drivers in update area, but it didn't find…
casawyer
  • 732
30
votes
3 answers

cannot find device eth0

I'm new to ubuntu and need to install the ubuntu xenial server (16.04) edition to install MongoDB into a VirtualBox. After installation I tried to change from dhcp to a static ipv4 address. So I changed the /etc/network/interfaces : auto lo …
Mic
  • 401
30
votes
7 answers

"Activation of network connection failed" for ethernet connection

I have installed Ubuntu 18.04 on a Surface Book with dual boot, and I can't get the ethernet connection to work. Although the wifi connects, I keep getting the "activation of network connection failed" error for the ethernet. sudo lshw -C network…
29
votes
2 answers

How do I install drivers for the Atheros AR8161 Ethernet controller?

I have installed Ubuntu 12.04-64 bit on my Lenovo IdeaPad laptop, and the wired Ethernet (LAN) connection doesn't work. Running the lspci -vv | grep Atheros command from the terminal shows me I have the AR8161 Gigabit Ethernet controller: 02:00.0…
27
votes
6 answers

How to find PCI address of an ethernet interface?

is there a way to find out the PCI bus number of an Ethernet interface or vice versa. I am looking to write a Bash/Python script which gives some thing like pci_address = some_function(eth0) where pci_address is sys:bus:slot:function. How can these…
Waqas
  • 819
23
votes
6 answers

Ethernet adapter was disable on Ubuntu 17.04

I am using Ubuntu 17.04 but I don't know why my Ethernet interface was disabled. I tried lshw -C network and it shows this: WARNING: you should run this program as super-user. *-network DISABLED description: Ethernet interface …
minhky
  • 353
18
votes
7 answers

What is the active MAC Address of my computer?

While looking to find the MAC Address of my computer as it appears to a wireless network, it was recommended that I run ifconfig. Having executed that command in the Terminal, I noticed that, unlike my other machine, the connected network seemed to…
17
votes
2 answers

Ethernet *-network DISABLED

Just installed Ubuntu Server 12.04 on my laptop. The desktop version always had driver issues but only with WiFi not the ethernet, and I could just hard wire and install the proprietary drivers manually and it would work. But on my installed server…
1
2 3
99 100