You are not logged in.

#1 2020-03-22 20:37:38

ryu7
Member
Registered: 2019-05-29
Posts: 46

I am without internet on boot of arch linux

I have tried dhclient and nothing.
Output of ip link:
1 ló loopback, up, lower_up mtu qdisc noqueue state unknown mode default group default qlen 1000

2 enp2s0 no-carrier, broadcast, Multicast, up mtu 1500 qdisc fq_codel state down mode default group default qlen 1000
Link/ether 50:b7:C3:cá:f7:3e brd FF:FF:FF:FF:FF:FF

3 wlan0: broadcast, Multicast mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
link/ether 50: b7: C3: ca: f7:3e

In trying tô connect wi-fi

I already use ip link set wlan0 up and nothing

Last edited by ryu7 (2020-03-22 20:38:49)

Offline

#2 2020-03-22 20:55:04

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,874

Re: I am without internet on boot of arch linux

https://wiki.archlinux.org/index.php/Ne … n/Wireless

WiFi has three steps:
1. bring the NIC up
2. create a carrier (wpa_supplicant or iwd)
3. obtain an IP (static or some dhcp client)

Please post exactly what you did (input and output) along the "ip l" output on each stage as well as optional config files (though I'm not aware of dhclient being able to imply a carrier - dhcpcd can, but you need to setup a hook)

Edit: and please make use of "code" tags, https://bbs.archlinux.org/help.php#bbcode

Last edited by seth (2020-03-22 20:55:29)

Online

#3 2020-03-22 21:02:11

dif
Member
From: Stalowa Wola, Poland
Registered: 2009-12-22
Posts: 137

Re: I am without internet on boot of arch linux

I assume you are on some installation media.

Check

LANG=C rfkill

It will show you whether your wifi is blocked. (I noticed that lenovos tend to come with blocked wifi's. Perhaps other brands do as well.)
If blocked, unblock it.
If not blocked, try using

wifi-menu

Offline

#4 2020-03-22 21:11:53

ryu7
Member
Registered: 2019-05-29
Posts: 46

Re: I am without internet on boot of arch linux

Can you say the commands  that i Can use?

What is nic?

I already use wifi-menu  It seems connect but says the same issue when i use ping

It's unblocked

Last edited by ryu7 (2020-03-22 21:23:09)

Offline

#5 2020-03-22 21:27:20

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,874

Re: I am without internet on boot of arch linux

They're on the linked wiki page, but wifi-menu will do this in a more simplified combination.

NIC: https://en.wikipedia.org/wiki/Network_i … controller

What "issue with ping"?
What's the exact output of "ip l" after successfully (?) using wifi-menu?
Can you "ping 8.8.8.8"?

Online

#6 2020-03-22 21:47:42

ryu7
Member
Registered: 2019-05-29
Posts: 46

Re: I am without internet on boot of arch linux

seth wrote:

They're on the linked wiki page, but wifi-menu will do this in a more simplified combination.

NIC: https://en.wikipedia.org/wiki/Network_i … controller

What "issue with ping"?
What's the exact output of "ip l" after successfully (?) using wifi-menu?
Can you "ping 8.8.8.8"?

Ip l

3 wlan0: broadcast, Multicast , up, lower up mtu 1500 qdisc noop state up mode dormant group default qlen 1000
link/ether 50: b7: C3: ca: f7:3e

Ping output:

Ping: connect: network os unreachable

Last edited by ryu7 (2020-03-22 21:51:05)

Offline

#7 2020-03-22 22:13:39

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,874

Re: I am without internet on boot of arch linux

Do you type this by hand?
You can use your phone for https://wiki.archlinux.org/index.php/Tethering - in doubt upload an image and post a link to that.

The interface is up, but you've no (IPv4) gateway, output of "ip a"?

Online

#8 2020-03-22 22:28:25

ryu7
Member
Registered: 2019-05-29
Posts: 46

Re: I am without internet on boot of arch linux

seth wrote:

Do you type this by hand?
You can use your phone for https://wiki.archlinux.org/index.php/Tethering - in doubt upload an image and post a link to that.

The interface is up, but you've no (IPv4) gateway, output of "ip a"?

Output ip a:

https://i.ibb.co/DYsdVwr/IMG-20200322-191901787.jpg

moderator edit -- replaced oversized image with link.
Pasting pictures and code

Last edited by 2ManyDogs (2020-03-22 22:35:34)

Offline

#9 2020-03-22 22:41:32

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,874

Re: I am without internet on boot of arch linux

You've a carrier, but no (IPv4) lease - is dhclient still running??
Do you have access to the router (and its logs) to check whether and why a lease request from your MAC ("50:b7:c3…") was rejected?

Online

#10 2020-03-22 22:58:01

ryu7
Member
Registered: 2019-05-29
Posts: 46

Re: I am without internet on boot of arch linux

seth wrote:

You've a carrier, but no (IPv4) lease - is dhclient still running??
Do you have access to the router (and its logs) to check whether and why a lease request from your MAC ("50:b7:c3…") was rejected?

How I see If dhclient is running? Yes I Can acess to ip of router but i dont know about the logs

Before i used dhclient and Works but when i remove my gnome does not Works anymore

Last edited by ryu7 (2020-03-22 23:02:37)

Offline

#11 2020-03-23 06:26:49

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,874

Re: I am without internet on boot of arch linux

By looking at the process list…

Before i used dhclient and Works but when i remove my gnome does not Works anymore

Please post the output of

systemctl list-unit-files --state=enabled
ps faux

Online

#12 2020-04-05 21:39:39

ryu7
Member
Registered: 2019-05-29
Posts: 46

Re: I am without internet on boot of arch linux

Sorry for the late answer.
The output:

https://i.ibb.co/0n9NRX3/IMG-20200405-181318502.jpg

Last edited by ryu7 (2020-04-05 21:54:38)

Offline

#13 2020-04-05 21:44:12

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,874

Re: I am without internet on boot of arch linux

a) Please dno't post images of text
b) the maximum allowed image size is 200x200px - please replace the image w/ a link
c) the output on the installation iso is irrelevant because

