Skip to main content
Topic: Wifi driver loads in live USB but not after installation (Read 549 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Wifi driver loads in live USB but not after installation

From the Live USB the networking worked fine but after install it loads other drivers.

Output of lspci -knnd 14e4:

Live USB working:
Code: [Select]
01:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM4352 802.11ac Wireless Network Adapter [14e4:43b1] (rev 03)
Subsystem: Lenovo Device [17aa:0623]
Kernel driver in use: wl
Kernel modules: bcma, wl

After installation not working:
Code: [Select]
01:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM4352 802.11ac Wireless Network Adapter [14e4:43b1] (rev 03)
Subsystem: Lenovo Device [17aa:0623]
Kernel driver in use: bcma-pci-bridge
Kernel modules: bcma

How do I load the wl kernel driver again instead of the bcma-pci-bridge?

I appreciate your help.