One time only wired ethernet connection

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
newmonster

One time only wired ethernet connection

Post by newmonster »

Hello,

I am new to Mint. I am using Ming 15. I am coming from ubuntu 10.04. I am having a issue with 'one-time only' wired Ethernet connectivity. Basically, using network-manager, and following boot up, I can plug an ethernet cord in and get connectivity. If I then unplug the cord and plug it back in, the network manager does not recognize the cable and says 'cable unplugged'. This behavior is extremely repeatable.

Some information that might help:

Code: Select all

 inxi -Fxn
Network:   Card-1: Intel Centrino Wireless-N 1000 [Condor Peak] driver: iwlwifi ver: in-tree: bus-ID: 03:00.0
           IF: wlan0 state: up mac: 00:26:c7:60:46:66
           Card-2: Intel 82577LM Gigabit Network Connection driver: e1000e ver: 2.1.4-k port: 1820 bus-ID: 00:19.0

After the first plug in:

Code: Select all

ifconfig eth0
eth0      Link encap:Ethernet  HWaddr f0:de:f1:10:49:68  
          inet addr:143.215.230.216  Bcast:143.215.231.255  Mask:255.255.248.0
          inet6 addr: fe80::f2de:f1ff:fe10:4968/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:9483 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2595 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:5150891 (5.1 MB)  TX bytes:522254 (522.2 KB)
          Interrupt:20 Memory:f2600000-f2620000 

After I have unplugged and then replugged the cable:

Code: Select all

ifconfig eth0
eth0      Link encap:Ethernet  HWaddr f0:de:f1:10:49:68  
          inet6 addr: fe80::f2de:f1ff:fe10:4968/64 Scope:Link
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:10203 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2658 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:5239057 (5.2 MB)  TX bytes:535440 (535.4 KB)
          Interrupt:20 Memory:f2600000-f2620000 


Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
xenopeek
Level 25
Level 25
Posts: 29607
Joined: Wed Jul 06, 2011 3:58 am

Re: One time only wired ethernet connection

Post by xenopeek »

After disconnecting and then reconnecting the cable, does reloading the module help?

Code: Select all

sudo modprobe -r e1000e ; sudo modprobe e1000e
Image
timoto
Level 2
Level 2
Posts: 64
Joined: Fri Sep 17, 2010 10:58 am
Contact:

Re: One time only wired ethernet connection

Post by timoto »

xenopeek wrote:After disconnecting and then reconnecting the cable, does reloading the module help?

Code: Select all

sudo modprobe -r e1000e ; sudo modprobe e1000e
I also appear to have this issue.

I can only get an ethernet connection if the cable is plugged during boot.

If I unplug then plugin again the connection is not ressumed.

Using the suggested command did not help me.

Is there something else I could try ?
[DELL M5510, i7-6820HQ, M1000M, Intel AC 8260] | [MSI Stealth 15M i7-11375H GTX3060] Mint 20.2 Xfce
Pomo

Re: One time only wired ethernet connection

Post by Pomo »

I solved this issue on my Lenovo T530/intel e1000e with kernel upgrade to 3.9.
http://chriseiffel.com/everything-linux/upgrading-your-kernel-the-first-thing-you-should-do-after-installing-linux/

According to arch wiki it's a driver bug solved in upcoming kernels.
https://wiki.archlinux.org/index.php/Ne ... er_suspend
https://lkml.org/lkml/2013/1/18/147

It still does not work perfectly, Network Manager stil gets confused and shows ethernet as being off,
but the wired connection/dhcp works every time.
Last edited by Pomo on Sun Sep 08, 2013 10:03 am, edited 1 time in total.
timoto
Level 2
Level 2
Posts: 64
Joined: Fri Sep 17, 2010 10:58 am
Contact:

Re: One time only wired ethernet connection

Post by timoto »

@pomo

Thank you for the info. :)

I'm on 3.8 something, so will look forward to 3.9 update.
[DELL M5510, i7-6820HQ, M1000M, Intel AC 8260] | [MSI Stealth 15M i7-11375H GTX3060] Mint 20.2 Xfce
nisargshah95

Re: One time only wired ethernet connection

Post by nisargshah95 »

Pomo wrote:I solved this issue on my Lenovo T530/intel e1000e with kernel upgrade to 3.9.
http://chriseiffel.com/everything-linux/upgrading-your-kernel-the-first-thing-you-should-do-after-installing-linux/
Same problem. Updating the kernel worked for me. Thanks Pomo!
Locked

Return to “Networking”