You are not logged in.

#1 2023-01-05 18:35:19

ruv6
Member
Registered: 2023-01-05
Posts: 11

[SOLVED] Networking stops after Arch install....

Hello! I recently installed arch linux on my laptop! One issue...

In the arch ISO networking works fine on a network adapter built in to my laptop (Wifi). I used iwctl and everything was fine. Fast forward to after the installation where networking does not work.

After doing ip link it doesn't show up.
Ive tried many thing but it just doesn't work and doesn't even detect the adapter.

When booting the iso it detects it fine but the install itself doesnt.

pls help.

Last edited by ruv6 (2023-01-05 22:35:23)

Offline

#2 2023-01-05 18:41:40

Head_on_a_Stick
Member
From: The Wirral
Registered: 2014-02-20
Posts: 9,003
Website

Re: [SOLVED] Networking stops after Arch install....

ruv6 wrote:

After doing ip link it doesn't show up.

Does the network adapter show up in the out of `lspci`?

Which kernel version did you install? If it's linux-lts that might be too old for your card.

And did you install the linux-firmware package?


Jin, Jîyan, Azadî

Offline

#3 2023-01-05 18:44:28

ruv6
Member
Registered: 2023-01-05
Posts: 11

Re: [SOLVED] Networking stops after Arch install....

Head_on_a_Stick wrote:
ruv6 wrote:

After doing ip link it doesn't show up.

Does the network adapter show up in the out of `lspci`?

Which kernel version did you install? If it's linux-lts that might be too old for your card.

And did you install the linux-firmware package?

the network adapter does show up in the output of 'lspci'

I used the lts of linux, but this is a laptop i bought in 2017.

i made sure to.

Last edited by ruv6 (2023-01-05 18:51:05)

Offline

#4 2023-01-05 18:50:28

Head_on_a_Stick
Member
From: The Wirral
Registered: 2014-02-20
Posts: 9,003
Website

Re: [SOLVED] Networking stops after Arch install....

ruv6 wrote:

the network adapter does show up in the output of 'lspci'

Are we allowed to see that output? It might be useful.


Jin, Jîyan, Azadî

Offline

#5 2023-01-05 18:51:57

ruv6
Member
Registered: 2023-01-05
Posts: 11

Re: [SOLVED] Networking stops after Arch install....

Head_on_a_Stick wrote:
ruv6 wrote:

the network adapter does show up in the output of 'lspci'

Are we allowed to see that output? It might be useful.

Im currently reinstalling arch but if the issue still persists i will gladly show the output

Edit: did not work!

Last edited by ruv6 (2023-01-05 19:51:51)

Offline

#6 2023-01-05 19:41:39

ruv6
Member
Registered: 2023-01-05
Posts: 11

Re: [SOLVED] Networking stops after Arch install....

Head_on_a_Stick wrote:
ruv6 wrote:

the network adapter does show up in the output of 'lspci'

Are we allowed to see that output? It might be useful.

[root@archlinux ~]# lspci
00:00.0 Host bridge: Intel Corporation gemini lake host bridge (rev 03)
00:00.1 Signal processing controller: Intel Corporation Celeron/pentium Silver processor dynamic platform and themal framework processor participant (rev 03)
00:00.3 System peripheral: Intel Corporation Celeron/Pentium Silver Processor Gaussian Mixture model (rev 03)
00:02.0 VGA compatible controller: Intel Corporation geminiLake [UHD Graphics 600] (rev 03)
00:0e.0 Audio device: Intel Corporation Veleron Silver processor high definition audio (rev 03)
00:0f.0 Communication controller: Intel Corporation celeron/pentium silver processor Trusted execution engine Interface (rev 03)
00:13.0 PCI bridge: Intel Corporation Gemini lake PCI express root port (rev 03)
00:15.0 USB controller: Intel corporation celeron/pentium silver processor  USB 3.0 xHCI Controller (rev 03)
00:1c.0 SD host controller: Intel Corporation celeron/pentium silver processor SDA Standard compliant SD Host Controller (rev 03)
00:1f.0 ISA bridge: Intel Corporation Celeron/pentium silver processor LPC controller (rev 03)
00:1f.1 SMBus: Intel Corporation celeron/pentium silver processor gaussian mixture model (rev 03)
01:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8822BE 802.11a/b/g/n/ac WiFi adapter
[root@archlinux ~]#

(i wrote this by hand. Sorry for uppercase inconsistencies.)

