You are not logged in.

#1 2023-01-01 01:11:37

ionmich
Member
Registered: 2023-01-01
Posts: 7

No ethernet connection to Internet

Just installed the OS. My device is enp3s0. Another OS shows output from nmcli as...

eth1: connected to Wired connection 1
        "Realtek RTL8111/8168/8411"
        ethernet (r8168), D8:5E:D3:EB:DD:E7, hw, mtu 1500
        ip4 default
        inet4 192.168.82.104/24
        route4 0.0.0.0/0
        route4 192.168.82.0/24
        inet6 fe80::e7b3:e6a9:241c:146/64
        route6 fe80::/64

lo: unmanaged
        "lo"
        loopback (unknown), 00:00:00:00:00:00, sw, mtu 65536

DNS configuration:
        servers: 1.1.1.1 9.9.9.9
        interface: eth1

modprobe shows r8169 but fails to load r8168 telling me it's not in the library. I read the installation guide and the post-install and the network configuration without success. Could someone please show me a way to set the connection permanently? Thanks in advance.

P.S. Is there proper way to display code?

Offline

#2 2023-01-01 01:21:14

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: No ethernet connection to Internet

ionmich wrote:

JP.S. Is there proper way to display code?

https://bbs.archlinux.org/help.php#bbcode

This link is is also just underneath the 'Reply' field.


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#3 2023-01-01 08:55:15

seth
Member
Registered: 2012-09-03
Posts: 60,804

Re: No ethernet connection to Internet

modprobe shows r8169 but fails to load r8168 telling me it's not in the library.

https://archlinux.org/packages/community/x86_64/r8168/

Could someone please show me a way to set the connection permanently?

For "permanently" you'll require some sort of network configuration, at very least dhcpcd will do.

Though since you only posted some network infor from a different OS, but no data about the system that fails you, it's impossible to say what the actual problem is.

Offline

#4 2023-01-01 15:09:35

ionmich
Member
Registered: 2023-01-01
Posts: 7

Re: No ethernet connection to Internet

modprobe shows r8169 but fails to load r8168 telling me it's not in the library.

https://archlinux.org/packages/community/x86_64/r8168/

How can I install it without an internet connection?

Offline

#5 2023-01-01 15:14:00

seth
Member
Registered: 2012-09-03
Posts: 60,804

Re: No ethernet connection to Internet

You're online right now, are you?
You can either chroot in from the install iso or download and usb-walk the package or use https://wiki.archlinux.org/title/Tethering

Offline

#6 2023-01-01 15:27:21

ionmich
Member
Registered: 2023-01-01
Posts: 7

Re: No ethernet connection to Internet

seth wrote:

You're online right now, are you?
You can either chroot in from the install iso or download and usb-walk the package or use https://wiki.archlinux.org/title/Tethering

Ah yes, but I am now using a different OS running in the same desktop. Every attempt to connect requires a reboot. Somewhat tedious. As for tethering it looks like I need a smart phone of some kind that I don't have.

Offline

#7 2023-01-01 15:32:59

seth
Member
Registered: 2012-09-03
Posts: 60,804

Re: No ethernet connection to Internet

I've no idea what you're talking about but those are the options and you're not getting that package from your neighbour.
Just download the package and install it.
Make sure it still matches the kernel you've installed, otherwise pick a version from the ALA, https://wiki.archlinux.org/title/Arch_Linux_Archive

Offline

#8 2023-01-01 15:34:36

ionmich
Member
Registered: 2023-01-01
Posts: 7

Re: No ethernet connection to Internet

seth wrote:

modprobe shows r8169 but fails to load r8168 telling me it's not in the library.

https://archlinux.org/packages/community/x86_64/r8168/

Could someone please show me a way to set the connection permanently?

For "permanently" you'll require some sort of network configuration, at very least dhcpcd will do.

Though since you only posted some network infor from a different OS, but no data about the system that fails you, it's impossible to say what the actual problem is.

When you say I need dhcpcd, is that an executable or a module to be loaded? Because when I invoke it I get...

-bash: dhcpcd : command not found

What CLI command do I invoke to provide system information?

Offline

#9 2023-01-01 15:38:52

ionmich
Member
Registered: 2023-01-01
Posts: 7

Re: No ethernet connection to Internet

seth wrote:

You're online right now, are you?
You can either chroot in from the install iso or download and usb-walk the package or use https://wiki.archlinux.org/title/Tethering

If I am correct, I should be running from the installation USB in order to chroot. I am currently booting the HD install.

Offline

#10 2023-01-01 15:40:24

seth
Member
Registered: 2012-09-03
Posts: 60,804

Re: No ethernet connection to Internet

https://archlinux.org/packages/core/x86_64/dhcpcd/

sudo journalctl -b > /tmp/journal.txt # and that file

Offline

#11 2023-01-01 15:44:07

ionmich
Member
Registered: 2023-01-01
Posts: 7

Re: No ethernet connection to Internet

seth wrote:

I've no idea what you're talking about but those are the options and you're not getting that package from your neighbour.
Just download the package and install it.
Make sure it still matches the kernel you've installed, otherwise pick a version from the ALA, https://wiki.archlinux.org/title/Arch_Linux_Archive

Let's see if I can explain. When I boot Archlinux installed to a HD there is NO connection via ethernet. How can I download something?

Offline

#12 2023-01-01 15:54:30

seth
Member
Registered: 2012-09-03
Posts: 60,804

Re: No ethernet connection to Internet

Is that a trolling attempt?
You cannot download from the internet w/o access to the internet as much as you don't get to break the laws of thermodynamics.
I offered options to get around that but those seem to be a problem somehow - that's what I don't understand.

How did you install archlinux, which youtube tutorial did you follow?

Offline

#13 2023-01-01 16:01:30

ionmich
Member
Registered: 2023-01-01
Posts: 7

Re: No ethernet connection to Internet

seth wrote:

Is that a trolling attempt?
You cannot download from the internet w/o access to the internet as much as you don't get to break the laws of thermodynamics.
I offered options to get around that but those seem to be a problem somehow - that's what I don't understand.

How did you install archlinux, which youtube tutorial did you follow?

I used https://wiki.archlinux.org › title › Installation_guide

Thank you for the responses and assistance. After several hours of attempts, I believe I am not sufficiently knowledgeable or patient to use Archlinux. Administrator, please delete my account.

Offline

#14 2023-01-01 16:17:49

seth
Member
Registered: 2012-09-03
Posts: 60,804

Re: No ethernet connection to Internet

I used https://wiki.archlinux.org › title › Installation_guide

So where's the problem w/ chrooting in and install the package(s) from there???

Administrator, please delete my account.

https://bbs.archlinux.org/viewtopic.php?id=47587

Offline

Board footer

Powered by FluxBB