CodeWalrus

General => General Help & Troubleshooting => Topic started by: Dream of Omnimaga on June 17, 2020, 06:47:25 PM

Title: Linux Mint won't connect to wired Internet
Post by: Dream of Omnimaga on June 17, 2020, 06:47:25 PM
My mom gave me her old computer and I installed Linux Mint on it and eventually I want to put RetroArch on it. This computer lacks wi-fi capabilities. However, I don't know if it's because I'm missing drivers or something but the computer refuses to connect to my wired connection. It says "Connecting..." at the bottom of the screen then a minute later a notification saying that the connection failed.

The connection works fine when I am using my Windows 10 computer so it's not the cable. Also, before retiring this computer, my mom was still using it to access the internet, so it's not the ethernet port either.

I could not find any help online regarding such problem, as all help was about wi-fi connections.

Any help would be appreciated.
Title: Re: Linux Mint won't connect to wired Internet
Post by: Yuki on June 17, 2020, 07:35:51 PM
Step 1: Identify your ethernet device

Open a terminal and type this:

Code (bash) Select
lspci | grep Ethernet
That would be easier to google if you know what it is, and if it's detected at all.

Step 2: Check if the lights on the ethernet port on both sides are on. If not, either the port or the cable might be dead.
Title: Re: Linux Mint won't connect to wired Internet
Post by: Dream of Omnimaga on June 17, 2020, 08:17:42 PM
Qualcomm Atheros ar8152 v2.0 fast ethernet (rev c1)

And the lights are ON.

(EDIT: Semi-offtopic: This is the computer: https://support.hp.com/ca-en/document/c03395982 . It doesn't even have an internal PSU, I think)
Title: Re: Linux Mint won't connect to wired Internet
Post by: Yuki on June 17, 2020, 08:35:45 PM
Okay, it looks good so far. What about this?

Code (bash) Select
ip addr
(edit: we're checking it out in dms, will post results)
Title: Re: Linux Mint won't connect to wired Internet
Post by: Dream of Omnimaga on June 19, 2020, 04:30:17 PM
Good news: I bought a router and for some reasons everything works now! Not sure why Mint refused to connect directly to my modem ???
Title: Re: Linux Mint won't connect to wired Internet
Post by: Yuki on June 19, 2020, 05:01:39 PM
Oh, you plugged it directly into the modem, that might be why.
Title: Re: Linux Mint won't connect to wired Internet
Post by: Dream of Omnimaga on June 19, 2020, 05:14:06 PM
Does it mean it's not possible  or did I need to do another step to connect directly to the modem? I'm curious, in case this new router decides to act up or something.
Title: Re: Linux Mint won't connect to wired Internet
Post by: Yuki on June 19, 2020, 05:34:31 PM
I'm not sure. I also had the same problem when I tried to plug something that isn't the router my ISP gave me. (Which is also your ISP.) I suspect MAC filtering, or maybe some weird unsupported or unconfigured feature the modem or the ISP needed.

In any case, it's not super secure to plug a desktop computer directly on the Internet these days, unless it's been configured correctly.
Title: Re: Linux Mint won't connect to wired Internet
Post by: Dream of Omnimaga on June 19, 2020, 06:10:45 PM
Yeah I had no choice because my ISP's router died and I couldn't afford a new one until like now (got my provincial tax return yesterday).