From owner-freebsd-wireless@FreeBSD.ORG Tue May 31 13:53:13 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 01EDC1065670 for ; Tue, 31 May 2011 13:53:13 +0000 (UTC) (envelope-from pptamas01@gmail.com) Received: from mail-ew0-f54.google.com (mail-ew0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 8733C8FC14 for ; Tue, 31 May 2011 13:53:12 +0000 (UTC) Received: by ewy1 with SMTP id 1so2139788ewy.13 for ; Tue, 31 May 2011 06:53:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=5nZThpKWOUmXqZ+F6w6Ir9ATyHs41CocgUPQ5lYpSXw=; b=tdFVTWdsph9ngg1aSplIzyWgsbnBb8lL5ZLAngxOJrD0qsQgyBrt/BmznhcAchwxJK Pa+Zglf5ctHs4WFKR7zWBdP0B3bP65fKjTWsSQEoziPpYpnikNwp3fGM6+7WGP3kR2h4 lAk0bL4iHM0TUsEieIRmiijS3IuQNSNpuf4vo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=gU3cv7GYbuJdCXvUyCVaAB8rUkbFcVNWY+ma5CxF3IwKw074VG/HCkSlErX4aWBEMy rha0hUzGhBHj6F4zs5LuJaSOYC0Or2BnJeGtkRuSaeqiQUt7LzJV6E7TdjDqk9DiKKMr T3opKidLGrerMyih+TziercQr3ACX7/G+2V9M= MIME-Version: 1.0 Received: by 10.213.20.194 with SMTP id g2mr1367167ebb.6.1306848397311; Tue, 31 May 2011 06:26:37 -0700 (PDT) Received: by 10.213.34.139 with HTTP; Tue, 31 May 2011 06:26:37 -0700 (PDT) Date: Tue, 31 May 2011 13:26:37 +0000 Message-ID: From: =?ISO-8859-1?B?cOFsIHDpdGVy?= To: freebsd-wireless@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: 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:53:13 -0000 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 >> device = 'Broadcom Wireless b/g (BCM4315/BCM22062000)'). A searched it from the freeBSD 8.1 hardware notes, 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="YES" if_bwi_load="YES" wlan_scan_up_load="YES" wlan_sta_load="YES" wlan_wep_load="YES" wlan_ccmp_load="YES" wlan_tkip_load="YES" nvidia_load="YES" snd_hda_load="YES" ng_ubt_load="YES" cuse4bsd_load="YES" and my *rc.conf*: network_enable="YES" gateway_enable="YES" network_interfaces="auto" ifconfig_nfe0="DHCP" wlans_bwi0="wlan0" ifconfig_wlan0="WAP DHCP" ipv6_enable="YES" inetd_enable="YES" hostname="Nikolay" hald_enable="YES" dbus_enable="YES" gdm_enable="YES" gnome_enable="YES" linux_enable="YES" hcsecd_enable="YES" sdpd_enable="YES" webcamd_enable="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.