From owner-freebsd-mobile@FreeBSD.ORG Mon May 30 03:42:44 2005 Return-Path: X-Original-To: freebsd-mobile@FreeBSD.org Delivered-To: freebsd-mobile@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3375E16A41C for ; Mon, 30 May 2005 03:42:44 +0000 (GMT) (envelope-from compunction@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA07243D1D for ; Mon, 30 May 2005 03:42:43 +0000 (GMT) (envelope-from compunction@gmail.com) Received: by zproxy.gmail.com with SMTP id 18so2109516nzp for ; Sun, 29 May 2005 20:42:43 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=BZO6/44+LyQKthg421KvgrsbNi4Ns7Fnu4jWzPZr4fOInnmWURbWGr/b8DASCHWVHNh4elPu+seAGpY+gh+tmpDz3C2J6wqhx3xNIlaZWjff6gp5/CZoM/WI9LQ6gtpEcqkAxaIwGuMCMDK5+YoiW958R5Z8Bn/3/l9/26FJJNU= Received: by 10.36.126.9 with SMTP id y9mr1430701nzc; Sun, 29 May 2005 20:42:43 -0700 (PDT) Received: by 10.36.39.18 with HTTP; Sun, 29 May 2005 20:42:43 -0700 (PDT) Message-ID: <9f9a8c4005052920424f089dde@mail.gmail.com> Date: Sun, 29 May 2005 23:42:43 -0400 From: compunction To: freebsd-mobile@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Subject: ndis issue using RELENG_5 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: compunction List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 May 2005 03:42:44 -0000 I am tracking RELENG_5 and I just did a cvsup / buildworld this weekend. I am no longer able to user the NDISimulator. Below are the commands I run after a build world. # cd /usr/src/sys/modules/ndis # make && make install # cd /usr/src/sys/modules/if_ndis # cp /root/bcmwl5.inf.ascii ./ # cp /root/bcmwl5.sys ./ # ndiscvt -i bcmwl5.inf.ascii -s bcmwl5.sys -o ndis_driver_data.h -O # make && make install I did not see any compile errors so I ran the following. # kldload /boot/kernel/ndis.ko=20 # kldload /boot/kernel/if_ndis.ko=20 # ifconfig ndis0 ifconfig: interface ndis0 does not exist # I did not have any issues under 5.3 or 5.4. Does anyone what I can check to find the cause of this failure. Thanks, Mark