You are not logged in.
Pages: 1
I just install arch linux, but when i try to connect my wifi i noticed i dont have any wireless interface.
this is the output of "ip addr show":
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host noprefixroute
valid_lft forever preferred_lft forever
2: enp1s0f0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN group default qlen 1000
link/ether dc:4a:3e:63:70:f2 brd ff:ff:ff:ff:ff:ff
altname enxdc4a3e6370f2i read https://wiki.archlinux.org/title/Networ … n/Wireless but i could not undrstand it(im new to linux).
Last edited by saarow (2025-05-04 20:19:21)
Offline
this worked for me:
pacman -Syu broadcom-wl
modprobe wl
modprobe broadcomi reboot and i have wifi interface now.
Offline
You can probably skip "modprobe broadcom"
Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.
Online
Pages: 1