You are not logged in.

#1 2023-03-16 01:35:56

PFleur
Member
Registered: 2022-12-31
Posts: 23

[SOLVED] no audio or internet after running pacman

I fixed the issue by updating pacman in the live environment

Yesterday I went to enable the multilib repository to install Steam. After uncommenting the

[multilib]
Includue = /etc/pacman.d/mirrorlist

lines in /etc/pacman.conf and executing "sudo pacman -Syu" and rebooting my install broke. Given what alsa and NetworkManager show it seems that no audio or internet devices are working. Booting the live environment everything works and the BIOS diagnosnics report the same. Is there anything I could do to fix this or should I reinstall?

Last edited by PFleur (2023-03-26 17:48:48)

Offline

#2 2023-03-16 01:50:52

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,727

Re: [SOLVED] no audio or internet after running pacman

No audio and no internet usually means you didn't boot the kernel you think you did. Do you have a separate /boot partition? Was it mounted when you updated? Check uname -r.

Offline

#3 2023-03-16 02:09:31

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,471
Website

Re: [SOLVED] no audio or internet after running pacman

If your description is accurate, you didn't install anything from multilib, so uncommenting those lines is an irrelevant coincidence.  You may want to broaden your search and update your title as whatever symptoms you are seeing have nothing to do with uncommenting the multilib repo in your pacman.conf.  If not a kernel version mismatch as Scimmia notes, then the problem could come from one of the packages that were updated - what was updated?  Post your pacman.log.


"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

#4 2023-03-16 02:38:41

PFleur
Member
Registered: 2022-12-31
Posts: 23

Re: [SOLVED] no audio or internet after running pacman

Scimmia wrote:

No audio and no internet usually means you didn't boot the kernel you think you did. Do you have a separate /boot partition? Was it mounted when you updated? Check uname -r.

The kernel read as 6.2.2-arch1-1

Offline

#5 2023-03-16 02:45:28

PFleur
Member
Registered: 2022-12-31
Posts: 23

Re: [SOLVED] no audio or internet after running pacman

Trilby wrote:

If your description is accurate, you didn't install anything from multilib, so uncommenting those lines is an irrelevant coincidence.  You may want to broaden your search and update your title as whatever symptoms you are seeing have nothing to do with uncommenting the multilib repo in your pacman.conf.  If not a kernel version mismatch as Scimmia notes, then the problem could come from one of the packages that were updated - what was updated?  Post your pacman.log.

Here's the pacman log

Offline

#6 2023-03-16 02:58:00

loqs
Member
Registered: 2014-03-06
Posts: 18,961

Re: [SOLVED] no audio or internet after running pacman

If uname -r is reporting 6.2.2-arch1-1 while the installed linux package is 6.2.6.arch1-1 then that is the mismatch Scimmia suggested.
What is the output of

$ findmnt -T /boot
# blkid

Offline

#7 2023-03-16 16:07:59

PFleur
Member
Registered: 2022-12-31
Posts: 23

Re: [SOLVED] no audio or internet after running pacman

Findmnt output
Target: /
Source: /dev/sda3
Fstype: ext4
Options: rw, relatime

Blkid didn't print anything to the terminal

Offline

Board footer

Powered by FluxBB