Umm... not to burst your bubble, but US_PR_DATAFAB invokes a great deal of
"command trickery"... so far, you haven't actually communicated with the
device yet.

Matt

On Fri, Feb 22, 2002 at 07:27:45PM -0500, Keith Adamson wrote:
> I've managed to get in /var/log/messages;
> 
> kernel: hub.c: USB new device connect on bus1/2/1, assigned device
> number 14
> kernel: usb.c: USB device 14 (vend/prod 0x2735/0x1) is not claimed by
> any active driver. 
> kernel: Initializing USB Mass Storage driver...
> kernel: usb.c: registered new driver usb-storage
> kernel: scsi1 : SCSI emulation for USB Mass Storage devices
> kernel:   Vendor: Digital   Model: Digital Audio Pl  Rev: 0100
> kernel:   Type:   Direct-Access                      ANSI SCSI revision:
> 02        
> kernel: Attached scsi removable disk sda at scsi1, channel 0, id 0, lun
> 0 
> 
> and cat /proc/scsi/scsi;
> 
> Host: scsi1 Channel: 00 Id: 00 Lun: 00
>   Vendor: Digital  Model: Digital Audio Pl Rev: 0100
>   Type:   Direct-Access                    ANSI SCSI revision: 02
> 
> Using in /usr/src/linux-2.4/drivers/usb/storage/unusual_devs.h;
> 
> UNUSUAL_DEV(  0x2735, 0x0001, 0x0000, 0x9999,
>                 "Digital Way",
>                 "Digital Audio Player",
>                 US_SC_SCSI, US_PR_DATAFAB, NULL,
>                 US_FL_MODE_XLATE | US_FL_START_STOP ),
> 
> I still need to figure out how to mount.
> 
> Keith
> 
> On Thu, 2002-02-21 at 20:54, Matthew Dharm wrote:
> > My crystal ball is no bigger than yours... your guess is as good as mine.
> > 
> > The device descriptors are indicating "vendor-proprietary", but that
> > doesn't mean much...
> > 
> > The endpoints are the most common configuration, which doesn't tell us
> > anything.
> > 
> > Did you get, perchance, a driver disk for windows with an INF file on it?
> > Or some other text-file?  Often the "driver disk" just contains a few text
> > files which instructs windows to ignore the descriptors and bind the unit
> > to the standard driver.  If you're lucky (and full of good karma), this
> > will be the case, and that data will be translatable into something useful.
> > 
> > Of course, maybe not.  If the device really does use a proprietary
> > protocol, you're sunk.
> > 
> > How does it appear under windows?  Like a disk drive?  If so, you might
> > have a shot.  If not, give up now and save yourself the hassle.
> > 
> > Matt
> > 
> > On Thu, Feb 21, 2002 at 07:42:18PM -0500, Keith Adamson wrote:
> > > I've read all the FAQs etc.  A couple of quick pointers on what I should
> > > do to figure this out would be appreashiated.  (or maybe your best
> > > guess?  I'm sure it would be better than mine)
> > > 
> > > Thanks, Keith
> > > 
> > > On Thu, 2002-02-21 at 18:02, Matthew Dharm wrote:
> > > > The opening lines of your entry should be:
> > > > 
> > > > UNUSUAL_DEV (0x2735, 0x0001, 0x0000, 0x9999,
> > > >         "Digital Way",
> > > >         "Digital Audio Player",
> > > > 
> > > > After that, it's anyone's guess.  You might not be able to make it work at
> > > > all.
> > > > 
> > > > Matt
> > > > 
> > > > On Thu, Feb 21, 2002 at 04:53:09AM -0500, Keith Adamson wrote:
> > > > > I have a MPIO MP3 player which isn't supported.  I'd like to try and
> > > > > patch "unusual_devs.h" and give it a shot.  Any help on recommended
> > > > > parms for UNUSUAL_DEV() would be much appreciated.
> > > > > 
> > > > > Connects to USB OK.  /proc/bus/usb/devices reports;
> > > > > 
> > > > > T:  Bus=01 Lev=02 Prnt=02 Port=00 Cnt=01 Dev#=  4 Spd=12  MxCh= 0
> > > > > D:  Ver= 1.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
> > > > > P:  Vendor=2735 ProdID=0001 Rev= 1.00
> > > > > S:  Manufacturer=Digit@lway, Inc.
> > > > > S:  Product=Digit@lway Digital Audio Player
> > > > > C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr= 98mA
> > > > > I:  If#= 0 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=ff Prot=ff Driver=(none)
> > > > > E:  Ad=01(O) Atr=02(Bulk) MxPS=  64 Ivl=  0ms
> > > > > E:  Ad=82(I) Atr=02(Bulk) MxPS=  64 Ivl=  0ms
> > > > > E:  Ad=83(I) Atr=03(Int.) MxPS=   8 Ivl=  1ms
> > > > > 
> > > > > In /var/log/messages I get;
> > > > > 
> > > > > kernel: hub.c: USB new device connect on bus1/2/1, assigned device
> > > > > number 4kernel: 
> > > > > usb.c: USB device 4 (vend/prod 0x2735/0x1) is not claimed by any active
> > > > > driver.
> > > > > 
> > > > > No entry in /proc/scsi/scsi.
> > > > > 
> > > > > I've already hacked a /etc/hotplug/usb.usermap entry;
> > > > > 
> > > > > usb-storage          0x000f 0x2735   0x0001    0x0100       0x0100      
> > > > > 0x00         0x00            0x00            0x00           
> > > > > 0x00            0x00            0x00000000
> > > > > 
> > > > > Any help on recommended parms for UNUSUAL_DEV() would be much
> > > > > appreciated.
> > > > > 
> > > > > Keith
> > > > > 
> > > > > 
> > > > > 
> > > > > 
> > > > > _______________________________________________
> > > > > [EMAIL PROTECTED]
> > > > > To unsubscribe, use the last form field at:
> > > > > https://lists.sourceforge.net/lists/listinfo/linux-usb-users
> > > > 
> > > > -- 
> > > > Matthew Dharm                              Home: [EMAIL PROTECTED] 
> > > > Maintainer, Linux USB Mass Storage Driver
> > > > 
> > > > E:  You run this ship with Windows?!  YOU IDIOT!
> > > > L:  Give me a break, it came bundled with the computer!
> > > >                                         -- ESR and Lan Solaris
> > > > User Friendly, 12/8/1998
> > > 
> > > 
> > > 
> > > _______________________________________________
> > > [EMAIL PROTECTED]
> > > To unsubscribe, use the last form field at:
> > > https://lists.sourceforge.net/lists/listinfo/linux-usb-users
> > 
> > -- 
> > Matthew Dharm                              Home: [EMAIL PROTECTED] 
> > Maintainer, Linux USB Mass Storage Driver
> > 
> > Somebody call an exorcist!
> >                                     -- Dust Puppy
> > User Friendly, 5/16/1998
> 
> 
> 
> _______________________________________________
> [EMAIL PROTECTED]
> To unsubscribe, use the last form field at:
> https://lists.sourceforge.net/lists/listinfo/linux-usb-users

-- 
Matthew Dharm                              Home: [EMAIL PROTECTED] 
Maintainer, Linux USB Mass Storage Driver

Would you mind not using our Web server? We're trying to have a game of 
Quake here.
                                        -- Greg
User Friendly, 5/11/1998

Attachment: msg02712/pgp00000.pgp
Description: PGP signature

Reply via email to