Hi folks, has anyone used the subject successfully with -stable? umass(4) mentions the 8MB version, so I thought 16MB should actually work, too. However, when I plug the device in, I just get ugen0: Trek Technology ThumbDrive, rev 1.10/1.00, addr 2 and no umass device. usbdevs shows port 3 addr 2: full speed, power 40 mA, config 1, ThumbDrive(0x1111), Trek Technology(0x0a16), rev 1.00, device ugen0 Any hints how to make this work? cu Gerrit --
On Wed, May 04, 2005 at 02:19:13PM +0200, Gerrit Khn wrote:> Hi folks, > > has anyone used the subject successfully with -stable? > umass(4) mentions the 8MB version, so I thought 16MB should actually work, > too. However, when I plug the device in, I just get > > ugen0: Trek Technology ThumbDrive, rev 1.10/1.00, addr 2 > > and no umass device. > > usbdevs shows > > port 3 addr 2: full speed, power 40 mA, config 1, ThumbDrive(0x1111), Trek > Technology(0x0a16), rev 1.00, device ugen0 > > > Any hints how to make this work?You _do_ have scsi disk support (device da) enabled in your kernel ? Marc -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20050504/062523cf/attachment.bin
On Wed, May 04, 2005 at 04:23:51PM +0200, Marc Olzheim wrote:> > Any hints how to make this work? > > You _do_ have scsi disk support (device da) enabled in your kernel ?And loaded the umass module or have it in your kernel, for that matter ? Marc -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20050504/eaa6e647/attachment.bin
On Wed, May 04, 2005 at 04:23:51PM +0200, Marc Olzheim wrote:> > ugen0: Trek Technology ThumbDrive, rev 1.10/1.00, addr 2 > > and no umass device.> > Any hints how to make this work?> You _do_ have scsi disk support (device da) enabled in your kernel ?Yes, I do. I have two SCSI-Controllers in this system (CDRW, MOD) and various working umass-devices. cu Gerrit --
In the last episode (May 04), Gerrit Khn said:> has anyone used the subject successfully with -stable? umass(4) > mentions the 8MB version, so I thought 16MB should actually work, > too. However, when I plug the device in, I just get > > ugen0: Trek Technology ThumbDrive, rev 1.10/1.00, addr 2 > > and no umass device. > > usbdevs shows > > port 3 addr 2: full speed, power 40 mA, config 1, ThumbDrive(0x1111), Trek Technology(0x0a16), rev 1.00, device ugen0umass only attaches to devices it recognizes. There are entries for both the thumbdrive and thumbdrive_8mb in usbdevs, but only the 8mb version is in umass.c. Try copying the entry and changing USB_PRODUCT_TREK_THUMBDRIVE_8MB to USB_PRODUCT_TREK_THUMBDRIVE, and see if that works. -- Dan Nelson dnelson@allantgroup.com