Menu

openobex and samsung sghz500: usb support?

Help
fab
2006-04-06
2013-05-01
  • fab

    fab - 2006-04-06

    Hi! i've compiled oopenobex 1.1 with usb support enabled, but when i use obex_test -u to find the usb interfaces of my phone, i get nothing, even if the phone is reconized as ttyACM0 by udev and my kernel 2.6.14.4.

    So, what can i do  to verify if i well compiled openobex? and what can i do to get openobex to reconize my phone?

    thanks to all

     
    • Alex Kanavin

      Alex Kanavin - 2006-04-06

      Run lsusb -v as root and post the output here.

       
      • fab

        fab - 2006-04-07

        Here is the relevant parto of the output, thanks for your quick reply!

        Bus 003 Device 002: ID 04e8:6601 Samsung Electronics Co., Ltd Z100 Mobile Phone
        Device Descriptor:
          bLength                18
          bDescriptorType         1
          bcdUSB               1.10
          bDeviceClass            2 Communications
          bDeviceSubClass         0
          bDeviceProtocol         0
          bMaxPacketSize0        64
          idVendor           0x04e8 Samsung Electronics Co., Ltd
          idProduct          0x6601 Z100 Mobile Phone
          bcdDevice            0.00
          iManufacturer           1 SAMSUNG Electronics Co.,Ltd.
          iProduct                2 SAMSUNG CDMA Technologies
          iSerial                 0
          bNumConfigurations      1
          Configuration Descriptor:
            bLength                 9
            bDescriptorType         2
            wTotalLength           67
            bNumInterfaces          2
            bConfigurationValue     1
            iConfiguration          0
            bmAttributes         0xa0
              Remote Wakeup
            MaxPower                0mA
            Interface Descriptor:
              bLength                 9
              bDescriptorType         4
              bInterfaceNumber        0
              bAlternateSetting       0
              bNumEndpoints           1
              bInterfaceClass         2 Communications
              bInterfaceSubClass      2 Abstract (modem)
              bInterfaceProtocol      1 AT-commands (v.25ter)
              iInterface              0
              Endpoint Descriptor:
                bLength                 7
                bDescriptorType         5
                bEndpointAddress     0x81  EP 1 IN
                bmAttributes            3
                  Transfer Type            Interrupt
                  Synch Type               None
                  Usage Type               Data
                wMaxPacketSize     0x0010  bytes 16 once
                bInterval              32
                CDC Header:
                  bcdCDC               1.09
                CDC Call Management:
                  bmCapabilities       0x03
                    call management
                    use DataInterface
                  bDataInterface        1
                CDC ACM:
                  bmCapabilities       0f
                    connection notifications
                    sends break
                    line coding and serial state
                    get/set/clear comm features
                CDC Union:
                  bMasterInterface        0
                  bSlaveInterface         1
            Interface Descriptor:
              bLength                 9
              bDescriptorType         4
              bInterfaceNumber        1
              bAlternateSetting       0
              bNumEndpoints           2
              bInterfaceClass        10 Data
              bInterfaceSubClass      0 Unused
              bInterfaceProtocol      0
              iInterface              4 Data Interface
              Endpoint Descriptor:
                bLength                 7
                bDescriptorType         5
                bEndpointAddress     0x82  EP 2 IN
                bmAttributes            2
                  Transfer Type            Bulk
                  Synch Type               None
                  Usage Type               Data
                wMaxPacketSize     0x0040  bytes 64 once
                bInterval               0
              Endpoint Descriptor:
                bLength                 7
                bDescriptorType         5
                bEndpointAddress     0x02  EP 2 OUT
                bmAttributes            2
                  Transfer Type            Bulk
                  Synch Type               None
                  Usage Type               Data
                wMaxPacketSize     0x0040  bytes 64 once
                bInterval               0

         

Log in to post a comment.