From owner-freebsd-stable@FreeBSD.ORG Thu Apr 2 05:35:21 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 664111065686; Thu, 2 Apr 2009 05:35:21 +0000 (UTC) (envelope-from weongyo.jeong@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.232]) by mx1.freebsd.org (Postfix) with ESMTP id 2200E8FC08; Thu, 2 Apr 2009 05:35:21 +0000 (UTC) (envelope-from weongyo.jeong@gmail.com) Received: by rv-out-0506.google.com with SMTP id l9so391764rvb.43 for ; Wed, 01 Apr 2009 22:35:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:from:date:to:cc :subject:message-id:reply-to:references:mime-version:content-type :content-disposition:in-reply-to:user-agent:organization :x-operation-sytem; bh=Y1PzmCXQHA4CvVB8zehK3fcokwSd0/iTUbwpKM4Af/o=; b=pqGUQK/VSJT6nLORuzBWZGWaYIzAl4HuIDmLjQ93wwPpiOIz1t7Kg60K1Yuqmnjk8t 9vB1MOHc+7uXUTMz3alONaQViJ5/TN3lRR7CUVKqFbArmWlLenRJXQR/oRyLMJs4Kn0j s9wGyvGygl7dFP5Gb+DXdZ91j/mThxNDaMfLY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:date:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent :organization:x-operation-sytem; b=WpWU9RvEyz9bm7Ab+DVOeMRvhGsIIQ6V1PTTQNxGVDvNsPYuyNQl4GEMwXfkLHS+Xw DuVsi67K8smCpF953ylgP/ZLMQrMbf2VgQZdVPI0FNlscoWCrusry+rz9Uz7rbOMO8uU qF4BTHF5D4zXIp3t8nbmGDrcdcLzSbZxdleQI= Received: by 10.140.202.12 with SMTP id z12mr3448415rvf.228.1238650520869; Wed, 01 Apr 2009 22:35:20 -0700 (PDT) Received: from weongyo ([114.111.62.249]) by mx.google.com with ESMTPS id k41sm1915173rvb.16.2009.04.01.22.35.19 (version=SSLv3 cipher=RC4-MD5); Wed, 01 Apr 2009 22:35:20 -0700 (PDT) Received: by weongyo (sSMTP sendmail emulation); Thu, 2 Apr 2009 14:35:17 +0900 From: Weongyo Jeong Date: Thu, 2 Apr 2009 14:35:17 +0900 To: John Message-ID: <20090402053517.GD44973@weongyo.cdnetworks.kr> References: <49CAA7AB.8030506@reiteration.net> <20090328191143.GA1989@dchagin.static.corbina.ru> <20090330080532.GB26132@weongyo.cdnetworks.kr> <20090330165334.GA2831@dchagin.static.corbina.ru> <20090331034229.GJ26132@weongyo.cdnetworks.kr> <20090331070325.GA2479@dchagin.static.corbina.ru> <20090331073608.GA43918@weongyo.cdnetworks.kr> <20090331185409.GA2086@dchagin.static.corbina.ru> <20090402031530.1366612nkllms79u@webmail-srv2.servage.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090402031530.1366612nkllms79u@webmail-srv2.servage.net> User-Agent: Mutt/1.4.2.3i Organization: CDNetworks. X-Operation-Sytem: FreeBSD Cc: FreeBSD Stable , Chagin Dmitry Subject: Re: malo causes sig 12 error and panic on Freebsd 7.2-PRERELEASE (7-STABLE) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Weongyo Jeong List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Apr 2009 05:35:22 -0000 On Thu, Apr 02, 2009 at 03:15:30AM +0000, John wrote: > Quoting Chagin Dmitry : > > >>> > >>> dchagin# ifconfig malo0 scan > >>> ifconfig: unable to get scan results > >>> > >>> In the evening I will more in detail look... anyway, many thanks :) > >> > >>FWIW the following commands would be useful for CURRENT: > >> > >> # ifconfig wlan0 create wlandev malo0 > >> # ifconfig wlan0 ssid up > >> > >>Please see malo(4) for details. Thanks for testing :-) > >> > > > >yes, it works. thnx! > > Mine is now working too ;) Thank you for testing. :-) regards, Weongyo Jeong