From owner-freebsd-questions@FreeBSD.ORG Fri Feb 8 01:02:37 2008 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 0284116A417 for ; Fri, 8 Feb 2008 01:02:37 +0000 (UTC) (envelope-from dangkm@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.freebsd.org (Postfix) with ESMTP id B911913C45B for ; Fri, 8 Feb 2008 01:02:36 +0000 (UTC) (envelope-from dangkm@gmail.com) Received: by py-out-1112.google.com with SMTP id u52so5212772pyb.10 for ; Thu, 07 Feb 2008 17:02:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=HVGLaaoefqxjwq8RGH1BsG2HqSDvRPHcDCOJgCugNiI=; b=iUbZRlVmc75pfpaTy1EunTQZdJX2D8k6iPmfbQ4UILARWv7XkOllU4vC+kOkwn3B1DEMvFblnfS9wH/SBuU3lWmlgf+lxAfbbt5DKN4FUTE6LtZ3sU4pMx0VQGHSKj1e7DIX247tW+EmJP+tIwOL/ZUxSYLMkddtlvvfzznKyE4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ZpS6KWLv1IZKLudD7fmYLniRuR6dZqC2W3CfOAYXypdM+6kDHykuXFpu7JouhWirPoi+P5Gm0t2vXYuLBhYeNmT5GsdgIZ0WGCXTTLxJs++K26b2tCKzldxUP3DyUlTmcJlmAcVAkOEONDV7zheRTJKFnZcCUP3VvbTlu7C7dF4= Received: by 10.64.241.3 with SMTP id o3mr23267094qbh.16.1202432550666; Thu, 07 Feb 2008 17:02:30 -0800 (PST) Received: by 10.64.209.16 with HTTP; Thu, 7 Feb 2008 17:02:30 -0800 (PST) Message-ID: <82f916c90802071702rc7c127dt19ddda90e262935e@mail.gmail.com> Date: Fri, 8 Feb 2008 01:02:30 +0000 From: "Kemian Dang" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: "ifconfig ndis0 scan" halt on root and nothing on normal user 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: Fri, 08 Feb 2008 01:02:37 -0000 Hi, there I have a broadcom wireless card on laptop and want to use it. I installed the driver with "ndisgen" and after reboot, everything looks OK, ifconfig shows the ndis is working: ndis0: flags=8843 metric 0 mtu 1500 ether 00:1a:73:8e:79:d8 media: IEEE 802.11 Wireless Ethernet autoselect status: no carrier authmode OPEN privacy OFF bmiss 7 scanvalid 60 protmode CTS bintval 0 Then I changed to root, and run: ifconfig ndis0 up ifconfig ndis0 scan When I was doing the scan, the command halt and no output. Then I use a normal user to do the same thing. It run in very fast and give blank output. Anybody have any idea on this things? Best wishes, Kemian