panic when unplugging a mounted usb camera

2003-08-23 Thread Stuart Walsh
Hi, A somewhat annoying occurance in -current; I get a panic if I leave the camera device mounted when I unplug it and subsequently try to unmount the device or reboot the system. I did some digging and it seems the dacleanup() function isnt being called because periph->refcount is 1. I spoke to

Re: panic when removing umass device (USB Camera)

2002-11-14 Thread Kutulu
From: "Kutulu" <[EMAIL PROTECTED]> Sent: Thursday, November 14, 2002 8:58 PM Subject: Re: panic when removing umass device (USB Camera) > I'm now going to try actually mounting the device and moving files to/from it :) Quick follow-up that this is working fine, i

Re: panic when removing umass device (USB Camera)

2002-11-14 Thread Kutulu
5 Digital Camera > * PR: kern/41010 > */ > - {T_DIRECT, SIP_MEDIA_REMOVABLE, "HP", "USB Camera*", "*"}, > + {T_DIRECT, SIP_MEDIA_REMOVABLE, "HP", "USB CAMERA*", "*"}, > /*quir

Re: panic when removing umass device (USB Camera)

2002-11-14 Thread Nate Lawson
1.113 +++ /sys/cam/scsi/scsi_da.c 14 Nov 2002 19:04:40 - @@ -416,7 +416,7 @@ * HP 315 Digital Camera * PR: kern/41010 */ - {T_DIRECT, SIP_MEDIA_REMOVABLE, "HP", "USB Camera*", "*"}, + {T_D

panic when removing umass device (USB Camera)

2002-11-13 Thread Kutulu
I have an HP digital camera w/ CompactFlash that acts as a USB mass-storage device that's panic'ing my system when I remove it. If I do not load the umass driver, then the camera is detected as a simple generic ugen0 device, and I can safely add/remove the device at will. If I load the umass driv

Re: USB camera

2001-12-28 Thread Jan Stocker
The s1 after da0s1 is similar for all disc devices under bsd. It means the first slice (similar to partition for Wind**s users). But this is something out of topic here... move to FreeBSD-question or take a private talk with me... Jan On Fri, 2001-12-28 at 17:28, Joe Halpin wrote: > Jan Stocke

Re: USB camera

2001-12-28 Thread Joe Halpin
Jan Stocker wrote: > > 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? That works fine. I guess I'm trying to mount the wrong device file. Sorry, I'm pretty new to usb and haven't caught on

RE: USB camera

2001-12-28 Thread Jan Stocker
CTED] > 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 >

USB camera

2001-12-27 Thread Joe Halpin
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: Remo