[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: bcm43xx finally working, with encryption too!!!



Bin Zhang <yangtze31@gmail.com> 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. 



Reply to: