Skip to main content
Topic: Enable Wifi on Artix dinit [SOLVED] (Read 2537 times) previous topic - next topic
0 Members and 2 Guests are viewing this topic.

Re: Enable Wifi on Artix dinit

Reply #15
It's a shame you don't have an ethernet connection just to update pacman and see if the update resolves the issue.
Cat Herders of Linux

Re: Enable Wifi on Artix dinit

Reply #16
cat herder, I think they have and did sometime ago in this thread.  Just waiting to see if it connects from the live environment first 'cause it makes no sense - the DE see's the wi-fi network so the card is communicating with the outside World, and it appears to connect but in reality hasn't - but the important thing is it see's the network to begin with (and takes the pw without error too, its just weird that it doesn't after what was a simple install, then an obvious reboot, then a huge update on what was wired then an obvious reboot again...)

Re: Enable Wifi on Artix dinit

Reply #17
I think the problem may be the driver: I have a Broadcom card and that is not alway picked up.

I tried
Code: [Select]
yay -S broadcom-wl
but yay is not recognized by Artix.

 

Re: Enable Wifi on Artix dinit

Reply #18
sudo pacman -S yay

broadcom-wl is in the repos

sudo pacman -S broadcom-wl-dkms
Cat Herders of Linux