You are not logged in.

#1 2020-07-02 18:32:20

Blackmorse
Member
Registered: 2020-07-02
Posts: 5

[SOLVED] Connect to internet after installation

Hello, I'm trying to install Arch at laptop first time, and stuck with next problem

While installing, I was connecting to internet using wi-fi  through iwd, command

iwctl --passphrase ... station wlan0 connect My_Wi-Fi

After rebooting and entering system not from installation medium, I can not to connect internet:
ip link doesn't show wlan0
iwctl mostly hang with Waiting IWD to start.... (One time after n-th reboot it finally started, but show no devices)
Also rfkill list shows only bluetooth.


dmesg | grep -i firmware show several bugs:

[Firmware Bug] : TSC_DEADLINE disable due t Errata; please update microcode to version: 0x25(or later)
DMAR: [Firmware Bug]: No firmware reserved region can cover this RMRR [0x.....]; contact BIOS vender for fixes
DMAR: [Firmware Bug]: Your BIOS is broken; bad RMRR [0x...]
ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[Firmware Bug]: Invalid critical threshold (0)
[Firmware Bug]: ACPI(PXSX) defines _DOD but not _DOS
bluetooth hci0: Direct firmware load for brcm/BCM43142A0-0a5c-216c.hcd failed with error -2

Last edited by Blackmorse (2020-07-03 05:20:55)

Offline

#2 2020-07-02 18:44:13

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,791

Re: [SOLVED] Connect to internet after installation

Look at the output of ip link
I bet the name changed to wlo1

https://www.freedesktop.org/wiki/Softwa … faceNames/


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#3 2020-07-02 18:46:27

Blackmorse
Member
Registered: 2020-07-02
Posts: 5

Re: [SOLVED] Connect to internet after installation

No, I have only lo and eno1
At installation medium process there were 3 entries

Offline

#4 2020-07-02 18:50:54

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

Re: [SOLVED] Connect to internet after installation

Installation Guide wrote:

The base package does not include all tools from the live installation, so installing other packages may be necessary for a fully functional base system. In particular, consider installing:
...
software necessary for networking,
...


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#5 2020-07-02 18:51:36

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,791

Re: [SOLVED] Connect to internet after installation

Check the output of uname -a and of pacman -Q linux
Ensure the versions match.

Does your WiFi show up in the output of lspci -nn   ?
If so, what is the chipset, and what are the VID and PID (The hex digits in the [xxxx:xxxx])?


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#6 2020-07-02 18:56:10

Blackmorse
Member
Registered: 2020-07-02
Posts: 5

Re: [SOLVED] Connect to internet after installation

versions match.

Network Controller [0280]: Broadcom Inc. and subsidiaries BCM43142 802.11b/g/n [14e4:4365] (rev 01)

Offline

#7 2020-07-02 19:32:01

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,791

Re: [SOLVED] Connect to internet after installation

I am not a user of Broadcom devices, but I think you need to install broadcom-wl-dkms.

https://bbs.archlinux.org/viewtopic.php?id=167728
https://wiki.archlinux.org/index.php/Broadcom_wireless

There are several ways you can do this -- with a wired connection, USB tether a phone, or start from your install media and set up a chroot.


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#8 2020-07-02 21:05:33

Blackmorse
Member
Registered: 2020-07-02
Posts: 5

Re: [SOLVED] Connect to internet after installation

Installed from installation media and configured via NetworkManager.

Thanks a lot, this works!

Offline

#9 2020-07-02 22:23:29

2ManyDogs
Forum Fellow
Registered: 2012-01-15
Posts: 4,645

Re: [SOLVED] Connect to internet after installation

Please remember to mark your thread [SOLVED] (edit the title of your first post).

Offline

Board footer

Powered by FluxBB