Can't connect mint 19 to wired internet

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
MichaelD

Can't connect mint 19 to wired internet

Post by MichaelD »

I installed mint 19 and there was no internet connection please help
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
Pierre
Level 21
Level 21
Posts: 13215
Joined: Fri Sep 05, 2008 5:33 am
Location: Perth, AU.

Re: Can't connect mint 19 to wired internet

Post by Pierre »

Hi Michael - you will need to tell us more about your machine:

from the Terminal - type this

Code: Select all

inxi -Fxz
and copy the result - back here, on your reply.
Image
Please edit your original post title to include [SOLVED] - when your problem is solved!
and DO LOOK at those Unanswered Topics - - you may be able to answer some!.
MichaelD

Re: Can't connect mint 19 to wired internet

Post by MichaelD »

This is the output:

Host: mint Kernel: 4.15.0-20-generic x86 64 bits: 64 gcc: 7.3.9 Desktop: Cinnamon 3.8.8 (Gtk 3.22.30-lubuntul) Distro: Linux Mint 19 Tara achine: Device: desktop Hobo: ASRock model: N68-GS4 FX R2.0 serial: N/A BIOS: American Megatrends v: P1.00 date: 10/05/2015 PU: Quad core AMD FX-4300 (-MCP-) arch: Bulldozer rev.0 cache: 8192 KB
flags: (1m nx sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3 svm) bmips: 3
37
clock speeds: max: 3800 MHz 1: 1678 MHz 2: 1405 MHz 3: 1430 MHz 4: 1407 MHz Graphics: Card: NVIDIA GP107 [GeForce GTX 1050] bus-ID: 02:00.0 Display Server: x11 (X.Org 1.19.6 ) drivers: nouveau (unloaded: modesetting,fbdev,vesa) Resolution: 1280x1024@60.02hz OpenGL: renderer: NV137 version: 4.3 Mesa 18.0.0-rc5 Direct Render: Yes Audio:, Card-1 NVIDIA GP107GL High Def. Audio Controller driver: snd_hda_intel bus-ID: 02:00.1 Graphics: Card: NVIDIA GP107 [GeForce GTX 1050] bus-ID: 02:00.0 Display Server: x11 (X.Org 1.19.6 ) drivers: nouveau (unloaded: modesetting,fbdev,vesa) Resolution: 1280x1024@60.02hz OpenGL: renderer: NV137 version: 4.3 Mesa 18.0.0-rc5 Direct Render: Yes Audio: Card-1 NVIDIA GP107GL High Def. Audio Controller driver: snd hda intel bus-ID: 02:00.1 I Card-2 NVIDIA MCP61 High Def. Audio driver: snd_hda_intel bus-ID: 00:05.0 Sound: Advanced Linux Sound Architecture v: k4.15.0-28-generic Network: Card: NVIDIA MCP61 Ethernet driver: forcedeth port: d080 bus-ID: 00:07.0 IF: enp0s7 state: up speed: 100 Mbps duplex: full mac: <filter> Drives: HOD Total Size: NA (-) ID-1: /dev/sda model: TOSHIBA_DT01ACA1 size: 1000.2GB temp: 32C Partition: ID-1: / size: 3.9G used: 32M (1%) fs: overlay dev: N/A RAID: No RAID devices: /proc/mdstat, md_mod kernel module present Sensors: System Temperatures: cpu: 1.2C mobo: N/A gpu: 40.0 Fan Speeds (in rpm): cpu: N/A Info: Processes: 177 Uptime: 3 min Memory: 575.1/7960.4MB Init: systemd runlevel: 5 Gcc sys: 7.3.0 Client: Shell (bash 4.4.191) inxi: 2.3.56
Neil Edmond
Level 6
Level 6
Posts: 1347
Joined: Thu Dec 26, 2013 10:19 am
Location: N.E. AR USA

Re: Can't connect mint 19 to wired internet

Post by Neil Edmond »

MichaelD wrote: Thu Nov 22, 2018 10:52 amNetwork: Card: NVIDIA MCP61 Ethernet driver: forcedeth port: d080 bus-ID: 00:07.0 IF: enp0s7 state: up speed: 100 Mbps duplex: full mac
I don't have any personal experience to offer, but have read that support for Nvidia network chips is surprisingly poor under Linux. Some have resorted to switching to a cheap (but supported) add-in network adapter.
JeremyB
Level 21
Level 21
Posts: 13848
Joined: Fri Feb 21, 2014 8:17 am

Re: Can't connect mint 19 to wired internet

Post by JeremyB »

Try

Code: Select all

sudo modprobe -r forcedeth
sudo modprobe forcedeth msi=0 msix=0
MichaelD

Re: Can't connect mint 19 to wired internet

Post by MichaelD »

I tried the first one and the computer froze then I tried the second and it did nothing
JeremyB
Level 21
Level 21
Posts: 13848
Joined: Fri Feb 21, 2014 8:17 am

Re: Can't connect mint 19 to wired internet

Post by JeremyB »

That is the usual fix for those old cards, could try it another way

Code: Select all

echo "options forcedeth msi=0 msix=0" | sudo tee /etc/modprobe.d/forcedeth.conf
Reboot
MichaelD

Re: Can't connect mint 19 to wired internet

Post by MichaelD »

I did it it said options forcedeth msi=0 msix=0 then I reboot it and there was no difference
MichaelD

Re: Can't connect mint 19 to wired internet

Post by MichaelD »

Does the IRQ handler for vector means anything for my problem?
Locked

Return to “Networking”