From owner-freebsd-net@FreeBSD.ORG Sat Oct 15 18:37:19 2005 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CEEC16A420 for ; Sat, 15 Oct 2005 18:37:19 +0000 (GMT) (envelope-from leandrogarber@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB9EF43D67 for ; Sat, 15 Oct 2005 18:37:13 +0000 (GMT) (envelope-from leandrogarber@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so642095nzo for ; Sat, 15 Oct 2005 11:37:13 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=OYRBxROZ1U68auE/VIcdN097uSrPciXjvWfvily/ya7W2kGmL+CO9zoB+ww2L6hkh8V0ZvAsDm1SbJHRIVeKaFpeUDrABWeWu08wYhiEeDvNJUqGxVLUsEfL/O9nINbqbkfZCjMYaTtuw+SX77q/RxnOzQ3FKn9jaYsngz6Y3QU= Received: by 10.36.139.2 with SMTP id m2mr891645nzd; Sat, 15 Oct 2005 11:37:13 -0700 (PDT) Received: by 10.36.12.3 with HTTP; Sat, 15 Oct 2005 11:37:13 -0700 (PDT) Message-ID: <473ee2630510151137i3d08cc14o8355a41559b9b85b@mail.gmail.com> Date: Sat, 15 Oct 2005 15:37:13 -0300 From: Leandro Garber To: freebsd-net@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: Broadcom Wireless LAN X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Oct 2005 18:37:19 -0000 Hi, im new in FreeBSD, and installed it yesterday. I have a problem with my BroadCom Wireless NIC. I'm using the last STABLE branch of FreeBSD, i've make installed ndis and then converted my nic's wxp drivers and make installed if_ndis... i kldloaded those modules, and everything was fine. I ifconfigured ndis0 (the NIC that appear when i kldload if_ndis) and put it UP. NIC's ip is 10.0.0.1 , router's ip is 10.0.0.2.... i ping 10.0.0.2 and its ok... i also can change my router configuration @ 10.0.0.2:80 ... when i ping www.google.com this happens: root@pupulandia# ping www.google.com PING www.l.google.com (64.233.187.104): 56 data bytes ping: sendto: Network is down ping: sendto: Network is down ping: sendto: Network is down ping: sendto: Network is down ping: sendto: Network is down ^C --- www.l.google.com ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss any idea ?