From owner-freebsd-ports@FreeBSD.ORG Wed Aug 2 22:01:53 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DD4F16A4DE for ; Wed, 2 Aug 2006 22:01:53 +0000 (UTC) (envelope-from herriojr@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.191]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D67443D45 for ; Wed, 2 Aug 2006 22:01:52 +0000 (GMT) (envelope-from herriojr@gmail.com) Received: by nf-out-0910.google.com with SMTP id n29so796475nfc for ; Wed, 02 Aug 2006 15:01:51 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=VmtCj25freTXSHw2v320eBmq6S8HJd7CSoHEJfFTx71SsAuwJmtp16fd80wDRR50RwJemiKOJ1eW3rrtdCnEMVkFAtrqGKbq1kPMsYCtwF0D0UfJyc2FwA55xylfwKouMe8rqRzFa/69Z7gOCg3sAo161PBLXQ8kJ8eoFOkF+J4= Received: by 10.78.118.19 with SMTP id q19mr533796huc; Wed, 02 Aug 2006 15:01:49 -0700 (PDT) Received: by 10.78.143.11 with HTTP; Wed, 2 Aug 2006 15:01:49 -0700 (PDT) Message-ID: <6a56d69c0608021501l52690648y4f9b4a6c0a70999c@mail.gmail.com> Date: Wed, 2 Aug 2006 18:01:49 -0400 From: "Jonathan Herriott" To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: ipw-firmware port (Intel Pro/Wireless 2100) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Aug 2006 22:01:53 -0000 Hi All! I have been having trouble using the ipw-firmware port. I am able to get it up and running, and it is even associated to my wireless network. I use dhclient to get a lease and set everything up, which works fine (this is after I enter the encryption and stuff). The problem is when I try to ping or access any other IP address, even my router I'm connected to. Just pinging my router yields no results. I have loaded wlan_wep and provided the correct key (tried retyping the key several times) to make sure I provided that portion correctly. I also tried disabling wep in my router to make sure it was not a problem with the wlan_wep module. Here's a dump of ifconfig ipw0 ipw0: flags=8847 mtu 1500 inet6 fe80::204:23ff:fe6b:37ad%ipw0 prefixlen 64 scopeid 0x5 inet 192.168.0.2 netmask 0xffffff00 broadcast 192.168.0.255 ether 00:04:23:6b:37:ad media: IEEE 802.11 Wireless Ethernet autoselect (DS/11Mbps) status: associated ssid JONNET channel 11 bssid 00:09:5b:6a:ad:bc authmode OPEN privacy ON deftxkey 1 wepkey 1:104-bit txpowmax 100 bintval 100 I tried specifying the debug option, but I do not where I will get the output (could not find a specified log file). I was wondering what other information I may need to provide to help in troubleshooting this issue or if anyone knows what is going on. Thanks, Jonathan Herriott