VirtualBox

Changes between Initial Version and Version 1 of Ticket #10816, comment 2


Ignore:
Timestamp:
Sep 28, 2012 3:48:57 PM (12 years ago)
Author:
dj_bushido

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10816, comment 2

    initial v1  
    33By any means, the information you needed:
    44
    5 export (before the mount was attempted):
    6 {{{
    7 declare -x ACTION="add"
    8 declare -x DEVICE="/proc/bus/usb/001/007"
    9 declare -x DEVPATH="/devices/pci0000:00/0000:00:04.1/usb1/1-1/1-1:1.0"
    10 declare -x INTERFACE="8/6/80"
    11 declare -x MODALIAS="usb:v090Cp1000d1100dc00dsc00dp00ic08isc06ip50"
    12 declare -x OLDPWD
    13 declare -x PHYSDEVBUS="usb"
    14 declare -x PRODUCT="90c/1000/1100"
    15 declare -x PWD="/"
    16 declare -x SEQNUM="1187"
    17 declare -x SHLVL="1"
    18 declare -x SUBSYSTEM="usb"
    19 declare -x TYPE="0/0/0"
    20 declare -x UDEVD_EVENT="1"
    21 declare -x UDEV_LOG="3"
    22 }}}
    23 
    24 VBoxManage list usbhost (run immediately before attempting the mount):
    25 {{{
    26 Host USB Devices:
    27 
    28 UUID:               ce29c64b-5f10-4fa5-b833-995147badb4d
    29 VendorId:           0x05ac (05AC)
    30 ProductId:          0x820a (820A)
    31 Revision:           1.0 (0100)
    32 Address:            sysfs:/sys/devices/pci0000:00/0000:00:06.0/usb4/4-1/4-1.2//device:/dev/vboxusb/004/005
    33 Current State:      Busy
    34 
    35 UUID:               abbefd93-0523-4b58-8f37-43f2707aaa80
    36 VendorId:           0x05ac (05AC)
    37 ProductId:          0x820b (820B)
    38 Revision:           1.0 (0100)
    39 Address:            sysfs:/sys/devices/pci0000:00/0000:00:06.0/usb4/4-1/4-1.3//device:/dev/vboxusb/004/006
    40 Current State:      Busy
    41 
    42 UUID:               fc27c356-fa31-4558-93b0-5879a51d6440
    43 VendorId:           0x05ac (05AC)
    44 ProductId:          0x8215 (8215)
    45 Revision:           1.130 (01130)
    46 Manufacturer:       Apple Inc.
    47 Product:            Bluetooth USB Host Controller
    48 SerialNumber:       00264AA4D5E8
    49 Address:            sysfs:/sys/devices/pci0000:00/0000:00:06.0/usb4/4-1/4-1.1//device:/dev/vboxusb/004/004
    50 Current State:      Available
    51 
    52 UUID:               b2600431-90cf-4303-9c8b-d575dd2505c7
    53 VendorId:           0x05ac (05AC)
    54 ProductId:          0x8242 (8242)
    55 Revision:           0.22 (0022)
    56 Manufacturer:       Apple Computer, Inc.
    57 Product:            IR Receiver
    58 Address:            sysfs:/sys/devices/pci0000:00/0000:00:04.0/usb3/3-5//device:/dev/vboxusb/003/003
    59 Current State:      Busy
    60 
    61 UUID:               1209005a-1d62-4453-8b45-21d6b5f6b762
    62 VendorId:           0x05ac (05AC)
    63 ProductId:          0x8403 (8403)
    64 Revision:           152.51 (15251)
    65 Manufacturer:       Apple
    66 Product:            Card Reader
    67 SerialNumber:       000000009833
    68 Address:            sysfs:/sys/devices/pci0000:00/0000:00:06.1/usb2/2-5//device:/dev/vboxusb/002/004
    69 Current State:      Busy
    70 
    71 UUID:               cc3e4df6-d64c-4d9d-8c73-bd890e8e1f00
    72 VendorId:           0x05ac (05AC)
    73 ProductId:          0x8502 (8502)
    74 Revision:           2.48 (0248)
    75 Manufacturer:       Apple Inc.
    76 Product:            Built-in iSight
    77 SerialNumber:       8T99T3JB177H3L00
    78 Address:            sysfs:/sys/devices/pci0000:00/0000:00:04.1/usb1/1-4//device:/dev/vboxusb/001/003
    79 Current State:      Busy
    80 
    81 UUID:               9374d295-8087-419d-b23c-db5c02ed77a8
    82 VendorId:           0x413c (413C)
    83 ProductId:          0x2105 (2105)
    84 Revision:           3.82 (0382)
    85 Manufacturer:       Dell
    86 Product:            Dell USB Keyboard
    87 Address:            sysfs:/sys/devices/pci0000:00/0000:00:06.0/usb4/4-4//device:/dev/vboxusb/004/003
    88 Current State:      Busy
    89 
    90 UUID:               12c910ea-c008-47c0-b201-069035f9ce8c
    91 VendorId:           0x413c (413C)
    92 ProductId:          0x3012 (3012)
    93 Revision:           67.1 (6701)
    94 Manufacturer:       Dell
    95 Product:            Dell USB Optical Mouse
    96 Address:            sysfs:/sys/devices/pci0000:00/0000:00:04.0/usb3/3-3//device:/dev/vboxusb/003/002
    97 Current State:      Busy
    98 }}}
    99 
    100 Output of attempted mount command:
    101 {{{
    102 VBoxManage: error: Could not find a USB device with address '/proc/bus/usb/001/007'
    103 VBoxManage: error: Details: code VBOX_E_OBJECT_NOT_FOUND (0x80bb0001), component Host, interface IHost, callee nsISupports
    104 Context: "FindUSBDeviceByAddress(Bstr(a->argv[2]).raw(), dev.asOutParam())" at line 830 of file VBoxManageControlVM.cpp
    105 }}}
    106 
    107 ls -lR /dev/vboxusb (after attempted mount):
    108 {{{
    109 /dev/vboxusb:
    110 total 0
    111 drwxr-x--- 2 root vboxusers  80 Aug 16 15:17 001
    112 drwxr-x--- 2 root vboxusers  80 Aug 16 15:15 002
    113 drwxr-x--- 2 root vboxusers 100 Aug 16 06:03 003
    114 drwxr-x--- 2 root vboxusers 160 Aug 16 06:03 004
    115 
    116 /dev/vboxusb/001:
    117 total 0
    118 crw-rw---- 1 root vboxusers 189, 0 Aug 16 06:03 001
    119 crw-rw---- 1 root vboxusers 189, 2 Aug 16 06:03 003
    120 
    121 /dev/vboxusb/002:
    122 total 0
    123 crw-rw---- 1 root vboxusers 189, 128 Aug 16 06:03 001
    124 crw-rw---- 1 root vboxusers 189, 131 Aug 16 06:03 004
    125 
    126 /dev/vboxusb/003:
    127 total 0
    128 crw-rw---- 1 root vboxusers 189, 256 Aug 16 06:03 001
    129 crw-rw---- 1 root vboxusers 189, 257 Aug 16 06:03 002
    130 crw-rw---- 1 root vboxusers 189, 258 Aug 16 06:03 003
    131 
    132 /dev/vboxusb/004:
    133 total 0
    134 crw-rw---- 1 root vboxusers 189, 384 Aug 16 06:03 001
    135 crw-rw---- 1 root vboxusers 189, 385 Aug 16 06:03 002
    136 crw-rw---- 1 root vboxusers 189, 386 Aug 16 06:03 003
    137 crw-rw---- 1 root vboxusers 189, 387 Aug 16 06:03 004
    138 crw-rw---- 1 root vboxusers 189, 388 Aug 16 06:03 005
    139 crw-rw---- 1 root vboxusers 189, 389 Aug 16 06:03 006
    140 }}}
    141 
    142 lsusb (after mount):
    143 {{{
    144 Bus 001 Device 001: ID 0000:0000 
    145 Bus 001 Device 003: ID 05ac:8502 Apple, Inc. Built-in iSight
    146 Bus 002 Device 001: ID 0000:0000 
    147 Bus 002 Device 004: ID 05ac:8403 Apple, Inc. Internal Memory Card Reader
    148 Bus 003 Device 001: ID 0000:0000 
    149 Bus 003 Device 002: ID 413c:3012 Dell Computer Corp. Optical Wheel Mouse
    150 Bus 003 Device 003: ID 05ac:8242 Apple, Inc. IR Receiver [built-in]
    151 Bus 004 Device 002: ID 0a5c:4500 Broadcom Corp. BCM2046B1 USB 2.0 Hub (part of BCM2046 Bluetooth)
    152 Bus 004 Device 001: ID 0000:0000 
    153 Bus 004 Device 004: ID 05ac:8215 Apple, Inc. Bluetooth USB Host Controller
    154 Bus 004 Device 005: ID 05ac:820a Apple, Inc.
    155 Bus 004 Device 003: ID 413c:2105 Dell Computer Corp. Model L100 Keyboard
    156 Bus 004 Device 006: ID 05ac:820b Apple, Inc.
    157 }}}
     5EDIT: Debug information removed, as it is taking up space and I can't recreate the environment it was run in.
    1586
    1597Please let me know if you need anything else. The USB drive I was testing with was plugged in on a multi-tap, but I can confirm that the same result happens if a multitap is not used. The drive was successfully mounted in Linux after this output was generated.

© 2023 Oracle
ContactPrivacy policyTerms of Use