Code: Select all
modprobe -r iwl3945
modprobe iwl3945 disable_hw_scan=1Code: Select all
modprobe -r iwl3945
modprobe iwl3945 disable_hw_scan=1

OOOH. I think I see what you're saying.alienjon wrote:naw, it's a module (unless I'm misinterpreting what you mean by 'static')
Code: Select all
# /etc/modprobe.conf
options iwl3945 disable_hw_scan=1Code: Select all
$ man modprobe.confCode: Select all
### This file is automatically generated by update-modules
#
# Please do not edit this file directly. If you want to change or add
# anything please take a look at the files in /etc/modprobe.d and read
# the manpage for update-modules(8).
Code: Select all
update-modules