humbletech99
06-30-2008, 05:25 PM
The /usr/bin/ipw3945*.sh scripts on BT3 final both have typos and errors as follows:
They both have modporbe instead of modprobe. Personally if I was going to make this mistake I'd at least make it a modporche... ;)
second, the driver /usr/bin/ipw3945i.sh tries to "modporbe" is "ipraw" which doesn't exist, instead you need to change that to "ipwraw" in order for it to work.
After that these 2 trivial shell scripts are useful for switching between monitor mode and regular mode on the ipw3945.
They both have modporbe instead of modprobe. Personally if I was going to make this mistake I'd at least make it a modporche... ;)
second, the driver /usr/bin/ipw3945i.sh tries to "modporbe" is "ipraw" which doesn't exist, instead you need to change that to "ipwraw" in order for it to work.
After that these 2 trivial shell scripts are useful for switching between monitor mode and regular mode on the ipw3945.