From owner-freebsd-stable@FreeBSD.ORG Mon Jul 30 13:57:52 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1489116A41F for ; Mon, 30 Jul 2007 13:57:52 +0000 (UTC) (envelope-from essobi@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.231]) by mx1.freebsd.org (Postfix) with ESMTP id CC1D813C483 for ; Mon, 30 Jul 2007 13:57:51 +0000 (UTC) (envelope-from essobi@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so1295864wxd for ; Mon, 30 Jul 2007 06:57:51 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=YASMREqWsLsfmPo12H04LmEFJNzCxTzIwcNMIpxRkBI+n46c2CeJAc9/h0Be+2Q0OhxW8uypeQABRR2EzNJ3aIna6J/kvx2Wpo7qKSPntAwzC5vp9zKcy8Yj9p4kZxfaSlOf54W49xwRJtPmvY09+w3QqUkh2+aU6J0EUbo8k8Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=oRZqa8JEaevkZ+zKrOsrucEPBFlimnvsBFx6yjbmSieI1sYJcqxRbuRonOAKkv+3sy0IU+QzDS1v9ZIIcwUq11w+ZRqVbfIO/jtkNs5hfUbS5IIISMfc8bbbgJQ9T/5bt4to9CwCVaDBl6CRrSxuopa3gPpVxTAb4dS+wqVTPWE= Received: by 10.90.90.16 with SMTP id n16mr1741657agb.1185802184800; Mon, 30 Jul 2007 06:29:44 -0700 (PDT) Received: by 10.70.40.3 with HTTP; Mon, 30 Jul 2007 06:29:44 -0700 (PDT) Message-ID: Date: Mon, 30 Jul 2007 09:29:44 -0400 From: "Kyle Stone" To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: DW1390 and Ndis? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2007 13:57:52 -0000 Has anyone gotten NDIS to work with a Dell Wireless 1390? I built the modules and loaded them.. ndis0: mem 0xefdfc000-0xefdfffff irq 16 at device 0.0 on pci11 ndis0: NDIS API version: 5.1 ndis0: Ethernet address: 00:1a:92:1c:9d:af And the ndis0 shows up, ndis0: flags=8802 mtu 1500 ether 00:1a:92:1c:9d:af media: IEEE 802.11 Wireless Ethernet autoselect status: no carrier ssid "" channel 1 (2412) bssid 00:00:00:00:00:00 authmode OPEN privacy OFF deftxkey UNDEF powersavemode OFF powersavesleep 100 txpowmax 100 rtsthreshold 2346 mcastrate 1 fragthreshold 2346 bmiss 7 -pureg protmode CTS -wme -burst roaming AUTO bintval 0 But if I try to bring the card up, and scan, ifconfig returns.. ifconfig: unable to get scan results Anyone have any ideas on this? Essobi