From owner-freebsd-wireless@FreeBSD.ORG Tue May 31 13:55:32 2011 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 65C6B106564A for ; Tue, 31 May 2011 13:55:32 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-gw0-f54.google.com (mail-gw0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id 1FF408FC15 for ; Tue, 31 May 2011 13:55:31 +0000 (UTC) Received: by gwb15 with SMTP id 15so2619691gwb.13 for ; Tue, 31 May 2011 06:55:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=xve25e86eEwe4I4cX86FNNtXwrngeZHg1vUc69Dga54=; b=MTmpjBd+muWKGYWZVy/RTbUfuYcbc8rc8dZE6qU4fZiub0fuOnqGpyS1HKdspXxsxu rIdXOisz+/d6OU1KGDXvZO3bD2hpKiQtrXOjqiB4h/674Re3hyUTpLTJoakVLgbOnTib AG8zLMdIDpVC+FaVYWyeYnr4YkD1qLpDKMzYg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=p/m13RWjpEdGHZfFRVzhpS7PTi+DmHt2kkQmc0C0EiEVQeOxDDc1ntMGm+6RfuHFK7 hlgRr/UUdAGglPeC4Nq/7VRKgOFMWeInIT8Hif3cHlujdZ/MTRkoh1RJ3h3ikGYMSet+ yYEbu4SBbBcqOwG8fNdlwc0WtVE8E6YM+HheE= MIME-Version: 1.0 Received: by 10.150.72.30 with SMTP id u30mr5114068yba.14.1306850131454; Tue, 31 May 2011 06:55:31 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.151.107.15 with HTTP; Tue, 31 May 2011 06:55:31 -0700 (PDT) In-Reply-To: References: Date: Tue, 31 May 2011 21:55:31 +0800 X-Google-Sender-Auth: w1ktMKomXhh9bzuyKBSPDcwRt-w Message-ID: From: Adrian Chadd To: =?ISO-8859-1?B?cOFsIHDpdGVy?= Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-wireless@freebsd.org Subject: Re: bwi problems X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 May 2011 13:55:32 -0000 Hi, Would you please supply the pciconf -lv snippet for that card (complete with the PCI IDs) and a boot dmesg showing (hopefully) the driver try to attach? Thanks, Adrian 2011/5/31 p=E1l p=E9ter : > Hi everyone! > > I have a Compaq mini 311 netbook, with a freeBSD-8.2-RELEASED OS. with a > "Broadcom Wireless b/g (BCM4315/BCM22062000)" wireless card. > (pciconf -lv | grep Wireless >> =A0 device =3D 'Broadcom Wireless b/g > (BCM4315/BCM22062000)'). A searched it from the freeBSD 8.1 hardware note= s, > and it sais that i sould use the bwi kernel modul, so i do that. I also > installed the bwi-firmware-kmod port, as the man bwi(4) sais. > Heres my *l**oader.conf*: > > if_nfe_load=3D"YES" > if_bwi_load=3D"YES" > wlan_scan_up_load=3D"YES" > wlan_sta_load=3D"YES" > wlan_wep_load=3D"YES" > wlan_ccmp_load=3D"YES" > wlan_tkip_load=3D"YES" > > nvidia_load=3D"YES" > snd_hda_load=3D"YES" > ng_ubt_load=3D"YES" > cuse4bsd_load=3D"YES" > > and my *rc.conf*: > > network_enable=3D"YES" > gateway_enable=3D"YES" > > network_interfaces=3D"auto" > ifconfig_nfe0=3D"DHCP" > wlans_bwi0=3D"wlan0" > ifconfig_wlan0=3D"WAP DHCP" > ipv6_enable=3D"YES" > inetd_enable=3D"YES" > > hostname=3D"Nikolay" > hald_enable=3D"YES" > dbus_enable=3D"YES" > gdm_enable=3D"YES" > gnome_enable=3D"YES" > linux_enable=3D"YES" > > hcsecd_enable=3D"YES" > sdpd_enable=3D"YES" > webcamd_enable=3D"YES" > > But when i want to configure with ifconfig either bwi0 or wlan0, it sais > "interface does not exist". So i dont know what sould i do. If any has > managed to use Wireless network with the same card, pls help me. Thanks. > _______________________________________________ > freebsd-wireless@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-wireless > To unsubscribe, send any mail to "freebsd-wireless-unsubscribe@freebsd.or= g" >