Conditions: Windows 7 Host with Fedora 22 Guest - Using VirtualBox to determine that I can successfully transfer all of my typical functionality in Windows to a Linux platform before actually committing to it in hardware.
The goal is to use Eclipse and the Baeyens plug-in to program Arduino and Atmel devices. Windows 7 recognizes an Arduino Uno as "USB\Vid_2341&Pid_0043" which in Linux (on a borrowed laptop), an lsusb dump shows it as "Bus 004 Device 002: ID 2341:0043 Arduino..." So I created a USB filter with this information in VBx 5.0. Unplug and plug back in the USB device as the VBx manual indicates. Then I launch my guest. It does not see the USB device. Looking under the VBx machine Settings>USB, I hover over the filter created to see its information box. I see at the bottom of the hint popup, "State: Not supported".
So Windows 7 supports it, and I know Fedora 22 supports it. Is this a Package Extension flaw? Is USB pass through not really passing through. All other USB devices including a webcam, a Sony gaming keyboard and an Wacom Intuos Pro tablet make it through to the guest if selected, but not the Arduino product.
Any feedback (other than a Windows/Linux rant) would be greatly appreciated.
Thank you,
RTTST
USB Filter Vendor:Product 2341:0043 Not Supported
-
loukingjr
- Volunteer
- Posts: 8851
- Joined: 30. Apr 2009, 09:45
- Primary OS: Mac OS X other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: just about all that run
Re: USB Filter Vendor:Product 2341:0043 Not Supported
You are supposed to plug in the device after the guest is running.
OSX, Linux and Windows Hosts & Guests
There are three groups of people. Those that can count and those that can't.
There are three groups of people. Those that can count and those that can't.
Re: USB Filter Vendor:Product 2341:0043 Not Supported
Tried that, too. But, thanks for the response.
-
loukingjr
- Volunteer
- Posts: 8851
- Joined: 30. Apr 2009, 09:45
- Primary OS: Mac OS X other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: just about all that run
Re: USB Filter Vendor:Product 2341:0043 Not Supported
Well, it may not work. Not all USB devices work. VMs are not ideal to control USB devices.
OSX, Linux and Windows Hosts & Guests
There are three groups of people. Those that can count and those that can't.
There are three groups of people. Those that can count and those that can't.
Re: USB Filter Vendor:Product 2341:0043 Not Supported
Again, thank you for the response. I suspect it is VBx's package extension not polling for that Vendor ID on the host end. Is there a particular part of the source code where this can be checked? Or, do I need the package extension code?
Thank you,
RTTST
Thank you,
RTTST
-
andyp73
- Volunteer
- Posts: 1631
- Joined: 25. May 2010, 23:48
- Primary OS: Mac OS X other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Assorted Linux, Windows Server 2012, DOS, Windows 10, BIOS/UEFI emulation
Re: USB Filter Vendor:Product 2341:0043 Not Supported
If it causes you a major problem and you think this is a deficiency in VirtualBox then raise a ticket and report it as a bug. One of the developers might look into it and fix it then
My crystal ball is currently broken. If you want assistance you are going to have to give me all of the necessary information.
Please don't ask me to do your homework for you, I have more than enough of my own things to do.
Please don't ask me to do your homework for you, I have more than enough of my own things to do.
Re: USB Filter Vendor:Product 2341:0043 Not Supported
Good call andyp73. I may consider that. Thank you.