LinuxQuestions.org
Help answer threads with 0 replies.
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 05-07-2023, 08:59 PM   #16
GentleThotSeaMonkey
Member
 
Registered: Dec 2016
Posts: 338
Blog Entries: 4

Rep: Reputation: 128Reputation: 128

No harm: we all miss things, many times!

But I doubt that's the problem: it's OK to have both:
I tried on my Mint 21.1 plus many things say it's ok:
(unless Telus [model ?] oddly forbids that, or maybe [WAG_FUD] DHCP renew confuses resolved, or ...)

Code:
user@HP:~$ ip r
default via 192.168.1.254 dev eno1 proto dhcp metric 100 
default via 192.168.1.254 dev wlo1 proto dhcp metric 600 
169.254.0.0/16 dev wlo1 scope link metric 1000 
192.168.1.0/24 dev eno1 proto kernel scope link src 192.168.1.131 metric 100 
192.168.1.0/24 dev wlo1 proto kernel scope link src 192.168.1.230 metric 600 
user@HP:~$ resolvectl status; sudo cat /run/systemd/resolve/netif/{2,3}

Last edited by GentleThotSeaMonkey; 05-07-2023 at 10:58 PM.
 
Old 05-08-2023, 05:21 AM   #17
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,458

Rep: Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353
Glad it's sorted.

Don't think you're the only one who's ever done something stupid and messed things up. I certainly have. And most of the guys here would admit to it. It may have bheen Mark Twain who said
Quote:
Originally Posted by Mark Twain
What gets us into trouble ain't what we don't know. It's what we know for sure, but just ain't so.
 
Old 05-08-2023, 11:07 AM   #18
wpeckham
LQ Guru
 
Registered: Apr 2010
Location: Continental USA
Distribution: Debian, Ubuntu, RedHat, DSL, Puppy, CentOS, Knoppix, Mint-DE, Sparky, VSIDO, tinycore, Q4OS, Manjaro
Posts: 5,769

Rep: Reputation: 2768Reputation: 2768Reputation: 2768Reputation: 2768Reputation: 2768Reputation: 2768Reputation: 2768Reputation: 2768Reputation: 2768Reputation: 2768Reputation: 2768
That SHOULD not be the cause. I often have multiple interfaces up at the same time while WIFI is running, because I run multiple networks. (Only one has the default route and Internet access.)
 
1 members found this post helpful.
Old 05-08-2023, 11:32 AM   #19
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,458

Rep: Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353
I agree. I ran two interfaces, eth0 and a wifi dongle here for a while because I was compiling half-assed wifi dongle drivers and doing speed tests and stuff.

In the OP's defence, he does use NetworkManager. If he got nm-tui going, his problems might vanish. But the less I know about NM, the better I like it. Alternatively, at least one of my ex-isps would throw me off periodically (2 hours?) and make me renegotiate a lease, so my IP could well change.
 
Old 05-08-2023, 12:21 PM   #20
binkyd
Member
 
Registered: Oct 2016
Distribution: Looking again
Posts: 429

Original Poster
Rep: Reputation: 40
Not fixed.
Worked for about 10 times as long before it failed. Wow.

Would somebody try to explain what I need to do to get internet without NetworkManager? And I don't understand what to change with nm-tui.
What I've looked at so far is just confusing the old brain here.
 
Old 05-08-2023, 02:41 PM   #21
GentleThotSeaMonkey
Member
 
Registered: Dec 2016
Posts: 338
Blog Entries: 4

Rep: Reputation: 128Reputation: 128
Empathy for the frustration!

But what is really Really REALLY needed is: to collect some data as Clues. Start with: ip r; ping 8.8.8.8

(Are you able to open a terminal and do these, from a shell prompt? It's okay if not: LQ'ers will be glad to help you)
 
Old 05-11-2023, 10:37 AM   #22
binkyd
Member
 
Registered: Oct 2016
Distribution: Looking again
Posts: 429

Original Poster
Rep: Reputation: 40
I cheated.
Installed another instance of Mint on a spare partition, upgrading from Mint 20.3 to 21.1, and it has no issues so far.
Tried several Timeshift restores first, though, and even from a month ago this problem remained, so I said "Feck it" and used the nuclear option.
It was time.
Now we'll see if there's a hidden hardware issue or not; I'm hoping it was just a borked installation.

Thanks all.
 
Old 05-11-2023, 11:07 AM   #23
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,458

Rep: Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353
Generally, to get online, you need
  • With a wired connection, just a dhcp client and proper setup of basic files
  • With a wifi you need driver, firmware, a wpa_supplicant and a dhcp client, etc. If you have the wired option , go for it.
 
  


Reply



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
Can tcpdump with only ethernet card capture both lan and wifi traffic? dave170 Linux - Newbie 2 02-19-2022 09:10 AM
[SOLVED] Internet has suddenly gone, via both ethernet and wifi on main desktop PC beachboy2 Linux - Software 10 03-26-2018 03:04 PM
Help me track down the cause of an annoying XFCE behavior bonixavier Slackware 1 01-15-2011 07:03 AM
Slackware 13 wifi config, and now both eth and wifi are down nenpa8lo Slackware 2 04-18-2010 06:18 PM
How to track down a vague error message cause? alvo Linux - General 1 09-14-2006 07:03 AM

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

All times are GMT -5. The time now is 08:59 PM.

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