Open weberk opened 3 years ago
Back to working after ChromeOS update to Version 88.0.4324.153 (Offizieller Build) (64-Bit)
WIFI driver always breaks after I have executed depmod -A or depmod -a
My situation seems different than yours. wlan0 works at full speed. When I try to deploy a self compiled kernel module wlan0 stops working at all. In order to allow modprobe to load the new kernel module it needs to call depmod first. The latter than breaks broadcom_wl
dmesg:
lspci shows no driver in use:
my kernel option:
options=broadcom_wl,enable_updates,acpi_power_button
Any idea howto recover?