| /pcivme-3.2/driver/pcivme_load |
|---|
| 20,6 → 20,9 |
| if test $1 |
| then |
| # invoke insmod |
| lsmod | grep $module |
| /sbin/rmmod $module |
| # invoke insmod |
| /sbin/insmod $module.ko || /sbin/insmod $module.o || exit 1 |
| # get major number from /proc/devices |
| 30,6 → 33,7 |
| chgrp $group /dev/${device}$1 |
| chmod $mode /dev/${device}$1 |
| ls -latr /dev/${device}$1 |
| else |
| echo "usage: pcivme_load module_number" |
| fi |