USB under Linux emulation

Juergen Lock nox at jelal.kn-bremen.de
Sat Apr 15 22:53:40 UTC 2006


In article <200604120210.k3C2AQ17036092 at himinbjorg.tucs-beachin-obx-house.com> you write:
>Hi,
>
>	I'm trying to install a driver for a Dell 720 printer with only a
>Linux driver into my printing subsystem... How can I use USB under the
>Linux emulation?

You can't (linux _drivers_ usually run in kernel space and the linuxulator
only emulates userland.)  You could, however, try to run a linux guest
with qemu -usb ... and then print over the network, that _might_ work...
(you probably need to remove ulpt from your host kernel then so it doesnt
pick up the device itself.)


More information about the freebsd-emulation mailing list