updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / fsam7440 / fsam7440.install
blobc9b096ec76d3b2222fab32f9d46b1050ee2e1c79
1 post_install() {
2 depmod -a
3 cat << EOF
4 --------------------------------------------------------------------
5 To choose the state of the radio when the module is loaded you
6 can edit 'radio' parameter.
8         modprobe fsam7440 radio=0  (ON)
9         modprobe fsam7440 radio=1  (OFF)
11 Also you can change the state of the card edit /proc/fsam7440/radio
12 and view the state in this file:
14         echo 0 > /proc/fsam7440/radio (Turn OFF)
15         echo 1 > /proc/fsam7440/radio (Turn ON)
17         cat /proc/fsam7440/radio (View the state)
18           0 = OFF       1 = ON
19 --------------------------------------------------------------------
20 EOF
23 post_upgrade() {
24 post_install $1
27 post_remove() {
28 post_install $1
31 op=$1
32 shift
33 $op $*