Re: USB Pen drive

2006-07-26 Thread Karthik Subramanian
I'd be happy to help with further debugging if anyone wants help. Hi Folks, Sorry for the long absence, I'd been ill, and then had been busy with work. Unfortunately the friend of mine whose USB stick I'd been borrowing is out of circulation for some time, so I won't be able to debug with

Re: USB Pen drive

2006-07-04 Thread Matthew Dillon
:... :interleave: 1 :trackskew: 0 :cylinderskew: 0 :headswitch: 0 # microseconds :track-to-track seek: 0 # microseconds :drivedata: 0 : : :5 partitions: :#sizeoffset fstype [fsize bsize cpg/sgs] : d: 4030464 0 unused 0 0# (Cyl. 0 -

Re: USB Pen drive

2006-07-04 Thread walt
On Tue, 4 Jul 2006, Matthew Dillon wrote: :... :interleave: 1 :trackskew: 0 :cylinderskew: 0 :headswitch: 0# microseconds :track-to-track seek: 0 # microseconds :drivedata: 0 : : :5 partitions: :#sizeoffset fstype [fsize bsize cpg/sgs] : d:

Re: USB Pen drive

2006-07-03 Thread Karthik Subramanian
Hi Folks, I was finally able to borrow the USB stick for a little more fooling around, and this rather long email contains the results. To cut a long story short, no, it isn't working yet. I'd like to fool around a little more and get it to work, though, and I'd appreciate any help I get.

Re: USB Pen drive

2006-07-02 Thread Sascha Wildner
Steve O'Hara-Smith wrote: On Wed, 28 Jun 2006 08:30:54 -0700 (PDT) Matthew Dillon [EMAIL PROTECTED] wrote: The manual page is definitely out of date. usbd *used* to handle core connect and disconnect events, but all of that was moved into a kernel thread and integrated into the

Re: USB Pen drive

2006-06-28 Thread Steve O'Hara-Smith
On Tue, 27 Jun 2006 13:22:11 -0700 (PDT) Matthew Dillon [EMAIL PROTECTED] wrote: usbd shouldn't be needed for a USB mass storage device (e.g. like a pen drive). I thought it was needed to manage the dynamic connect/disconnect recognition (the man page indicates that it is so

Re: USB Pen drive

2006-06-28 Thread Rob Andrews
On 28-Jun-2006 09:51.34 (BST), Steve O'Hara-Smith wrote: usbd shouldn't be needed for a USB mass storage device (e.g. like a pen drive). I thought it was needed to manage the dynamic connect/disconnect recognition (the man page indicates that it is so I've always used it). Does

Re: USB Pen drive

2006-06-28 Thread Karthik Subramanian
It'll take me a little while before I can fool around with that USB pen drive again, I'll get back to the list when I do. Thanks for all the replies, guys! K.

Re: USB Pen drive

2006-06-27 Thread Matthew Dillon
usbd shouldn't be needed for a USB mass storage device (e.g. like a pen drive). The SCSI/CAM layer and various USB devices such as UMASS are needed, though (they are all part of GENERIC). The USB pen drive should be recognized as a scsi DA disk

USB Pen drive

2006-06-26 Thread Karthik Subramanian
Hi Folks, Yet another newbie question - how do I use my USB pen drive under DragonFly? I just tried shoving it into the USB port, and watched dmesg - nothing happened! I have usb, umass, scbus and da compiled into the kernel. Is there a howto or something that talks about how to use a USB pen

Re: USB Pen drive

2006-06-26 Thread walt
On Mon, 2006-06-26 at 16:30 +0530, Karthik Subramanian wrote: Hi Folks, Yet another newbie question - how do I use my USB pen drive under DragonFly? I just tried shoving it into the USB port, and watched dmesg - nothing happened! I have usb, umass, scbus and da compiled into the kernel

Re: USB Pen drive

2006-06-26 Thread Steve O'Hara-Smith
On Mon, 26 Jun 2006 16:30:07 +0530 Karthik Subramanian [EMAIL PROTECTED] wrote: Hi Folks, Yet another newbie question - how do I use my USB pen drive under DragonFly? I just tried shoving it into the USB port, and watched dmesg - nothing happened! Do you have usbd running