Last edited by ruv6 (2023-01-05 19:42:22)

Offline

#7 2023-01-05 20:20:03

Adriik
Member
From: Argentina
Registered: 2022-03-10
Posts: 134
Website

Re: [SOLVED] Networking stops after Arch install....

(i wrote this by hand. Sorry for uppercase inconsistencies.)

You can use a pastebin service.
For example: lspci | curl -F 'file=@-' 0x0.st and post the generated link.

And if you post the code, use code tags: BBCode

--- Edit ---

Seth below wrote:

Not w/o network

A little detail I didn't think xd

Last edited by Adriik (2023-01-06 19:11:35)


I'm just someone. Please use [code] [/code] tags.

Offline

#8 2023-01-05 21:16:52

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

Re: [SOLVED] Networking stops after Arch install....

Not w/o network wink

@ruv6
Check "rfkill" and make sure you installed the linux-firmware package.
If this doesn't help, dump the system journal onto a usb key and walk that to a system w/ internet connection

sudo journalctl -b > /tmp/journal.txt

If you've a phone you may get away w/ https://wiki.archlinux.org/title/Tethering

Offline

#9 2023-01-05 21:27:20

ruv6
Member
Registered: 2023-01-05
Posts: 11

Re: [SOLVED] Networking stops after Arch install....

seth wrote:

Not w/o network wink

@ruv6
Check "rfkill" and make sure you installed the linux-firmware package.
If this doesn't help, dump the system journal onto a usb key and walk that to a system w/ internet connection

sudo journalctl -b > /tmp/journal.txt

If you've a phone you may get away w/ https://wiki.archlinux.org/title/Tethering

yup! Its installed!!

0 bluetooth hci0 unblocked unblocked
1 wlan phy0 unblocked unblocked

I am dumping the journal right now.

Last edited by ruv6 (2023-01-05 21:29:12)

Offline

#10 2023-01-05 21:33:56

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

Re: [SOLVED] Networking stops after Arch install....

Also "ip a", the wlan NIC is actually recognized by rfkill…

Offline

#11 2023-01-05 21:57:06

ruv6
Member
Registered: 2023-01-05
Posts: 11

Re: [SOLVED] Networking stops after Arch install....

seth wrote:

Also "ip a", the wlan NIC is actually recognized by rfkill…

1: lo

2: wlo1

Ping still says network unreachable.
Dont have an IP other than 127.0.0.1 on the loopback

Last edited by ruv6 (2023-01-05 21:57:53)

Offline

#12 2023-01-05 22:02:25

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

Re: [SOLVED] Networking stops after Arch install....

Because you didn't configure the network, wlo1 is your wifi chip (and that's not anywhere near the output of "ip a")
https://wiki.archlinux.org/title/Networ … n/Wireless

What is

After doing ip link it doesn't show up.

supposed to mean?
"ip link" simply shows the adapters and we already know that it's there from your "ip a" interpretation.

Offline

#13 2023-01-05 22:04:59

ruv6
Member
Registered: 2023-01-05
Posts: 11

Re: [SOLVED] Networking stops after Arch install....

seth wrote:

Because you didn't configure the network, wlo1 is your wifi chip (and that's not anywhere near the output of "ip a")
https://wiki.archlinux.org/title/Networ … n/Wireless

What is

After doing ip link it doesn't show up.

supposed to mean?
"ip link" simply shows the adapters and we already know that it's there from your "ip a" interpretation.

I reinstalled arch after that.  Now it shows it!

Edit: Managed to get my journal off of my laptop using a usb. here it is https://pastebin.com/wautEnca

Last edited by ruv6 (2023-01-05 22:08:22)

Offline

#14 2023-01-05 22:13:35

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

Re: [SOLVED] Networking stops after Arch install....

Now it shows it!

So what stops you from configuring it?

Edit

