#!/bin/sh set -e if [ $(id -u) -ne 0 ]; then echo "You need to be root to execute this script" exit 1 fi modprobe -r xhci_pci modprobe -r xhci_hcd modprobe xhci_hcd modprobe xhci_pci