Failed to attach the USB device APPLE INTERNAL MEMORY CARD READER [9833]

Discussions related to using VirtualBox on Mac OS X hosts.
Post Reply
Wai_Patrick
Posts: 4
Joined: 25. Jun 2020, 21:01

Failed to attach the USB device APPLE INTERNAL MEMORY CARD READER [9833]

Post by Wai_Patrick »

Hello there,

I'm having a problem right now. My SD card reader can no longer be mounted on my Windows 7 virtual machine. Before that day it worked very well and suddenly I am confronted with this error message :
Capture d'ecran 2020-06-25 à 22.14.24.png
Capture d'ecran 2020-06-25 à 22.14.24.png (64.34 KiB) Viewed 3130 times
.

Could someone help me please

I saw a sort of log that Terminal could give about virtual machine configuration:

Last login: Thu Jun 25 13:59:14 on ttys000
MBP-de-Patrick:~ Patrick_WAI$ VboxManage showvminfo Win7_64
Name: Win7_64
Groups: /
Guest OS: Windows 7 (64-bit)
UUID: dab6078b-12c9-4475-9092-36628c6f72e4
Config file: /Users/Patrick_WAI/VirtualBox VMs/Win7_64/Win7_64.vbox
Snapshot folder: /Users/Patrick_WAI/VirtualBox VMs/Win7_64/Snapshots
Log folder: /Users/Patrick_WAI/VirtualBox VMs/Win7_64/Logs
Hardware UUID: dab6078b-12c9-4475-9092-36628c6f72e4
Memory size 2048MB
Page Fusion: disabled
VRAM size: 24MB
CPU exec cap: 100%
HPET: disabled
CPUProfile: host
Chipset: piix3
Firmware: BIOS
Number of CPUs: 1
PAE: disabled
Long Mode: enabled
Triple Fault Reset: disabled
APIC: enabled
X2APIC: disabled
Nested VT-x/AMD-V: disabled
CPUID Portability Level: 0
CPUID overrides: None
Boot menu mode: message and menu
Boot Device 1: Floppy
Boot Device 2: DVD
Boot Device 3: HardDisk
Boot Device 4: Not Assigned
ACPI: enabled
IOAPIC: enabled
BIOS APIC mode: APIC
Time offset: 0ms
RTC: local time
Hardware Virtualization: enabled
Nested Paging: enabled
Large Pages: enabled
VT-x VPID: enabled
VT-x Unrestricted Exec.: enabled
Paravirt. Provider: Default
Effective Paravirt. Prov.: HyperV
State: running (since 2020-06-25T18:45:51.213000000)
Graphics Controller: VBoxSVGA
Monitor count: 1
3D Acceleration: disabled
2D Video Acceleration: disabled
Teleporter Enabled: disabled
Teleporter Port: 0
Teleporter Address:
Teleporter Password:
Tracing Enabled: disabled
Allow Tracing to Access VM: disabled
Tracing Configuration:
Autostart Enabled: disabled
Autostart Delay: 0
Default Frontend:
VM process priority: default
Storage Controller Name (0): SATA
Storage Controller Type (0): IntelAhci
Storage Controller Instance Number (0): 0
Storage Controller Max Port Count (0): 30
Storage Controller Port Count (0): 2
Storage Controller Bootable (0): on
SATA (0, 0): /Users/Patrick_WAI/VirtualBox VMs/Win7_64/Win7_64.vdi (UUID: c1f777fd-e8c0-41bc-ad72-861a297979bf)
SATA (1, 0): /Applications/VirtualBox.app/Contents/MacOS/VBoxGuestAdditions.iso (UUID: 6bd30fcf-3745-4906-b0e7-f907b1aee88d) (temp eject)
NIC 1: MAC: 08002704B332, Attachment: NAT, Cable connected: on, Trace: off (file: none), Type: 82540EM, Reported speed: 0 Mbps, Boot priority: 0, Promisc Policy: deny, Bandwidth group: none
NIC 1 Settings: MTU: 0, Socket (send: 64, receive: 64), TCP Window (send:64, receive: 64)
NIC 2: disabled
NIC 3: disabled
NIC 4: disabled
NIC 5: disabled
NIC 6: disabled
NIC 7: disabled
NIC 8: disabled
Pointing Device: USB Tablet
Keyboard Device: PS/2 Keyboard
UART 1: disabled
UART 2: disabled
UART 3: disabled
UART 4: disabled
LPT 1: disabled
LPT 2: disabled
Audio: enabled (Driver: CoreAudio, Controller: HDA, Codec: STAC9221)
Audio playback: enabled
Audio capture: disabled
Clipboard Mode: disabled
Drag and drop Mode: disabled
Session name: GUI/Qt
Video mode: 1024x768x32 at 0,0 enabled
VRDE: disabled
OHCI USB: enabled
EHCI USB: enabled
xHCI USB: disabled

