Skip to content

Commit 5c2d977

Browse files
committed
Better comments
1 parent aa9b907 commit 5c2d977

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

installCDCACM.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ else
2525
echo "$ sudo modprobe -f cdc-acm"
2626
fi
2727
# Install the cdc-acm module
28+
# Make sure that the drivers/usb/class directory exists
2829
INSTALLDIRECTORY=/lib/modules/$(uname -r)/kernel/drivers/usb/class
29-
echo $INSTALLDIRECTORY
3030
sudo mkdir -p "$INSTALLDIRECTORY"
31+
# Then copy over the module file
3132
sudo cp -v cdc-acm.ko $INSTALLDIRECTORY
3233
sudo depmod -a
3334
echo "Installed cdc-acm Module"

0 commit comments

Comments
 (0)