From owner-freebsd-stable@FreeBSD.ORG Fri Jul 1 12:45:47 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57F6E16A41C for ; Fri, 1 Jul 2005 12:45:47 +0000 (GMT) (envelope-from thermonite@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF20843D49 for ; Fri, 1 Jul 2005 12:45:46 +0000 (GMT) (envelope-from thermonite@gmail.com) Received: by wproxy.gmail.com with SMTP id i21so288282wra for ; Fri, 01 Jul 2005 05:45:46 -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:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=fspa+i18LH/isalSZPtSH73LvUxKUrnCDlFmNdBseT7HTVMfpGL++Jke+qaDN0vgGnKqlia1jaV0gOATrVGt1F87nJdFxsPn1+D2ceK0kvnbNG5OkWfBhHRxSzqi4kw2vXrbU+WyesBgUnu0xlFWcN5+ZpuKTF/CsT8w5bMK9lQ= Received: by 10.54.33.6 with SMTP id g6mr1522399wrg; Fri, 01 Jul 2005 05:45:45 -0700 (PDT) Received: by 10.54.18.12 with HTTP; Fri, 1 Jul 2005 05:45:45 -0700 (PDT) Message-ID: Date: Fri, 1 Jul 2005 08:45:45 -0400 From: Phil Bowens To: Evan Dower In-Reply-To: <20050620014617.GA54283@innosense.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050620014617.GA54283@innosense.washington.edu> Cc: freebsd-stable@freebsd.org Subject: Re: ndis no longer detects netgear wg311v2 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Phil Bowens List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jul 2005 12:45:47 -0000 FWIW, I am having the *exact* same problem starting today. I hadn't updated my STABLE machine since April. NDIS was working fine (save a frew crashes) before I updated last night.. and now NDIS will not even talk about the card. There is also a slight freeze on the machine after the if_ndis module is loaded. I will do some more investigating, but now there's at least two of us. Did you ever find a fix? On 6/19/05, Evan Dower wrote: > I recently moved, and for some reason my computer started crashing > when I tried to make it associate with my new wireless network. (It > worked fine on the old wireless network.) I figured the first thing I > should do to fix the problem is update my sources, since it may have > already been fixed. Unfortunately the updated sources don't recognize > my wireless card at all. >=20 > Before the update (hand-transcribed): > # uname -a > FreeBSD lojak.washington.edu 5.4-PRERELEASE FreeBSD 5.4-PRERELEASE #0: > Sat Apr 2 11:50:53 PST 2005 > root@lojak.washington.edu:/usr/obj/usr/src/sys/CUSTOM i386 > # kldload FwRad16.bin.ko > # kldload ndis > # kldload if_ndis > ndis0: mem 0xfb020000-0xfb= 03ffff,0xfb040000-0xfb041fff irq 16 at device 4.0 on pci2 > ndis0: NDIS API version: 5.1 > ndis0: Ethernet address: 00:09:5b:ba:da:ef > ndis0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps > ndis0: 11g rates: 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps > # ifconfig ndis0 > ndis0: flags=3D8802 mtu 1500 > ether 00:09:5b:da:ef > media: IEEE 802.11 Wireless Ethernet autoselect > status: no carrier > ssid "" > channel -1 authmode OPEN powersavemode OFF powersavesleep 100 > rtsthreshold 2312 protmode CTS > wepmode OFF weptxkey 1 > # wicontrol ndis0 -l > 0 stations: > # ifconfig ndis0 ssid "The Penthouse" channel 11 up > ndis0: link up > # dhclient ndis0 > ndis0: link up > <<< I can't see the whole panic screen, but here's the bottom: >>> > panic: page fault > cpuid =3D 0 > boot() called on cpu#0 > Uptime: 11m20s > Dumping 1023 MB >=20 >=20 > Fatal trap 12: page fault while in kernel mode > cpuid =3D 1; apic id =3D 01 > fault virtual address =3D 0x0 > fault code =3D supervisor read, page not present > intruction pointer =3D 0x8:0x0 > stack pointer =3D 0x10:0xe4e1fcec > frame pointer =3D 0x10:0xe4e1fd0c > code segment =3D base 0x0, limit 0xfffff, type 0x1b > =3D DPL 0, pres 1, def32 1, gran 1 > processor eflags =3D interrupt enabled, resume, IOPL =3D 0 > current process =3D 5 (thread taskq) > trap number =3D 12 >=20 >=20 > I can work on getting the crash dump if that's useful, but the > behavior seems to have changed in the last couple of months. Now I > get: > # uname -a > FreeBSD lojak.washington.edu 5.4-STABLE FreeBSD 5.4-STABLE #0: Sat Jun > 14:20:40 PDT 2005 > root@lojak.washington.edu:/usr/obj/usr/src/sys/CUSTOM i386 > # kldload FwRad16.bin.ko > # kldload ndis > warning: KLD '/boot/kernel/if_ndis.ko' is newer than the linker.hints > file > # kldload if_ndis > kldload: can't load if_ndis: File exists > # kldstat > Id Refs Address Size Name > 1 10 0xc0400000 4a42f0 kernel > 2 14 0xc08a5000 56270 acpi.ko > 3 1 0xc2e83000 14000 FwRad16.bin.ko > 4 1 0xc2e97000 9000 if_ndis.ko > 5 1 0xc2ea0000 12000 ndis.ko > 6 1 0xc2ec5000 b000 pccard.ko > # ifconfig ndis0 > ifconfig: interface ndis0 does not exist > # kldunload if_ndis > # kldload if_ndis > # ifconfig ndis0 > ifconfig: interface ndis0 does not exist >=20 >=20 > I haven't seen anything in UPDATING that accounts for this. Does > anyone have any idea of where to look for clues? >=20 > Thanks very much, > -- > Evan Dower > Software Development Engineer > Amazon.com, Inc. > Public key: http://students.washington.edu/evantd/pgp-pub-key.txt > Key fingerprint =3D D321 FA24 4BDA F82D 53A9 5B27 7D15 5A4F 033F 887D > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >=20 --=20 Phil Bowens He who is the greatest of warriors overcomes and subdues himself.