
Originally Posted by
mundge
sudo modprobe fsam7400 radio=1
sudo echo fsam7400 >> /etc/modules
sudo echo options fsam7400 radio=1 >> /etc/modprob.d/options
try this:
Code:
# become root
sudo su
# have fsam7400 loaded at every boot
echo fsam7400 >> /etc/modules
# set default options for fsam4400
echo options fsam7400 radio=1 >> /etc/modprob.d/options
# insert fsam module
modprobe fsam7400
# return to normal self
exit
sudo will not escalate the '>>' redirection and therefor the redirection is done as yourself and not as sudo'd root
Bookmarks