From owner-freebsd-questions@FreeBSD.ORG Thu Jun 1 20:03:43 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76B9516A576 for ; Thu, 1 Jun 2006 20:03:43 +0000 (UTC) (envelope-from thenasko@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id F00CF43D45 for ; Thu, 1 Jun 2006 20:03:42 +0000 (GMT) (envelope-from thenasko@gmail.com) Received: by py-out-1112.google.com with SMTP id m51so429426pye for ; Thu, 01 Jun 2006 13:03:42 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=igNcBz+a6CVKr5A+XvX9v2SZavM9AdNKy3djpQo54C/6hKN/jgDtskbYuDS+hMZGHKc4zjAyRoqeXkJ0IPQBCHGx6kgq4ibHKNvwvyZ2XdYCNqKhjfW3n3ctLtlv+oqLw5dqWRCH9rwB7qQF6cv0FSI93mIeFXNB1WwX0dZpzaU= Received: by 10.35.36.13 with SMTP id o13mr1444132pyj; Thu, 01 Jun 2006 13:03:42 -0700 (PDT) Received: by 10.35.52.11 with HTTP; Thu, 1 Jun 2006 13:03:42 -0700 (PDT) Message-ID: Date: Thu, 1 Jun 2006 22:03:42 +0200 From: "Atanas Atanasov" To: freebsd-questions@freebsd.org In-Reply-To: <447F6FBF.5070503@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <000801c68312$4d2e5590$0201a8c0@AMD1700> <007301c684b0$4537c070$0201a8c0@AMD1700> <20060531213231.T9892@fledge.watson.org> <447F4149.7@gmail.com> <447F6FBF.5070503@gmail.com> Subject: Re: Problem with wireless card drivers X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2006 20:03:45 -0000 Are you sure one should use ndiscvt? I mean i tried it the same except for getting pccarddefs.h (which as they say will be used in eventual kernel compiles) and for synchronising the source which I cannot do because no network is available. I have wireless only connection. Most people say that ndisgen is the "better" method as from 6.0. Actually it seems due to unknown reasons the old method is not supported anymore. Atanas