From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1IVZtF-0001rZ-Hc for garchives@archives.gentoo.org; Wed, 12 Sep 2007 21:36:54 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l8CLSLXk011555; Wed, 12 Sep 2007 21:28:21 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l8CLNh14006574 for ; Wed, 12 Sep 2007 21:23:44 GMT Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 0234C65725 for ; Wed, 12 Sep 2007 21:23:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: 0.001 X-Spam-Level: X-Spam-Status: No, score=0.001 required=5.5 tests=[BAYES_50=0.001] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bcGae-+8SfL5 for ; Wed, 12 Sep 2007 21:23:39 +0000 (UTC) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.176]) by smtp.gentoo.org (Postfix) with ESMTP id 65D3365724 for ; Wed, 12 Sep 2007 21:23:36 +0000 (UTC) Received: by wa-out-1112.google.com with SMTP id j5so405000wah for ; Wed, 12 Sep 2007 14:23:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=QQ/+udQxWGM31dmHZIEpxZ/Ncr7BVejfe71nohAbfxs=; b=ErWysNWCtUVlFPodq/fgfksO3KkP6b+6GmAU9CmWkVt387MMKu+miwC8k5If90HYPvh7NDrBo8D5WeH8msKhGemCc+NS2tROyV78HjGpC1TLE4hOefOmufGtV9TBFFX3bBhmJTYGHrqa4QTng2pHuR/BoVClLKIQ4r67tyXLrks= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=KQpOn3WMKrsmSAbpFKeUS5kpI15ZeGoIX7Jfei3MAqOO3yVC7G33872k7Yspuws0QO0k202sMmkcGfxnrw5+kRMIk7z0Kg5duEi8VmfdLdDaOWOjyEEaH3DtmiKid/Bmb0FKuNSuBujlZqryXGj+FQS/LwehNZ6qPKG7SRzLMew= Received: by 10.114.79.1 with SMTP id c1mr16934wab.1189632215485; Wed, 12 Sep 2007 14:23:35 -0700 (PDT) Received: by 10.115.75.20 with HTTP; Wed, 12 Sep 2007 14:23:35 -0700 (PDT) Message-ID: Date: Wed, 12 Sep 2007 17:23:35 -0400 From: "AJ Spagnoletti" To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] WPA Supplicant Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Archives-Salt: 74f54d47-9d95-404d-9334-d553afdcc0ef X-Archives-Hash: 336b028d24d3993831289564fb939238 After several days of googling and searching for a solution to this I am still clueless so I will pose the question to the list. At my dorm I have a wireless router (WRT54G) with a WPA encryption on it. I am trying to configure WPA Supplicant to connect to this router but I am getting an error with it. First here is my net conf file and my wpa_supplicant.conf files modules=( "wpa_supplicant" ) wpa_supplicant_eth1="-Dwext" config_eth1=( "dhcp" ) and ctrl_interface=/var/run/wpa_supplicant ctrl_interface_group=0 ap_scan=1 network={ ssid="Easy_Mac" proto=WPA key_mgmt=WPA-PSK pairwise=CCMP TKIP group=CCMP TKIP WEP104 WEP40 psk=k8aqn2zcz497zupa priority=5 } Now here is the error message I am receiving Dragon wpa_supplicant # /etc/init.d/net.eth1 start * Caching service dependencies ... [ ok ] * Starting eth1 * Starting wpa_supplicant on eth1 ... Line 14: Invalid PSK 'k8aqn2zcz497zupa'. Line 14: failed to parse psk 'k8aqn2zcz497zupa'. Line 16: WPA-PSK accepted for key management, but no PSK configured. Line 16: failed to parse network block. Failed to read or parse configuration '/etc/wpa_supplicant/wpa_supplicant.conf'. /lib/rcscripts/sh/rc-daemon.sh: line 231: 13831 Segmentation fault /sbin/start-stop-daemon '--start' '--exec' '/sbin/wpa_supplicant' '--pidfile' '/var/run/wpa_supplicant-eth1.pid' '--' '-Dwext' '-c/etc/wpa_supplicant/wpa_supplicant.conf' '-W' '-B' '-ieth1' '-P/var/run/wpa_supplicant-eth1.pid' [ !! ] The wireless card I am using is the intel pro wireless 3945 0c:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG Network Connection (rev 02) note the card works fine with no encryption or a wep encryption using iwconfig Thanks AJ -- gentoo-user@gentoo.org mailing list