Re: Virtualbox USB Passthrough

2015-01-05 Thread Ranjan1018 .
2015-01-05 8:45 GMT+01:00 vermaden verma...@interia.pl:

 Hi,

 I havent used USB passthrough for some time on FreeBSD with Virtualbox,
 now with FreeBSD 10.1-STABLE (2014/12/14) and Virtualbox 4.3.20 I am not
 able to make it work, I have found some workarounds with 'sysctl
 hw.usb.ehci.no_hs=1' but that also does not work.

 What is proper setup to use USB passthrough with Virtualbox on FreeBSD
 currently?

 Thanks,
 vermaden

 Hi,

USB passthrow do not works in virtualbox-ose-4.3.20, it was fixed in
virtualbox-ose-4.3.20_1. Please look at
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194196

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


Re: Virtualbox USB Passthrough

2015-01-05 Thread Jung-uk Kim
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On 01/05/2015 02:45, vermaden wrote:
 Hi,
 
 I havent used USB passthrough for some time on FreeBSD with
 Virtualbox, now with FreeBSD 10.1-STABLE (2014/12/14) and
 Virtualbox 4.3.20 I am not able to make it work, I have found some
 workarounds with 'sysctl hw.usb.ehci.no_hs=1' but that also does
 not work.
 
 What is proper setup to use USB passthrough with Virtualbox on
 FreeBSD currently?

We updated the USB support code a month ago (r373722).

https://svnweb.freebsd.org/changeset/ports/373722

i.e., 4.3.20_1 or later should work.

Jung-uk Kim
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQEcBAEBCAAGBQJUqsHRAAoJEHyflib82/FGvq8H/j8O0WxyppxAg36bDvxFjG+9
LlQc73+9JlbuuPkwxLZyf/aw4qqDL9zfQOi/7IR5GNyd8KnYjxtbC3cp5VbVfng6
r6VoqQaQuC8J1Htx3od+wVrXh1ZUuSfezgIX2HC1GMnXvfBjekCTQ4QfiV1EtW14
Tf12c0FCoBQaG+nnJBfZzkhxQOpXrRgvhRt1dG7eILaez8oHtTBzJmz6VUgGHFgS
ng/kNAeC0fMg8hsL3kZMXO9GiSpzhvgsM8HeXSBmGcpcDeCglmnHAfm6II6WkRY9
CJbycWxB72YPBSCXHHBgvWk8brzA6F642DFboi4/bwWgz67aVOfKtsbvOn7foG4=
=wb6+
-END PGP SIGNATURE-
___
freebsd-virtualization@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
freebsd-virtualization-unsubscr...@freebsd.org


Re: Virtualbox USB Passthrough

2015-01-05 Thread vermaden
 USB passthrow do not works in virtualbox-ose-4.3.20, it was fixed in 
virtualbox-ose-4.3.20_1. Please look at 
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194196



We updated the USB support code a month ago (r373722).
https://svnweb.freebsd.org/changeset/ports/373722
i.e., 4.3.20_1 or later should work.



No matter if I set*hw.usb.ehci.no_hs* to *0* or *1* it does not work anyway.

I have FreeBSD 10.1-STABLE (r276175) and Virtualbox 4.3.20_4.

# uname -v
FreeBSD 10.1-STABLE #0 r276175: Wed Dec 24 11:20:39 CET 2014 
r...@w530.domain.com:/usr/obj/usr/src/sys/GENERIC


# pkg info -o virtualbox-ose-4.3.20_4
virtualbox-ose-4.3.20_4emulators/virtualbox-ose

Regards,
vermaden



On 01/05/2015 17:28, Ranjan1018 . wrote:
2015-01-05 8:45 GMT+01:00 vermaden verma...@interia.pl 
mailto:verma...@interia.pl:


Hi,

I havent used USB passthrough for some time on FreeBSD with
Virtualbox, now with FreeBSD 10.1-STABLE (2014/12/14) and
Virtualbox 4.3.20 I am not able to make it work, I have found some
workarounds with 'sysctl hw.usb.ehci.no_hs=1' but that also does
not work.

What is proper setup to use USB passthrough with Virtualbox on
FreeBSD currently?

Thanks,
vermaden

Hi,

USB passthrow do not works in virtualbox-ose-4.3.20, it was fixed in 
virtualbox-ose-4.3.20_1. Please look at 
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194196


Regards,
Maurizio





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


Re: Virtualbox USB Passthrough

2015-01-05 Thread Miguel Clara
On Mon, Jan 5, 2015 at 4:54 PM, Jung-uk Kim j...@freebsd.org wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA256

 On 01/05/2015 02:45, vermaden wrote:
  Hi,
 
  I havent used USB passthrough for some time on FreeBSD with
  Virtualbox, now with FreeBSD 10.1-STABLE (2014/12/14) and
  Virtualbox 4.3.20 I am not able to make it work, I have found some
  workarounds with 'sysctl hw.usb.ehci.no_hs=1' but that also does
  not work.
 
  What is proper setup to use USB passthrough with Virtualbox on
  FreeBSD currently?

 We updated the USB support code a month ago (r373722).

 https://svnweb.freebsd.org/changeset/ports/373722

 i.e., 4.3.20_1 or later should work.

 Just to confirm:

'sysctl hw.usb.ehci.no_hs=1'

Is still needed , right?

Are there any plans for future to support better performance?

Jung-uk Kim
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v2

 iQEcBAEBCAAGBQJUqsHRAAoJEHyflib82/FGvq8H/j8O0WxyppxAg36bDvxFjG+9
 LlQc73+9JlbuuPkwxLZyf/aw4qqDL9zfQOi/7IR5GNyd8KnYjxtbC3cp5VbVfng6
 r6VoqQaQuC8J1Htx3od+wVrXh1ZUuSfezgIX2HC1GMnXvfBjekCTQ4QfiV1EtW14
 Tf12c0FCoBQaG+nnJBfZzkhxQOpXrRgvhRt1dG7eILaez8oHtTBzJmz6VUgGHFgS
 ng/kNAeC0fMg8hsL3kZMXO9GiSpzhvgsM8HeXSBmGcpcDeCglmnHAfm6II6WkRY9
 CJbycWxB72YPBSCXHHBgvWk8brzA6F642DFboi4/bwWgz67aVOfKtsbvOn7foG4=
 =wb6+
 -END PGP SIGNATURE-
 ___
 freebsd-virtualization@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
 To unsubscribe, send any mail to 
 freebsd-virtualization-unsubscr...@freebsd.org

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


Virtualbox USB Passthrough

2015-01-04 Thread vermaden

Hi,

I havent used USB passthrough for some time on FreeBSD with Virtualbox, 
now with FreeBSD 10.1-STABLE (2014/12/14) and Virtualbox 4.3.20 I am not 
able to make it work, I have found some workarounds with 'sysctl 
hw.usb.ehci.no_hs=1' but that also does not work.


What is proper setup to use USB passthrough with Virtualbox on FreeBSD 
currently?


Thanks,
vermaden

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