(SOLVED) Ethernet wont connect mint 20.3

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
AubsDaGoat305
Level 1
Level 1
Posts: 3
Joined: Thu Jan 27, 2022 1:36 am

(SOLVED) Ethernet wont connect mint 20.3

Post by AubsDaGoat305 »

Hi all, first time trying Linux. When I install mint 20.3 cinnamon on a brand new build I have no WI-FI connections that show up (must be that I have no Wi-Fi adapter on my motherboard, no matter). So I try an Ethernet connection. When I plug in my Ethernet cable, nothing happens. There is a thread talking about installing a Realtek driver (viewtopic.php?t=335649) when I try these steps I get as far as being able to right click the file “src” but I don’t get an option that says “extract here” from the drop down menu. If I try to skip one step and try the command sudo ./autorun.sh in terminal from inside the file it says command not found. Am I missing something? Any help is appreciated!
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 3 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
Larry78723
Level 14
Level 14
Posts: 5476
Joined: Wed Jan 09, 2019 7:01 pm
Location: Jasper County, SC, USA

Re: Ethernet wont connect mint 20.3

Post by Larry78723 »

Without some technical information about the machine, we can’t help you. Please post an inxi -Fxpmzr report. This will give us a concise overview of your hardware and how Mint sees it per  How to get help .

Here is how to generate the report and post it:

Open a terminal window (Ctrl-Alt-t). Make it fullscreen to avoid unneeded linebreaks or chopped lines. Copy the following code and paste into the terminal (Ctrl-Shft-V) then hit Enter/Return:

Code: Select all

inxi -Fxpmrz 


Go to Edit, Select All, and then Copy, come back here, click on reply then code tags, </>, and then paste.
Image


The results will help us to help you.
Image
If you have found the solution to your initial post, please open your original post, click on the pencil, and add (Solved) to the Subject, it helps other users looking for help, and keeps the forum clean.
AubsDaGoat305
Level 1
Level 1
Posts: 3
Joined: Thu Jan 27, 2022 1:36 am

Re: Ethernet wont connect mint 20.3

Post by AubsDaGoat305 »

Code: Select all

aubrey@aubrey-MS-7D20:~$ inxi -Fxpmrz
System:    Kernel: 5.4.0-91-generic x86_64 bits: 64 compiler: gcc v: 9.3.0 Desktop: Cinnamon 5.2.7 Distro: Linux Mint 20.3 Una 
           base: Ubuntu 20.04 focal 
Machine:   Type: Desktop Mobo: Micro-Star model: B560M PRO (MS-7D20) v: 1.0 serial: <filter> UEFI: American Megatrends LLC. 
           v: 1.10 date: 04/16/2021 
Memory:    RAM: total: 15.47 GiB used: 2.50 GiB (16.1%) 
           RAM Report: permissions: Unable to run dmidecode. Root privileges required. 
CPU:       Topology: Quad Core model: Intel Core i3-10100 bits: 64 type: MT MCP arch: N/A L2 cache: 6144 KiB 
           flags: avx avx2 lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx bogomips: 57600 
           Speed: 2869 MHz min/max: 800/4300 MHz Core speeds (MHz): 1: 2045 2: 1630 3: 1643 4: 1616 5: 1679 6: 1430 7: 1587 
           8: 1572 
Graphics:  Device-1: Intel vendor: Micro-Star MSI driver: N/A bus ID: 00:02.0 
           Display: x11 server: X.Org 1.20.11 driver: fbdev unloaded: modesetting,vesa resolution: 1920x1080~77Hz 
           OpenGL: renderer: llvmpipe (LLVM 12.0.0 256 bits) v: 4.5 Mesa 21.0.3 direct render: Yes 
Audio:     Device-1: Intel vendor: Micro-Star MSI driver: snd_hda_intel v: kernel bus ID: 00:1f.3 
           Sound Server: ALSA v: k5.4.0-91-generic 
Network:   Device-1: Realtek RTL8125 2.5GbE vendor: Micro-Star MSI driver: N/A port: 3000 bus ID: 01:00.0 
           IF-ID-1: enx42c711f29212 state: up speed: N/A duplex: N/A mac: <filter> 
Drives:    Local Storage: total: 7.28 TiB used: 15.07 GiB (0.2%) 
           ID-1: /dev/sda vendor: Seagate model: ST8000DM004-2U9188 size: 7.28 TiB 
Partition: ID-1: / size: 7.22 TiB used: 15.06 GiB (0.2%) fs: ext4 dev: /dev/sda2 
           ID-2: /boot/efi size: 511.0 MiB used: 5.2 MiB (1.0%) fs: vfat dev: /dev/sda1 
           ID-3: /run/timeshift/backup raw size: 7.28 TiB size: <superuser/root required> used: <superuser/root required> 
           fs: ext4 dev: /dev/sda2 
Sensors:   System Temperatures: cpu: 39.0 C mobo: N/A 
           Fan Speeds (RPM): N/A 
Repos:     No active apt repos in: /etc/apt/sources.list 
           Active apt repos in: /etc/apt/sources.list.d/official-package-repositories.list 
           1: deb http://packages.linuxmint.com una main upstream import backport #id:linuxmint_main
           2: deb http://archive.ubuntu.com/ubuntu focal main restricted universe multiverse
           3: deb http://archive.ubuntu.com/ubuntu focal-updates main restricted universe multiverse
           4: deb http://archive.ubuntu.com/ubuntu focal-backports main restricted universe multiverse
           5: deb http://security.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse
           6: deb http://archive.canonical.com/ubuntu/ focal partner
Info:      Processes: 251 Uptime: 11h 31m Init: systemd runlevel: 5 Compilers: gcc: 9.3.0 Shell: bash v: 5.0.17 inxi: 3.0.38 
aubrey@aubrey-MS-7D20:~$ 
Hi Larry, thank you for your reply. I followed your instructions and this is what I got back. I managed to get a wired connection for now via my iPhone and USB. I bought a Cat6 cable as well just to make sure it was not my ethernet cable itself that was faulty, since it was old.
AubsDaGoat305
Level 1
Level 1
Posts: 3
Joined: Thu Jan 27, 2022 1:36 am

Re: Ethernet wont connect mint 20.3

Post by AubsDaGoat305 »

Larry78723 wrote: Thu Jan 27, 2022 4:12 am Without some technical information about the machine, we can’t help you. Please post an inxi -Fxpmzr report. This will give us a concise overview of your hardware and how Mint sees it per  How to get help .

Here is how to generate the report and post it:

Open a terminal window (Ctrl-Alt-t). Make it fullscreen to avoid unneeded linebreaks or chopped lines. Copy the following code and paste into the terminal (Ctrl-Shft-V) then hit Enter/Return:

Code: Select all

inxi -Fxpmrz 


Go to Edit, Select All, and then Copy, come back here, click on reply then code tags, </>, and then paste.
Image


The results will help us to help you.
Hello again. I followed these steps to solve the problem: I used the update manager to update to the latest kernel. I followed the steps in this thread - viewtopic.php?p=2098990 and afterwards my wired ethernet connection works like a charm.
User avatar
Larry78723
Level 14
Level 14
Posts: 5476
Joined: Wed Jan 09, 2019 7:01 pm
Location: Jasper County, SC, USA

Re: Ethernet wont connect mint 20.3

Post by Larry78723 »

Glad you got it going. Please open your original post, click on the pencil, and add (Solved) to the Subject.
Image
If you have found the solution to your initial post, please open your original post, click on the pencil, and add (Solved) to the Subject, it helps other users looking for help, and keeps the forum clean.
Locked

Return to “Networking”