You are not logged in.

#1 2020-08-09 01:58:23

torolo
Member
Registered: 2020-08-09
Posts: 1

No internet on installation media [r8169/r8125]

I'm installing arch on a pc with a MSI z490-a pro motherboard. I have no internet connection despite being connected to an ethernet cable. I know I'm supposed to install the right driver https://aur.archlinux.org/packages/r8125/ but I can't figure out how to install it within the installation media. I downloaded the source from the package and mounted it on a USB stick, but idk what to do from there.
How do I proceed with the installation?

lspci output :

00:00.0 Host bridge: Intel Corporation Device 9b53 (rev 03)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor PCIe Controller (x16) (rev 03)
00:08.0 System peripheral: Intel Corporation Xeon E3-1200 v5/v6 / E3-1500 v5 / 6th/7th/8th Gen Core Processor Gaussian Mixture Model
00:12.0 Signal processing controller: Intel Corporation Device 06f9
00:14.0 USB controller: Intel Corporation Device 06ed
00:14.2 RAM memory: Intel Corporation Device 06ef
00:16.0 Communication controller: Intel Corporation Device 06e0
00:17.0 RAID bus controller: Intel Corporation Device 06d6
00:1b.0 PCI bridge: Intel Corporation Device 06c0 (rev f0)
00:1c.0 PCI bridge: Intel Corporation Device 06b8 (rev f0)
00:1c.4 PCI bridge: Intel Corporation Device 06bc (rev f0)
00:1f.0 ISA bridge: Intel Corporation Device 0685
00:1f.3 Audio device: Intel Corporation Device 06c8
00:1f.4 SMBus: Intel Corporation Device 06a3
00:1f.5 Serial bus controller [0c80]: Intel Corporation Device 06a4
01:00.0 VGA compatible controller: NVIDIA Corporation GP107 [GeForce GTX 1050 Ti] (rev a1)
01:00.1 Audio device: NVIDIA Corporation GP107GL High Definition Audio Controller (rev a1)
02:00.0 Non-Volatile memory controller: Realtek Semiconductor Co., Ltd. Device 5762 (rev 01)
04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller (rev 04)

Last edited by torolo (2020-08-09 02:21:01)

Offline

#2 2020-08-10 00:11:09

Jeffhunt90
Member
Registered: 2012-11-20
Posts: 13

Re: No internet on installation media [r8169/r8125]

I posted something very similar two days ago as "tg3 not active on installation media". There is a deafening silence.
lspci -k will tell you the driver required and modprobe <module_name> will tell you the state of the driver. But it must be listed as "in use" by lspci and mine is not on the Archlinux install.

Offline

#3 2020-08-10 13:55:49

loqs
Member
Registered: 2014-03-06
Posts: 17,308

Re: No internet on installation media [r8169/r8125]

Easiest solution would be use Tethering for the installation including base-devel then you can build the package on the new installation.
More complicated is build the package on another Arch installation.  Ensure the kernel version of the build machine matches the kerne version of the installation media.
Most complicated copy onto the USB stick from the ALA from the data of the ISO the following packages:

autoconf
automake
binutils
bison
diffutils
elfutils
fakeroot
flex
gc
gcc
groff
guile
libmicrohttpd
libmpc
libtool
m4
make
patch
pkgconf
texinfo
which

As well as linux-headers needed by r8125.

Last edited by loqs (2020-08-10 13:57:26)

Offline

#4 2020-08-22 03:18:37

Jeffhunt90
Member
Registered: 2012-11-20
Posts: 13

Re: No internet on installation media [r8169/r8125]

Thanks loqs, tethering worked out of the box although I'm puzzled why dhcpcd is starting but not find an interface when there is clearly a working interface to be found.

Offline

Board footer

Powered by FluxBB