1 # arg 1: the new package version
4 echo ">>> You may want to add one of the following lines to your /etc/modprobe.conf,"
5 echo ">>> depending on type of your card:"
6 echo ">>> install em8300 modprobe adv717x ; modprobe -i em8300 ; true"
7 echo ">>> install em8300 modprobe bt865 ; modprobe -i em8300 ; true"
9 KERNEL_VERSION=`uname -r`
10 depmod -v $KERNEL_VERSION > /dev/null 2>&1
13 # arg 1: the new package version
14 # arg 2: the old package version
16 KERNEL_VERSION=`uname -r`
17 depmod -v $KERNEL_VERSION > /dev/null 2>&1
20 # arg 1: the old package version
22 KERNEL_VERSION=`uname -r`
23 depmod -v $KERNEL_VERSION > /dev/null 2>&1