You are not logged in.
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
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
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
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: igbIn 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 1000You set the link up but there is no cable attached?
Offline
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: igbIn the above output the VID:PID is 8086:1539 and the driveris igb.
My VID:PID is 1969:2062 and driver is atl1c.
The output you posted contains:
2: enp1s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN mode DEFAULT group default qlen 1000You 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
Does assigning a static IP address and route work now? If not please post the commands you are using and their outputs.
Offline
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 enp1s0I tried:
IP route add default via 192.168.1.1 dev enp1s0Saw someone doing this in Unix stackexchange forums
I am so happy rn can continue with the installation.
Thanks for your help.![]()
Last edited by freakdro1d (2021-04-05 21:23:50)
Offline