From owner-freebsd-current Fri Dec 28 3:54:44 2001 Delivered-To: freebsd-current@freebsd.org Received: from mailout06.sul.t-online.com (mailout06.sul.t-online.com [194.25.134.19]) by hub.freebsd.org (Postfix) with ESMTP id 253A737B417 for ; Fri, 28 Dec 2001 03:54:33 -0800 (PST) Received: from fwd03.sul.t-online.de by mailout06.sul.t-online.de with smtp id 16Jvan-0001ME-07; Fri, 28 Dec 2001 12:54:29 +0100 Received: from twoflower (320072111332-0001@[217.80.121.130]) by fwd03.sul.t-online.com with smtp id 16Jvak-1n1dIWC; Fri, 28 Dec 2001 12:54:26 +0100 From: Jan.Stocker@t-online.de (Jan Stocker) To: "Joe Halpin" Cc: Subject: RE: USB camera Date: Fri, 28 Dec 2001 11:54:05 +0100 Message-ID: <000b01c18f8d$f79ff2e0$fe02010a@twoflower.liebende.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: <3C2B9D66.6FC957C5@attbi.com> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Importance: Normal X-Sender: 320072111332-0001@t-dialin.net Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Looks quite fine for me... looks like your cam was connected for about 6 mins... what does a $ mount -t msdos /dev/da0s1 /mnt say? Maybe you should take a look at the partition table with $ fdisk da0 if it tells you something like fdisk: invalid fdisk partition table found Media sector size is 512 Warning: BIOS sector numbering starts with sector 1 Information from DOS bootblock is: The data for partition 1 is: The data for partition 2 is: The data for partition 3 is: The data for partition 4 is: sysid 165,(FreeBSD/NetBSD/386BSD) start 32, size 126944 (61 Meg), flag 80 (active) beg: cyl 0/ head 1/ sector 1; end: cyl 61/ head 63/ sector 32 you should add a quirk for your cam... Jan > -----Original Message----- > From: owner-freebsd-current@FreeBSD.ORG > [mailto:owner-freebsd-current@FreeBSD.ORG]On Behalf Of Joe Halpin > Sent: Thursday, December 27, 2001 11:15 PM > To: stable@FreeBSD.ORG > Subject: USB camera > > > I'm not able to mount my USB camera. This is what dmesg has to say about > my usb port: > > $ dmesg | grep -i usb > uhci0: port 0xe000-0xe01f irq > 11 at device 7.2 on pci0 > usb0: on uhci0 > usb0: USB revision 1.0 > bash-2.05$ dmesg | grep -i scsi > da0: Removable Direct Access SCSI-2 device > da0: Removable Direct Access SCSI-2 device > > > This is what /var/log/messages says when I plug the camera in and turn > it on: > > Dec 27 15:41:01 fbsd /kernel: da0 at umass-sim0 bus 0 target 0 lun 0 > Dec 27 15:41:01 fbsd /kernel: da0: Removable > Direct Access SCSI-2 device > Dec 27 15:41:01 fbsd /kernel: da0: 650KB/s transfers > Dec 27 15:41:01 fbsd /kernel: da0: 15MB (31808 512 byte sectors: 64H > 32S/T 15C) > Dec 27 15:47:13 fbsd /kernel: umass0: at uhub0 port 1 (addr 2) > disconnected > Dec 27 15:47:13 fbsd /kernel: (da0:umass-sim0:0:0:0): lost device > Dec 27 15:47:13 fbsd /kernel: (da0:umass-sim0:0:0:0): removing device > entry > Dec 27 15:47:13 fbsd /kernel: umass0: detached > > > On my Linux box I just mount the device file and the camera shows up as > a filesystem. Is it different in FreeBSD? > > Thanks > > Joe > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message