You are not logged in.

#1 2021-04-05 18:43:51

freakdro1d
Member
Registered: 2021-04-05
Posts: 4

[SOLVED]Cannot connect to internet during installation

Greetings everyone!! I am new to Arch Linux and currently doing my first install. However I can't connect my laptop to the internet through ethernet and am unable to proceed. I have tried several tutorials on the internet but am unsuccessful. I was once successful by assigning a static IP and assigning an IP route but I unfortunately had to restart the modem and now the same method is not working again.
https://imgur.com/a/lM5N5th

Last edited by freakdro1d (2021-04-05 21:24:21)

Offline

#2 2021-04-05 18:54:12

tucuxi
Member
From: Switzerland
Registered: 2020-03-08
Posts: 291

Re: [SOLVED]Cannot connect to internet during installation

Don't use random tutorials. The authoritative installation guide is in the Arch Wiki. Apparently you have not configured your network. There are different options, described here: https://wiki.archlinux.org/index.php/Ne … figuration.

Offline

#3 2021-04-05 18:59:10

freakdro1d
Member
Registered: 2021-04-05
Posts: 4

Re: [SOLVED]Cannot connect to internet during installation

Thanks for the quick reply.
The tutorials I mentioned were mainly from Unix  stackexchange, reddit: arch Linux, and arch forums.
I have also tried a lot of the things from the link you have provided but still cannot connect to the internet.

Offline

#4 2021-04-05 19:56:02

loqs
Member
Registered: 2014-03-06
Posts: 19,015

Re: [SOLVED]Cannot connect to internet during installation

What is the VID:PID of the NIC and what driver is it using:

lspci -nnk
...
05:00.0 Ethernet controller [0200]: Intel Corporation I211 Gigabit Network Connection [8086:1539] (rev 03)
	Kernel driver in use: igb
	Kernel modules: igb

In the above output the VID:PID is 8086:1539 and the driveris igb.

The output you posted contains:

2: enp1s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN mode DEFAULT group default qlen 1000

You set the link up but there is no cable attached?

Offline

#5 2021-04-05 20:25:08

freakdro1d
Member
Registered: 2021-04-05
Posts: 4

Re: [SOLVED]Cannot connect to internet during installation

loqs wrote:

What is the VID:PID of the NIC and what driver is it using:

lspci -nnk
...
05:00.0 Ethernet controller [0200]: Intel Corporation I211 Gigabit Network Connection [8086:1539] (rev 03)
	Kernel driver in use: igb
	Kernel modules: igb

In the above output the VID:PID is 8086:1539 and the driveris igb.

My VID:PID is 1969:2062 and driver is atl1c.

loqs wrote:

The output you posted contains:

2: enp1s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN mode DEFAULT group default qlen 1000

You set the link up but there is no cable attached?

I am sorry about that the wire was a bit loosen. Now it is attached properly and it shows fq_code1 and no mq. State is also UP

Last edited by freakdro1d (2021-04-05 20:26:22)

Offline

#6 2021-04-05 20:32:52

loqs
Member
Registered: 2014-03-06
Posts: 19,015

Re: [SOLVED]Cannot connect to internet during installation

Does assigning a static IP address and route work now?  If not please post the commands you are using and their outputs.

Offline

#7 2021-04-05 21:17:18

freakdro1d
Member
Registered: 2021-04-05
Posts: 4

Re: [SOLVED]Cannot connect to internet during installation

Still not working
https://imgur.com/a/KK3LT67
Edit:
It's working now. Instead of

 IP route add 192.168.1.34 via 192.168.1.1 dev enp1s0

I tried:

 IP route add default via 192.168.1.1 dev enp1s0

Saw someone doing this in Unix stackexchange forums
I am so happy rn can continue with the installation.
Thanks for your help.
smile

Last edited by freakdro1d (2021-04-05 21:23:50)

Offline

Board footer

Powered by FluxBB