From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JaoQt-0002Gz-5X for garchives@archives.gentoo.org; Sun, 16 Mar 2008 08:41:32 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0F6CE04A7; Sun, 16 Mar 2008 08:41:29 +0000 (UTC) Received: from n72.bullet.mail.sp1.yahoo.com (n72.bullet.mail.sp1.yahoo.com [98.136.44.34]) by pigeon.gentoo.org (Postfix) with SMTP id 896BDE04A7 for ; Sun, 16 Mar 2008 08:41:29 +0000 (UTC) Received: from [216.252.122.219] by n72.bullet.mail.sp1.yahoo.com with NNFMP; 16 Mar 2008 08:41:29 -0000 Received: from [69.147.84.102] by t4.bullet.sp1.yahoo.com with NNFMP; 16 Mar 2008 08:41:29 -0000 Received: from [127.0.0.1] by omp206.mail.sp1.yahoo.com with NNFMP; 16 Mar 2008 08:41:29 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 50867.93003.bm@omp206.mail.sp1.yahoo.com Received: (qmail 15134 invoked by uid 60001); 16 Mar 2008 08:41:28 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Message-ID; b=6vfCoTZWHyItUVT5LPbb2jhTjHnw7H8768Za7w8V9a/vnTlXWD6bTUYvnShTSWlGbDt5YH14ntFF3YEhavbPrWovxcuJ06Tst5pQ/g7AVepmRPcCNQmr8xzG9zb4m2+0ph6JmMjRROc0nDI7HweN0ODDEO2cTd6eX5+kEiA1fYc=; X-YMail-OSG: 1WSVtmgVM1mpYyUv_i1qErBMUBLfFo3wOU8TFqTuprYpAvkv3lYrkxEuhwq40TF8vQ-- Received: from [89.114.39.83] by web45608.mail.sp1.yahoo.com via HTTP; Sun, 16 Mar 2008 01:41:28 PDT X-Mailer: YahooMailRC/902.38 YahooMailWebService/0.7.162 Date: Sun, 16 Mar 2008 01:41:28 -0700 (PDT) From: Dani Crisan Subject: [gentoo-user] wireless not working To: gentoo-user@lists.gentoo.org Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-447235573-1205656888=:98299" Message-ID: <687086.98299.qm@web45608.mail.sp1.yahoo.com> X-Archives-Salt: 6bc17392-049b-46d3-99c3-42d9c2e11731 X-Archives-Hash: 44c13d7c8523d4c2e5e361e7860f780c --0-447235573-1205656888=:98299 Content-Type: text/plain; charset=us-ascii Hello, Here is the scenario: -wireless card: Intel PRO/WIRELESS 3945ABG -lsmod | grep 3945 iwl3945 144628 0 mac80211 108932 1 iwl3945 -iwlist wlan0 Scan completed : Cell 01 - Address: 00:17:9A:F4:CE:B5 ESSID:"a" Mode:Master Channel:6 Frequency:2.437 GHz (Channel 6) Quality=33/100 Signal level=-89 dBm Noise level=-127 dBm Encryption key:off Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s 9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s 48 Mb/s; 54 Mb/s Extra:tsf=00000085815e4183 Cell 02 - Address: 00:1D:7E:E3:8C:DD ESSID:"baladei-wifi" Mode:Master Channel:11 Frequency:2.462 GHz (Channel 11) Quality=97/100 Signal level=-28 dBm Noise level=-127 dBm Encryption key:on IE: WPA Version 1 Group Cipher : CCMP Pairwise Ciphers (1) : CCMP Authentication Suites (1) : PSK Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s 24 Mb/s; 36 Mb/s; 54 Mb/s; 6 Mb/s; 9 Mb/s 12 Mb/s; 48 Mb/s Extra:tsf=0000000b865b4049 (I WANT TO CONNECT TO CELL2-baladei-wifi) -cat /etc/wpa_supplicant/wpa_supplicant.conf ctrl_interface=/var/run/wpa_supplicant ctrl_interface_group=wheel update_config=0 fast_reauth=1 network={ ssid="baladei-wifi" proto=WPA key_mgmt=WPA-PSK pairwise=CCMP TKIP group=CCMP TKIP WEP psk="my-password" priority=5 } -cat /etc/conf.d/net modules_wlan0=("dhcpcd" "iwconfig") wpa_supplicant_wlan0="-Dwext -c /etc/wpa_supplicant/wpa_supplicant.conf" config_wlan0=("dhcp") dhcpcd_wlan0="-t 5 -A" pre-up(){ ifconfig wlan0 up } -and the error: /etc/init.d/net.wlan0 start * Starting wlan0 * Configuring wireless network for wlan0 * WEP key is not set for "baladei-wifi" - not connecting * WEP key is not set for "linksys" - not connecting * Couldn't associate with any access points on wlan0 * Failed to configure wireless for wlan0 [ !! ] I need to connect to my linksys WRT54GL which is set to wpa-personal / wpa algorithm: TKIP, no WEP. Please advise since I'm getting very confused. Thank you in advance. ____________________________________________________________________________________ Looking for last minute shopping deals? Find them fast with Yahoo! Search. http://tools.search.yahoo.com/newsearch/category.php?category=shopping --0-447235573-1205656888=:98299 Content-Type: text/html; charset=us-ascii
Hello,

