Unable to connect DShot II camera

Ask a Question related to Debian, Design and Development.

  1. #1

    Default Unable to connect DShot II camera

    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA1

    Hi,

    I've just bought the Oregon Scientific DShot II digital camera. I can't
    access the images. Does my kernel need reconfiguring? Or is it
    something to do with usbdevfs?

    The error message reads:

    hub.c: USB new device connect on bus 1/3, assigned device number 2
    usb.c: USB device not accepting new address=2 (error=-110)
    hub.c: USB new device connect on bus 1/3, assigned device number 3
    usb.c: USB device 3 (vend/prod 0x919/0x100) is not claimed by any active
    driver.

    I've installed gphoto2 from unstable, in which the DShotII camera is listed.

    tim@debian:~$ gphoto2 --list-ports
    Devices found: 2

    Path Description
    - --------------------------------------------------------------
    serial:/dev/ttyS0 Serial Port 0
    usb: Universal Serial Bus

    tim@debian:~$ gphoto2 --auto-detect
    Model Port

    - ----------------------------------------------------------

    Specifying the camera makes no difference. I can access my Nikon 4300
    via /dev/sda1.

    Can anyone out there help me?

    Thanks, Tim



    My relevant kernel config:

    # USB support
    #
    CONFIG_USB=y
    CONFIG_USB_DEBUG=y

    #
    # Miscellaneous USB options
    #
    CONFIG_USB_DEVICEFS=y
    # CONFIG_USB_BANDWIDTH is not set
    # CONFIG_USB_LONG_TIMEOUT is not set

    #
    # USB Controllers
    #
    # CONFIG_USB_UHCI is not set
    # CONFIG_USB_UHCI_ALT is not set
    CONFIG_USB_OHCI=y

    #
    # USB Device Class drivers
    #
    CONFIG_USB_AUDIO=m
    # CONFIG_USB_BLUETOOTH is not set
    CONFIG_USB_STORAGE=m
    CONFIG_USB_STORAGE_DEBUG=y
    CONFIG_USB_STORAGE_DATAFAB=y
    # CONFIG_USB_STORAGE_FREECOM is not set
    # CONFIG_USB_STORAGE_ISD200 is not set
    CONFIG_USB_STORAGE_DPCM=y
    # CONFIG_USB_STORAGE_HP8200e is not set
    CONFIG_USB_STORAGE_SDDR09=y
    CONFIG_USB_STORAGE_JUMPSHOT=y
    # CONFIG_USB_ACM is not set
    CONFIG_USB_PRINTER=m

    #
    # USB Human Interface Devices (HID)
    #
    CONFIG_USB_HID=y
    # CONFIG_USB_HIDDEV is not set
    # CONFIG_USB_WACOM is not set

    #
    # USB Imaging devices
    #
    CONFIG_USB_DC2XX=m
    CONFIG_USB_MDC800=m
    # CONFIG_USB_SCANNER is not set
    # CONFIG_USB_MICROTEK is not set
    # CONFIG_USB_HPUSBSCSI is not set

    #
    # USB Multimedia devices
    #
    CONFIG_USB_IBMCAM=m
    CONFIG_USB_OV511=m
    CONFIG_USB_PWC=m
    CONFIG_USB_SE401=m
    CONFIG_USB_STV680=m
    CONFIG_USB_VICAM=m
    # CONFIG_USB_DSBR is not set
    # CONFIG_USB_DABUSB is not set

    -----BEGIN PGP SIGNATURE-----
    Version: GnuPG v1.0.6 (GNU/Linux)
    Comment: Using GnuPG with Mozilla - [url]http://enigmail.mozdev.org[/url]

    iD8DBQE/J7USpg6Yi0V+PSERAnNHAKCALobaujx7BZLZdqW57pUm18E2bQ CfeCqy
    0PgQF/cy3KE14+N5awcc1ro=
    =OOQG
    -----END PGP SIGNATURE-----


    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Tim Guest

  2. Similar Questions and Discussions

    1. Unable to connect to FMS from outside of the US
      I'm having a really strange problem. We set up our FMS a couple of weeks ago, and are able to stream videos. However, the person that is directing...
    2. Help me: Unable to connect to FMS
      Hello Guys I have an audio recorder . It is working fine on localhost but it is unable to connect to the remote FMS . i have tried...
    3. Unable to connect MX7 to MS SQL 2005
      I get the following error when attempting setup a database connection. Connection verification failed for data source: q01nw...
    4. Unable to connect to SQL 2K via VS.NET
      Hi all, As the subject says I'm having trouble connecting to SQL Server 2K via Visual Studio.NET 2002 (VB). It tells me that SQL Server does not...
    5. Unable to connect
      Hello, I have problems with connecting to SQL Server from ESQL/C application. Error message is: SQL Server Message 19703: Unable to connect: SQL...
  3. #2

    Default Re: Unable to connect DShot II camera

    Tim wrote:
    > Hi,
    >
    > I've just bought the Oregon Scientific DShot II digital camera. I can't
    > access the images. Does my kernel need reconfiguring? Or is it
    > something to do with usbdevfs?
    >
    > The error message reads:
    >
    > hub.c: USB new device connect on bus 1/3, assigned device number 2
    > usb.c: USB device not accepting new address=2 (error=-110)
    > hub.c: USB new device connect on bus 1/3, assigned device number 3
    > usb.c: USB device 3 (vend/prod 0x919/0x100) is not claimed by any active
    > driver.
    >
    I'm not sure that's a problem: As far as I understand, gphoto2 talks to
    the camera as a generic USB device.

    It could, as you say, be usbdevfs, if gphoto2 uses that. what does
    # cat /proc/bus/usb/devices
    say?
    > I've installed gphoto2 from unstable, in which the DShotII camera is
    > listed.
    >
    > tim@debian:~$ gphoto2 --list-ports
    > Devices found: 2
    >
    > Path Description
    > --------------------------------------------------------------
    > serial:/dev/ttyS0 Serial Port 0
    > usb: Universal Serial Bus
    >
    > tim@debian:~$ gphoto2 --auto-detect
    > Model Port
    >
    > ----------------------------------------------------------
    >
    Most of the gphoto2 faq's revolve around permissions to the usb device:

    [url]http://gphoto.sourceforge.net/doc/manual/permissions-usb.html[/url]

    It also seems to depend on hotplug support. Do you have the package
    "hotplug" installed?
    > Specifying the camera makes no difference. I can access my Nikon 4300
    > via /dev/sda1.
    >
    That means you're using usb-storage to access that, which is fine, but I
    don't think your DShot II supports usb-storage. Gphoto2 is using a
    different mechanism to access the DShotII, so it might be a
    configuration problem with the USB.
    > Can anyone out there help me?
    >
    > Thanks, Tim
    >
    >
    >
    > My relevant kernel config:
    >
    > # USB support
    > #
    > CONFIG_USB=y
    > CONFIG_USB_DEBUG=y
    >
    > #
    > # Miscellaneous USB options
    > #
    > CONFIG_USB_DEVICEFS=y
    > # CONFIG_USB_BANDWIDTH is not set
    > # CONFIG_USB_LONG_TIMEOUT is not set
    >
    > #
    > # USB Controllers
    > #
    > # CONFIG_USB_UHCI is not set
    > # CONFIG_USB_UHCI_ALT is not set
    > CONFIG_USB_OHCI=y
    >
    > #
    > # USB Device Class drivers
    > #
    > CONFIG_USB_AUDIO=m
    > # CONFIG_USB_BLUETOOTH is not set
    > CONFIG_USB_STORAGE=m
    > CONFIG_USB_STORAGE_DEBUG=y
    > CONFIG_USB_STORAGE_DATAFAB=y
    > # CONFIG_USB_STORAGE_FREECOM is not set
    > # CONFIG_USB_STORAGE_ISD200 is not set
    > CONFIG_USB_STORAGE_DPCM=y
    > # CONFIG_USB_STORAGE_HP8200e is not set
    > CONFIG_USB_STORAGE_SDDR09=y
    > CONFIG_USB_STORAGE_JUMPSHOT=y
    > # CONFIG_USB_ACM is not set
    > CONFIG_USB_PRINTER=m
    >
    > #
    > # USB Human Interface Devices (HID)
    > #
    > CONFIG_USB_HID=y
    > # CONFIG_USB_HIDDEV is not set
    > # CONFIG_USB_WACOM is not set
    >
    > #
    > # USB Imaging devices
    > #
    > CONFIG_USB_DC2XX=m
    > CONFIG_USB_MDC800=m
    > # CONFIG_USB_SCANNER is not set
    > # CONFIG_USB_MICROTEK is not set
    > # CONFIG_USB_HPUSBSCSI is not set
    >
    > #
    > # USB Multimedia devices
    > #
    > CONFIG_USB_IBMCAM=m
    > CONFIG_USB_OV511=m
    > CONFIG_USB_PWC=m
    > CONFIG_USB_SE401=m
    > CONFIG_USB_STV680=m
    > CONFIG_USB_VICAM=m
    > # CONFIG_USB_DSBR is not set
    > # CONFIG_USB_DABUSB is not set
    >
    -----BEGIN PGP SIGNATURE-----
    Version: GnuPG v1.0.6 (GNU/Linux)
    Comment: Using GnuPG with Mozilla - [url]http://enigmail.mozdev.org[/url]

    iD8DBQE/J8elqEms0aLHW4URAng4AJ4wUEaWjrfa7SLOpFbKVEek/6vfTwCdFifs
    jIbf2Ooa0N3GcFHMyx1yhho=
    =ktgy
    -----END PGP SIGNATURE-----

    Andrew McGuinness Guest

  4. #3

    Default Re: Unable to connect DShot II camera

    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA1

    Andrew McGuinness wrote:
    | Tim wrote:
    |
    |> Hi,
    |>
    |> I've just bought the Oregon Scientific DShot II digital camera. I can't
    |> access the images. Does my kernel need reconfiguring? Or is it
    |> something to do with usbdevfs?
    |>
    |> The error message reads:
    |>
    |> hub.c: USB new device connect on bus 1/3, assigned device number 2
    |> usb.c: USB device not accepting new address=2 (error=-110)
    |> hub.c: USB new device connect on bus 1/3, assigned device number 3
    |> usb.c: USB device 3 (vend/prod 0x919/0x100) is not claimed by any active
    |> driver.
    |>
    |
    | I'm not sure that's a problem: As far as I understand, gphoto2 talks to
    | the camera as a generic USB device.
    |
    | It could, as you say, be usbdevfs, if gphoto2 uses that. what does
    | # cat /proc/bus/usb/devices
    | say?

    No mention of this camera in there.

    |
    |> I've installed gphoto2 from unstable, in which the DShotII camera is
    |> listed.
    |>
    |> tim@debian:~$ gphoto2 --list-ports
    |> Devices found: 2
    |>
    |> Path Description
    |> --------------------------------------------------------------
    |> serial:/dev/ttyS0 Serial Port 0
    |> usb: Universal Serial Bus
    |>
    |> tim@debian:~$ gphoto2 --auto-detect
    |> Model Port
    |>
    |> ----------------------------------------------------------
    |>
    | Most of the gphoto2 faq's revolve around permissions to the usb device:
    |
    | [url]http://gphoto.sourceforge.net/doc/manual/permissions-usb.html[/url]
    |
    | It also seems to depend on hotplug support. Do you have the package
    | "hotplug" installed?
    |
    |> Specifying the camera makes no difference. I can access my Nikon 4300
    |> via /dev/sda1.
    |>
    |
    | That means you're using usb-storage to access that, which is fine, but I
    | don't think your DShot II supports usb-storage. Gphoto2 is using a
    | different mechanism to access the DShotII, so it might be a
    | configuration problem with the USB.
    |

    Much progress has been made, I previously didn't have hotplug in my
    kernel config. Now I can download jpg files. But I cannot use its
    webcam feature.

    The camera is recognised as FujiFilm @xia ix-100, and uses
    /usr/local//lib/gphoto2/2.1.1/libgphoto2_soundvision.so as its driver.

    For some reason the command update-usb.usermap doesn't work on this PC.
    ~ What package is that one part of? I'm hoping by resetting this, the
    problem will be solved.

    Thanks again,

    Tim

    -----BEGIN PGP SIGNATURE-----
    Version: GnuPG v1.0.6 (GNU/Linux)
    Comment: Using GnuPG with Mozilla - [url]http://enigmail.mozdev.org[/url]

    iD8DBQE/MQRlpg6Yi0V+PSERAhZ2AJ9SafQsJokSayiGiS59Z9u3SDCRkw CaA2Bt
    fLcoy1CdLug+zGNT95RtC7w=
    =o0Kg
    -----END PGP SIGNATURE-----


    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Tim Guest

  5. #4

    Default Re: Unable to connect DShot II camera

    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA1

    Tim wrote:
    | The camera is recognised as FujiFilm @xia ix-100, and uses
    | /usr/local//lib/gphoto2/2.1.1/libgphoto2_soundvision.so as its driver.

    Could it be possible that the DShot II and other cameras use the
    FujiFilm @xia ix-100 driver? Seems there are a number with the same
    vendor & product IDs. Could I therefore assume that this driver may be
    incapable of accessing the webcam function of the DShot II?

    TIA, Tim
    -----BEGIN PGP SIGNATURE-----
    Version: GnuPG v1.0.6 (GNU/Linux)
    Comment: Using GnuPG with Mozilla - [url]http://enigmail.mozdev.org[/url]

    iD8DBQE/MQ8fpg6Yi0V+PSERAjWPAJ0V5LeRti+XwmFk/ntMOAetAnL/bwCgofCh
    3zU5CLoYUkWYGvhKI+HtnVE=
    =xeD3
    -----END PGP SIGNATURE-----


    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Tim Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139