|
|
| |
farewell | farewell |
clear | clear |
if [ "$distribution" = "gentoo" ]; then |
xecho "Running update-modules..." |
xecho "Running modules-update..." |
update-modules |
modules-update |
|
elif [ "$distribution" = "debian" ]; then |
|
xecho "Running update-modules..." |
|
update-modules |
|
fi |
|
if [ -x $rcalsasound ] ; then | if [ -x $rcalsasound ] ; then |
echo Loading driver... | echo Loading driver... |
$rcalsasound restart | $rcalsasound restart |