From owner-freebsd-questions@FreeBSD.ORG Mon Oct 13 22:03:59 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 CF6AD1065697 for ; Mon, 13 Oct 2008 22:03:59 +0000 (UTC) (envelope-from mailing_list@orange.nl) Received: from smtp-1.orange.nl (smtp-1.orange.nl [193.252.22.241]) by mx1.freebsd.org (Postfix) with ESMTP id 958DB8FC27 for ; Mon, 13 Oct 2008 22:03:59 +0000 (UTC) (envelope-from mailing_list@orange.nl) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf6004.online.nl (SMTP Server) with ESMTP id 6F9961C00084 for ; Tue, 14 Oct 2008 00:03:58 +0200 (CEST) Received: from [192.168.2.173] (s5590cf7b.adsl.wanadoo.nl [85.144.207.123]) by mwinf6004.online.nl (SMTP Server) with ESMTP id 3D5C71C00083 for ; Tue, 14 Oct 2008 00:03:58 +0200 (CEST) X-ME-UUID: 20081013220358251.3D5C71C00083@mwinf6004.online.nl From: Aniruddha To: freebsd-questions@freebsd.org Content-Type: text/plain Date: Tue, 14 Oct 2008 00:03:57 +0200 Message-Id: <1223935437.4511.5.camel@debian> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 Content-Transfer-Encoding: 7bit Subject: FreeBSD do dbus & hal work? 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: Mon, 13 Oct 2008 22:03:59 -0000 I'm trying to mount (USB) devices in KDE/Gnome automagically through dbus and hal. I added the following lines to /etc/rc.conf: dbus_enable="YES" hald_enable="YES" Unfortunately when I insert an USB (NTFS formatted) nothing happens. When I insert a (fat) sdcard in my cardreader still nothing happens. I do think I'm missing something obvious, who know what it is? -- Regards, Aniruddha