#!/bin/sh # Copyright 2010 Robin * Slomkowski, scripts@s.rslomkow.org # This file is distributed under the GPL # Full text can be found at http://www.gnu.org/copyleft/gpl.html module=r8192se_pci firmware=RTL8192SE km_file=`find . -name ${module}.ko` fw_dir=`find . -type d -name $firmware` rmmod $module cp -i $km_file "/lib/modules/`uname -r`/kernel/drivers/net/wireless/" cp -rip $fw_dir /lib/firmware/`uname -r`/ # build the deps depmod -a # load the module modprobe $module