From owner-freebsd-gnome@FreeBSD.ORG Fri Jan 12 08:18:04 2007 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 67A0516A40F for ; Fri, 12 Jan 2007 08:18:04 +0000 (UTC) (envelope-from andy@neu.net) Received: from orion.dandy.net (orion.dandy.net [209.128.224.36]) by mx1.freebsd.org (Postfix) with ESMTP id 4769813C448 for ; Fri, 12 Jan 2007 08:18:03 +0000 (UTC) (envelope-from andy@neu.net) Received: from rigel.dandy.net (rigel.dandy.net [209.128.224.25]) by orion.dandy.net (Postfix) with ESMTP id 0D1A25E408; Fri, 12 Jan 2007 03:18:03 -0500 (EST) Date: Fri, 12 Jan 2007 03:18:01 -0500 (EST) From: andy@neu.net X-X-Sender: andyneu@rigel.dandy.net To: mezz7@cox.net Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-gnome@freebsd.org Subject: sound juicer problem X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jan 2007 08:18:04 -0000 Mezz: > I'm having a problem with sound-juicer on a new install on 6.2 and Gnome > 2.16.1. When I try to start sound-juicer, I receive the following > message: > # /usr/local/bin/sound-juicer > > ** (sound-juicer:41801): WARNING **: hal_initialize failed: Failed to > connect to socket /var/run/dbus/dbus.pipe: No such file or directory > > ** (sound-juicer:43954): WARNING **: hal_initialize failed: Failed to > connect to socket /var/run/dbus/dbus.pipe: Socket operation on non-socket > > uname -a: > FreeBSD opteron.foo.bar 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #1: Sat Jan > 6 11:44:44 IST 2007 root@opteron.foo.bar:/usr/obj/usr/src/sys/MYKERNEL > i386 > > Any ideas what the problem is, and how to fix it? >Do you have these lines below in your /etc/rc.conf? >dbus_enable="YES" >polkitd_enable="YES" >hald_enable="YES" >Cheers, >Mezz Thanks, I put the lines in rc.conf and now sound juicer works fine. I am having a problem mounting my digital camera, it is a Nikon Coolpix 7600. It shows up in dmesg: ugen0: NIKON NIKON DSC E7600-PTP, rev 2.00/1.00, addr 2 and from usbdevs: addr 2: NIKON DSC E7600-PTP, NIKON not getting anything about umass or da0. I have the following lines in /boot/loader.conf: usb_load="YES" umass_load="YES" in rc.conf I have: usbd_enable=YES dbus_enable="YES" polkitd_enable="YES" hald_enable="YES" and I have umass enabled in the kernel config When I try to mount I get the following: # mount -t msdos /dev/da0s1c /mnt mount_msdosfs: /dev/da0s1c: No such file or directory Not sure what the problem is, any help is appreciated. Andy