Skip to content

Commit

Permalink
hw-mgmt: init: Blacklist cdc_subset network driver
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
felixradensky committed Jan 22, 2025
1 parent 438afe0 commit 4faecf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions usr/etc/modprobe.d/hw-management.conf
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ blacklist pcspkr
blacklist i2c_piix4
blacklist i2c_asf
blacklist cfg80211
blacklist cdc_subset

0 comments on commit 4faecf0

Please sign in to comment.