From owner-freebsd-emulation@FreeBSD.ORG Sat Apr 15 22:53:39 2006 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3A4016A403 for ; Sat, 15 Apr 2006 22:53:39 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: from gwyn.kn-bremen.de (gwyn.kn-bremen.de [212.63.36.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBAB643D48 for ; Sat, 15 Apr 2006 22:53:38 +0000 (GMT) (envelope-from nox@saturn.kn-bremen.de) Received: from gwyn.kn-bremen.de (gwyn [127.0.0.1]) by gwyn.kn-bremen.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k3FMrbQu028280 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 16 Apr 2006 00:53:37 +0200 Received: from saturn.kn-bremen.de (uucp@localhost) by gwyn.kn-bremen.de (8.13.4/8.13.4/Submit) with UUCP id k3FMrbfP028278; Sun, 16 Apr 2006 00:53:37 +0200 Received: from saturn.kn-bremen.de (nox@localhost [127.0.0.1]) by saturn.kn-bremen.de (8.13.3/8.13.1) with ESMTP id k3FK9u8s078518; Sat, 15 Apr 2006 22:09:57 +0200 (CEST) (envelope-from nox@saturn.kn-bremen.de) Received: (from nox@localhost) by saturn.kn-bremen.de (8.13.3/8.13.1/Submit) id k3FK9tHS078517; Sat, 15 Apr 2006 22:09:55 +0200 (CEST) (envelope-from nox) Date: Sat, 15 Apr 2006 22:09:55 +0200 (CEST) From: Juergen Lock Message-Id: <200604152009.k3FK9tHS078517@saturn.kn-bremen.de> To: ml@t-b-o-h.net X-Newsgroups: local.list.freebsd.emulation In-Reply-To: <200604120210.k3C2AQ17036092@himinbjorg.tucs-beachin-obx-house.com> Organization: home Cc: freebsd-emulation@freebsd.org Subject: Re: USB under Linux emulation X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Apr 2006 22:53:40 -0000 In article <200604120210.k3C2AQ17036092@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.)