Announcement

Collapse
No announcement yet.

Mounting USB?

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Mounting USB?

    Hello, I seem to be having some problems mounting my Creative Zen Micro. Gnomad2 can't see it, it shows up on lsusb, but not at all with 'sudo fdisk -l' here is the what i see with 'sudo lsusb -vvs 003:004'...

    Code:
    Bus 003 Device 004: ID 041e:4130 Creative Technology, Ltd
    Device Descriptor:
     bLength        18
     bDescriptorType     1
     bcdUSB        2.00
     bDeviceClass     255 Vendor Specific Class
     bDeviceSubClass     0
     bDeviceProtocol     0
     bMaxPacketSize0    64
     idVendor      0x041e Creative Technology, Ltd
     idProduct     0x4130
     bcdDevice      1.00
     iManufacturer      1 Creative Technology Ltd
     iProduct        2 Creative Zen Micro
     iSerial         3 010525518803904D
     bNumConfigurations   1
     Configuration Descriptor:
      bLength         9
      bDescriptorType     2
      wTotalLength      39
      bNumInterfaces     1
      bConfigurationValue   1
      iConfiguration     16 Configuration 1
      bmAttributes     0xc0
       Self Powered
      MaxPower       500mA
      Interface Descriptor:
       bLength         9
       bDescriptorType     4
       bInterfaceNumber    0
       bAlternateSetting    0
       bNumEndpoints      3
       bInterfaceClass     0 (Defined at Interface level)
       bInterfaceSubClass   0
       bInterfaceProtocol   0
       iInterface       33 MTP Interface
       Endpoint Descriptor:
        bLength         7
        bDescriptorType     5
        bEndpointAddress   0x02 EP 2 OUT
        bmAttributes      2
         Transfer Type      Bulk
         Synch Type        None
         Usage Type        Data
        wMaxPacketSize   0x0200 1x 512 bytes
        bInterval        0
       Endpoint Descriptor:
        bLength         7
        bDescriptorType     5
        bEndpointAddress   0x82 EP 2 IN
        bmAttributes      2
         Transfer Type      Bulk
         Synch Type        None
         Usage Type        Data
        wMaxPacketSize   0x0200 1x 512 bytes
        bInterval        0
       Endpoint Descriptor:
        bLength         7
        bDescriptorType     5
        bEndpointAddress   0x83 EP 3 IN
        bmAttributes      3
         Transfer Type      Interrupt
         Synch Type        None
         Usage Type        Data
        wMaxPacketSize   0x0008 1x 8 bytes
        bInterval        4
    Device Qualifier (for other device speed):
     bLength        10
     bDescriptorType     6
     bcdUSB        2.00
     bDeviceClass     255 Vendor Specific Class
     bDeviceSubClass     0
     bDeviceProtocol     0
     bMaxPacketSize0    64
     bNumConfigurations   1
    can't get debug descriptor: Connection timed out
    any ideas? how do i go about mounting a usb drive based solely on its bus #?

    #2
    Re: Mounting USB?

    I'm not at home now, but there is a directory, I think /media where media get mounted, does it show there ?

    Comment


      #3
      Re: Mounting USB?

      nope, not in /media or /mnt

      Comment


        #4
        Re: Mounting USB?

        bump?

        Comment


          #5
          Re: Mounting USB?

          I am using my zen player on a slack-based distro right now. I have gnomad2 and libnjb installed (other dependencies were in the distro's base install). The first time I tried to use gnomad2 and zen, gnomad2 locked up. After rebooting, I did lsusb, but did not see the device. So I turned it off and plugged it into a fresh usb2 port (a port I have not plugged in a device before in this distro). I heard a beep (kinda like the noise win makes when you plug in a usb device) and the player came on. When I did lsusb again, the device finally showed up, but interestingly it did not show up anywhere as a mounted device. Luckily, when I launched gnomad2, it successfully scanned the device. I don't know if any of this helps.

          john

          Comment

          Working...
          X