updated on Wed Jan 18 20:10:41 UTC 2012
[aur-mirror.git] / rt3572usb-wusb600nv2 / rt3572usb-wusb600nv2.install
blob47eafb2aedd9a781e71e7cbaf49f33722b98b3e1
1 post_install(){
2     echo ">>>>"
3     echo ">>>> To use this module, connect your wireless adapter" 
4     echo ">>>> and look for a network interface labeled 'ra0'" 
5     echo ">>>>"
6     echo ">>>> If the module is not auto-loaded, try loading it"
7     echo ">>>> manually by typing (as root):"
8     echo ">>>>"
9     echo ">>>>     # modprobe rt3572sta"
10     echo ">>>>"
11     echo ">>>> If you get \"wrong password\" when trying to connect to"
12     echo ">>>> your lan with wicd or other connection managers, you have to"
13     echo ">>>> set your WEP/WAP key in /etc/Wireless/RT2870STA/RT2870STA.dat."
14     echo ">>>> Have a look here for how to do it:"
15     echo ">>>> https://wiki.archlinux.org/index.php/Rt2870#Authentication"
16     echo ">>>> Netcfg users can benefit from raising timeout to \"120\" in netcfg"
17     echo ">>>> profile, to avoid WPA Authentication error (thanks to carbncl)."
18     echo ">>>>"
19     echo ">>>> This package also includes a simple firmware update"
20     echo ">>>> utility. To download and install the latest firmware" 
21     echo ">>>> for your wireless device, run (as root):" 
22     echo ">>>>"
23     echo ">>>>     # rt2870-firmware-update"
24     echo ">>>>"
25     echo ">>>> This driver is specific to Linksys WUSB600Nv2; if"
26     echo ">>>> not sure, you can identify if you have this device" 
27     echo ">>>> by executing the 'rt2870-firmware-update' utility"
28     echo ">>>> with the '--probe' switch:"
29     echo ">>>>"
30     echo ">>>>     $ rt2870-firmware-update --probe"
31     echo ">>>>"
33     depmod -a
36 post_upgrade() {
37     post_install $1
39     
40 post_remove() {
41     depmod -a