I'm trying to install Arch Linux on a dual boot (overwriting a root partition that previously had Fedora). I connected to WiFi easily enough on the installation USB but can't manage to on the real installation.
Some things worth mentioning:
- On the USB the interface was called
wlp2s0b1. This doesn't seem to exist on the installation - I installed
dialog,wpa_supplicant,wpa_actiondandiwthrough chroot from the USB (on the installation) ip linkdoesn't show anything that starts with aw, onlyloandenp1s0. On the USB it had a third thing,wlp2s0b1iw devreturnsnl80211 not found.- wifi worked fine on Fedora
- I have run
systemctl enable [email protected]. When run withoutsudoit returnsFailed to enable unit: The name org.freedesktop.PolicyKit1 was not provided by any .service files. When run withsudothere's no output, but wifi still doesn't work. ip link set wlp2s0b1 upreturnsCannot find device "wlp2s0b1"@GAD3R asked for the output of
lspci -knn | grep Net -A2so here it is:lspci: Unable to load libkmod resources: error -12 02:00.0 Network controller [0280]: Broadcom Corporation BCM4313 802.11bgn Wireless Network Adapter [14e4:4727] (rev 01) Subsystem: Broadcom Corporation Device [14e4:051b]
I'm completely lost and would appreciate help getting my wifi working.