From owner-freebsd-questions@FreeBSD.ORG Sat Jan 1 17:20:54 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A1D916A4CE for ; Sat, 1 Jan 2005 17:20:54 +0000 (GMT) Received: from ispmxmta05-srv.alltel.net (ispmxmta05-srv.alltel.net [166.102.165.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01EC543D49 for ; Sat, 1 Jan 2005 17:20:53 +0000 (GMT) (envelope-from trey@fastmail.fm) Received: from [192.168.0.2] (really [69.40.74.131]) by ispmxmta05-srv.alltel.net with ESMTP <20050101172052.LDUO10027.ispmxmta05-srv.alltel.net@[192.168.0.2]> for ; Sat, 1 Jan 2005 11:20:52 -0600 From: Trey Sizemore To: FreeBSD Content-Type: text/plain Date: Sat, 01 Jan 2005 12:22:45 -0500 Message-Id: <1104600165.85905.2.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.0.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: Problems with digital camera X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Jan 2005 17:20:54 -0000 Hoping that someone can see what I may be overlooking. I've got a Nikon CoolPix 885 that I'm attempting to connect to my FreeBSD 5.3-RELEASE machine via it's USB connector to a D-Link 7-port USB hub. The hub itself is connected via one of two USB ports on the tower. I have the following in /boot/loader.conf: ________________________________________________________________ salamander# cat /boot/loader.conf snd_emu10k1_load="YES" usb_load="YES" # USB support ums_load="YES" # USB mouse umass_load="YES" # USB Zip 100 drive Or Camera ________________________________________________________________ and the following in my /etc/rc.conf: ________________________________________________________________ salamander# cat /etc/rc.conf # -- sysinstall generated deltas -- # Mon Dec 6 13:36:23 2004 # Created: Mon Dec 6 13:36:23 2004 # Enable network daemons for user convenience. # Please make all changes to this file, not to /etc/defaults/rc.conf. # This file now contains just the overrides from /etc/defaults/rc.conf. hostname="salamander.thesizemores.net" ifconfig_vr0="DHCP" linux_enable="YES" moused_enable="YES" usbd_enable="YES" sendmail_enable="YES" sendmail_flags="-bd" sendmail_pidfile="/var/spool/postfix/pid/master.pid" sendmail_outbound_enable="NO" sendmail_submit_enable="NO" sendmail_msp_queue_enable="NO" devfs_system_ruleset="local_ruleset" ________________________________________________________________ and this in a /etc/devfs.rules file that I created per another post I saw on the forum: ________________________________________________________________ [local_ruleset=10] add path 'ugen*' mode 664 ________________________________________________________________ The following lines appear in my /sys/i386/conf/GENERIC file (this is out-of-the-box, I have not recompiled the kernel since initial install): ________________________________________________________________ # USB support device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface device usb # USB Bus (required) #device udbp # USB Double Bulk Pipe devices device ugen # Generic device uhid # "Human Interface Devices" device ukbd # Keyboard device ulpt # Printer device umass # Disks/Mass storage - Requires scbus and da device ums # Mouse device urio # Diamond Rio 500 MP3 player device uscanner # Scanners # SCSI peripherals device scbus # SCSI bus (required for SCSI) device ch # SCSI media changers device da # Direct Access (disks) device sa # Sequential Access (tape etc) device cd # CD device pass # Passthrough device (direct SCSI access) device ses # SCSI Environmental Services (and SAF-TE) ________________________________________________________________ However, when I connect my camera via the USB connector and turn it on, I get no messages in dmesg and usbdevs shows ________________________________________________________________ salamander# usbdevs addr 1: UHCI root hub, VIA addr 1: UHCI root hub, VIA addr 1: UHCI root hub, VIA ________________________________________________________________ What have I missed? I assumed with the latter configured as I've outlined, I should be able to have the camera plugged in on a running system, see it detected, and then mount. Later I could add an entry to fstab for the device to make this a little easier. -- Cheers, Trey --- Adversity is the trial of principle. Without it, a man hardly knows whether he is honest or not. -- Henry Fielding 12:17PM up 4 days, 14:54, 0 users, load averages: 0.19, 0.14, 0.06 FreeBSD salamander.thesizemores.net 5.3-RELEASE i386