used dhclient and Works but when i remove my gnome does not Works

didn't happen on the installation medium.

Online

#14 2020-04-05 22:00:06

ryu7
Member
Registered: 2019-05-29
Posts: 46

Re: I am without internet on boot of arch linux

seth wrote:

a) Please dno't post images of text
b) the maximum allowed image size is 200x200px - please replace the image w/ a link
c) the output on the installation iso is irrelevant because

used dhclient and Works but when i remove my gnome does not Works

didn't happen on the installation medium.

How I gonna download things on instalation? Does not need?

Offline

#15 2020-04-05 22:15:26

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,874

Re: I am without internet on boot of arch linux

I'm less than sure about your inquiry, but if you want to know how to transfer data from the installed system since you don't have an internet connection: Redirect the outputs into text files and upload those from the installation medium (or any other live system with working internet connection)

Online

#16 2020-04-05 22:27:59

ryu7
Member
Registered: 2019-05-29
Posts: 46

Re: I am without internet on boot of arch linux

I Just wanna install archlinux Man. Just this.

Offline

#17 2020-04-05 22:29:26

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: I am without internet on boot of arch linux

ryu7 wrote:

I Just wanna install archlinux Man. Just this.

Read the wiki...


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#18 2020-04-05 23:23:05

ryu7
Member
Registered: 2019-05-29
Posts: 46

Re: I am without internet on boot of arch linux

It Works for while with wpasupplicant. I tested with ping but the connection stopped

Last edited by ryu7 (2020-04-05 23:24:08)

Offline

#19 2020-04-05 23:51:30

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: I am without internet on boot of arch linux

If only these applications printed messages to a journal, or a log...


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#20 2020-04-06 00:07:17

ryu7
Member
Registered: 2019-05-29
Posts: 46

Re: I am without internet on boot of arch linux

Offline

#21 2020-04-06 00:45:32

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: I am without internet on boot of arch linux

Make some effort. And don't post screenshots of text, paste the actual text: https://wiki.archlinux.org/index.php/Co … s_and_code


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#22 2020-04-06 03:08:35

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,237
Website

Re: I am without internet on boot of arch linux

ryu7, we're not here to hold your hand, everyone on these forums are donating their free time to assist each other. It would be to your benefit to read the link in my signature about how to ask questions. Help us to help you.

Offline

Board footer

Powered by FluxBB