Jan 05 19:54:38 archlinux NetworkManager[283]: <info>  [1672948478.6539] device (wlo1): set-hw-addr: set MAC address to DE:6F:84:BD:DF:F4 (scanning)
Jan 05 19:54:39 archlinux NetworkManager[283]: <info>  [1672948479.1306] device (wlo1): supplicant interface state: inactive -> interface_disabled
Jan 05 19:54:39 archlinux NetworkManager[283]: <info>  [1672948479.1470] device (wlo1): supplicant interface state: interface_disabled -> inactive
Jan 05 20:01:35 archlinux NetworkManager[283]: <info>  [1672948895.6706] device (wlo1): set-hw-addr: set MAC address to 56:B6:0C:A0:D6:DD (scanning)
Jan 05 20:01:36 archlinux NetworkManager[283]: <info>  [1672948896.1506] device (wlo1): supplicant interface state: inactive -> interface_disabled
Jan 05 20:01:36 archlinux NetworkManager[283]: <info>  [1672948896.1670] device (wlo1): supplicant interface state: interface_disabled -> inactive
Jan 05 20:08:32 archlinux NetworkManager[283]: <info>  [1672949312.6999] device (wlo1): set-hw-addr: set MAC address to D6:EE:3E:38:B5:DF (scanning)
Jan 05 20:08:33 archlinux NetworkManager[283]: <info>  [1672949313.1771] device (wlo1): supplicant interface state: inactive -> interface_disabled
Jan 05 20:08:33 archlinux NetworkManager[283]: <info>  [1672949313.1947] device (wlo1): supplicant interface state: interface_disabled -> inactive
Jan 05 20:15:29 archlinux NetworkManager[283]: <info>  [1672949729.6071] device (wlo1): set-hw-addr: set MAC address to 0A:D6:59:0F:F7:88 (scanning)
Jan 05 20:15:30 archlinux NetworkManager[283]: <info>  [1672949730.0875] device (wlo1): supplicant interface state: inactive -> interface_disabled
Jan 05 20:15:30 archlinux NetworkManager[283]: <info>  [1672949730.1047] device (wlo1): supplicant interface state: interface_disabled -> inactive
Jan 05 20:22:26 archlinux NetworkManager[283]: <info>  [1672950146.6131] device (wlo1): set-hw-addr: set MAC address to 82:0C:1E:80:F0:6E (scanning)
Jan 05 20:22:27 archlinux NetworkManager[283]: <info>  [1672950147.0904] device (wlo1): supplicant interface state: inactive -> interface_disabled
Jan 05 20:22:27 archlinux NetworkManager[283]: <info>  [1672950147.1080] device (wlo1): supplicant interface state: interface_disabled -> inactive
Jan 05 20:29:23 archlinux NetworkManager[283]: <info>  [1672950563.6371] device (wlo1): set-hw-addr: set MAC address to 1A:0F:6D:2E:60:39 (scanning)
Jan 05 20:29:24 archlinux NetworkManager[283]: <info>  [1672950564.1133] device (wlo1): supplicant interface state: inactive -> interface_disabled
Jan 05 20:29:24 archlinux NetworkManager[283]: <info>  [1672950564.1302] device (wlo1): supplicant interface state: interface_disabled -> inactive
Jan 05 20:36:20 archlinux NetworkManager[283]: <info>  [1672950980.6563] device (wlo1): set-hw-addr: set MAC address to 52:F3:9A:C8:30:50 (scanning)
Jan 05 20:36:21 archlinux NetworkManager[283]: <info>  [1672950981.1337] device (wlo1): supplicant interface state: inactive -> interface_disabled
Jan 05 20:36:21 archlinux NetworkManager[283]: <info>  [1672950981.1513] device (wlo1): supplicant interface state: interface_disabled -> inactive
Jan 05 20:43:17 archlinux NetworkManager[283]: <info>  [1672951397.7030] device (wlo1): set-hw-addr: set MAC address to 72:C7:2E:94:B3:B0 (scanning)
Jan 05 20:43:18 archlinux NetworkManager[283]: <info>  [1672951398.1798] device (wlo1): supplicant interface state: inactive -> interface_disabled
Jan 05 20:43:18 archlinux NetworkManager[283]: <info>  [1672951398.1968] device (wlo1): supplicant interface state: interface_disabled -> inactive
Jan 05 20:50:14 archlinux NetworkManager[283]: <info>  [1672951814.7029] device (wlo1): set-hw-addr: set MAC address to 0E:CC:E6:7E:61:42 (scanning)
Jan 05 20:50:15 archlinux NetworkManager[283]: <info>  [1672951815.1805] device (wlo1): supplicant interface state: inactive -> interface_disabled
Jan 05 20:50:15 archlinux NetworkManager[283]: <info>  [1672951815.1967] device (wlo1): supplicant interface state: interface_disabled -> inactive
Jan 05 20:57:11 archlinux NetworkManager[283]: <info>  [1672952231.7029] device (wlo1): set-hw-addr: set MAC address to 1E:DC:45:48:AC:4D (scanning)
Jan 05 20:57:12 archlinux NetworkManager[283]: <info>  [1672952232.1799] device (wlo1): supplicant interface state: inactive -> interface_disabled
Jan 05 20:57:12 archlinux NetworkManager[283]: <info>  [1672952232.1967] device (wlo1): supplicant interface state: interface_disabled -> inactive
Jan 05 21:04:08 archlinux NetworkManager[283]: <info>  [1672952648.6935] device (wlo1): set-hw-addr: set MAC address to EA:CF:1F:D4:05:50 (scanning)
Jan 05 21:04:09 archlinux NetworkManager[283]: <info>  [1672952649.1733] device (wlo1): supplicant interface state: inactive -> interface_disabled
Jan 05 21:04:09 archlinux NetworkManager[283]: <info>  [1672952649.1900] device (wlo1): supplicant interface state: interface_disabled -> inactive
Jan 05 21:11:05 archlinux NetworkManager[283]: <info>  [1672953065.6495] device (wlo1): set-hw-addr: set MAC address to 7A:8E:BF:38:59:5C (scanning)
Jan 05 21:11:06 archlinux NetworkManager[283]: <info>  [1672953066.1266] device (wlo1): supplicant interface state: inactive -> interface_disabled
Jan 05 21:11:06 archlinux NetworkManager[283]: <info>  [1672953066.1432] device (wlo1): supplicant interface state: interface_disabled -> inactive
Jan 05 21:18:02 archlinux NetworkManager[283]: <info>  [1672953482.6894] device (wlo1): set-hw-addr: set MAC address to 9A:8B:35:77:AB:CB (scanning)
Jan 05 21:18:03 archlinux NetworkManager[283]: <info>  [1672953483.1666] device (wlo1): supplicant interface state: inactive -> interface_disabled
Jan 05 21:18:03 archlinux NetworkManager[283]: <info>  [1672953483.1844] device (wlo1): supplicant interface state: interface_disabled -> inactive
Jan 05 21:24:59 archlinux NetworkManager[283]: <info>  [1672953899.6267] device (wlo1): set-hw-addr: set MAC address to 86:01:0C:54:B7:57 (scanning)
Jan 05 21:25:00 archlinux NetworkManager[283]: <info>  [1672953900.1064] device (wlo1): supplicant interface state: inactive -> interface_disabled
Jan 05 21:25:00 archlinux NetworkManager[283]: <info>  [1672953900.1232] device (wlo1): supplicant interface state: interface_disabled -> inactive