Here is the scenario:
-wireless card: Intel PRO/WIRELESS 3945ABG
-lsmod | grep 3945
    iwl3945               144628  0
    mac80211              108932  1 iwl3945
-iwlist
    wlan0     Scan completed :
          Cell 01 - Address: 00:17:9A:F4:CE:B5
                    ESSID:"a"
                    Mode:Master
                    Channel:6
                    Frequency:2.437 GHz (Channel 6)
                    Quality=33/100  Signal level=-89 dBm  Noise level=-127 dBm
                    Encryption key:off
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
                              9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s
                              48 Mb/s; 54 Mb/s
                    Extra:tsf=00000085815e4183
          Cell 02 - Address: 00:1D:7E:E3:8C:DD
                    ESSID:"baladei-wifi"
                    Mode:Master
                    Channel:11
                    Frequency:2.462 GHz (Channel 11)
                    Quality=97/100  Signal level=-28 dBm  Noise level=-127 dBm
                    Encryption key:on
                    IE: WPA Version 1
                        Group Cipher : CCMP
                        Pairwise Ciphers (1) : CCMP
                        Authentication Suites (1) : PSK
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
                              24 Mb/s; 36 Mb/s; 54 Mb/s; 6 Mb/s; 9 Mb/s
                              12 Mb/s; 48 Mb/s
                    Extra:tsf=0000000b865b4049

(I WANT TO CONNECT TO CELL2-baladei-wifi)


-cat  /etc/wpa_supplicant/wpa_supplicant.conf
    ctrl_interface=/var/run/wpa_supplicant
    ctrl_interface_group=wheel
    update_config=0
    fast_reauth=1

    network={
        ssid="baladei-wifi"
        proto=WPA
        key_mgmt=WPA-PSK
        pairwise=CCMP TKIP
        group=CCMP TKIP WEP
        psk="my-password"
        priority=5
        }

-cat /etc/conf.d/net
    modules_wlan0=("dhcpcd" "iwconfig")
    wpa_supplicant_wlan0="-Dwext -c /etc/wpa_supplicant/wpa_supplicant.conf"
    config_wlan0=("dhcp")
    dhcpcd_wlan0="-t 5 -A"

    pre-up(){
    ifconfig wlan0 up
    }

-and the error:
 /etc/init.d/net.wlan0 start
 * Starting wlan0
 *   Configuring wireless network for wlan0
 *   WEP key is not set for "baladei-wifi" - not connecting
 *   WEP key is not set for "linksys" - not connecting
 *   Couldn't associate with any access points on wlan0
 *   Failed to configure wireless for wlan0                               [ !! ]

   

I need to connect to my linksys
WRT54GL which is set to wpa-personal / wpa algorithm: TKIP, no WEP.



Please advise since I'm getting very confused.


Thank you in advance.




   


Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. --0-447235573-1205656888=:98299-- -- gentoo-user@lists.gentoo.org mailing list