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.

2135 questions
8
votes
2 answers

How to connect two ubuntu computers with ethernet cable

I'm trying to connect with ethernet cable two computers - desktop and laptop. What I want to do is transfer a lot of data from one to another. The problem is that I'm doing everything from: How to network two Ubuntu computers using ethernet (without…
6
votes
1 answer

Ubuntu 17.10 shows my gigabit ethernet connection at 100Mbps

I have just installed Ubuntu 17.10 on my Toshiba Satellite L50t-a-140 laptop which has a gigabit ethernet wired adapter connected to a gigabit ethernet switch, but Ubuntu reports the link speed at 100Mbps. How can I work out why it is not reporting…
3guesses
  • 131
5
votes
1 answer

How to get around NVM Checksum error (PXE-E05) to make the ethernet work?

I have Toshiba Portege M400 Tablet PC with Intel 82573L Gigabit Ethernet Controller. It works fine with Windows, but in Ubuntu it doesn't work! During startup CMOS shows the following: PXE-E05 error, LAN Adapter configuration not initialized, Boot…
Touseef
  • 334
  • 3
  • 12
5
votes
2 answers

Ethernet not working (neither even detected) on Ubuntu 12.04

Ethernet is not being detected on my computer running Ubuntu 12.04 with LAMP. The last thing I remember doing is following this tutorial: http://www.howtoforge.com/linux-basics-set-a-static-ip-on-ubuntu Here is the checks that I have performed. Hope…
5
votes
1 answer

Ethernet UNCLAIMED

Ubuntu 20.04 LTS recently upgraded Wired ethernet suddenly becomes "UNCLAIMED". Where I can seek this issue? Below there are posted some commands I used for investigation and my expectation is to get a little more help from the Linux experts. I am…
3
votes
1 answer

Ethernet connection lost and shows "not connected" after wake-up from sleep

Warning: I'm a novice. I've installed 18.04 on my laptop (dual boot with Windows 10). I'm trying to use Ethernet. This works OK when I boot but after laptop sleeps and wakes up the connection is lost and Network Settings reports "not connected" I…
2
votes
0 answers

Cannot connect to ethernet port

I'm running Ubuntu 12.04 LTE. I'm trying to connect via ethernet for the first time but have had no success. Ifconfig eth0 returns: eth0 Link encap:Ethernet HWaddr: 00:01:2e:3f:f1:a0 inet6 addr: fe80::201:2eff:fe3f:f1a0 Scope:Link UP…
Jnir
  • 21
2
votes
0 answers

Can sender node receive own packet from hub network

I believe that the hubs rebroadcast any bit sent to it to all hosts, including the original sender. I want to receive packet on the sender node. Is it possible in Linux? Is it enough to…
2
votes
1 answer

Ubuntu 22.04 wired connection keep disconnecting

My ubuntu's Ethernet connection is disconnecting every 15 minutes and it again starts connecting when i restart. It's so irritating to restart every 15 mins. Is there any fix for this. Btw I'm using Ubuntu 22.04lts
Hamat
  • 29
2
votes
2 answers

How do I restart ethernet after waking computer?

How do I restart ethernet after waking my Ubuntu 20.04 computer from sleep mode? If I reboot, ethernet works fine, but I want to get ethernet working without rebooting. "sudo service network-manager restart" doesn't restart ethernet. I get something…
2
votes
1 answer

How to install Ethernet in my Ubuntu 18.04?

I'd like to install Ethernet in my Ubuntu, but the error message still be occurred like this: tcpdump: eth0: No such device exists (SIOCGIFHWADDR: No such device) root@ubuntu:~# tcpdump -D 1.ens33 [Up, Running] 2.any (Pseudo-device that captures…
1
vote
0 answers

Ethernet in Ubuntu 16.04 doesn't work for a specific network

I have recently installed Ubuntu 16.04. My Ethernet works perfectly well in my office but at home it doesn't at all. It never gets connected. Mean while other machines are connected. And my WiFi too is not stable, it connects and disconnects ie on…
Ike
  • 11
1
vote
0 answers

How do I connect another computer with only an ethernet cable?

I would like to connect another computer to my Ubuntu 16.04 LTS laptop and share its internet connection. How do I do set this up?
1
vote
2 answers

The meaning of /sys/class/net/eth0/carrier_changes values

Can anybody tell me what do the numbers stored in that file mean? As of late, it takes 2-3 minutes for internet connection to be established after the boot has been completed and I want to find out why.
S.R.
  • 373
  • 1
  • 7
  • 16
1
vote
2 answers

How to set a ethernet device for Internet by force?

Now I'm trying to use two ethernet device. One is for Internet. The other one is for Embedded Target Board NFS. Internet is connected by Wifi device.(wlan0) NFS is connected by LAN CABLE.(eth1) The problem is when I enable both devices, Ubuntu try…
Baruian
  • 13
1
2 3 4