From owner-freebsd-current@FreeBSD.ORG Sun Sep 25 22:36:55 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 B545016A41F for ; Sun, 25 Sep 2005 22:36:55 +0000 (GMT) (envelope-from minimarmot@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B72943D53 for ; Sun, 25 Sep 2005 22:36:55 +0000 (GMT) (envelope-from minimarmot@gmail.com) Received: by xproxy.gmail.com with SMTP id t14so948771wxc for ; Sun, 25 Sep 2005 15:36:54 -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; b=FdCiTCZ/qyziP5mdWwTgy1WgxD7jkuFI5h55wrVRuqMmqpQDQeqm7lhqhXrzHNh6Y64zbb3YvxzS8popSzTuwNqiy/Krwr6xWTfJ+XW7DUuQfgF23IFf/YmnSTtbq3vPPwR3WYZ9K6p+hsmlx7yfdP/taMjv7YQDkrQwXhEi1/o= Received: by 10.70.8.18 with SMTP id 18mr1793071wxh; Sun, 25 Sep 2005 15:36:54 -0700 (PDT) Received: by 10.70.9.2 with HTTP; Sun, 25 Sep 2005 15:36:54 -0700 (PDT) Message-ID: <47d0403c050925153639deafb8@mail.gmail.com> Date: Sun, 25 Sep 2005 17:36:54 -0500 From: Ben Kaduk To: freebsd-current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: ifconfig ndis0 up scan hangs X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ben Kaduk List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 22:36:55 -0000 Hi all -- this is just a preliminary report to check that I'm not trying to do something stupid before I put more effort into tracking this down: On a current from about two weeks ago, if I issue a: # ifconfig ndis0 down # ifconfig ndis0 up scan ifconfig will hang. I'm using a broadcom card (dell truemobile 1400), and I've had problems wit= h this access point in the past -- windows only finds it about half the time, and I've only seen it show up once in FreeBSD, that being tonight. When I tried to associate with it and execute dhclient, though, my system hung har= d (no caps lock) and I was in X, so no debugger either (last xconsole event was "ndis0: link down"). Since I can't see the AP anymore, I can't really repeat that, though. Am I trying to do something silly, does anyone care about this, or should I just let it slide and workaround? Thanks Ben Kaduk