USB Device Filters:

<none>

Available remote USB devices:

<none>

Currently Attached USB Devices:

<none>

Bandwidth groups: <none>

Shared folders:

Name: 'Downloads', Host path: '/Users/Patrick_WAI/Downloads' (machine mapping), writable, auto-mount
Name: 'WII_HACK', Host path: '/Users/Patrick_WAI/Desktop/WII HACK' (machine mapping), writable, auto-mount

VRDE Connection: not active
Clients so far: 0

Capturing: not active
Capture audio: not active
Capture screens: 0
Capture file: /Users/Patrick_WAI/VirtualBox VMs/Win7_64/Win7_64.webm
Capture dimensions: 1024x768
Capture rate: 512kbps
Capture FPS: 25kbps
Capture options:

Guest:

Configured memory balloon size: 0MB
OS type: Windows7_64
Additions run level: 3
Additions version: 6.1.10 r138449

Guest Facilities:

Facility "VirtualBox Base Driver": active/running (last update: 2020/06/25 18:46:06 UTC)
Facility "VirtualBox System Service": active/running (last update: 2020/06/25 18:46:34 UTC)
Facility "VirtualBox Desktop Integration": active/running (last update: 2020/06/25 18:46:56 UTC)
Facility "Seamless Mode": active/running (last update: 2020/06/25 18:46:56 UTC)
Facility "Graphics Mode": active/running (last update: 2020/06/25 18:46:56 UTC)
scottgus1
Site Moderator
Posts: 20945
Joined: 30. Dec 2009, 20:14
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Windows, Linux

Re: Failed to attach the USB device APPLE INTERNAL MEMORY CARD READER [9833]

Post by scottgus1 »

There is a command:
vboxmanage modifyvm "vm name" --usbcardreader on|off: Enables and disables the USB card reader interface.

Or you may have had a USB filter that is not there anymore.
Wai_Patrick
Posts: 4
Joined: 25. Jun 2020, 21:01

Re: Failed to attach the USB device APPLE INTERNAL MEMORY CARD READER [9833]

Post by Wai_Patrick »

scottgus1 wrote:There is a command:
vboxmanage modifyvm "vm name" --usbcardreader on|off: Enables and disables the USB card reader interface.

Or you may have had a USB filter that is not there anymore.
Hello Scottgus1 thank your for your reply. I don't understand why suddenly i am facing this problem. So for your first option i have to switch the usb card reader manually every time i have to attached it to VM?

Then for your second solution, how can i add a USB filter to do that please?

Thx
scottgus1
Site Moderator
Posts: 20945
Joined: 30. Dec 2009, 20:14
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Windows, Linux

Re: Failed to attach the USB device APPLE INTERNAL MEMORY CARD READER [9833]

Post by scottgus1 »

I haven't tried to attach a card reader through the command, but I believe that the command is permanent once issued.

Regarding USB filters, see USB basics and troubleshooting.
Wai_Patrick
Posts: 4
Joined: 25. Jun 2020, 21:01

Re: Failed to attach the USB device APPLE INTERNAL MEMORY CARD READER [9833]

Post by Wai_Patrick »

scottgus1 wrote:I haven't tried to attach a card reader through the command, but I believe that the command is permanent once issued.

Regarding USB filters, see USB basics and troubleshooting.

Ok let me see that. hope it would be compatible with mine internal SD CARD reader. Thank you
Wai_Patrick
Posts: 4
Joined: 25. Jun 2020, 21:01

Re: Failed to attach the USB device APPLE INTERNAL MEMORY CARD READER [9833]

Post by Wai_Patrick »

scottgus1 wrote:There is a command:
vboxmanage modifyvm "vm name" --usbcardreader on|off: Enables and disables the USB card reader interface.

Or you may have had a USB filter that is not there anymore.

Hello scottgus1 I have tried the command you suggest me
Capture d'ecran 2020-07-06 à 22.57.05.png
Capture d'ecran 2020-07-06 à 22.57.05.png (9.98 KiB) Viewed 3039 times
hope it was not wrong, because after validation i didn't have any notifications

and the problem is not resolved yet....

what about the usb filter trick how can i proceed to try it please?
Post Reply