https://wiki.archlinux.org/title/Networ … i_examples

Last edited by seth (2023-01-05 22:15:38)

Offline

#15 2023-01-05 22:14:51

ruv6
Member
Registered: 2023-01-05
Posts: 11

Re: [SOLVED] Networking stops after Arch install....

seth wrote:

Now it shows it!

So what stops you from configuring it?

A bit embarassed. I dont know how...

Offline

#16 2023-01-05 22:16:19

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

Re: [SOLVED] Networking stops after Arch install....

See my edit.

Offline

#17 2023-01-05 22:20:47

ruv6
Member
Registered: 2023-01-05
Posts: 11

Re: [SOLVED] Networking stops after Arch install....

seth wrote:

See my edit.


im sorry to say but i dont understand how, could you please guide me?

Offline

#18 2023-01-05 22:25:48

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 20,653

Re: [SOLVED] Networking stops after Arch install....

ruv6 wrote:
seth wrote:

See my edit.


im sorry to say but i dont understand how, could you please guide me?

Are you trolling us?


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way

Offline

#19 2023-01-05 22:28:19

ruv6
Member
Registered: 2023-01-05
Posts: 11

Re: [SOLVED] Networking stops after Arch install....

ewaller wrote:
ruv6 wrote:
seth wrote:

See my edit.


im sorry to say but i dont understand how, could you please guide me?

Are you trolling us?


Im really not. I come from ubuntu.

Offline

#20 2023-01-05 22:29:31

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

Re: [SOLVED] Networking stops after Arch install....

Just in case you missed it: there'S a link at the bottom.
If that wiki over your head, you're using the wrong distribution.

Offline

#21 2023-01-05 22:31:08

ruv6
Member
Registered: 2023-01-05
Posts: 11

Re: [SOLVED] Networking stops after Arch install....

seth wrote:

Just in case you missed it: there'S a link at the bottom.
If that wiki over your head, you're using the wrong distribution.

I missed the link. I apologise. Thank you so much for the help

Offline

Board footer

Powered by FluxBB