Skip to content

Commit 4faecf0

Browse files
committed
hw-mgmt: init: Blacklist cdc_subset network driver
Initialization of usb network interface on BMC enabled systems occasionally results in the following error messages: cdc_subset: probe of 1-2.1:1.0 failed with error -22 cdc_ether: probe of 1-2.1:1.0 failed with error -16 Since both cdc_subset and cdc_ether drivers can handle usb network interface between host CPU and BMC, blacklist the cdc_subset driver to make sure that only cdc_ether driver is loaded. This fixes the error messages above. Bug: 4260024 Signed-off-by: Felix Radensky <fradensky@nvidia.com>
1 parent 438afe0 commit 4faecf0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

usr/etc/modprobe.d/hw-management.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ blacklist pcspkr
1515
blacklist i2c_piix4
1616
blacklist i2c_asf
1717
blacklist cfg80211
18+
blacklist cdc_subset

0 commit comments

Comments
 (0)