From owner-freebsd-hackers@FreeBSD.ORG Sun Jun 29 16:24:15 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 34C3C106567F for ; Sun, 29 Jun 2008 16:24:15 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by mx1.freebsd.org (Postfix) with ESMTP id B49428FC18 for ; Sun, 29 Jun 2008 16:24:14 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: by nf-out-0910.google.com with SMTP id h3so363296nfh.33 for ; Sun, 29 Jun 2008 09:24:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:references:mime-version:content-type:content-disposition :in-reply-to:user-agent:sender; bh=LGXkvNX3/CNY7eGYBbNhafEP4VvQtw0ag1E8D75UY2c=; b=Bf0xv9hGjHDOAZOhx3qbW7uWoDt9dfVNsRzGSjSc8vX5JPSEWpdS1RlMw+gzz5jZjl /312ExYAcpcLuJZhNV35N6Owp7QpZ2GNzGIur2eUsefeb24/tXsQ7PGs64H55nefZued 9+eMTe39CYXAVeFEEbQ4Mv5yScu8/owcQry/4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent:sender; b=m4vkzip0R1n8TB8n2zJfO8BzKveveZceG6SevlXdrx/wl3WEe7+xJEYElk1a8GG7vt j9z9+49ST9OphmmZuGGEFpuLd59WwfiMVrou/Ro8FneG3SapdOUrjbt1X/uGGLKFrl9p ngdyJj56cxylrkUpW6QuyoQiVcOKVft8HGnSk= Received: by 10.210.25.20 with SMTP id 20mr3246942eby.46.1214756653544; Sun, 29 Jun 2008 09:24:13 -0700 (PDT) Received: from phi.local ( [92.250.118.148]) by mx.google.com with ESMTPS id f13sm1016926gvd.2.2008.06.29.09.24.08 (version=SSLv3 cipher=RC4-MD5); Sun, 29 Jun 2008 09:24:12 -0700 (PDT) Date: Sun, 29 Jun 2008 17:22:34 +0100 From: Rui Paulo To: Matthias Apitz Message-ID: <20080629162234.GB1261@phi.local> References: <20080626075545.GA2964@rebelion.Sisis.de> <20080626231603.GC6875@phi.local> <20080627080203.GA19602@rebelion.Sisis.de> <20080627194447.GA34524@phi.local> <20080629160527.GA17075@rebelion.Sisis.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080629160527.GA17075@rebelion.Sisis.de> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: Rui Paulo Cc: freebsd-hackers@freebsd.org, james@nighthack.org, Manolis Kiagias Subject: Re: eeePC 900 && turning off wireless (ath0) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jun 2008 16:24:15 -0000 On Sun, Jun 29, 2008 at 06:05:27PM +0200, Matthias Apitz wrote: > Hola Rui, > > I've found your very usefull pages in http://wiki.freebsd.org/AsusEee > > I CVS'uped the kernel to RELENG_7, built it and moved it to the eeePC; > now Fn+F2 works as it should and I can even kldunload if_ath, power-off > and power-on the wireless card, and after kldload if_ath the interface > comes up fine again and my devd(8) hook assigns IP again; now it works as > it should; will have a look into the events seen by devd(8) to make the > kldunload and kldload perhaps there; > > thanks for your work and help; Cool, no problem. -- Rui Paulo