From owner-freebsd-questions@FreeBSD.ORG Mon Nov 9 17:26:26 2009 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D5B5A1065766 for ; Mon, 9 Nov 2009 17:26:24 +0000 (UTC) (envelope-from masoom.shaikh@gmail.com) Received: from mail-pw0-f44.google.com (mail-pw0-f44.google.com [209.85.160.44]) by mx1.freebsd.org (Postfix) with ESMTP id F00F48FC1B for ; Mon, 9 Nov 2009 17:26:23 +0000 (UTC) Received: by pwj15 with SMTP id 15so2220121pwj.3 for ; Mon, 09 Nov 2009 09:26:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=rTm9/VxH3XxcyfBIrz1azoTupf0gcP6l9BTqLK3Fx9A=; b=rUYilL2Tn4ai8GLOvJp11vrzuROzhpwSN1TKdT2GBa9MidVkp5f/JXh/Wfi6/vWT7T SzP6s5ASYWFkZyx/0LCez3tLPxuXS/RGtyRFliegp0jdBMjWSK425WHGBw6k6N7zEcdf HUjoYNhSw8n9E2XsBtrGBo91GuyaalhiaukzM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=P8sIti17hTGcP0g298Ao30lFsMk/VqvI0y4gS6f5fHxhgmBEJM/j8yRZOb8N7rRz2J +E7omdf1PiuHM9wEllON3k2QxL3aAzhPCpDzckOOIHwI9wjkcvaIpFFw8vI3GVZmnHv5 IAYt4geYqrR4CYXrRsLBpnLkT2wtZOQSTnM38= MIME-Version: 1.0 Received: by 10.115.101.18 with SMTP id d18mr14081957wam.191.1257787583258; Mon, 09 Nov 2009 09:26:23 -0800 (PST) In-Reply-To: <20091109004106.GI54137@isis.sigpipe.cz> References: <20091109004106.GI54137@isis.sigpipe.cz> Date: Mon, 9 Nov 2009 17:26:23 +0000 Message-ID: From: Masoom Shaikh To: Roman Neuhauser Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: kde-freebsd@kde.org, "questions@FreeBSD.org" Subject: Re: FreeBSD-8.0-RC2 problems 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: Mon, 09 Nov 2009 17:26:27 -0000 > > my wlan0 is created for wpi0 (I start the wifi with > /etc/rc.d/wpa_supplicant onestart wlan0): > > wlans_wpi0=wlan0 > ifconfig_wlan0="NOAUTO DHCP WPA" > > what's in your rc.conf? > wlans_wpi0="wlan0" ifconfig_wlan0="DHCP WPA" do I really need to put wlan0 in quotes ? cud that be the problem ? will try now removing them > > > How can i install all files under /etc from the source ? > > cd /usr/src && mergemaster -i > thanks, i was thinking my /etc was fu*ked