From owner-freebsd-questions@FreeBSD.ORG Thu Oct 1 07:35:08 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 25719106566B for ; Thu, 1 Oct 2009 07:35:08 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-fx0-f222.google.com (mail-fx0-f222.google.com [209.85.220.222]) by mx1.freebsd.org (Postfix) with ESMTP id A8DC58FC08 for ; Thu, 1 Oct 2009 07:35:07 +0000 (UTC) Received: by fxm22 with SMTP id 22so2583063fxm.36 for ; Thu, 01 Oct 2009 00:35:06 -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; bh=duVeDBW9ZlZaRc3WdwuXf/ruXig+tNvlP/vVw31qyy4=; b=ZLuoNtS9rd/3Blb8x/87RtHZQBa6Kdf/dgJ5cM7fZPWwqPk/sk0iNXXqMdwSAv3qnb oDGGwDn/MrqYzSWMlU9jXXYizzx4XR5zUY2dDvxyAqF1wlvNrzbCZnVFPzYGEYY9p7Jm dGNYwoQHd9CrulqHwmFVHpOMs3ul0nvpIcsqc= 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; b=uaL7NUpYbSyAGuFEjovMo4RhIyRRkt7nmzG2gkqDgOyRob5V+X+W3nugIm/5BxE4WR i5HXLin4tCF7LGAqQGq7dXuxtd76NSXMP8znoR7Jl2K4suTc1Uoklyq8Wd0eYAGu8vBn wZaAnmRb5pe/cLogmM4eB0F5MVnT2mN7HFI/k= MIME-Version: 1.0 Received: by 10.103.80.23 with SMTP id h23mr290113mul.88.1254382506658; Thu, 01 Oct 2009 00:35:06 -0700 (PDT) In-Reply-To: <4AC3D20C.6070803@infosec.pl> References: <4AC3D20C.6070803@infosec.pl> Date: Thu, 1 Oct 2009 09:35:06 +0200 Message-ID: <3a142e750910010035scaf8e73s12ff235dd5245a06@mail.gmail.com> From: Paul B Mahol To: Michal Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@freebsd.org Subject: Re: ndis interface doesn't show up (intel 5300) 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 Oct 2009 07:35:08 -0000 On 9/30/09, Michal wrote: > Hello, > > I'm struggling to get Intel 5300 wireless mini pci-e card working on > FreeBSD 8.0-RC1 (amd64, both GENERIC and my custom kernel). Try i386. amd64 doesnt work for me, panic on kldload. > I get no error messages. Kernel module builds and loads fine but then > ndis interface never shows up. > > Here is exactly what I'm doing: > Drivers for XP64 downloaded from intel website. I've tried latest and > old drivers. Unzipped on FreeBSD. > Then: > ndisgen NETw5x64.inf NETw5x64.sys > This .INF file appears to be ASCII. [return] > This .SYS file appears to be in Windows(r) PE format. [return] > Driver file conversion - conversion was successful. [enter] > Firmware file conversion [enter] > Kernel module generation > Generating Makefile... done. > Building kernel module... done. > Cleaning up... done. > > So NETw5x64_sys.ko has been successfully generated. Note that when it > asks me for additional firmware files I don't give it any - is that ok? Depends. Look what are other files. > Then I'm moving this module to /boot/modules and I'm loading it: > kldload -v NETw5x64_sys.ko > Loaded NETw5x64_sys.ko, id=8 > > And that's pretty much it, module get loaded together with nids.ko and > if_nids.ko but nothing really happens. No additional network interfaces, > nothing in dmesg output. Tried with debug.ndis=1 and get no additional > informations. > > Any ideas, please? Anybody got this card to work on FreeBSD? > > Michal > -- > "The future is here. It's just not widely distributed yet." -William Gibson > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >