Artix Linux Forum

Artix Linux => Applications & Software => Topic started by: unix2931 on 22 December 2023, 13:57:21

Title: Wifi and Audio don't work on Artix
Post by: unix2931 on 22 December 2023, 13:57:21
Just moved from EndeavourOS to Artix and I am having issues with my wifi and audio. Most distros I never had issues with wifi and audio.

I understand there is a lack of binary blobs, I tried to install it sudo pacman -S linux-firmware but that made no difference, even after a reboot. What do I need to do?

My wifi adapter worked in live ISO but after installing the OS and rebooting, my wifi adapter does not work, what is missing on my PC vs live ISO?

I installed xanmod kernel as I found out I was using linux.artix kernel originally however still fails to work, I reckon something is missing that needs to be installed, not too sure what it is?
Title: Re: Wifi and Audio don't work on Artix
Post by: doheka on 22 December 2023, 14:19:13
Did you install Alsa or pulseaudio? What kind of wifi module?
Title: Re: Wifi and Audio don't work on Artix
Post by: unix2931 on 22 December 2023, 14:34:22
pulseaudio and I have a dlink external wifi adapter.
Title: Re: Wifi and Audio don't work on Artix
Post by: unix2931 on 22 December 2023, 14:37:12
And here is the image of the issue with paulseadio:

https://imgur.com/a/9E39LvX
Title: Re: Wifi and Audio don't work on Artix
Post by: Artt on 22 December 2023, 21:29:11
Did you instal thel sof-firmware package?
Title: Re: Wifi and Audio don't work on Artix
Post by: LemonPie on 22 December 2023, 22:09:07
for wifi check askubuntu (https://askubuntu.com/a/258732) some of the commands are outdated so better to refer to wiki (https://wiki.archlinux.org/title/Network_configuration/Wireless)
some wifi cards' drivers have independent drivers package check the wiki (https://wiki.archlinux.org/title/Network_configuration/Wireless#Troubleshooting_drivers_and_firmware)

and if you thought wifi is complex, look out audio setup in wiki (https://wiki.archlinux.org/title/PipeWire)
more info (https://www.maketecheasier.com/install-configure-pipewire-linux/) and more (https://wiki.artixlinux.org/Site/PipewireInsteadPulseaudio)
Title: Re: Wifi and Audio don't work on Artix
Post by: unix2931 on 23 December 2023, 03:39:20
Ok so what I know is that in the live ISO it was disabled the wifi adapter and I enabled it through the "Status Tray Plugin", the problem is that this plugin does not appear on the xfce taskbar after installing artix on the main computer despite it being in panel preferences:

https://imgur.com/a/149g6Tq

https://imgur.com/a/gF8W7dW

Regarding audio I will have a look at the setup as suggested but why in live ISO it worked but not after installation?
Title: Re: Wifi and Audio don't work on Artix
Post by: tintin on 23 December 2023, 05:16:01
Hello,

I use Artix OpenRC XFCE.

I replaced network-manager with connman:
Code: [Select]
pacman -Qs connman
local/connman 1.41-1
     Intel's modular network connection manager
local/connman-gtk 1.1.1-3
     Tray menu and GTK3 GUI for ConnMan
local/connman-openrc 20210506-1 (openrc-galaxy)
     OpenRC connman init script

I have been using alsa only for several years.
I removed all pulse packets except libpulse and libcanberra.

I use alsa and the nice and very practical qastools mixer on different pc:
https://forum.artixlinux.org/index.php/topic,4318.msg27848.html#msg27848

Note: I don't play games and don't use wine or steam.
But I have sound in all my apps.
Title: Re: Wifi and Audio don't work on Artix
Post by: unix2931 on 23 December 2023, 08:13:04
Unfortuantely I can't get fn keys to work, but thanks :)
Title: Re: Wifi and Audio don't work on Artix
Post by: ####### on 23 December 2023, 15:13:27
Occasionally wifi is blocked for some reason - in a terminal, try:
Code: [Select]
$ rfkill
Other quick things to investigate, as mentioned in LemonPie's links above:
Code: [Select]
$ ip link show
$ iw dev
# lspci -vvv    (look at "Network controller" section)

This will give more info to see if your wifi is detected, whether it is up or down, what it's name is, what driver it's using and the chipset number, so you can search this data online and ensure the correct driver is being loaded. Also you can search the Arch wiki and elsewhere to find if any special driver packages are needed for your wifi card.
Title: Re: Wifi and Audio don't work on Artix
Post by: tintin on 27 December 2023, 04:46:36
I assume you installed the linux-firmware package :
Code: [Select]
pacman -Si linux-firmware
Dépôt                    : system
Nom                      : linux-firmware
Version                  : 20231211.f2e52a1c-1
Description              : Firmware files for Linux
Architecture             : any
URL                      : https://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary

Code: [Select]
pacman -Ss firmware
might help you find what you're missing...