From owner-freebsd-net@FreeBSD.ORG Sat Sep 20 19:46:35 2003 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBF4316A4C0 for ; Sat, 20 Sep 2003 19:46:35 -0700 (PDT) Received: from snoopy.pacific.net.au (snoopy.pacific.net.au [61.8.0.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 738CC43FBD for ; Sat, 20 Sep 2003 19:46:30 -0700 (PDT) (envelope-from memetical@yahoo.com.au) Received: from mongrel.pacific.net.au (mongrel.pacific.net.au [61.8.0.107]) h8L2kS4R022230 for ; Sun, 21 Sep 2003 12:46:29 +1000 Received: from zhadum.dnsalias.net (dyn153.syd7.homedsl.pacific.net.au [202.7.78.153])h8L2i8XY019834 for ; Sun, 21 Sep 2003 12:44:08 +1000 Received: from psi.starfleet.org.au (psi.starfleet.org.au [172.16.0.3]) by arthur.starfleet.org.au (Postfix) with ESMTP id F0EB59467 for ; Sun, 21 Sep 2003 12:46:27 +1000 (EST) Received: by psi.starfleet.org.au (Postfix, from userid 1000) id 9ACF46FFEC; Sun, 21 Sep 2003 12:46:27 +1000 (EST) Date: Sun, 21 Sep 2003 12:46:27 +1000 From: Rudolph Pereira To: freebsd-net@freebsd.org Message-ID: <20030921024626.GC916@starfleet.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: wi problems X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Sep 2003 02:46:36 -0000 Hello, I am having some problems with my lucent-chipset based wi pccard under recent builds of current. The problem seems to have been with commits done ~20 aug; in particular it looks like the commit described at http://lists.freebsd.org/pipermail/cvs-src/2003-August/009232.html breaks things; I'm pretty sure about this because if I apply those changes to a tree checked out from the just before that time that works, it stops working. I am also aware of ongoing problems with the wi driver, but these don't seem related, and I've also tried the owi driver with no success. The card is: wi0: at port 0x180-0x1bf irq 11 function 0 config 1 on pccard0 wi0: 802.11 address: 00:02:2d:31:28:42 wi0: using Lucent Technologies, WaveLAN/IEEE wi0: Lucent Firmware: Station (8.72.1) wi0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps I'm trying to get it talking to a prism2.5-based card in a linux machine (i.e adhoc mode). What I see is this: outgoing (from my wi pccard) packets never get to the other machine. For example: (prism2.5) (lucent) 192.168.0.1 192.168.0.2 [ping 192.168.0.2] -> arp request -> -> arp request <- arp reply ...(nothing)... [ add arp entry ] [ping 192.168.0.2] echo request echo request echo reply ...(nothing)... [ping 192.168.0.1] echo request ...(nothing)... I'm trying to narrow down the problematic bits from the above commits, but not having much success so far. Does anyone have any idea what could be going on? Any information, pointers, etc would be appreciated. Thanks