From owner-freebsd-current@FreeBSD.ORG Thu Mar 19 23:12:14 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 684CA10656DD; Thu, 19 Mar 2009 23:12:14 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-ew0-f171.google.com (mail-ew0-f171.google.com [209.85.219.171]) by mx1.freebsd.org (Postfix) with ESMTP id A45968FC29; Thu, 19 Mar 2009 23:12:13 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by ewy19 with SMTP id 19so519254ewy.43 for ; Thu, 19 Mar 2009 16:12:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=y7fOO3vPJ0uWssSgALxYGFmRpGyL38VMzJ252uE+W8I=; b=DgZ6aOlwVkWJK2soX3ZPP2IABcYdRrD/BttbFO5YJLb1oKDCD0a6GP4duLLB/eh9C3 X9gobJRku2reHAfQjhmRDJ7tZdbAeqZEctkml0J/D3SVQzZu8GznESUrDJmgXtqKEP/U BqVjNiXU6NM2v6DQpxRMFOx1itb6TUAMNTEsU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=wVsQG0hjp/KFnctd7snbx8hXFgC5ceFL38FTCY6t5GJIZGGIRsD80cFi0V/jwAmVcx J37hTmmG+rsRbxBXTwb73AL7k4kDrYVgRX8+GALk0SmQYF646dlbRzn1OL+W1NxURQVA MH9OB0RCT/hw+sxRZ0nR3Dd2JVZJ5N0dK3gKw= MIME-Version: 1.0 Received: by 10.210.91.17 with SMTP id o17mr2290081ebb.13.1237504332566; Thu, 19 Mar 2009 16:12:12 -0700 (PDT) In-Reply-To: <49C26F12.5060204@micom.mng.net> References: <49C26F12.5060204@micom.mng.net> Date: Fri, 20 Mar 2009 00:12:12 +0100 Message-ID: <3a142e750903191612g551def93x8e5ff994ec741f49@mail.gmail.com> From: "Paul B. Mahol" To: Ganbold Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: "freebsd-current@freebsd.org" , Weongyo Jeong Subject: Re: Intel 5100AGN ndis driver problem X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Mar 2009 23:12:15 -0000 On 3/19/09, Ganbold wrote: > Hi, > > I'm trying to use ndis driver for Intel 5100AGN and got > following error: > > beastie# grep ndis /var/log/messages > Mar 19 23:41:21 beastie kernel: ndis0: mem > 0xf4300000-0xf4301fff irq 17 at device 0.0 on pci3 > Mar 19 23:41:21 beastie kernel: ndis0: [ITHREAD] > Mar 19 23:41:21 beastie kernel: ndis0: NDIS API version: 5.1 > Mar 19 23:41:21 beastie kernel: ndis0: NDIS ERROR: 40001b7c (unknown error) > > Mar 19 23:41:21 beastie kernel: ndis0: NDIS ERROR: 40001b7c (unknown error) > Mar 19 23:41:21 beastie root: Unknown USB device: vendor 0x08ff product > 0x2810 bus uhub1 > Mar 19 23:41:21 beastie root: Unknown USB device: vendor 0x0a5c product > 0x2145 bus uhub1 > Mar 19 23:41:21 beastie root: Unknown USB device: vendor 0x17ef product > 0x1004 bus uhub3 > Mar 19 23:41:53 beastie kernel: ugen1.3: at > usbus1 (disconnected) > Mar 19 23:41:57 beastie kernel: ugen1.3: at usbus1 > Mar 19 23:41:57 beastie root: Unknown USB device: vendor 0x0a5c product > 0x2145 bus uhub1 > Mar 19 23:45:36 beastie kernel: wlan0: Ethernet address: 00:21:6b:9a:23:8e > Mar 19 23:52:02 beastie kernel: pid 9861 (initial thread) is using > legacy pty devices > Mar 20 00:08:06 beastie kernel: ndis0: NDIS ERROR: 40001b7c (unknown error) > ... > ndis0@pci0:3:0:0: class=0x028000 card=0x12118086 chip=0x42378086 > rev=0x00 hdr=0x00 > vendor = 'Intel Corporation' > class = network > > I'm running: > beastie# uname -an > FreeBSD beastie.micom.mng.net 8.0-CURRENT FreeBSD 8.0-CURRENT #5 > r190040M: Thu Mar 19 21:45:37 ULAT 2009 > tsgan@beastie.micom.mng.net:/usr/obj/usr/src/sys/DEVIL_WITNESS i386 > > > Any idea how to fix this issue? > Please let me know if you need more info. How you generate ndis module? Post whole output _after_ is module loaded _not_ just lines containing ndis. also enable debug.ndis sysctl. -- Paul