Hi,

stef schip wrote:

> I confirm the bug on my laptop, equipped with AR9285 (module ath9k)
> wireless chip.
>
> the laptop (samsung N220 netbook) has a fairly clean debian testing
> installation,
> after kernel upgrade from 3.1.0-1-686-pae to 3.2.0-1-686-pae connection to
> a wifi router with WEP encryption (*) does not work anymore.
> i can setup the interface with manual ifconfig / iwconfig commands, no
> errors are reported,
[...]
>     no packets are transmitted nor received over the wireless link.

Thanks.  Sounds like a completely different bug.

Does the following work?

        apt-get install iproute iw
        /etc/init.d/NetworkManager stop
        ifdown wlan0

        ip link set wlan0 up
        iw dev wlan0 connect -w <SSID> key d:0:<WEP key>
        dhclient wlan0

        ping google.com

        ip link set wlan0 down



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/20120213150133.GF4140@burratino

Reply via email to