Broadcom Wrieless Archlinux

I recently installed Arch. but my network card is not working.

I was surprised, i still had to install the driver myself?

The Arch documentation is so rich.

You can visit this link.

Look for problems

1
lspic -vnn -d 14e4:

lspic

The NIC is already recognized by the system.

display message

Check whether the system starts abnormally.

1
dmesg

I thought it was a driver error and I tried uninstalling the installation. does not solve the problem.

hwinfo

1
hwinfo --netcard --bluetooth | grep -Ei "(speed|hotplug|model|status|cmd|file|detected|driver:)" | grep -v "Config S"

To find the problem, the driver needs to execute the following command:

1
modprobe wl

But to restart, you still need to execute the command again.

It’s awful, I need to really fix it. Maybe execute a script at startup?