Build 0.46 modprobe parameter tests 1. Test mode=0 PASS % modprobe ipw2100 mode=0 % iwconfig Verify the mode is set successfully % rmmod ipw2100 2. Test mode=0 with channel PASS % modprobe ipw2100 mode=0 channel=4 % iwconfig Verify the mode is set successfully; the channel can.t be set in mode 0. % rmmod ipw2100 3. Test mode=1 PASS % modprobe ipw2100 mode=1 % iwconfig Verify the mode is set successfully % rmmod ipw2100 4. Test mode=1 with channel PASS % modprobe ipw2100 mode=1 channel=4 % iwconfig Verify the mode is set successfully with channel=4. % rmmod ipw2100 5. Test mode=2 PASS % modprobe ipw2100 mode=2 % iwconfig Verify the mode is set successfully % rmmod ipw2100 6. Test mode=2 with channel PASS % modprobe ipw2100 mode=2 channel=4 % iwconfig Verify the mode is set successfully with channel=4. % rmmod ipw2100 Although mode can be set correctly, I can.t bring up the IP for wireless Ethernet interface. Either .ifconfig eth1 up. or .ifup eth1. can.t bring IP for eth1. :-( Copyright (c) 2004 Intel Corporation. All rights reserved.