From owner-freebsd-current@FreeBSD.ORG Wed Sep 14 00:17:38 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7729B16A41F for ; Wed, 14 Sep 2005 00:17:38 +0000 (GMT) (envelope-from incmc@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id A467E43D45 for ; Wed, 14 Sep 2005 00:17:37 +0000 (GMT) (envelope-from incmc@gmx.de) Received: (qmail invoked by alias); 14 Sep 2005 00:17:36 -0000 Received: from dsl-084-061-029-158.arcor-ip.net (EHLO ms.homeip.net) [84.61.29.158] by mail.gmx.net (mp011) with SMTP; 14 Sep 2005 02:17:36 +0200 X-Authenticated: #15946415 Received: from p508f7b91.dip.t-dialin.net ([80.143.123.145] helo=nix-rechnername-auspaehen-hier) by ms.homeip.net with esmtpsa (SSLv3:RC4-MD5:128) id 1EFKxz-000Gbo-6q for freebsd-current@freebsd.org; Wed, 14 Sep 2005 02:17:35 +0200 From: Jochen Gensch To: freebsd-current@freebsd.org Date: Wed, 14 Sep 2005 02:17:28 +0200 User-Agent: KMail/1.8.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509140217.28244.incmc@gmx.de> X-Y-GMX-Trusted: 0 Subject: Using devd to automate wireless | wired network connections X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 00:17:38 -0000 Hi, since there are still problems with bringing up some wireless cards + changing the routes accordingly I thought I could simple execute the necessary script(s) by devd. I tried to add lines like "action "/etc/stop_if. $device-name";" to the detach section of "ethernet" ant "802.11" in /etc/devd.conf. However this shows no effect, the script doesn't seems to be executed. What am I missing? Thanks, Jochen