On Wed, 14 Feb 2007 the mental interface of
Mayne told:

> Hi!
> 
> Trying to connect a Longshine LCS-8131G with a WPA1 access point using 
> zd1211rw (as in Linux 2.6.19.2). Starting wpasupplicant and associating 
> works fine, as does connectivity when configuring the client IP manually, 
> but as soon as I start dhclient, the connection breaks (logs see below). 
> Perhaps this is some distribution issue (Debian testing) as 
> /etc/dhclient-script seems to do an ifconfig down on the wifi device when 
> starting dhclient (for getting rid of old routes perhaps). However, other 
> wifi devices (Intel...) work with the same software.
> 
> Can someone shed some light on this?

Drop something like:

iface eth1 inet dhcp
         wpa-driver wext
         wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
         post-up /sbin/iwconfig eth1 rate 54M
         post-down killall -q -15 /sbin/wpa_supplicant
auto eth1

to your /etc/networking/interfaces

Elimar

-- 
  The path to source is always uphill!
                                -unknown-

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs

Reply via email to