From owner-freebsd-questions@FreeBSD.ORG Sun Mar 23 00:16:54 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B92C11065673 for ; Sun, 23 Mar 2008 00:16:54 +0000 (UTC) (envelope-from thiago528@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.230]) by mx1.freebsd.org (Postfix) with ESMTP id 76C4A8FC1D for ; Sun, 23 Mar 2008 00:16:53 +0000 (UTC) (envelope-from thiago528@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so2498142wxd.7 for ; Sat, 22 Mar 2008 17:16:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id:from; bh=+ThDFRZouj1jWvqGkn8WOzHaAJ4QfZfy7tBB4joXuj4=; b=QB2zAYlJQ+D31PlOW9PSCvdzFJ66z777QJR/bqaB298l4u65Ri3ptDZw1VqzXJfAiTY51SjlJ1K5vyR/udTbMn+e5Yvm+cjMvBjMv0zYjDGdREgrsSsjGGQwFoJgWKz5CIPW3r7PAc4a7WC3XMj7olcWNM5rqxcnwbq2wQTEVAw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id:from; b=CFGYxc+28oNfbdeRSdPl5WVVgc7LdoAb6yykP4TG4gO4kMtyuHg8OyQgHXrVrbgKTY7Xr3p0Jx5TzW+xG8rOTKRvZ009oBHLuVAoX1nsb0oPkYXX/O4olOy5wc0JNm7cBdDjlClhC2Ag1tzEQiW8MkbgWqAAte7MRBzfaEltNPg= Received: by 10.70.59.14 with SMTP id h14mr6438548wxa.46.1206229816246; Sat, 22 Mar 2008 16:50:16 -0700 (PDT) Received: from ?10.1.1.6? ( [201.50.123.79]) by mx.google.com with ESMTPS id h9sm1211277wxd.35.2008.03.22.16.50.12 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 22 Mar 2008 16:50:13 -0700 (PDT) To: freebsd-questions@freebsd.org Date: Sat, 22 Mar 2008 20:47:04 -0300 User-Agent: KMail/1.9.7 References: <20080322233834.GA69993@thought.org> In-Reply-To: <20080322233834.GA69993@thought.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200803222047.05144.thiago@gmx.com> From: Thiago Rodrigues Santos Subject: Re: Gnome and KDE? 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: Sun, 23 Mar 2008 00:16:54 -0000 Em Saturday 22 March 2008 20:38:41 Gary Kline escreveu: > People, > > What's the magic command to ger hald running while I'm running > KDE? The audio/multimedia app, Sound-Juicer can't find my > /dev/cdrom because the hal daemon isn't running. Exec'ing hald > by hand didn't work. > > Anybody? > > gary Hi. You should add the following line to your /etc/rc.conf: hald_enable="YES" -- Thiago Rodrigues Santos