LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 08-22-2019, 06:46 AM   #1
Jeff91
Bodhi Developer
 
Registered: Jan 2009
Location: Bloomington, IL
Distribution: Bodhi
Posts: 379

Rep: Reputation: 68
After suspending desktop computer, wired connection does not work


I have a desktop computer plugged into a Neatgear Nighthawk which is a wireless bridge connected to my primary router in a different room.

When I suspend my desktop computer the wired network connection fails to re-establish a connection via network manager on an Ubuntu 18.04 based operating system. Restarting the network manager service does not allow it to reconnect, however restarting my Nighthawk or my PC allows the connection to establish properly again.

Wired network device is listed as:

00:1f.6 Ethernet controller: Intel Corporation Ethernet Connection (2) I219-V

In my lspci output. Open to any suggestions - done a lot of searching around and haven't found a more elegant solution than waiting for a reboot to happen.
 
Old 08-22-2019, 07:38 PM   #2
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,380
Blog Entries: 28

Rep: Reputation: 6163Reputation: 6163Reputation: 6163Reputation: 6163Reputation: 6163Reputation: 6163Reputation: 6163Reputation: 6163Reputation: 6163Reputation: 6163Reputation: 6163
Does Bohdi use the traditional network nomenclature or the laughingly-named "predictable interface names."

Have you tried, as root,

Code:
ifconfig eth0 up
or the appropriate Bohdi equivalent (here's a nice PDF cheat sheet if Bohdi uses ip instead of ifconfig)?
 
Old 08-24-2019, 07:36 AM   #3
Jeff91
Bodhi Developer
 
Registered: Jan 2009
Location: Bloomington, IL
Distribution: Bodhi
Posts: 379

Original Poster
Rep: Reputation: 68
So

Code:
sudo ifconfig enp0s31f6 up
Doesn't fix it. Here is the output of ifconfig -a when I cannot get a connection:

Code:
docker0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        inet 172.17.0.1  netmask 255.255.0.0  broadcast 172.17.255.255
        ether 02:42:54:c5:f7:52  txqueuelen 0  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

enp0s31f6: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::4cbe:ba31:9dcb:c34a  prefixlen 64  scopeid 0x20<link>
        ether 4c:ed:fb:c4:a1:3c  txqueuelen 1000  (Ethernet)
        RX packets 55927197  bytes 29678097889 (29.6 GB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 91624598  bytes 110427794933 (110.4 GB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 16  memory 0xf7500000-f7520000

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 2417579  bytes 232623926 (232.6 MB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 2417579  bytes 232623926 (232.6 MB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

wlp4s0: flags=4098<BROADCAST,MULTICAST>  mtu 1500
        ether 80:c5:f2:61:2a:89  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
After restarting my router the wired connection looks like:

Code:
enp0s31f6: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.1.13  netmask 255.255.255.0  broadcast 192.168.1.255
        inet6 fe80::4cbe:ba31:9dcb:c34a  prefixlen 64  scopeid 0x20<link>
        ether 4c:ed:fb:c4:a1:3c  txqueuelen 1000  (Ethernet)
        RX packets 55931063  bytes 29679627643 (29.6 GB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 91628490  bytes 110429434189 (110.4 GB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 16  memory 0xf7500000-f7520000
 
Old 08-27-2019, 08:17 AM   #4
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,452

Rep: Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342
What does fix it? A network restart? A card restart? A command (e.g. dhcp restart)?
 
Old 08-27-2019, 01:25 PM   #5
Jeff91
Bodhi Developer
 
Registered: Jan 2009
Location: Bloomington, IL
Distribution: Bodhi
Posts: 379

Original Poster
Rep: Reputation: 68
Quote:
Originally Posted by business_kid View Post
What does fix it? A network restart? A card restart? A command (e.g. dhcp restart)?
Restarting the wireless bridge or my PC
 
Old 08-28-2019, 05:35 AM   #6
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,452

Rep: Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342
How does the wireless bridge come into it? has it listed you as defunct or have you sent junk to it?

I would try and narrow it down, e.g. plug your nic into something else, & suspend/resume. Then examine your box. If it's still good, it's the bridge.
 
  


Reply

Tags
networking, power management, suspend



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
no access to config on wired access, but modem/router and wired access point work littlejoe5 Linux - Networking 1 10-22-2014 02:40 PM
Wired connection does not work in Slack64 14.1 ViniciusBorges Slackware 9 10-01-2014 06:16 PM
After suspending sound works in MX7515- know why?? jacobjacob Linux - Hardware 0 12-24-2008 09:52 AM
[SOLVED] Problem unmounting flash drive after suspending to disk 10110111 Linux - Hardware 1 08-31-2008 07:48 AM
Gutsy wireless connection does not work/ wired works aio85 Linux - Newbie 5 01-14-2008 12:14 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 10:24 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration