From owner-freebsd-current@FreeBSD.ORG Thu Jun 3 13:30:45 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7FF416A4CE for ; Thu, 3 Jun 2004 13:30:45 -0700 (PDT) Received: from noname.csdl.lt (noname.csdl.lt [194.176.40.182]) by mx1.FreeBSD.org (Postfix) with SMTP id BA03943D48 for ; Thu, 3 Jun 2004 13:30:44 -0700 (PDT) (envelope-from paulius@devnull.lt) Received: (qmail 70193 invoked by uid 1000); 3 Jun 2004 20:30:41 -0000 Date: Thu, 3 Jun 2004 23:30:40 +0300 From: Paulius Bulotas To: freebsd-current@freebsd.org Message-ID: <20040603203040.GA67747@devnull.lt> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-URL: http://devnull.lt/ Subject: ndis problems (T40, Centrino, upgraded 06.03) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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, 03 Jun 2004 20:30:46 -0000 Hello, today I upgraded to -current on my laptop (T40, Centrino). Everything seems to work ok - suspend/resume on AC works like a charm (just tried now on battery with sound playing - got dead mouse in X, then crash after ctrl+alt+backspace). The bad thing, that ndis0 stopped working - from the point of luser, it can't turn on the radio (or wireless indicator ;). Actually, it flashes for half of second. Everything looks like: root@t40:~# ./if pci0: Failed to set ACPI power state D3 on (null): AE_BAD_PARAMETER ndis0: mem 0xc0200000-0xc02 00fff irq 11 at device 2.0 on pci2 ndis0: [GIANT-LOCKED] can't re-use a leaf (ESS_ID)! ndis0: NDIS API version: 5.1 ndis0: Ethernet address: 00:04:23:72:4a:75 ndis0: 11a rates: ndis0: 11b rates: 11Mbps 1Mbps 2Mbps 5.5Mbps 11Mbps ndis0: set mclist failed: 6 ndis0: set filter failed: 6 ndis0: set mclist failed: 6 ndis0: set filter failed: 6 ndis0: set mclist failed: 6 ndis0: set filter failed: 6 root@t40:~# ifconfig ndis0 ndis0: flags=8843 mtu 1500 inet6 fe80::204:23ff:fe72:4a75%ndis0 prefixlen 64 scopeid 0x3 ether 00:04:23:72:4a:75 media: IEEE 802.11 Wireless Ethernet autoselect status: no carrier ssid "" channel 6 authmode OPEN powersavemode OFF powersavesleep 100 rtsthreshold 2312 protmode CTS wepmode MIXED weptxkey 1 wepkey 1:104-bit no ssid, no carrier... the 'if' script configures interface, up's it and sleeps 15 seconds, then checks if it's associated (and there it's not). Then I tried ipw driver from http://damien.bergamini.free.fr/ipw/ . Surprisingly it worked (it didn't on my month old -current ;), but after loading if_ipw, usb dies ;) So this leaves me hoping that ndis0 will start working again (after downgrade, or after miracle from Bill Paul ;) TIA ;) Paulius