Re: forcing the device to be 1.1

2015-04-15 Thread Gary Palmer
On Wed, Apr 15, 2015 at 11:45:44AM +0500, Eugene M. Zheganin wrote:
> Hi.
> 
> I need to force the device to work in 1.1 mode, because I need to make
> it visible to the virtualbox-ose, which supports only 1.1 devices.
> By default my device is in 2.0 I guess (usbconfig shows FULL speed).

LOW or FULL = USB 1 speed
HIGH = USB 2 speed
SUPER = USB 3 speed

Regards,

Gary
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


Re: forcing the device to be 1.1

2015-04-15 Thread Hans Petter Selasky

On 04/15/15 10:08, Eugene M. Zheganin wrote:

Hi.

On 15.04.2015 12:04, Hans Petter Selasky wrote:


If the device is FULL speed in the host, then it should operate
properly in VirtualBox too. Try removing any drivers which attach to
your USB device in the USB host. USB FS devices are allowed to be v2.0
compatible too.


How do I do it, since it's ugen(4) ? If I compile kernel without ugen -
will it break something other ? I see ugen is attaching to every
non-specific device.



Hi,

ugen(4) is not a driver. You check this doing:

usbconfig show_ifdrv

--HPS

___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


Re: forcing the device to be 1.1

2015-04-15 Thread Eugene M. Zheganin
Hi.

On 15.04.2015 12:04, Hans Petter Selasky wrote:
>
> If the device is FULL speed in the host, then it should operate
> properly in VirtualBox too. Try removing any drivers which attach to
> your USB device in the USB host. USB FS devices are allowed to be v2.0
> compatible too.
>
How do I do it, since it's ugen(4) ? If I compile kernel without ugen -
will it break something other ? I see ugen is attaching to every
non-specific device.

Eugene.
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


Re: forcing the device to be 1.1

2015-04-15 Thread Hans Petter Selasky

On 04/15/15 08:45, Eugene M. Zheganin wrote:

Hi.

I need to force the device to work in 1.1 mode, because I need to make
it visible to the virtualbox-ose, which supports only 1.1 devices.
By default my device is in 2.0 I guess (usbconfig shows FULL speed).
Various posts mention I have to use the hw.usb.ehci.no_hs sysctl oid and
set it to 1. I actually tried this, but my device still opertates in
FULL speed after replugging. I also noticed that all of these success
stories mention the FreeBSd 8 or 9, and i have the 10 version. Does this
still work ? Or may be I need to unplug all of my usb devices (including
the keyboard and mouse) and then configure the hw.usb.ehci.no_hs ?

P.S. This message isn't related to the previous one, about the
cardreader in any manner. These are two completely different issues.


Hi,

If the device is FULL speed in the host, then it should operate properly 
in VirtualBox too. Try removing any drivers which attach to your USB 
device in the USB host. USB FS devices are allowed to be v2.0 compatible 
too.


--HPS

___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"