Bin Zhang <[EMAIL PROTECTED]> writes: > Try not run dhclient directly. You can configure all you need in > /etc/network/interfaces: > For example: > iface eth1 inet dhcp > pre-up modprobe ...... > post-up iwlist eth1 scan > post-up iwconfig eth1 rate 11M > post-up iwconfig eth1 essid ...... > #post-up iwconfig eth1 key ...... > > Use "ifup eth1" and "ifdown eth1". > > Bin
I tried this approach, it seems, at least from the behavior in my ibook, that the commands with "post-up" run after the dhcp command. So it still doesn't do the iwlist scanning before dhcp command. Shreyas. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

