From b92dfb15cbb97fa0cdb9393e6cc8d912467f1aea Mon Sep 17 00:00:00 2001 From: Blueve <672454911@qq.com> Date: Wed, 10 Feb 2021 22:15:13 +0800 Subject: [PATCH] [Celestica][haliburton][cp210x] modprobe cp210x to ensure the driver loaded properly (#6715) This PR is to fix issue: #6603 The CP210x driver not attached properly after first login (cold-plug), lsusb and dmesg shown that the usb devices has been recognized but driver is missing. --- .../debian/platform-modules-haliburton.init | 1 + 1 file changed, 1 insertion(+) diff --git a/platform/broadcom/sonic-platform-modules-cel/debian/platform-modules-haliburton.init b/platform/broadcom/sonic-platform-modules-cel/debian/platform-modules-haliburton.init index 1dc0ea5cfeeb..80964d5338af 100644 --- a/platform/broadcom/sonic-platform-modules-cel/debian/platform-modules-haliburton.init +++ b/platform/broadcom/sonic-platform-modules-cel/debian/platform-modules-haliburton.init @@ -18,6 +18,7 @@ start) modprobe smc modprobe hlx_gpio_ich modprobe dps200 + modprobe cp210x found=0 for devnum in 0 1; do