Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Mar 2008 20:25:17 -0400
From:      Eduardo Cerejo <ejcerejo@optonline.net>
To:        Gary Kline <kline@thought.org>
Cc:        FreeBSD Mailing List <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Gnome and KDE?
Message-ID:  <20080322202517.58103e46.ejcerejo@optonline.net>
In-Reply-To: <20080322233834.GA69993@thought.org>
References:  <20080322233834.GA69993@thought.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 22 Mar 2008 16:38:41 -0700
Gary Kline <kline@thought.org> wrote:

> 
> 	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

add this to your /etc/rc.conf file and reboot:

# Enables HALd
dbus_enable="YES"
polkitd_enable="YES"
hald_enable="YES"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080322202517.58103e46.ejcerejo>